*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: black;
    background-color: white;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    color: #465966;
}
table {
    border-collapse: collapse;
}
textarea {
    overflow: auto;
}
button {
    cursor: pointer;
}
img,
video {
    height: auto;
    max-width: 100%;
    border-style: none;
}
@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.bg-black,
.hover-bg-black:hover {
    background-color: #000 !important;
}
.bg-white,
.hover-bg-white:hover {
    background-color: #fff !important;
}
.bg-transparent,
.hover-bg-transparent:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}
.bg-blue-darkest,
.hover-bg-blue-darkest:hover {
    background-color: #02305d !important;
}
.bg-blue-darker,
.hover-bg-blue-darker:hover {
    background-color: #1a5d9e !important;
}
.bg-blue-dark,
.hover-bg-blue-dark:hover {
    background-color: #1773ce !important;
}
.bg-blue,
.hover-bg-blue:hover {
    background-color: #409eff !important;
}
.bg-blue-light,
.hover-bg-blue-light:hover {
    background-color: #65b2ff !important;
}
.bg-blue-lighter,
.hover-bg-blue-lighter:hover {
    background-color: #b3d9ff !important;
}
.bg-blue-lightest,
.hover-bg-blue-lightest:hover {
    background-color: #ecf5ff !important;
}
.bg-indigo-darkest,
.hover-bg-indigo-darkest:hover {
    background-color: #272075 !important;
}
.bg-indigo-darker,
.hover-bg-indigo-darker:hover {
    background-color: #332a99 !important;
}
.bg-indigo-dark,
.hover-bg-indigo-dark:hover {
    background-color: #3f33bd !important;
}
.bg-indigo,
.hover-bg-indigo:hover {
    background-color: #5a4fcf !important;
}
.bg-indigo-light,
.hover-bg-indigo-light:hover {
    background-color: #837ae6 !important;
}
.bg-indigo-lighter,
.hover-bg-indigo-lighter:hover {
    background-color: #c2bdf6 !important;
}
.bg-indigo-lightest,
.hover-bg-indigo-lightest:hover {
    background-color: #f0eeff !important;
}
.bg-purple-darkest,
.hover-bg-purple-darkest:hover {
    background-color: #3d065f !important;
}
.bg-purple-darker,
.hover-bg-purple-darker:hover {
    background-color: #600a97 !important;
}
.bg-purple-dark,
.hover-bg-purple-dark:hover {
    background-color: #840dce !important;
}
.bg-purple,
.hover-bg-purple:hover {
    background-color: #aa38f2 !important;
}
.bg-purple-light,
.hover-bg-purple-light:hover {
    background-color: #cc88f7 !important;
}
.bg-purple-lighter,
.hover-bg-purple-lighter:hover {
    background-color: #e9cbfc !important;
}
.bg-purple-lightest,
.hover-bg-purple-lightest:hover {
    background-color: #f9f0fe !important;
}
.bg-pink-darkest,
.hover-bg-pink-darkest:hover {
    background-color: #580020 !important;
}
.bg-pink-darker,
.hover-bg-pink-darker:hover {
    background-color: #930036 !important;
}
.bg-pink-dark,
.hover-bg-pink-dark:hover {
    background-color: #c9366c !important;
}
.bg-pink,
.hover-bg-pink:hover {
    background-color: #f06597 !important;
}
.bg-pink-light,
.hover-bg-pink-light:hover {
    background-color: #f58eb4 !important;
}
.bg-pink-lighter,
.hover-bg-pink-lighter:hover {
    background-color: #ffcddf !important;
}
.bg-pink-lightest,
.hover-bg-pink-lightest:hover {
    background-color: #ffebf2 !important;
}
.bg-red-darkest,
.hover-bg-red-darkest:hover {
    background-color: #750e12 !important;
}
.bg-red-darker,
.hover-bg-red-darker:hover {
    background-color: #a9151a !important;
}
.bg-red-dark,
.hover-bg-red-dark:hover {
    background-color: #cc191f !important;
}
.bg-red,
.hover-bg-red:hover {
    background-color: #e7393f !important;
}
.bg-red-light,
.hover-bg-red-light:hover {
    background-color: #ed6d72 !important;
}
.bg-red-lighter,
.hover-bg-red-lighter:hover {
    background-color: #f8c5c7 !important;
}
.bg-red-lightest,
.hover-bg-red-lightest:hover {
    background-color: #fce8e8 !important;
}
.bg-orange-darkest,
.hover-bg-orange-darkest:hover {
    background-color: #854300 !important;
}
.bg-orange-darker,
.hover-bg-orange-darker:hover {
    background-color: #c06000 !important;
}
.bg-orange-dark,
.hover-bg-orange-dark:hover {
    background-color: #e77400 !important;
}
.bg-orange,
.hover-bg-orange:hover {
    background-color: #ff8710 !important;
}
.bg-orange-light,
.hover-bg-orange-light:hover {
    background-color: #ffb872 !important;
}
.bg-orange-lighter,
.hover-bg-orange-lighter:hover {
    background-color: #ffe0c0 !important;
}
.bg-orange-lightest,
.hover-bg-orange-lightest:hover {
    background-color: #fff3e7 !important;
}
.bg-yellow-darkest,
.hover-bg-yellow-darkest:hover {
    background-color: #6a5502 !important;
}
.bg-yellow-darker,
.hover-bg-yellow-darker:hover {
    background-color: #b79303 !important;
}
.bg-yellow-dark,
.hover-bg-yellow-dark:hover {
    background-color: #ddb104 !important;
}
.bg-yellow,
.hover-bg-yellow:hover {
    background-color: #facb0e !important;
}
.bg-yellow-light,
.hover-bg-yellow-light:hover {
    background-color: #fde482 !important;
}
.bg-yellow-lighter,
.hover-bg-yellow-lighter:hover {
    background-color: #fef0bc !important;
}
.bg-yellow-lightest,
.hover-bg-yellow-lightest:hover {
    background-color: #fef7db !important;
}
.bg-pear-darkest,
.hover-bg-pear-darkest:hover {
    background-color: #4f560c !important;
}
.bg-pear-darker,
.hover-bg-pear-darker:hover {
    background-color: #7f8a13 !important;
}
.bg-pear-dark,
.hover-bg-pear-dark:hover {
    background-color: #9eac18 !important;
}
.bg-pear,
.hover-bg-pear:hover {
    background-color: #becf1d !important;
}
.bg-pear-light,
.hover-bg-pear-light:hover {
    background-color: #dde965 !important;
}
.bg-pear-lighter,
.hover-bg-pear-lighter:hover {
    background-color: #f4f8cc !important;
}
.bg-pear-lightest,
.hover-bg-pear-lightest:hover {
    background-color: #fbfdee !important;
}
.bg-green-darkest,
.hover-bg-green-darkest:hover {
    background-color: #206120 !important;
}
.bg-green-darker,
.hover-bg-green-darker:hover {
    background-color: #2f8d2f !important;
}
.bg-green-dark,
.hover-bg-green-dark:hover {
    background-color: #39ab39 !important;
}
.bg-green,
.hover-bg-green:hover {
    background-color: #49c249 !important;
}
.bg-green-light,
.hover-bg-green-light:hover {
    background-color: #89e089 !important;
}
.bg-green-lighter,
.hover-bg-green-lighter:hover {
    background-color: #dcf3dc !important;
}
.bg-green-lightest,
.hover-bg-green-lightest:hover {
    background-color: #eaf8ea !important;
}
.bg-mint-darkest,
.hover-bg-mint-darkest:hover {
    background-color: #136b44 !important;
}
.bg-mint-darker,
.hover-bg-mint-darker:hover {
    background-color: #1da569 !important;
}
.bg-mint-dark,
.hover-bg-mint-dark:hover {
    background-color: #23c67e !important;
}
.bg-mint,
.hover-bg-mint:hover {
    background-color: #35db92 !important;
}
.bg-mint-light,
.hover-bg-mint-light:hover {
    background-color: #89eabf !important;
}
.bg-mint-lighter,
.hover-bg-mint-lighter:hover {
    background-color: #dcf9ec !important;
}
.bg-mint-lightest,
.hover-bg-mint-lightest:hover {
    background-color: #f2fcf7 !important;
}
.bg-teal-darkest,
.hover-bg-teal-darkest:hover {
    background-color: #225960 !important;
}
.bg-teal-darker,
.hover-bg-teal-darker:hover {
    background-color: #2d747d !important;
}
.bg-teal-dark,
.hover-bg-teal-dark:hover {
    background-color: #378e99 !important;
}
.bg-teal,
.hover-bg-teal:hover {
    background-color: #42a9b6 !important;
}
.bg-teal-light,
.hover-bg-teal-light:hover {
    background-color: #95d1d9 !important;
}
.bg-teal-lighter,
.hover-bg-teal-lighter:hover {
    background-color: #ddf0f3 !important;
}
.bg-teal-lightest,
.hover-bg-teal-lightest:hover {
    background-color: #edf9fa !important;
}
.bg-wine-darkest,
.hover-bg-wine-darkest:hover {
    background-color: #481e23 !important;
}
.bg-wine-darker,
.hover-bg-wine-darker:hover {
    background-color: #722f37 !important;
}
.bg-wine-dark,
.hover-bg-wine-dark:hover {
    background-color: #8e3a44 !important;
}
.bg-wine,
.hover-bg-wine:hover {
    background-color: #aa4652 !important;
}
.bg-wine-light,
.hover-bg-wine-light:hover {
    background-color: #d2939a !important;
}
.bg-wine-lighter,
.hover-bg-wine-lighter:hover {
    background-color: #efd8db !important;
}
.bg-wine-lightest,
.hover-bg-wine-lightest:hover {
    background-color: #faf3f4 !important;
}
.bg-brown-darkest,
.hover-bg-brown-darkest:hover {
    background-color: #3d2f2b !important;
}
.bg-brown-darker,
.hover-bg-brown-darker:hover {
    background-color: #54413b !important;
}
.bg-brown-dark,
.hover-bg-brown-dark:hover {
    background-color: #6b534c !important;
}
.bg-brown,
.hover-bg-brown:hover {
    background-color: #8d6d64 !important;
}
.bg-brown-light,
.hover-bg-brown-light:hover {
    background-color: #c8b7b2 !important;
}
.bg-brown-lighter,
.hover-bg-brown-lighter:hover {
    background-color: #e9e2e0 !important;
}
.bg-brown-lightest,
.hover-bg-brown-lightest:hover {
    background-color: #fff9f7 !important;
}
.bg-almond-darkest,
.hover-bg-almond-darkest:hover {
    background-color: #634120 !important;
}
.bg-almond-darker,
.hover-bg-almond-darker:hover {
    background-color: #8a5b2c !important;
}
.bg-almond-dark,
.hover-bg-almond-dark:hover {
    background-color: #ad7237 !important;
}
.bg-almond,
.hover-bg-almond:hover {
    background-color: #c48647 !important;
}
.bg-almond-light,
.hover-bg-almond-light:hover {
    background-color: #dcb792 !important;
}
.bg-almond-lighter,
.hover-bg-almond-lighter:hover {
    background-color: #efdecd !important;
}
.bg-almond-lightest,
.hover-bg-almond-lightest:hover {
    background-color: #f9f0e8 !important;
}
.bg-slategray-darkest,
.hover-bg-slategray-darkest:hover {
    background-color: #05192d !important;
}
.bg-slategray-darker,
.hover-bg-slategray-darker:hover {
    background-color: #102c45 !important;
}
.bg-slategray-dark,
.hover-bg-slategray-dark:hover {
    background-color: #2f5070 !important;
}
.bg-slategray,
.hover-bg-slategray:hover {
    background-color: #517495 !important;
}
.bg-slategray-light,
.hover-bg-slategray-light:hover {
    background-color: #96b1cb !important;
}
.bg-slategray-lighter,
.hover-bg-slategray-lighter:hover {
    background-color: #d0dce7 !important;
}
.bg-slategray-lightest,
.hover-bg-slategray-lightest:hover {
    background-color: #f2f5f7 !important;
}
.bg-gray-darkest,
.hover-bg-gray-darkest:hover {
    background-color: #36454f !important;
}
.bg-gray-darker,
.hover-bg-gray-darker:hover {
    background-color: #465966 !important;
}
.bg-gray-dark,
.hover-bg-gray-dark:hover {
    background-color: #566e7e !important;
}
.bg-gray,
.hover-bg-gray:hover {
    background-color: #668295 !important;
}
.bg-gray-light,
.hover-bg-gray-light:hover {
    background-color: #b7c4cd !important;
}
.bg-gray-lighter,
.hover-bg-gray-lighter:hover {
    background-color: #e4e8eb !important;
}
.bg-gray-lightest,
.hover-bg-gray-lightest:hover {
    background-color: #eef1f5 !important;
}
.bg-black-10,
.hover-bg-black-10:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-white-10,
.hover-bg-white-10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-blue-darkest-10,
.hover-bg-blue-darkest-10:hover {
    background-color: rgba(2, 48, 93, 0.1) !important;
}
.bg-blue-darker-10,
.hover-bg-blue-darker-10:hover {
    background-color: rgba(26, 93, 158, 0.1) !important;
}
.bg-blue-dark-10,
.hover-bg-blue-dark-10:hover {
    background-color: rgba(23, 115, 206, 0.1) !important;
}
.bg-blue-10,
.hover-bg-blue-10:hover {
    background-color: rgba(64, 158, 255, 0.1) !important;
}
.bg-blue-light-10,
.hover-bg-blue-light-10:hover {
    background-color: rgba(101, 178, 255, 0.1) !important;
}
.bg-blue-lighter-10,
.hover-bg-blue-lighter-10:hover {
    background-color: rgba(179, 217, 255, 0.1) !important;
}
.bg-blue-lightest-10,
.hover-bg-blue-lightest-10:hover {
    background-color: rgba(236, 245, 255, 0.1) !important;
}
.bg-indigo-darkest-10,
.hover-bg-indigo-darkest-10:hover {
    background-color: rgba(39, 32, 117, 0.1) !important;
}
.bg-indigo-darker-10,
.hover-bg-indigo-darker-10:hover {
    background-color: rgba(51, 42, 153, 0.1) !important;
}
.bg-indigo-dark-10,
.hover-bg-indigo-dark-10:hover {
    background-color: rgba(63, 51, 189, 0.1) !important;
}
.bg-indigo-10,
.hover-bg-indigo-10:hover {
    background-color: rgba(90, 79, 207, 0.1) !important;
}
.bg-indigo-light-10,
.hover-bg-indigo-light-10:hover {
    background-color: rgba(131, 122, 230, 0.1) !important;
}
.bg-indigo-lighter-10,
.hover-bg-indigo-lighter-10:hover {
    background-color: rgba(194, 189, 246, 0.1) !important;
}
.bg-indigo-lightest-10,
.hover-bg-indigo-lightest-10:hover {
    background-color: rgba(240, 238, 255, 0.1) !important;
}
.bg-purple-darkest-10,
.hover-bg-purple-darkest-10:hover {
    background-color: rgba(61, 6, 95, 0.1) !important;
}
.bg-purple-darker-10,
.hover-bg-purple-darker-10:hover {
    background-color: rgba(96, 10, 151, 0.1) !important;
}
.bg-purple-dark-10,
.hover-bg-purple-dark-10:hover {
    background-color: rgba(132, 13, 206, 0.1) !important;
}
.bg-purple-10,
.hover-bg-purple-10:hover {
    background-color: rgba(170, 56, 242, 0.1) !important;
}
.bg-purple-light-10,
.hover-bg-purple-light-10:hover {
    background-color: rgba(204, 136, 247, 0.1) !important;
}
.bg-purple-lighter-10,
.hover-bg-purple-lighter-10:hover {
    background-color: rgba(233, 203, 252, 0.1) !important;
}
.bg-purple-lightest-10,
.hover-bg-purple-lightest-10:hover {
    background-color: rgba(249, 240, 254, 0.1) !important;
}
.bg-pink-darkest-10,
.hover-bg-pink-darkest-10:hover {
    background-color: rgba(88, 0, 32, 0.1) !important;
}
.bg-pink-darker-10,
.hover-bg-pink-darker-10:hover {
    background-color: rgba(147, 0, 54, 0.1) !important;
}
.bg-pink-dark-10,
.hover-bg-pink-dark-10:hover {
    background-color: rgba(201, 54, 108, 0.1) !important;
}
.bg-pink-10,
.hover-bg-pink-10:hover {
    background-color: rgba(240, 101, 151, 0.1) !important;
}
.bg-pink-light-10,
.hover-bg-pink-light-10:hover {
    background-color: rgba(245, 142, 180, 0.1) !important;
}
.bg-pink-lighter-10,
.hover-bg-pink-lighter-10:hover {
    background-color: rgba(255, 205, 223, 0.1) !important;
}
.bg-pink-lightest-10,
.hover-bg-pink-lightest-10:hover {
    background-color: rgba(255, 235, 242, 0.1) !important;
}
.bg-red-darkest-10,
.hover-bg-red-darkest-10:hover {
    background-color: rgba(117, 14, 18, 0.1) !important;
}
.bg-red-darker-10,
.hover-bg-red-darker-10:hover {
    background-color: rgba(169, 21, 26, 0.1) !important;
}
.bg-red-dark-10,
.hover-bg-red-dark-10:hover {
    background-color: rgba(204, 25, 31, 0.1) !important;
}
.bg-red-10,
.hover-bg-red-10:hover {
    background-color: rgba(231, 57, 63, 0.1) !important;
}
.bg-red-light-10,
.hover-bg-red-light-10:hover {
    background-color: rgba(237, 109, 114, 0.1) !important;
}
.bg-red-lighter-10,
.hover-bg-red-lighter-10:hover {
    background-color: rgba(248, 197, 199, 0.1) !important;
}
.bg-red-lightest-10,
.hover-bg-red-lightest-10:hover {
    background-color: rgba(252, 232, 232, 0.1) !important;
}
.bg-orange-darkest-10,
.hover-bg-orange-darkest-10:hover {
    background-color: rgba(133, 67, 0, 0.1) !important;
}
.bg-orange-darker-10,
.hover-bg-orange-darker-10:hover {
    background-color: rgba(192, 96, 0, 0.1) !important;
}
.bg-orange-dark-10,
.hover-bg-orange-dark-10:hover {
    background-color: rgba(231, 116, 0, 0.1) !important;
}
.bg-orange-10,
.hover-bg-orange-10:hover {
    background-color: rgba(255, 135, 16, 0.1) !important;
}
.bg-orange-light-10,
.hover-bg-orange-light-10:hover {
    background-color: rgba(255, 184, 114, 0.1) !important;
}
.bg-orange-lighter-10,
.hover-bg-orange-lighter-10:hover {
    background-color: rgba(255, 224, 192, 0.1) !important;
}
.bg-orange-lightest-10,
.hover-bg-orange-lightest-10:hover {
    background-color: rgba(255, 243, 231, 0.1) !important;
}
.bg-yellow-darkest-10,
.hover-bg-yellow-darkest-10:hover {
    background-color: rgba(106, 85, 2, 0.1) !important;
}
.bg-yellow-darker-10,
.hover-bg-yellow-darker-10:hover {
    background-color: rgba(183, 147, 3, 0.1) !important;
}
.bg-yellow-dark-10,
.hover-bg-yellow-dark-10:hover {
    background-color: rgba(221, 177, 4, 0.1) !important;
}
.bg-yellow-10,
.hover-bg-yellow-10:hover {
    background-color: rgba(250, 203, 14, 0.1) !important;
}
.bg-yellow-light-10,
.hover-bg-yellow-light-10:hover {
    background-color: rgba(253, 228, 130, 0.1) !important;
}
.bg-yellow-lighter-10,
.hover-bg-yellow-lighter-10:hover {
    background-color: rgba(254, 240, 188, 0.1) !important;
}
.bg-yellow-lightest-10,
.hover-bg-yellow-lightest-10:hover {
    background-color: rgba(254, 247, 219, 0.1) !important;
}
.bg-pear-darkest-10,
.hover-bg-pear-darkest-10:hover {
    background-color: rgba(79, 86, 12, 0.1) !important;
}
.bg-pear-darker-10,
.hover-bg-pear-darker-10:hover {
    background-color: rgba(127, 138, 19, 0.1) !important;
}
.bg-pear-dark-10,
.hover-bg-pear-dark-10:hover {
    background-color: rgba(158, 172, 24, 0.1) !important;
}
.bg-pear-10,
.hover-bg-pear-10:hover {
    background-color: rgba(190, 207, 29, 0.1) !important;
}
.bg-pear-light-10,
.hover-bg-pear-light-10:hover {
    background-color: rgba(221, 233, 101, 0.1) !important;
}
.bg-pear-lighter-10,
.hover-bg-pear-lighter-10:hover {
    background-color: rgba(244, 248, 204, 0.1) !important;
}
.bg-pear-lightest-10,
.hover-bg-pear-lightest-10:hover {
    background-color: rgba(251, 253, 238, 0.1) !important;
}
.bg-green-darkest-10,
.hover-bg-green-darkest-10:hover {
    background-color: rgba(32, 97, 32, 0.1) !important;
}
.bg-green-darker-10,
.hover-bg-green-darker-10:hover {
    background-color: rgba(47, 141, 47, 0.1) !important;
}
.bg-green-dark-10,
.hover-bg-green-dark-10:hover {
    background-color: rgba(57, 171, 57, 0.1) !important;
}
.bg-green-10,
.hover-bg-green-10:hover {
    background-color: rgba(73, 194, 73, 0.1) !important;
}
.bg-green-light-10,
.hover-bg-green-light-10:hover {
    background-color: rgba(137, 224, 137, 0.1) !important;
}
.bg-green-lighter-10,
.hover-bg-green-lighter-10:hover {
    background-color: rgba(220, 243, 220, 0.1) !important;
}
.bg-green-lightest-10,
.hover-bg-green-lightest-10:hover {
    background-color: rgba(234, 248, 234, 0.1) !important;
}
.bg-mint-darkest-10,
.hover-bg-mint-darkest-10:hover {
    background-color: rgba(19, 107, 68, 0.1) !important;
}
.bg-mint-darker-10,
.hover-bg-mint-darker-10:hover {
    background-color: rgba(29, 165, 105, 0.1) !important;
}
.bg-mint-dark-10,
.hover-bg-mint-dark-10:hover {
    background-color: rgba(35, 198, 126, 0.1) !important;
}
.bg-mint-10,
.hover-bg-mint-10:hover {
    background-color: rgba(53, 219, 146, 0.1) !important;
}
.bg-mint-light-10,
.hover-bg-mint-light-10:hover {
    background-color: rgba(137, 234, 191, 0.1) !important;
}
.bg-mint-lighter-10,
.hover-bg-mint-lighter-10:hover {
    background-color: rgba(220, 249, 236, 0.1) !important;
}
.bg-mint-lightest-10,
.hover-bg-mint-lightest-10:hover {
    background-color: rgba(242, 252, 247, 0.1) !important;
}
.bg-teal-darkest-10,
.hover-bg-teal-darkest-10:hover {
    background-color: rgba(34, 89, 96, 0.1) !important;
}
.bg-teal-darker-10,
.hover-bg-teal-darker-10:hover {
    background-color: rgba(45, 116, 125, 0.1) !important;
}
.bg-teal-dark-10,
.hover-bg-teal-dark-10:hover {
    background-color: rgba(55, 142, 153, 0.1) !important;
}
.bg-teal-10,
.hover-bg-teal-10:hover {
    background-color: rgba(66, 169, 182, 0.1) !important;
}
.bg-teal-light-10,
.hover-bg-teal-light-10:hover {
    background-color: rgba(149, 209, 217, 0.1) !important;
}
.bg-teal-lighter-10,
.hover-bg-teal-lighter-10:hover {
    background-color: rgba(221, 240, 243, 0.1) !important;
}
.bg-teal-lightest-10,
.hover-bg-teal-lightest-10:hover {
    background-color: rgba(237, 249, 250, 0.1) !important;
}
.bg-wine-darkest-10,
.hover-bg-wine-darkest-10:hover {
    background-color: rgba(72, 30, 35, 0.1) !important;
}
.bg-wine-darker-10,
.hover-bg-wine-darker-10:hover {
    background-color: rgba(114, 47, 55, 0.1) !important;
}
.bg-wine-dark-10,
.hover-bg-wine-dark-10:hover {
    background-color: rgba(142, 58, 68, 0.1) !important;
}
.bg-wine-10,
.hover-bg-wine-10:hover {
    background-color: rgba(170, 70, 82, 0.1) !important;
}
.bg-wine-light-10,
.hover-bg-wine-light-10:hover {
    background-color: rgba(210, 147, 154, 0.1) !important;
}
.bg-wine-lighter-10,
.hover-bg-wine-lighter-10:hover {
    background-color: rgba(239, 216, 219, 0.1) !important;
}
.bg-wine-lightest-10,
.hover-bg-wine-lightest-10:hover {
    background-color: rgba(250, 243, 244, 0.1) !important;
}
.bg-brown-darkest-10,
.hover-bg-brown-darkest-10:hover {
    background-color: rgba(61, 47, 43, 0.1) !important;
}
.bg-brown-darker-10,
.hover-bg-brown-darker-10:hover {
    background-color: rgba(84, 65, 59, 0.1) !important;
}
.bg-brown-dark-10,
.hover-bg-brown-dark-10:hover {
    background-color: rgba(107, 83, 76, 0.1) !important;
}
.bg-brown-10,
.hover-bg-brown-10:hover {
    background-color: rgba(141, 109, 100, 0.1) !important;
}
.bg-brown-light-10,
.hover-bg-brown-light-10:hover {
    background-color: rgba(200, 183, 178, 0.1) !important;
}
.bg-brown-lighter-10,
.hover-bg-brown-lighter-10:hover {
    background-color: rgba(233, 226, 224, 0.1) !important;
}
.bg-brown-lightest-10,
.hover-bg-brown-lightest-10:hover {
    background-color: rgba(255, 249, 247, 0.1) !important;
}
.bg-almond-darkest-10,
.hover-bg-almond-darkest-10:hover {
    background-color: rgba(99, 65, 32, 0.1) !important;
}
.bg-almond-darker-10,
.hover-bg-almond-darker-10:hover {
    background-color: rgba(138, 91, 44, 0.1) !important;
}
.bg-almond-dark-10,
.hover-bg-almond-dark-10:hover {
    background-color: rgba(173, 114, 55, 0.1) !important;
}
.bg-almond-10,
.hover-bg-almond-10:hover {
    background-color: rgba(196, 134, 71, 0.1) !important;
}
.bg-almond-light-10,
.hover-bg-almond-light-10:hover {
    background-color: rgba(220, 183, 146, 0.1) !important;
}
.bg-almond-lighter-10,
.hover-bg-almond-lighter-10:hover {
    background-color: rgba(239, 222, 205, 0.1) !important;
}
.bg-almond-lightest-10,
.hover-bg-almond-lightest-10:hover {
    background-color: rgba(249, 240, 232, 0.1) !important;
}
.bg-slategray-darkest-10,
.hover-bg-slategray-darkest-10:hover {
    background-color: rgba(5, 25, 45, 0.1) !important;
}
.bg-slategray-darker-10,
.hover-bg-slategray-darker-10:hover {
    background-color: rgba(16, 44, 69, 0.1) !important;
}
.bg-slategray-dark-10,
.hover-bg-slategray-dark-10:hover {
    background-color: rgba(47, 80, 112, 0.1) !important;
}
.bg-slategray-10,
.hover-bg-slategray-10:hover {
    background-color: rgba(81, 116, 149, 0.1) !important;
}
.bg-slategray-light-10,
.hover-bg-slategray-light-10:hover {
    background-color: rgba(150, 177, 203, 0.1) !important;
}
.bg-slategray-lighter-10,
.hover-bg-slategray-lighter-10:hover {
    background-color: rgba(208, 220, 231, 0.1) !important;
}
.bg-slategray-lightest-10,
.hover-bg-slategray-lightest-10:hover {
    background-color: rgba(242, 245, 247, 0.1) !important;
}
.bg-gray-darkest-10,
.hover-bg-gray-darkest-10:hover {
    background-color: rgba(54, 69, 79, 0.1) !important;
}
.bg-gray-darker-10,
.hover-bg-gray-darker-10:hover {
    background-color: rgba(70, 89, 102, 0.1) !important;
}
.bg-gray-dark-10,
.hover-bg-gray-dark-10:hover {
    background-color: rgba(86, 110, 126, 0.1) !important;
}
.bg-gray-10,
.hover-bg-gray-10:hover {
    background-color: rgba(102, 130, 149, 0.1) !important;
}
.bg-gray-light-10,
.hover-bg-gray-light-10:hover {
    background-color: rgba(183, 196, 205, 0.1) !important;
}
.bg-gray-lighter-10,
.hover-bg-gray-lighter-10:hover {
    background-color: rgba(228, 232, 235, 0.1) !important;
}
.bg-gray-lightest-10,
.hover-bg-gray-lightest-10:hover {
    background-color: rgba(238, 241, 245, 0.1) !important;
}
.bg-black-20,
.hover-bg-black-20:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-white-20,
.hover-bg-white-20:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-blue-darkest-20,
.hover-bg-blue-darkest-20:hover {
    background-color: rgba(2, 48, 93, 0.2) !important;
}
.bg-blue-darker-20,
.hover-bg-blue-darker-20:hover {
    background-color: rgba(26, 93, 158, 0.2) !important;
}
.bg-blue-dark-20,
.hover-bg-blue-dark-20:hover {
    background-color: rgba(23, 115, 206, 0.2) !important;
}
.bg-blue-20,
.hover-bg-blue-20:hover {
    background-color: rgba(64, 158, 255, 0.2) !important;
}
.bg-blue-light-20,
.hover-bg-blue-light-20:hover {
    background-color: rgba(101, 178, 255, 0.2) !important;
}
.bg-blue-lighter-20,
.hover-bg-blue-lighter-20:hover {
    background-color: rgba(179, 217, 255, 0.2) !important;
}
.bg-blue-lightest-20,
.hover-bg-blue-lightest-20:hover {
    background-color: rgba(236, 245, 255, 0.2) !important;
}
.bg-indigo-darkest-20,
.hover-bg-indigo-darkest-20:hover {
    background-color: rgba(39, 32, 117, 0.2) !important;
}
.bg-indigo-darker-20,
.hover-bg-indigo-darker-20:hover {
    background-color: rgba(51, 42, 153, 0.2) !important;
}
.bg-indigo-dark-20,
.hover-bg-indigo-dark-20:hover {
    background-color: rgba(63, 51, 189, 0.2) !important;
}
.bg-indigo-20,
.hover-bg-indigo-20:hover {
    background-color: rgba(90, 79, 207, 0.2) !important;
}
.bg-indigo-light-20,
.hover-bg-indigo-light-20:hover {
    background-color: rgba(131, 122, 230, 0.2) !important;
}
.bg-indigo-lighter-20,
.hover-bg-indigo-lighter-20:hover {
    background-color: rgba(194, 189, 246, 0.2) !important;
}
.bg-indigo-lightest-20,
.hover-bg-indigo-lightest-20:hover {
    background-color: rgba(240, 238, 255, 0.2) !important;
}
.bg-purple-darkest-20,
.hover-bg-purple-darkest-20:hover {
    background-color: rgba(61, 6, 95, 0.2) !important;
}
.bg-purple-darker-20,
.hover-bg-purple-darker-20:hover {
    background-color: rgba(96, 10, 151, 0.2) !important;
}
.bg-purple-dark-20,
.hover-bg-purple-dark-20:hover {
    background-color: rgba(132, 13, 206, 0.2) !important;
}
.bg-purple-20,
.hover-bg-purple-20:hover {
    background-color: rgba(170, 56, 242, 0.2) !important;
}
.bg-purple-light-20,
.hover-bg-purple-light-20:hover {
    background-color: rgba(204, 136, 247, 0.2) !important;
}
.bg-purple-lighter-20,
.hover-bg-purple-lighter-20:hover {
    background-color: rgba(233, 203, 252, 0.2) !important;
}
.bg-purple-lightest-20,
.hover-bg-purple-lightest-20:hover {
    background-color: rgba(249, 240, 254, 0.2) !important;
}
.bg-pink-darkest-20,
.hover-bg-pink-darkest-20:hover {
    background-color: rgba(88, 0, 32, 0.2) !important;
}
.bg-pink-darker-20,
.hover-bg-pink-darker-20:hover {
    background-color: rgba(147, 0, 54, 0.2) !important;
}
.bg-pink-dark-20,
.hover-bg-pink-dark-20:hover {
    background-color: rgba(201, 54, 108, 0.2) !important;
}
.bg-pink-20,
.hover-bg-pink-20:hover {
    background-color: rgba(240, 101, 151, 0.2) !important;
}
.bg-pink-light-20,
.hover-bg-pink-light-20:hover {
    background-color: rgba(245, 142, 180, 0.2) !important;
}
.bg-pink-lighter-20,
.hover-bg-pink-lighter-20:hover {
    background-color: rgba(255, 205, 223, 0.2) !important;
}
.bg-pink-lightest-20,
.hover-bg-pink-lightest-20:hover {
    background-color: rgba(255, 235, 242, 0.2) !important;
}
.bg-red-darkest-20,
.hover-bg-red-darkest-20:hover {
    background-color: rgba(117, 14, 18, 0.2) !important;
}
.bg-red-darker-20,
.hover-bg-red-darker-20:hover {
    background-color: rgba(169, 21, 26, 0.2) !important;
}
.bg-red-dark-20,
.hover-bg-red-dark-20:hover {
    background-color: rgba(204, 25, 31, 0.2) !important;
}
.bg-red-20,
.hover-bg-red-20:hover {
    background-color: rgba(231, 57, 63, 0.2) !important;
}
.bg-red-light-20,
.hover-bg-red-light-20:hover {
    background-color: rgba(237, 109, 114, 0.2) !important;
}
.bg-red-lighter-20,
.hover-bg-red-lighter-20:hover {
    background-color: rgba(248, 197, 199, 0.2) !important;
}
.bg-red-lightest-20,
.hover-bg-red-lightest-20:hover {
    background-color: rgba(252, 232, 232, 0.2) !important;
}
.bg-orange-darkest-20,
.hover-bg-orange-darkest-20:hover {
    background-color: rgba(133, 67, 0, 0.2) !important;
}
.bg-orange-darker-20,
.hover-bg-orange-darker-20:hover {
    background-color: rgba(192, 96, 0, 0.2) !important;
}
.bg-orange-dark-20,
.hover-bg-orange-dark-20:hover {
    background-color: rgba(231, 116, 0, 0.2) !important;
}
.bg-orange-20,
.hover-bg-orange-20:hover {
    background-color: rgba(255, 135, 16, 0.2) !important;
}
.bg-orange-light-20,
.hover-bg-orange-light-20:hover {
    background-color: rgba(255, 184, 114, 0.2) !important;
}
.bg-orange-lighter-20,
.hover-bg-orange-lighter-20:hover {
    background-color: rgba(255, 224, 192, 0.2) !important;
}
.bg-orange-lightest-20,
.hover-bg-orange-lightest-20:hover {
    background-color: rgba(255, 243, 231, 0.2) !important;
}
.bg-yellow-darkest-20,
.hover-bg-yellow-darkest-20:hover {
    background-color: rgba(106, 85, 2, 0.2) !important;
}
.bg-yellow-darker-20,
.hover-bg-yellow-darker-20:hover {
    background-color: rgba(183, 147, 3, 0.2) !important;
}
.bg-yellow-dark-20,
.hover-bg-yellow-dark-20:hover {
    background-color: rgba(221, 177, 4, 0.2) !important;
}
.bg-yellow-20,
.hover-bg-yellow-20:hover {
    background-color: rgba(250, 203, 14, 0.2) !important;
}
.bg-yellow-light-20,
.hover-bg-yellow-light-20:hover {
    background-color: rgba(253, 228, 130, 0.2) !important;
}
.bg-yellow-lighter-20,
.hover-bg-yellow-lighter-20:hover {
    background-color: rgba(254, 240, 188, 0.2) !important;
}
.bg-yellow-lightest-20,
.hover-bg-yellow-lightest-20:hover {
    background-color: rgba(254, 247, 219, 0.2) !important;
}
.bg-pear-darkest-20,
.hover-bg-pear-darkest-20:hover {
    background-color: rgba(79, 86, 12, 0.2) !important;
}
.bg-pear-darker-20,
.hover-bg-pear-darker-20:hover {
    background-color: rgba(127, 138, 19, 0.2) !important;
}
.bg-pear-dark-20,
.hover-bg-pear-dark-20:hover {
    background-color: rgba(158, 172, 24, 0.2) !important;
}
.bg-pear-20,
.hover-bg-pear-20:hover {
    background-color: rgba(190, 207, 29, 0.2) !important;
}
.bg-pear-light-20,
.hover-bg-pear-light-20:hover {
    background-color: rgba(221, 233, 101, 0.2) !important;
}
.bg-pear-lighter-20,
.hover-bg-pear-lighter-20:hover {
    background-color: rgba(244, 248, 204, 0.2) !important;
}
.bg-pear-lightest-20,
.hover-bg-pear-lightest-20:hover {
    background-color: rgba(251, 253, 238, 0.2) !important;
}
.bg-green-darkest-20,
.hover-bg-green-darkest-20:hover {
    background-color: rgba(32, 97, 32, 0.2) !important;
}
.bg-green-darker-20,
.hover-bg-green-darker-20:hover {
    background-color: rgba(47, 141, 47, 0.2) !important;
}
.bg-green-dark-20,
.hover-bg-green-dark-20:hover {
    background-color: rgba(57, 171, 57, 0.2) !important;
}
.bg-green-20,
.hover-bg-green-20:hover {
    background-color: rgba(73, 194, 73, 0.2) !important;
}
.bg-green-light-20,
.hover-bg-green-light-20:hover {
    background-color: rgba(137, 224, 137, 0.2) !important;
}
.bg-green-lighter-20,
.hover-bg-green-lighter-20:hover {
    background-color: rgba(220, 243, 220, 0.2) !important;
}
.bg-green-lightest-20,
.hover-bg-green-lightest-20:hover {
    background-color: rgba(234, 248, 234, 0.2) !important;
}
.bg-mint-darkest-20,
.hover-bg-mint-darkest-20:hover {
    background-color: rgba(19, 107, 68, 0.2) !important;
}
.bg-mint-darker-20,
.hover-bg-mint-darker-20:hover {
    background-color: rgba(29, 165, 105, 0.2) !important;
}
.bg-mint-dark-20,
.hover-bg-mint-dark-20:hover {
    background-color: rgba(35, 198, 126, 0.2) !important;
}
.bg-mint-20,
.hover-bg-mint-20:hover {
    background-color: rgba(53, 219, 146, 0.2) !important;
}
.bg-mint-light-20,
.hover-bg-mint-light-20:hover {
    background-color: rgba(137, 234, 191, 0.2) !important;
}
.bg-mint-lighter-20,
.hover-bg-mint-lighter-20:hover {
    background-color: rgba(220, 249, 236, 0.2) !important;
}
.bg-mint-lightest-20,
.hover-bg-mint-lightest-20:hover {
    background-color: rgba(242, 252, 247, 0.2) !important;
}
.bg-teal-darkest-20,
.hover-bg-teal-darkest-20:hover {
    background-color: rgba(34, 89, 96, 0.2) !important;
}
.bg-teal-darker-20,
.hover-bg-teal-darker-20:hover {
    background-color: rgba(45, 116, 125, 0.2) !important;
}
.bg-teal-dark-20,
.hover-bg-teal-dark-20:hover {
    background-color: rgba(55, 142, 153, 0.2) !important;
}
.bg-teal-20,
.hover-bg-teal-20:hover {
    background-color: rgba(66, 169, 182, 0.2) !important;
}
.bg-teal-light-20,
.hover-bg-teal-light-20:hover {
    background-color: rgba(149, 209, 217, 0.2) !important;
}
.bg-teal-lighter-20,
.hover-bg-teal-lighter-20:hover {
    background-color: rgba(221, 240, 243, 0.2) !important;
}
.bg-teal-lightest-20,
.hover-bg-teal-lightest-20:hover {
    background-color: rgba(237, 249, 250, 0.2) !important;
}
.bg-wine-darkest-20,
.hover-bg-wine-darkest-20:hover {
    background-color: rgba(72, 30, 35, 0.2) !important;
}
.bg-wine-darker-20,
.hover-bg-wine-darker-20:hover {
    background-color: rgba(114, 47, 55, 0.2) !important;
}
.bg-wine-dark-20,
.hover-bg-wine-dark-20:hover {
    background-color: rgba(142, 58, 68, 0.2) !important;
}
.bg-wine-20,
.hover-bg-wine-20:hover {
    background-color: rgba(170, 70, 82, 0.2) !important;
}
.bg-wine-light-20,
.hover-bg-wine-light-20:hover {
    background-color: rgba(210, 147, 154, 0.2) !important;
}
.bg-wine-lighter-20,
.hover-bg-wine-lighter-20:hover {
    background-color: rgba(239, 216, 219, 0.2) !important;
}
.bg-wine-lightest-20,
.hover-bg-wine-lightest-20:hover {
    background-color: rgba(250, 243, 244, 0.2) !important;
}
.bg-brown-darkest-20,
.hover-bg-brown-darkest-20:hover {
    background-color: rgba(61, 47, 43, 0.2) !important;
}
.bg-brown-darker-20,
.hover-bg-brown-darker-20:hover {
    background-color: rgba(84, 65, 59, 0.2) !important;
}
.bg-brown-dark-20,
.hover-bg-brown-dark-20:hover {
    background-color: rgba(107, 83, 76, 0.2) !important;
}
.bg-brown-20,
.hover-bg-brown-20:hover {
    background-color: rgba(141, 109, 100, 0.2) !important;
}
.bg-brown-light-20,
.hover-bg-brown-light-20:hover {
    background-color: rgba(200, 183, 178, 0.2) !important;
}
.bg-brown-lighter-20,
.hover-bg-brown-lighter-20:hover {
    background-color: rgba(233, 226, 224, 0.2) !important;
}
.bg-brown-lightest-20,
.hover-bg-brown-lightest-20:hover {
    background-color: rgba(255, 249, 247, 0.2) !important;
}
.bg-almond-darkest-20,
.hover-bg-almond-darkest-20:hover {
    background-color: rgba(99, 65, 32, 0.2) !important;
}
.bg-almond-darker-20,
.hover-bg-almond-darker-20:hover {
    background-color: rgba(138, 91, 44, 0.2) !important;
}
.bg-almond-dark-20,
.hover-bg-almond-dark-20:hover {
    background-color: rgba(173, 114, 55, 0.2) !important;
}
.bg-almond-20,
.hover-bg-almond-20:hover {
    background-color: rgba(196, 134, 71, 0.2) !important;
}
.bg-almond-light-20,
.hover-bg-almond-light-20:hover {
    background-color: rgba(220, 183, 146, 0.2) !important;
}
.bg-almond-lighter-20,
.hover-bg-almond-lighter-20:hover {
    background-color: rgba(239, 222, 205, 0.2) !important;
}
.bg-almond-lightest-20,
.hover-bg-almond-lightest-20:hover {
    background-color: rgba(249, 240, 232, 0.2) !important;
}
.bg-slategray-darkest-20,
.hover-bg-slategray-darkest-20:hover {
    background-color: rgba(5, 25, 45, 0.2) !important;
}
.bg-slategray-darker-20,
.hover-bg-slategray-darker-20:hover {
    background-color: rgba(16, 44, 69, 0.2) !important;
}
.bg-slategray-dark-20,
.hover-bg-slategray-dark-20:hover {
    background-color: rgba(47, 80, 112, 0.2) !important;
}
.bg-slategray-20,
.hover-bg-slategray-20:hover {
    background-color: rgba(81, 116, 149, 0.2) !important;
}
.bg-slategray-light-20,
.hover-bg-slategray-light-20:hover {
    background-color: rgba(150, 177, 203, 0.2) !important;
}
.bg-slategray-lighter-20,
.hover-bg-slategray-lighter-20:hover {
    background-color: rgba(208, 220, 231, 0.2) !important;
}
.bg-slategray-lightest-20,
.hover-bg-slategray-lightest-20:hover {
    background-color: rgba(242, 245, 247, 0.2) !important;
}
.bg-gray-darkest-20,
.hover-bg-gray-darkest-20:hover {
    background-color: rgba(54, 69, 79, 0.2) !important;
}
.bg-gray-darker-20,
.hover-bg-gray-darker-20:hover {
    background-color: rgba(70, 89, 102, 0.2) !important;
}
.bg-gray-dark-20,
.hover-bg-gray-dark-20:hover {
    background-color: rgba(86, 110, 126, 0.2) !important;
}
.bg-gray-20,
.hover-bg-gray-20:hover {
    background-color: rgba(102, 130, 149, 0.2) !important;
}
.bg-gray-light-20,
.hover-bg-gray-light-20:hover {
    background-color: rgba(183, 196, 205, 0.2) !important;
}
.bg-gray-lighter-20,
.hover-bg-gray-lighter-20:hover {
    background-color: rgba(228, 232, 235, 0.2) !important;
}
.bg-gray-lightest-20,
.hover-bg-gray-lightest-20:hover {
    background-color: rgba(238, 241, 245, 0.2) !important;
}
.bg-black-30,
.hover-bg-black-30:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-white-30,
.hover-bg-white-30:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-blue-darkest-30,
.hover-bg-blue-darkest-30:hover {
    background-color: rgba(2, 48, 93, 0.3) !important;
}
.bg-blue-darker-30,
.hover-bg-blue-darker-30:hover {
    background-color: rgba(26, 93, 158, 0.3) !important;
}
.bg-blue-dark-30,
.hover-bg-blue-dark-30:hover {
    background-color: rgba(23, 115, 206, 0.3) !important;
}
.bg-blue-30,
.hover-bg-blue-30:hover {
    background-color: rgba(64, 158, 255, 0.3) !important;
}
.bg-blue-light-30,
.hover-bg-blue-light-30:hover {
    background-color: rgba(101, 178, 255, 0.3) !important;
}
.bg-blue-lighter-30,
.hover-bg-blue-lighter-30:hover {
    background-color: rgba(179, 217, 255, 0.3) !important;
}
.bg-blue-lightest-30,
.hover-bg-blue-lightest-30:hover {
    background-color: rgba(236, 245, 255, 0.3) !important;
}
.bg-indigo-darkest-30,
.hover-bg-indigo-darkest-30:hover {
    background-color: rgba(39, 32, 117, 0.3) !important;
}
.bg-indigo-darker-30,
.hover-bg-indigo-darker-30:hover {
    background-color: rgba(51, 42, 153, 0.3) !important;
}
.bg-indigo-dark-30,
.hover-bg-indigo-dark-30:hover {
    background-color: rgba(63, 51, 189, 0.3) !important;
}
.bg-indigo-30,
.hover-bg-indigo-30:hover {
    background-color: rgba(90, 79, 207, 0.3) !important;
}
.bg-indigo-light-30,
.hover-bg-indigo-light-30:hover {
    background-color: rgba(131, 122, 230, 0.3) !important;
}
.bg-indigo-lighter-30,
.hover-bg-indigo-lighter-30:hover {
    background-color: rgba(194, 189, 246, 0.3) !important;
}
.bg-indigo-lightest-30,
.hover-bg-indigo-lightest-30:hover {
    background-color: rgba(240, 238, 255, 0.3) !important;
}
.bg-purple-darkest-30,
.hover-bg-purple-darkest-30:hover {
    background-color: rgba(61, 6, 95, 0.3) !important;
}
.bg-purple-darker-30,
.hover-bg-purple-darker-30:hover {
    background-color: rgba(96, 10, 151, 0.3) !important;
}
.bg-purple-dark-30,
.hover-bg-purple-dark-30:hover {
    background-color: rgba(132, 13, 206, 0.3) !important;
}
.bg-purple-30,
.hover-bg-purple-30:hover {
    background-color: rgba(170, 56, 242, 0.3) !important;
}
.bg-purple-light-30,
.hover-bg-purple-light-30:hover {
    background-color: rgba(204, 136, 247, 0.3) !important;
}
.bg-purple-lighter-30,
.hover-bg-purple-lighter-30:hover {
    background-color: rgba(233, 203, 252, 0.3) !important;
}
.bg-purple-lightest-30,
.hover-bg-purple-lightest-30:hover {
    background-color: rgba(249, 240, 254, 0.3) !important;
}
.bg-pink-darkest-30,
.hover-bg-pink-darkest-30:hover {
    background-color: rgba(88, 0, 32, 0.3) !important;
}
.bg-pink-darker-30,
.hover-bg-pink-darker-30:hover {
    background-color: rgba(147, 0, 54, 0.3) !important;
}
.bg-pink-dark-30,
.hover-bg-pink-dark-30:hover {
    background-color: rgba(201, 54, 108, 0.3) !important;
}
.bg-pink-30,
.hover-bg-pink-30:hover {
    background-color: rgba(240, 101, 151, 0.3) !important;
}
.bg-pink-light-30,
.hover-bg-pink-light-30:hover {
    background-color: rgba(245, 142, 180, 0.3) !important;
}
.bg-pink-lighter-30,
.hover-bg-pink-lighter-30:hover {
    background-color: rgba(255, 205, 223, 0.3) !important;
}
.bg-pink-lightest-30,
.hover-bg-pink-lightest-30:hover {
    background-color: rgba(255, 235, 242, 0.3) !important;
}
.bg-red-darkest-30,
.hover-bg-red-darkest-30:hover {
    background-color: rgba(117, 14, 18, 0.3) !important;
}
.bg-red-darker-30,
.hover-bg-red-darker-30:hover {
    background-color: rgba(169, 21, 26, 0.3) !important;
}
.bg-red-dark-30,
.hover-bg-red-dark-30:hover {
    background-color: rgba(204, 25, 31, 0.3) !important;
}
.bg-red-30,
.hover-bg-red-30:hover {
    background-color: rgba(231, 57, 63, 0.3) !important;
}
.bg-red-light-30,
.hover-bg-red-light-30:hover {
    background-color: rgba(237, 109, 114, 0.3) !important;
}
.bg-red-lighter-30,
.hover-bg-red-lighter-30:hover {
    background-color: rgba(248, 197, 199, 0.3) !important;
}
.bg-red-lightest-30,
.hover-bg-red-lightest-30:hover {
    background-color: rgba(252, 232, 232, 0.3) !important;
}
.bg-orange-darkest-30,
.hover-bg-orange-darkest-30:hover {
    background-color: rgba(133, 67, 0, 0.3) !important;
}
.bg-orange-darker-30,
.hover-bg-orange-darker-30:hover {
    background-color: rgba(192, 96, 0, 0.3) !important;
}
.bg-orange-dark-30,
.hover-bg-orange-dark-30:hover {
    background-color: rgba(231, 116, 0, 0.3) !important;
}
.bg-orange-30,
.hover-bg-orange-30:hover {
    background-color: rgba(255, 135, 16, 0.3) !important;
}
.bg-orange-light-30,
.hover-bg-orange-light-30:hover {
    background-color: rgba(255, 184, 114, 0.3) !important;
}
.bg-orange-lighter-30,
.hover-bg-orange-lighter-30:hover {
    background-color: rgba(255, 224, 192, 0.3) !important;
}
.bg-orange-lightest-30,
.hover-bg-orange-lightest-30:hover {
    background-color: rgba(255, 243, 231, 0.3) !important;
}
.bg-yellow-darkest-30,
.hover-bg-yellow-darkest-30:hover {
    background-color: rgba(106, 85, 2, 0.3) !important;
}
.bg-yellow-darker-30,
.hover-bg-yellow-darker-30:hover {
    background-color: rgba(183, 147, 3, 0.3) !important;
}
.bg-yellow-dark-30,
.hover-bg-yellow-dark-30:hover {
    background-color: rgba(221, 177, 4, 0.3) !important;
}
.bg-yellow-30,
.hover-bg-yellow-30:hover {
    background-color: rgba(250, 203, 14, 0.3) !important;
}
.bg-yellow-light-30,
.hover-bg-yellow-light-30:hover {
    background-color: rgba(253, 228, 130, 0.3) !important;
}
.bg-yellow-lighter-30,
.hover-bg-yellow-lighter-30:hover {
    background-color: rgba(254, 240, 188, 0.3) !important;
}
.bg-yellow-lightest-30,
.hover-bg-yellow-lightest-30:hover {
    background-color: rgba(254, 247, 219, 0.3) !important;
}
.bg-pear-darkest-30,
.hover-bg-pear-darkest-30:hover {
    background-color: rgba(79, 86, 12, 0.3) !important;
}
.bg-pear-darker-30,
.hover-bg-pear-darker-30:hover {
    background-color: rgba(127, 138, 19, 0.3) !important;
}
.bg-pear-dark-30,
.hover-bg-pear-dark-30:hover {
    background-color: rgba(158, 172, 24, 0.3) !important;
}
.bg-pear-30,
.hover-bg-pear-30:hover {
    background-color: rgba(190, 207, 29, 0.3) !important;
}
.bg-pear-light-30,
.hover-bg-pear-light-30:hover {
    background-color: rgba(221, 233, 101, 0.3) !important;
}
.bg-pear-lighter-30,
.hover-bg-pear-lighter-30:hover {
    background-color: rgba(244, 248, 204, 0.3) !important;
}
.bg-pear-lightest-30,
.hover-bg-pear-lightest-30:hover {
    background-color: rgba(251, 253, 238, 0.3) !important;
}
.bg-green-darkest-30,
.hover-bg-green-darkest-30:hover {
    background-color: rgba(32, 97, 32, 0.3) !important;
}
.bg-green-darker-30,
.hover-bg-green-darker-30:hover {
    background-color: rgba(47, 141, 47, 0.3) !important;
}
.bg-green-dark-30,
.hover-bg-green-dark-30:hover {
    background-color: rgba(57, 171, 57, 0.3) !important;
}
.bg-green-30,
.hover-bg-green-30:hover {
    background-color: rgba(73, 194, 73, 0.3) !important;
}
.bg-green-light-30,
.hover-bg-green-light-30:hover {
    background-color: rgba(137, 224, 137, 0.3) !important;
}
.bg-green-lighter-30,
.hover-bg-green-lighter-30:hover {
    background-color: rgba(220, 243, 220, 0.3) !important;
}
.bg-green-lightest-30,
.hover-bg-green-lightest-30:hover {
    background-color: rgba(234, 248, 234, 0.3) !important;
}
.bg-mint-darkest-30,
.hover-bg-mint-darkest-30:hover {
    background-color: rgba(19, 107, 68, 0.3) !important;
}
.bg-mint-darker-30,
.hover-bg-mint-darker-30:hover {
    background-color: rgba(29, 165, 105, 0.3) !important;
}
.bg-mint-dark-30,
.hover-bg-mint-dark-30:hover {
    background-color: rgba(35, 198, 126, 0.3) !important;
}
.bg-mint-30,
.hover-bg-mint-30:hover {
    background-color: rgba(53, 219, 146, 0.3) !important;
}
.bg-mint-light-30,
.hover-bg-mint-light-30:hover {
    background-color: rgba(137, 234, 191, 0.3) !important;
}
.bg-mint-lighter-30,
.hover-bg-mint-lighter-30:hover {
    background-color: rgba(220, 249, 236, 0.3) !important;
}
.bg-mint-lightest-30,
.hover-bg-mint-lightest-30:hover {
    background-color: rgba(242, 252, 247, 0.3) !important;
}
.bg-teal-darkest-30,
.hover-bg-teal-darkest-30:hover {
    background-color: rgba(34, 89, 96, 0.3) !important;
}
.bg-teal-darker-30,
.hover-bg-teal-darker-30:hover {
    background-color: rgba(45, 116, 125, 0.3) !important;
}
.bg-teal-dark-30,
.hover-bg-teal-dark-30:hover {
    background-color: rgba(55, 142, 153, 0.3) !important;
}
.bg-teal-30,
.hover-bg-teal-30:hover {
    background-color: rgba(66, 169, 182, 0.3) !important;
}
.bg-teal-light-30,
.hover-bg-teal-light-30:hover {
    background-color: rgba(149, 209, 217, 0.3) !important;
}
.bg-teal-lighter-30,
.hover-bg-teal-lighter-30:hover {
    background-color: rgba(221, 240, 243, 0.3) !important;
}
.bg-teal-lightest-30,
.hover-bg-teal-lightest-30:hover {
    background-color: rgba(237, 249, 250, 0.3) !important;
}
.bg-wine-darkest-30,
.hover-bg-wine-darkest-30:hover {
    background-color: rgba(72, 30, 35, 0.3) !important;
}
.bg-wine-darker-30,
.hover-bg-wine-darker-30:hover {
    background-color: rgba(114, 47, 55, 0.3) !important;
}
.bg-wine-dark-30,
.hover-bg-wine-dark-30:hover {
    background-color: rgba(142, 58, 68, 0.3) !important;
}
.bg-wine-30,
.hover-bg-wine-30:hover {
    background-color: rgba(170, 70, 82, 0.3) !important;
}
.bg-wine-light-30,
.hover-bg-wine-light-30:hover {
    background-color: rgba(210, 147, 154, 0.3) !important;
}
.bg-wine-lighter-30,
.hover-bg-wine-lighter-30:hover {
    background-color: rgba(239, 216, 219, 0.3) !important;
}
.bg-wine-lightest-30,
.hover-bg-wine-lightest-30:hover {
    background-color: rgba(250, 243, 244, 0.3) !important;
}
.bg-brown-darkest-30,
.hover-bg-brown-darkest-30:hover {
    background-color: rgba(61, 47, 43, 0.3) !important;
}
.bg-brown-darker-30,
.hover-bg-brown-darker-30:hover {
    background-color: rgba(84, 65, 59, 0.3) !important;
}
.bg-brown-dark-30,
.hover-bg-brown-dark-30:hover {
    background-color: rgba(107, 83, 76, 0.3) !important;
}
.bg-brown-30,
.hover-bg-brown-30:hover {
    background-color: rgba(141, 109, 100, 0.3) !important;
}
.bg-brown-light-30,
.hover-bg-brown-light-30:hover {
    background-color: rgba(200, 183, 178, 0.3) !important;
}
.bg-brown-lighter-30,
.hover-bg-brown-lighter-30:hover {
    background-color: rgba(233, 226, 224, 0.3) !important;
}
.bg-brown-lightest-30,
.hover-bg-brown-lightest-30:hover {
    background-color: rgba(255, 249, 247, 0.3) !important;
}
.bg-almond-darkest-30,
.hover-bg-almond-darkest-30:hover {
    background-color: rgba(99, 65, 32, 0.3) !important;
}
.bg-almond-darker-30,
.hover-bg-almond-darker-30:hover {
    background-color: rgba(138, 91, 44, 0.3) !important;
}
.bg-almond-dark-30,
.hover-bg-almond-dark-30:hover {
    background-color: rgba(173, 114, 55, 0.3) !important;
}
.bg-almond-30,
.hover-bg-almond-30:hover {
    background-color: rgba(196, 134, 71, 0.3) !important;
}
.bg-almond-light-30,
.hover-bg-almond-light-30:hover {
    background-color: rgba(220, 183, 146, 0.3) !important;
}
.bg-almond-lighter-30,
.hover-bg-almond-lighter-30:hover {
    background-color: rgba(239, 222, 205, 0.3) !important;
}
.bg-almond-lightest-30,
.hover-bg-almond-lightest-30:hover {
    background-color: rgba(249, 240, 232, 0.3) !important;
}
.bg-slategray-darkest-30,
.hover-bg-slategray-darkest-30:hover {
    background-color: rgba(5, 25, 45, 0.3) !important;
}
.bg-slategray-darker-30,
.hover-bg-slategray-darker-30:hover {
    background-color: rgba(16, 44, 69, 0.3) !important;
}
.bg-slategray-dark-30,
.hover-bg-slategray-dark-30:hover {
    background-color: rgba(47, 80, 112, 0.3) !important;
}
.bg-slategray-30,
.hover-bg-slategray-30:hover {
    background-color: rgba(81, 116, 149, 0.3) !important;
}
.bg-slategray-light-30,
.hover-bg-slategray-light-30:hover {
    background-color: rgba(150, 177, 203, 0.3) !important;
}
.bg-slategray-lighter-30,
.hover-bg-slategray-lighter-30:hover {
    background-color: rgba(208, 220, 231, 0.3) !important;
}
.bg-slategray-lightest-30,
.hover-bg-slategray-lightest-30:hover {
    background-color: rgba(242, 245, 247, 0.3) !important;
}
.bg-gray-darkest-30,
.hover-bg-gray-darkest-30:hover {
    background-color: rgba(54, 69, 79, 0.3) !important;
}
.bg-gray-darker-30,
.hover-bg-gray-darker-30:hover {
    background-color: rgba(70, 89, 102, 0.3) !important;
}
.bg-gray-dark-30,
.hover-bg-gray-dark-30:hover {
    background-color: rgba(86, 110, 126, 0.3) !important;
}
.bg-gray-30,
.hover-bg-gray-30:hover {
    background-color: rgba(102, 130, 149, 0.3) !important;
}
.bg-gray-light-30,
.hover-bg-gray-light-30:hover {
    background-color: rgba(183, 196, 205, 0.3) !important;
}
.bg-gray-lighter-30,
.hover-bg-gray-lighter-30:hover {
    background-color: rgba(228, 232, 235, 0.3) !important;
}
.bg-gray-lightest-30,
.hover-bg-gray-lightest-30:hover {
    background-color: rgba(238, 241, 245, 0.3) !important;
}
.bg-black-40,
.hover-bg-black-40:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
.bg-white-40,
.hover-bg-white-40:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-blue-darkest-40,
.hover-bg-blue-darkest-40:hover {
    background-color: rgba(2, 48, 93, 0.4) !important;
}
.bg-blue-darker-40,
.hover-bg-blue-darker-40:hover {
    background-color: rgba(26, 93, 158, 0.4) !important;
}
.bg-blue-dark-40,
.hover-bg-blue-dark-40:hover {
    background-color: rgba(23, 115, 206, 0.4) !important;
}
.bg-blue-40,
.hover-bg-blue-40:hover {
    background-color: rgba(64, 158, 255, 0.4) !important;
}
.bg-blue-light-40,
.hover-bg-blue-light-40:hover {
    background-color: rgba(101, 178, 255, 0.4) !important;
}
.bg-blue-lighter-40,
.hover-bg-blue-lighter-40:hover {
    background-color: rgba(179, 217, 255, 0.4) !important;
}
.bg-blue-lightest-40,
.hover-bg-blue-lightest-40:hover {
    background-color: rgba(236, 245, 255, 0.4) !important;
}
.bg-indigo-darkest-40,
.hover-bg-indigo-darkest-40:hover {
    background-color: rgba(39, 32, 117, 0.4) !important;
}
.bg-indigo-darker-40,
.hover-bg-indigo-darker-40:hover {
    background-color: rgba(51, 42, 153, 0.4) !important;
}
.bg-indigo-dark-40,
.hover-bg-indigo-dark-40:hover {
    background-color: rgba(63, 51, 189, 0.4) !important;
}
.bg-indigo-40,
.hover-bg-indigo-40:hover {
    background-color: rgba(90, 79, 207, 0.4) !important;
}
.bg-indigo-light-40,
.hover-bg-indigo-light-40:hover {
    background-color: rgba(131, 122, 230, 0.4) !important;
}
.bg-indigo-lighter-40,
.hover-bg-indigo-lighter-40:hover {
    background-color: rgba(194, 189, 246, 0.4) !important;
}
.bg-indigo-lightest-40,
.hover-bg-indigo-lightest-40:hover {
    background-color: rgba(240, 238, 255, 0.4) !important;
}
.bg-purple-darkest-40,
.hover-bg-purple-darkest-40:hover {
    background-color: rgba(61, 6, 95, 0.4) !important;
}
.bg-purple-darker-40,
.hover-bg-purple-darker-40:hover {
    background-color: rgba(96, 10, 151, 0.4) !important;
}
.bg-purple-dark-40,
.hover-bg-purple-dark-40:hover {
    background-color: rgba(132, 13, 206, 0.4) !important;
}
.bg-purple-40,
.hover-bg-purple-40:hover {
    background-color: rgba(170, 56, 242, 0.4) !important;
}
.bg-purple-light-40,
.hover-bg-purple-light-40:hover {
    background-color: rgba(204, 136, 247, 0.4) !important;
}
.bg-purple-lighter-40,
.hover-bg-purple-lighter-40:hover {
    background-color: rgba(233, 203, 252, 0.4) !important;
}
.bg-purple-lightest-40,
.hover-bg-purple-lightest-40:hover {
    background-color: rgba(249, 240, 254, 0.4) !important;
}
.bg-pink-darkest-40,
.hover-bg-pink-darkest-40:hover {
    background-color: rgba(88, 0, 32, 0.4) !important;
}
.bg-pink-darker-40,
.hover-bg-pink-darker-40:hover {
    background-color: rgba(147, 0, 54, 0.4) !important;
}
.bg-pink-dark-40,
.hover-bg-pink-dark-40:hover {
    background-color: rgba(201, 54, 108, 0.4) !important;
}
.bg-pink-40,
.hover-bg-pink-40:hover {
    background-color: rgba(240, 101, 151, 0.4) !important;
}
.bg-pink-light-40,
.hover-bg-pink-light-40:hover {
    background-color: rgba(245, 142, 180, 0.4) !important;
}
.bg-pink-lighter-40,
.hover-bg-pink-lighter-40:hover {
    background-color: rgba(255, 205, 223, 0.4) !important;
}
.bg-pink-lightest-40,
.hover-bg-pink-lightest-40:hover {
    background-color: rgba(255, 235, 242, 0.4) !important;
}
.bg-red-darkest-40,
.hover-bg-red-darkest-40:hover {
    background-color: rgba(117, 14, 18, 0.4) !important;
}
.bg-red-darker-40,
.hover-bg-red-darker-40:hover {
    background-color: rgba(169, 21, 26, 0.4) !important;
}
.bg-red-dark-40,
.hover-bg-red-dark-40:hover {
    background-color: rgba(204, 25, 31, 0.4) !important;
}
.bg-red-40,
.hover-bg-red-40:hover {
    background-color: rgba(231, 57, 63, 0.4) !important;
}
.bg-red-light-40,
.hover-bg-red-light-40:hover {
    background-color: rgba(237, 109, 114, 0.4) !important;
}
.bg-red-lighter-40,
.hover-bg-red-lighter-40:hover {
    background-color: rgba(248, 197, 199, 0.4) !important;
}
.bg-red-lightest-40,
.hover-bg-red-lightest-40:hover {
    background-color: rgba(252, 232, 232, 0.4) !important;
}
.bg-orange-darkest-40,
.hover-bg-orange-darkest-40:hover {
    background-color: rgba(133, 67, 0, 0.4) !important;
}
.bg-orange-darker-40,
.hover-bg-orange-darker-40:hover {
    background-color: rgba(192, 96, 0, 0.4) !important;
}
.bg-orange-dark-40,
.hover-bg-orange-dark-40:hover {
    background-color: rgba(231, 116, 0, 0.4) !important;
}
.bg-orange-40,
.hover-bg-orange-40:hover {
    background-color: rgba(255, 135, 16, 0.4) !important;
}
.bg-orange-light-40,
.hover-bg-orange-light-40:hover {
    background-color: rgba(255, 184, 114, 0.4) !important;
}
.bg-orange-lighter-40,
.hover-bg-orange-lighter-40:hover {
    background-color: rgba(255, 224, 192, 0.4) !important;
}
.bg-orange-lightest-40,
.hover-bg-orange-lightest-40:hover {
    background-color: rgba(255, 243, 231, 0.4) !important;
}
.bg-yellow-darkest-40,
.hover-bg-yellow-darkest-40:hover {
    background-color: rgba(106, 85, 2, 0.4) !important;
}
.bg-yellow-darker-40,
.hover-bg-yellow-darker-40:hover {
    background-color: rgba(183, 147, 3, 0.4) !important;
}
.bg-yellow-dark-40,
.hover-bg-yellow-dark-40:hover {
    background-color: rgba(221, 177, 4, 0.4) !important;
}
.bg-yellow-40,
.hover-bg-yellow-40:hover {
    background-color: rgba(250, 203, 14, 0.4) !important;
}
.bg-yellow-light-40,
.hover-bg-yellow-light-40:hover {
    background-color: rgba(253, 228, 130, 0.4) !important;
}
.bg-yellow-lighter-40,
.hover-bg-yellow-lighter-40:hover {
    background-color: rgba(254, 240, 188, 0.4) !important;
}
.bg-yellow-lightest-40,
.hover-bg-yellow-lightest-40:hover {
    background-color: rgba(254, 247, 219, 0.4) !important;
}
.bg-pear-darkest-40,
.hover-bg-pear-darkest-40:hover {
    background-color: rgba(79, 86, 12, 0.4) !important;
}
.bg-pear-darker-40,
.hover-bg-pear-darker-40:hover {
    background-color: rgba(127, 138, 19, 0.4) !important;
}
.bg-pear-dark-40,
.hover-bg-pear-dark-40:hover {
    background-color: rgba(158, 172, 24, 0.4) !important;
}
.bg-pear-40,
.hover-bg-pear-40:hover {
    background-color: rgba(190, 207, 29, 0.4) !important;
}
.bg-pear-light-40,
.hover-bg-pear-light-40:hover {
    background-color: rgba(221, 233, 101, 0.4) !important;
}
.bg-pear-lighter-40,
.hover-bg-pear-lighter-40:hover {
    background-color: rgba(244, 248, 204, 0.4) !important;
}
.bg-pear-lightest-40,
.hover-bg-pear-lightest-40:hover {
    background-color: rgba(251, 253, 238, 0.4) !important;
}
.bg-green-darkest-40,
.hover-bg-green-darkest-40:hover {
    background-color: rgba(32, 97, 32, 0.4) !important;
}
.bg-green-darker-40,
.hover-bg-green-darker-40:hover {
    background-color: rgba(47, 141, 47, 0.4) !important;
}
.bg-green-dark-40,
.hover-bg-green-dark-40:hover {
    background-color: rgba(57, 171, 57, 0.4) !important;
}
.bg-green-40,
.hover-bg-green-40:hover {
    background-color: rgba(73, 194, 73, 0.4) !important;
}
.bg-green-light-40,
.hover-bg-green-light-40:hover {
    background-color: rgba(137, 224, 137, 0.4) !important;
}
.bg-green-lighter-40,
.hover-bg-green-lighter-40:hover {
    background-color: rgba(220, 243, 220, 0.4) !important;
}
.bg-green-lightest-40,
.hover-bg-green-lightest-40:hover {
    background-color: rgba(234, 248, 234, 0.4) !important;
}
.bg-mint-darkest-40,
.hover-bg-mint-darkest-40:hover {
    background-color: rgba(19, 107, 68, 0.4) !important;
}
.bg-mint-darker-40,
.hover-bg-mint-darker-40:hover {
    background-color: rgba(29, 165, 105, 0.4) !important;
}
.bg-mint-dark-40,
.hover-bg-mint-dark-40:hover {
    background-color: rgba(35, 198, 126, 0.4) !important;
}
.bg-mint-40,
.hover-bg-mint-40:hover {
    background-color: rgba(53, 219, 146, 0.4) !important;
}
.bg-mint-light-40,
.hover-bg-mint-light-40:hover {
    background-color: rgba(137, 234, 191, 0.4) !important;
}
.bg-mint-lighter-40,
.hover-bg-mint-lighter-40:hover {
    background-color: rgba(220, 249, 236, 0.4) !important;
}
.bg-mint-lightest-40,
.hover-bg-mint-lightest-40:hover {
    background-color: rgba(242, 252, 247, 0.4) !important;
}
.bg-teal-darkest-40,
.hover-bg-teal-darkest-40:hover {
    background-color: rgba(34, 89, 96, 0.4) !important;
}
.bg-teal-darker-40,
.hover-bg-teal-darker-40:hover {
    background-color: rgba(45, 116, 125, 0.4) !important;
}
.bg-teal-dark-40,
.hover-bg-teal-dark-40:hover {
    background-color: rgba(55, 142, 153, 0.4) !important;
}
.bg-teal-40,
.hover-bg-teal-40:hover {
    background-color: rgba(66, 169, 182, 0.4) !important;
}
.bg-teal-light-40,
.hover-bg-teal-light-40:hover {
    background-color: rgba(149, 209, 217, 0.4) !important;
}
.bg-teal-lighter-40,
.hover-bg-teal-lighter-40:hover {
    background-color: rgba(221, 240, 243, 0.4) !important;
}
.bg-teal-lightest-40,
.hover-bg-teal-lightest-40:hover {
    background-color: rgba(237, 249, 250, 0.4) !important;
}
.bg-wine-darkest-40,
.hover-bg-wine-darkest-40:hover {
    background-color: rgba(72, 30, 35, 0.4) !important;
}
.bg-wine-darker-40,
.hover-bg-wine-darker-40:hover {
    background-color: rgba(114, 47, 55, 0.4) !important;
}
.bg-wine-dark-40,
.hover-bg-wine-dark-40:hover {
    background-color: rgba(142, 58, 68, 0.4) !important;
}
.bg-wine-40,
.hover-bg-wine-40:hover {
    background-color: rgba(170, 70, 82, 0.4) !important;
}
.bg-wine-light-40,
.hover-bg-wine-light-40:hover {
    background-color: rgba(210, 147, 154, 0.4) !important;
}
.bg-wine-lighter-40,
.hover-bg-wine-lighter-40:hover {
    background-color: rgba(239, 216, 219, 0.4) !important;
}
.bg-wine-lightest-40,
.hover-bg-wine-lightest-40:hover {
    background-color: rgba(250, 243, 244, 0.4) !important;
}
.bg-brown-darkest-40,
.hover-bg-brown-darkest-40:hover {
    background-color: rgba(61, 47, 43, 0.4) !important;
}
.bg-brown-darker-40,
.hover-bg-brown-darker-40:hover {
    background-color: rgba(84, 65, 59, 0.4) !important;
}
.bg-brown-dark-40,
.hover-bg-brown-dark-40:hover {
    background-color: rgba(107, 83, 76, 0.4) !important;
}
.bg-brown-40,
.hover-bg-brown-40:hover {
    background-color: rgba(141, 109, 100, 0.4) !important;
}
.bg-brown-light-40,
.hover-bg-brown-light-40:hover {
    background-color: rgba(200, 183, 178, 0.4) !important;
}
.bg-brown-lighter-40,
.hover-bg-brown-lighter-40:hover {
    background-color: rgba(233, 226, 224, 0.4) !important;
}
.bg-brown-lightest-40,
.hover-bg-brown-lightest-40:hover {
    background-color: rgba(255, 249, 247, 0.4) !important;
}
.bg-almond-darkest-40,
.hover-bg-almond-darkest-40:hover {
    background-color: rgba(99, 65, 32, 0.4) !important;
}
.bg-almond-darker-40,
.hover-bg-almond-darker-40:hover {
    background-color: rgba(138, 91, 44, 0.4) !important;
}
.bg-almond-dark-40,
.hover-bg-almond-dark-40:hover {
    background-color: rgba(173, 114, 55, 0.4) !important;
}
.bg-almond-40,
.hover-bg-almond-40:hover {
    background-color: rgba(196, 134, 71, 0.4) !important;
}
.bg-almond-light-40,
.hover-bg-almond-light-40:hover {
    background-color: rgba(220, 183, 146, 0.4) !important;
}
.bg-almond-lighter-40,
.hover-bg-almond-lighter-40:hover {
    background-color: rgba(239, 222, 205, 0.4) !important;
}
.bg-almond-lightest-40,
.hover-bg-almond-lightest-40:hover {
    background-color: rgba(249, 240, 232, 0.4) !important;
}
.bg-slategray-darkest-40,
.hover-bg-slategray-darkest-40:hover {
    background-color: rgba(5, 25, 45, 0.4) !important;
}
.bg-slategray-darker-40,
.hover-bg-slategray-darker-40:hover {
    background-color: rgba(16, 44, 69, 0.4) !important;
}
.bg-slategray-dark-40,
.hover-bg-slategray-dark-40:hover {
    background-color: rgba(47, 80, 112, 0.4) !important;
}
.bg-slategray-40,
.hover-bg-slategray-40:hover {
    background-color: rgba(81, 116, 149, 0.4) !important;
}
.bg-slategray-light-40,
.hover-bg-slategray-light-40:hover {
    background-color: rgba(150, 177, 203, 0.4) !important;
}
.bg-slategray-lighter-40,
.hover-bg-slategray-lighter-40:hover {
    background-color: rgba(208, 220, 231, 0.4) !important;
}
.bg-slategray-lightest-40,
.hover-bg-slategray-lightest-40:hover {
    background-color: rgba(242, 245, 247, 0.4) !important;
}
.bg-gray-darkest-40,
.hover-bg-gray-darkest-40:hover {
    background-color: rgba(54, 69, 79, 0.4) !important;
}
.bg-gray-darker-40,
.hover-bg-gray-darker-40:hover {
    background-color: rgba(70, 89, 102, 0.4) !important;
}
.bg-gray-dark-40,
.hover-bg-gray-dark-40:hover {
    background-color: rgba(86, 110, 126, 0.4) !important;
}
.bg-gray-40,
.hover-bg-gray-40:hover {
    background-color: rgba(102, 130, 149, 0.4) !important;
}
.bg-gray-light-40,
.hover-bg-gray-light-40:hover {
    background-color: rgba(183, 196, 205, 0.4) !important;
}
.bg-gray-lighter-40,
.hover-bg-gray-lighter-40:hover {
    background-color: rgba(228, 232, 235, 0.4) !important;
}
.bg-gray-lightest-40,
.hover-bg-gray-lightest-40:hover {
    background-color: rgba(238, 241, 245, 0.4) !important;
}
.bg-black-50,
.hover-bg-black-50:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-white-50,
.hover-bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-blue-darkest-50,
.hover-bg-blue-darkest-50:hover {
    background-color: rgba(2, 48, 93, 0.5) !important;
}
.bg-blue-darker-50,
.hover-bg-blue-darker-50:hover {
    background-color: rgba(26, 93, 158, 0.5) !important;
}
.bg-blue-dark-50,
.hover-bg-blue-dark-50:hover {
    background-color: rgba(23, 115, 206, 0.5) !important;
}
.bg-blue-50,
.hover-bg-blue-50:hover {
    background-color: rgba(64, 158, 255, 0.5) !important;
}
.bg-blue-light-50,
.hover-bg-blue-light-50:hover {
    background-color: rgba(101, 178, 255, 0.5) !important;
}
.bg-blue-lighter-50,
.hover-bg-blue-lighter-50:hover {
    background-color: rgba(179, 217, 255, 0.5) !important;
}
.bg-blue-lightest-50,
.hover-bg-blue-lightest-50:hover {
    background-color: rgba(236, 245, 255, 0.5) !important;
}
.bg-indigo-darkest-50,
.hover-bg-indigo-darkest-50:hover {
    background-color: rgba(39, 32, 117, 0.5) !important;
}
.bg-indigo-darker-50,
.hover-bg-indigo-darker-50:hover {
    background-color: rgba(51, 42, 153, 0.5) !important;
}
.bg-indigo-dark-50,
.hover-bg-indigo-dark-50:hover {
    background-color: rgba(63, 51, 189, 0.5) !important;
}
.bg-indigo-50,
.hover-bg-indigo-50:hover {
    background-color: rgba(90, 79, 207, 0.5) !important;
}
.bg-indigo-light-50,
.hover-bg-indigo-light-50:hover {
    background-color: rgba(131, 122, 230, 0.5) !important;
}
.bg-indigo-lighter-50,
.hover-bg-indigo-lighter-50:hover {
    background-color: rgba(194, 189, 246, 0.5) !important;
}
.bg-indigo-lightest-50,
.hover-bg-indigo-lightest-50:hover {
    background-color: rgba(240, 238, 255, 0.5) !important;
}
.bg-purple-darkest-50,
.hover-bg-purple-darkest-50:hover {
    background-color: rgba(61, 6, 95, 0.5) !important;
}
.bg-purple-darker-50,
.hover-bg-purple-darker-50:hover {
    background-color: rgba(96, 10, 151, 0.5) !important;
}
.bg-purple-dark-50,
.hover-bg-purple-dark-50:hover {
    background-color: rgba(132, 13, 206, 0.5) !important;
}
.bg-purple-50,
.hover-bg-purple-50:hover {
    background-color: rgba(170, 56, 242, 0.5) !important;
}
.bg-purple-light-50,
.hover-bg-purple-light-50:hover {
    background-color: rgba(204, 136, 247, 0.5) !important;
}
.bg-purple-lighter-50,
.hover-bg-purple-lighter-50:hover {
    background-color: rgba(233, 203, 252, 0.5) !important;
}
.bg-purple-lightest-50,
.hover-bg-purple-lightest-50:hover {
    background-color: rgba(249, 240, 254, 0.5) !important;
}
.bg-pink-darkest-50,
.hover-bg-pink-darkest-50:hover {
    background-color: rgba(88, 0, 32, 0.5) !important;
}
.bg-pink-darker-50,
.hover-bg-pink-darker-50:hover {
    background-color: rgba(147, 0, 54, 0.5) !important;
}
.bg-pink-dark-50,
.hover-bg-pink-dark-50:hover {
    background-color: rgba(201, 54, 108, 0.5) !important;
}
.bg-pink-50,
.hover-bg-pink-50:hover {
    background-color: rgba(240, 101, 151, 0.5) !important;
}
.bg-pink-light-50,
.hover-bg-pink-light-50:hover {
    background-color: rgba(245, 142, 180, 0.5) !important;
}
.bg-pink-lighter-50,
.hover-bg-pink-lighter-50:hover {
    background-color: rgba(255, 205, 223, 0.5) !important;
}
.bg-pink-lightest-50,
.hover-bg-pink-lightest-50:hover {
    background-color: rgba(255, 235, 242, 0.5) !important;
}
.bg-red-darkest-50,
.hover-bg-red-darkest-50:hover {
    background-color: rgba(117, 14, 18, 0.5) !important;
}
.bg-red-darker-50,
.hover-bg-red-darker-50:hover {
    background-color: rgba(169, 21, 26, 0.5) !important;
}
.bg-red-dark-50,
.hover-bg-red-dark-50:hover {
    background-color: rgba(204, 25, 31, 0.5) !important;
}
.bg-red-50,
.hover-bg-red-50:hover {
    background-color: rgba(231, 57, 63, 0.5) !important;
}
.bg-red-light-50,
.hover-bg-red-light-50:hover {
    background-color: rgba(237, 109, 114, 0.5) !important;
}
.bg-red-lighter-50,
.hover-bg-red-lighter-50:hover {
    background-color: rgba(248, 197, 199, 0.5) !important;
}
.bg-red-lightest-50,
.hover-bg-red-lightest-50:hover {
    background-color: rgba(252, 232, 232, 0.5) !important;
}
.bg-orange-darkest-50,
.hover-bg-orange-darkest-50:hover {
    background-color: rgba(133, 67, 0, 0.5) !important;
}
.bg-orange-darker-50,
.hover-bg-orange-darker-50:hover {
    background-color: rgba(192, 96, 0, 0.5) !important;
}
.bg-orange-dark-50,
.hover-bg-orange-dark-50:hover {
    background-color: rgba(231, 116, 0, 0.5) !important;
}
.bg-orange-50,
.hover-bg-orange-50:hover {
    background-color: rgba(255, 135, 16, 0.5) !important;
}
.bg-orange-light-50,
.hover-bg-orange-light-50:hover {
    background-color: rgba(255, 184, 114, 0.5) !important;
}
.bg-orange-lighter-50,
.hover-bg-orange-lighter-50:hover {
    background-color: rgba(255, 224, 192, 0.5) !important;
}
.bg-orange-lightest-50,
.hover-bg-orange-lightest-50:hover {
    background-color: rgba(255, 243, 231, 0.5) !important;
}
.bg-yellow-darkest-50,
.hover-bg-yellow-darkest-50:hover {
    background-color: rgba(106, 85, 2, 0.5) !important;
}
.bg-yellow-darker-50,
.hover-bg-yellow-darker-50:hover {
    background-color: rgba(183, 147, 3, 0.5) !important;
}
.bg-yellow-dark-50,
.hover-bg-yellow-dark-50:hover {
    background-color: rgba(221, 177, 4, 0.5) !important;
}
.bg-yellow-50,
.hover-bg-yellow-50:hover {
    background-color: rgba(250, 203, 14, 0.5) !important;
}
.bg-yellow-light-50,
.hover-bg-yellow-light-50:hover {
    background-color: rgba(253, 228, 130, 0.5) !important;
}
.bg-yellow-lighter-50,
.hover-bg-yellow-lighter-50:hover {
    background-color: rgba(254, 240, 188, 0.5) !important;
}
.bg-yellow-lightest-50,
.hover-bg-yellow-lightest-50:hover {
    background-color: rgba(254, 247, 219, 0.5) !important;
}
.bg-pear-darkest-50,
.hover-bg-pear-darkest-50:hover {
    background-color: rgba(79, 86, 12, 0.5) !important;
}
.bg-pear-darker-50,
.hover-bg-pear-darker-50:hover {
    background-color: rgba(127, 138, 19, 0.5) !important;
}
.bg-pear-dark-50,
.hover-bg-pear-dark-50:hover {
    background-color: rgba(158, 172, 24, 0.5) !important;
}
.bg-pear-50,
.hover-bg-pear-50:hover {
    background-color: rgba(190, 207, 29, 0.5) !important;
}
.bg-pear-light-50,
.hover-bg-pear-light-50:hover {
    background-color: rgba(221, 233, 101, 0.5) !important;
}
.bg-pear-lighter-50,
.hover-bg-pear-lighter-50:hover {
    background-color: rgba(244, 248, 204, 0.5) !important;
}
.bg-pear-lightest-50,
.hover-bg-pear-lightest-50:hover {
    background-color: rgba(251, 253, 238, 0.5) !important;
}
.bg-green-darkest-50,
.hover-bg-green-darkest-50:hover {
    background-color: rgba(32, 97, 32, 0.5) !important;
}
.bg-green-darker-50,
.hover-bg-green-darker-50:hover {
    background-color: rgba(47, 141, 47, 0.5) !important;
}
.bg-green-dark-50,
.hover-bg-green-dark-50:hover {
    background-color: rgba(57, 171, 57, 0.5) !important;
}
.bg-green-50,
.hover-bg-green-50:hover {
    background-color: rgba(73, 194, 73, 0.5) !important;
}
.bg-green-light-50,
.hover-bg-green-light-50:hover {
    background-color: rgba(137, 224, 137, 0.5) !important;
}
.bg-green-lighter-50,
.hover-bg-green-lighter-50:hover {
    background-color: rgba(220, 243, 220, 0.5) !important;
}
.bg-green-lightest-50,
.hover-bg-green-lightest-50:hover {
    background-color: rgba(234, 248, 234, 0.5) !important;
}
.bg-mint-darkest-50,
.hover-bg-mint-darkest-50:hover {
    background-color: rgba(19, 107, 68, 0.5) !important;
}
.bg-mint-darker-50,
.hover-bg-mint-darker-50:hover {
    background-color: rgba(29, 165, 105, 0.5) !important;
}
.bg-mint-dark-50,
.hover-bg-mint-dark-50:hover {
    background-color: rgba(35, 198, 126, 0.5) !important;
}
.bg-mint-50,
.hover-bg-mint-50:hover {
    background-color: rgba(53, 219, 146, 0.5) !important;
}
.bg-mint-light-50,
.hover-bg-mint-light-50:hover {
    background-color: rgba(137, 234, 191, 0.5) !important;
}
.bg-mint-lighter-50,
.hover-bg-mint-lighter-50:hover {
    background-color: rgba(220, 249, 236, 0.5) !important;
}
.bg-mint-lightest-50,
.hover-bg-mint-lightest-50:hover {
    background-color: rgba(242, 252, 247, 0.5) !important;
}
.bg-teal-darkest-50,
.hover-bg-teal-darkest-50:hover {
    background-color: rgba(34, 89, 96, 0.5) !important;
}
.bg-teal-darker-50,
.hover-bg-teal-darker-50:hover {
    background-color: rgba(45, 116, 125, 0.5) !important;
}
.bg-teal-dark-50,
.hover-bg-teal-dark-50:hover {
    background-color: rgba(55, 142, 153, 0.5) !important;
}
.bg-teal-50,
.hover-bg-teal-50:hover {
    background-color: rgba(66, 169, 182, 0.5) !important;
}
.bg-teal-light-50,
.hover-bg-teal-light-50:hover {
    background-color: rgba(149, 209, 217, 0.5) !important;
}
.bg-teal-lighter-50,
.hover-bg-teal-lighter-50:hover {
    background-color: rgba(221, 240, 243, 0.5) !important;
}
.bg-teal-lightest-50,
.hover-bg-teal-lightest-50:hover {
    background-color: rgba(237, 249, 250, 0.5) !important;
}
.bg-wine-darkest-50,
.hover-bg-wine-darkest-50:hover {
    background-color: rgba(72, 30, 35, 0.5) !important;
}
.bg-wine-darker-50,
.hover-bg-wine-darker-50:hover {
    background-color: rgba(114, 47, 55, 0.5) !important;
}
.bg-wine-dark-50,
.hover-bg-wine-dark-50:hover {
    background-color: rgba(142, 58, 68, 0.5) !important;
}
.bg-wine-50,
.hover-bg-wine-50:hover {
    background-color: rgba(170, 70, 82, 0.5) !important;
}
.bg-wine-light-50,
.hover-bg-wine-light-50:hover {
    background-color: rgba(210, 147, 154, 0.5) !important;
}
.bg-wine-lighter-50,
.hover-bg-wine-lighter-50:hover {
    background-color: rgba(239, 216, 219, 0.5) !important;
}
.bg-wine-lightest-50,
.hover-bg-wine-lightest-50:hover {
    background-color: rgba(250, 243, 244, 0.5) !important;
}
.bg-brown-darkest-50,
.hover-bg-brown-darkest-50:hover {
    background-color: rgba(61, 47, 43, 0.5) !important;
}
.bg-brown-darker-50,
.hover-bg-brown-darker-50:hover {
    background-color: rgba(84, 65, 59, 0.5) !important;
}
.bg-brown-dark-50,
.hover-bg-brown-dark-50:hover {
    background-color: rgba(107, 83, 76, 0.5) !important;
}
.bg-brown-50,
.hover-bg-brown-50:hover {
    background-color: rgba(141, 109, 100, 0.5) !important;
}
.bg-brown-light-50,
.hover-bg-brown-light-50:hover {
    background-color: rgba(200, 183, 178, 0.5) !important;
}
.bg-brown-lighter-50,
.hover-bg-brown-lighter-50:hover {
    background-color: rgba(233, 226, 224, 0.5) !important;
}
.bg-brown-lightest-50,
.hover-bg-brown-lightest-50:hover {
    background-color: rgba(255, 249, 247, 0.5) !important;
}
.bg-almond-darkest-50,
.hover-bg-almond-darkest-50:hover {
    background-color: rgba(99, 65, 32, 0.5) !important;
}
.bg-almond-darker-50,
.hover-bg-almond-darker-50:hover {
    background-color: rgba(138, 91, 44, 0.5) !important;
}
.bg-almond-dark-50,
.hover-bg-almond-dark-50:hover {
    background-color: rgba(173, 114, 55, 0.5) !important;
}
.bg-almond-50,
.hover-bg-almond-50:hover {
    background-color: rgba(196, 134, 71, 0.5) !important;
}
.bg-almond-light-50,
.hover-bg-almond-light-50:hover {
    background-color: rgba(220, 183, 146, 0.5) !important;
}
.bg-almond-lighter-50,
.hover-bg-almond-lighter-50:hover {
    background-color: rgba(239, 222, 205, 0.5) !important;
}
.bg-almond-lightest-50,
.hover-bg-almond-lightest-50:hover {
    background-color: rgba(249, 240, 232, 0.5) !important;
}
.bg-slategray-darkest-50,
.hover-bg-slategray-darkest-50:hover {
    background-color: rgba(5, 25, 45, 0.5) !important;
}
.bg-slategray-darker-50,
.hover-bg-slategray-darker-50:hover {
    background-color: rgba(16, 44, 69, 0.5) !important;
}
.bg-slategray-dark-50,
.hover-bg-slategray-dark-50:hover {
    background-color: rgba(47, 80, 112, 0.5) !important;
}
.bg-slategray-50,
.hover-bg-slategray-50:hover {
    background-color: rgba(81, 116, 149, 0.5) !important;
}
.bg-slategray-light-50,
.hover-bg-slategray-light-50:hover {
    background-color: rgba(150, 177, 203, 0.5) !important;
}
.bg-slategray-lighter-50,
.hover-bg-slategray-lighter-50:hover {
    background-color: rgba(208, 220, 231, 0.5) !important;
}
.bg-slategray-lightest-50,
.hover-bg-slategray-lightest-50:hover {
    background-color: rgba(242, 245, 247, 0.5) !important;
}
.bg-gray-darkest-50,
.hover-bg-gray-darkest-50:hover {
    background-color: rgba(54, 69, 79, 0.5) !important;
}
.bg-gray-darker-50,
.hover-bg-gray-darker-50:hover {
    background-color: rgba(70, 89, 102, 0.5) !important;
}
.bg-gray-dark-50,
.hover-bg-gray-dark-50:hover {
    background-color: rgba(86, 110, 126, 0.5) !important;
}
.bg-gray-50,
.hover-bg-gray-50:hover {
    background-color: rgba(102, 130, 149, 0.5) !important;
}
.bg-gray-light-50,
.hover-bg-gray-light-50:hover {
    background-color: rgba(183, 196, 205, 0.5) !important;
}
.bg-gray-lighter-50,
.hover-bg-gray-lighter-50:hover {
    background-color: rgba(228, 232, 235, 0.5) !important;
}
.bg-gray-lightest-50,
.hover-bg-gray-lightest-50:hover {
    background-color: rgba(238, 241, 245, 0.5) !important;
}
.bg-black-60,
.hover-bg-black-60:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-white-60,
.hover-bg-white-60:hover {
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-blue-darkest-60,
.hover-bg-blue-darkest-60:hover {
    background-color: rgba(2, 48, 93, 0.6) !important;
}
.bg-blue-darker-60,
.hover-bg-blue-darker-60:hover {
    background-color: rgba(26, 93, 158, 0.6) !important;
}
.bg-blue-dark-60,
.hover-bg-blue-dark-60:hover {
    background-color: rgba(23, 115, 206, 0.6) !important;
}
.bg-blue-60,
.hover-bg-blue-60:hover {
    background-color: rgba(64, 158, 255, 0.6) !important;
}
.bg-blue-light-60,
.hover-bg-blue-light-60:hover {
    background-color: rgba(101, 178, 255, 0.6) !important;
}
.bg-blue-lighter-60,
.hover-bg-blue-lighter-60:hover {
    background-color: rgba(179, 217, 255, 0.6) !important;
}
.bg-blue-lightest-60,
.hover-bg-blue-lightest-60:hover {
    background-color: rgba(236, 245, 255, 0.6) !important;
}
.bg-indigo-darkest-60,
.hover-bg-indigo-darkest-60:hover {
    background-color: rgba(39, 32, 117, 0.6) !important;
}
.bg-indigo-darker-60,
.hover-bg-indigo-darker-60:hover {
    background-color: rgba(51, 42, 153, 0.6) !important;
}
.bg-indigo-dark-60,
.hover-bg-indigo-dark-60:hover {
    background-color: rgba(63, 51, 189, 0.6) !important;
}
.bg-indigo-60,
.hover-bg-indigo-60:hover {
    background-color: rgba(90, 79, 207, 0.6) !important;
}
.bg-indigo-light-60,
.hover-bg-indigo-light-60:hover {
    background-color: rgba(131, 122, 230, 0.6) !important;
}
.bg-indigo-lighter-60,
.hover-bg-indigo-lighter-60:hover {
    background-color: rgba(194, 189, 246, 0.6) !important;
}
.bg-indigo-lightest-60,
.hover-bg-indigo-lightest-60:hover {
    background-color: rgba(240, 238, 255, 0.6) !important;
}
.bg-purple-darkest-60,
.hover-bg-purple-darkest-60:hover {
    background-color: rgba(61, 6, 95, 0.6) !important;
}
.bg-purple-darker-60,
.hover-bg-purple-darker-60:hover {
    background-color: rgba(96, 10, 151, 0.6) !important;
}
.bg-purple-dark-60,
.hover-bg-purple-dark-60:hover {
    background-color: rgba(132, 13, 206, 0.6) !important;
}
.bg-purple-60,
.hover-bg-purple-60:hover {
    background-color: rgba(170, 56, 242, 0.6) !important;
}
.bg-purple-light-60,
.hover-bg-purple-light-60:hover {
    background-color: rgba(204, 136, 247, 0.6) !important;
}
.bg-purple-lighter-60,
.hover-bg-purple-lighter-60:hover {
    background-color: rgba(233, 203, 252, 0.6) !important;
}
.bg-purple-lightest-60,
.hover-bg-purple-lightest-60:hover {
    background-color: rgba(249, 240, 254, 0.6) !important;
}
.bg-pink-darkest-60,
.hover-bg-pink-darkest-60:hover {
    background-color: rgba(88, 0, 32, 0.6) !important;
}
.bg-pink-darker-60,
.hover-bg-pink-darker-60:hover {
    background-color: rgba(147, 0, 54, 0.6) !important;
}
.bg-pink-dark-60,
.hover-bg-pink-dark-60:hover {
    background-color: rgba(201, 54, 108, 0.6) !important;
}
.bg-pink-60,
.hover-bg-pink-60:hover {
    background-color: rgba(240, 101, 151, 0.6) !important;
}
.bg-pink-light-60,
.hover-bg-pink-light-60:hover {
    background-color: rgba(245, 142, 180, 0.6) !important;
}
.bg-pink-lighter-60,
.hover-bg-pink-lighter-60:hover {
    background-color: rgba(255, 205, 223, 0.6) !important;
}
.bg-pink-lightest-60,
.hover-bg-pink-lightest-60:hover {
    background-color: rgba(255, 235, 242, 0.6) !important;
}
.bg-red-darkest-60,
.hover-bg-red-darkest-60:hover {
    background-color: rgba(117, 14, 18, 0.6) !important;
}
.bg-red-darker-60,
.hover-bg-red-darker-60:hover {
    background-color: rgba(169, 21, 26, 0.6) !important;
}
.bg-red-dark-60,
.hover-bg-red-dark-60:hover {
    background-color: rgba(204, 25, 31, 0.6) !important;
}
.bg-red-60,
.hover-bg-red-60:hover {
    background-color: rgba(231, 57, 63, 0.6) !important;
}
.bg-red-light-60,
.hover-bg-red-light-60:hover {
    background-color: rgba(237, 109, 114, 0.6) !important;
}
.bg-red-lighter-60,
.hover-bg-red-lighter-60:hover {
    background-color: rgba(248, 197, 199, 0.6) !important;
}
.bg-red-lightest-60,
.hover-bg-red-lightest-60:hover {
    background-color: rgba(252, 232, 232, 0.6) !important;
}
.bg-orange-darkest-60,
.hover-bg-orange-darkest-60:hover {
    background-color: rgba(133, 67, 0, 0.6) !important;
}
.bg-orange-darker-60,
.hover-bg-orange-darker-60:hover {
    background-color: rgba(192, 96, 0, 0.6) !important;
}
.bg-orange-dark-60,
.hover-bg-orange-dark-60:hover {
    background-color: rgba(231, 116, 0, 0.6) !important;
}
.bg-orange-60,
.hover-bg-orange-60:hover {
    background-color: rgba(255, 135, 16, 0.6) !important;
}
.bg-orange-light-60,
.hover-bg-orange-light-60:hover {
    background-color: rgba(255, 184, 114, 0.6) !important;
}
.bg-orange-lighter-60,
.hover-bg-orange-lighter-60:hover {
    background-color: rgba(255, 224, 192, 0.6) !important;
}
.bg-orange-lightest-60,
.hover-bg-orange-lightest-60:hover {
    background-color: rgba(255, 243, 231, 0.6) !important;
}
.bg-yellow-darkest-60,
.hover-bg-yellow-darkest-60:hover {
    background-color: rgba(106, 85, 2, 0.6) !important;
}
.bg-yellow-darker-60,
.hover-bg-yellow-darker-60:hover {
    background-color: rgba(183, 147, 3, 0.6) !important;
}
.bg-yellow-dark-60,
.hover-bg-yellow-dark-60:hover {
    background-color: rgba(221, 177, 4, 0.6) !important;
}
.bg-yellow-60,
.hover-bg-yellow-60:hover {
    background-color: rgba(250, 203, 14, 0.6) !important;
}
.bg-yellow-light-60,
.hover-bg-yellow-light-60:hover {
    background-color: rgba(253, 228, 130, 0.6) !important;
}
.bg-yellow-lighter-60,
.hover-bg-yellow-lighter-60:hover {
    background-color: rgba(254, 240, 188, 0.6) !important;
}
.bg-yellow-lightest-60,
.hover-bg-yellow-lightest-60:hover {
    background-color: rgba(254, 247, 219, 0.6) !important;
}
.bg-pear-darkest-60,
.hover-bg-pear-darkest-60:hover {
    background-color: rgba(79, 86, 12, 0.6) !important;
}
.bg-pear-darker-60,
.hover-bg-pear-darker-60:hover {
    background-color: rgba(127, 138, 19, 0.6) !important;
}
.bg-pear-dark-60,
.hover-bg-pear-dark-60:hover {
    background-color: rgba(158, 172, 24, 0.6) !important;
}
.bg-pear-60,
.hover-bg-pear-60:hover {
    background-color: rgba(190, 207, 29, 0.6) !important;
}
.bg-pear-light-60,
.hover-bg-pear-light-60:hover {
    background-color: rgba(221, 233, 101, 0.6) !important;
}
.bg-pear-lighter-60,
.hover-bg-pear-lighter-60:hover {
    background-color: rgba(244, 248, 204, 0.6) !important;
}
.bg-pear-lightest-60,
.hover-bg-pear-lightest-60:hover {
    background-color: rgba(251, 253, 238, 0.6) !important;
}
.bg-green-darkest-60,
.hover-bg-green-darkest-60:hover {
    background-color: rgba(32, 97, 32, 0.6) !important;
}
.bg-green-darker-60,
.hover-bg-green-darker-60:hover {
    background-color: rgba(47, 141, 47, 0.6) !important;
}
.bg-green-dark-60,
.hover-bg-green-dark-60:hover {
    background-color: rgba(57, 171, 57, 0.6) !important;
}
.bg-green-60,
.hover-bg-green-60:hover {
    background-color: rgba(73, 194, 73, 0.6) !important;
}
.bg-green-light-60,
.hover-bg-green-light-60:hover {
    background-color: rgba(137, 224, 137, 0.6) !important;
}
.bg-green-lighter-60,
.hover-bg-green-lighter-60:hover {
    background-color: rgba(220, 243, 220, 0.6) !important;
}
.bg-green-lightest-60,
.hover-bg-green-lightest-60:hover {
    background-color: rgba(234, 248, 234, 0.6) !important;
}
.bg-mint-darkest-60,
.hover-bg-mint-darkest-60:hover {
    background-color: rgba(19, 107, 68, 0.6) !important;
}
.bg-mint-darker-60,
.hover-bg-mint-darker-60:hover {
    background-color: rgba(29, 165, 105, 0.6) !important;
}
.bg-mint-dark-60,
.hover-bg-mint-dark-60:hover {
    background-color: rgba(35, 198, 126, 0.6) !important;
}
.bg-mint-60,
.hover-bg-mint-60:hover {
    background-color: rgba(53, 219, 146, 0.6) !important;
}
.bg-mint-light-60,
.hover-bg-mint-light-60:hover {
    background-color: rgba(137, 234, 191, 0.6) !important;
}
.bg-mint-lighter-60,
.hover-bg-mint-lighter-60:hover {
    background-color: rgba(220, 249, 236, 0.6) !important;
}
.bg-mint-lightest-60,
.hover-bg-mint-lightest-60:hover {
    background-color: rgba(242, 252, 247, 0.6) !important;
}
.bg-teal-darkest-60,
.hover-bg-teal-darkest-60:hover {
    background-color: rgba(34, 89, 96, 0.6) !important;
}
.bg-teal-darker-60,
.hover-bg-teal-darker-60:hover {
    background-color: rgba(45, 116, 125, 0.6) !important;
}
.bg-teal-dark-60,
.hover-bg-teal-dark-60:hover {
    background-color: rgba(55, 142, 153, 0.6) !important;
}
.bg-teal-60,
.hover-bg-teal-60:hover {
    background-color: rgba(66, 169, 182, 0.6) !important;
}
.bg-teal-light-60,
.hover-bg-teal-light-60:hover {
    background-color: rgba(149, 209, 217, 0.6) !important;
}
.bg-teal-lighter-60,
.hover-bg-teal-lighter-60:hover {
    background-color: rgba(221, 240, 243, 0.6) !important;
}
.bg-teal-lightest-60,
.hover-bg-teal-lightest-60:hover {
    background-color: rgba(237, 249, 250, 0.6) !important;
}
.bg-wine-darkest-60,
.hover-bg-wine-darkest-60:hover {
    background-color: rgba(72, 30, 35, 0.6) !important;
}
.bg-wine-darker-60,
.hover-bg-wine-darker-60:hover {
    background-color: rgba(114, 47, 55, 0.6) !important;
}
.bg-wine-dark-60,
.hover-bg-wine-dark-60:hover {
    background-color: rgba(142, 58, 68, 0.6) !important;
}
.bg-wine-60,
.hover-bg-wine-60:hover {
    background-color: rgba(170, 70, 82, 0.6) !important;
}
.bg-wine-light-60,
.hover-bg-wine-light-60:hover {
    background-color: rgba(210, 147, 154, 0.6) !important;
}
.bg-wine-lighter-60,
.hover-bg-wine-lighter-60:hover {
    background-color: rgba(239, 216, 219, 0.6) !important;
}
.bg-wine-lightest-60,
.hover-bg-wine-lightest-60:hover {
    background-color: rgba(250, 243, 244, 0.6) !important;
}
.bg-brown-darkest-60,
.hover-bg-brown-darkest-60:hover {
    background-color: rgba(61, 47, 43, 0.6) !important;
}
.bg-brown-darker-60,
.hover-bg-brown-darker-60:hover {
    background-color: rgba(84, 65, 59, 0.6) !important;
}
.bg-brown-dark-60,
.hover-bg-brown-dark-60:hover {
    background-color: rgba(107, 83, 76, 0.6) !important;
}
.bg-brown-60,
.hover-bg-brown-60:hover {
    background-color: rgba(141, 109, 100, 0.6) !important;
}
.bg-brown-light-60,
.hover-bg-brown-light-60:hover {
    background-color: rgba(200, 183, 178, 0.6) !important;
}
.bg-brown-lighter-60,
.hover-bg-brown-lighter-60:hover {
    background-color: rgba(233, 226, 224, 0.6) !important;
}
.bg-brown-lightest-60,
.hover-bg-brown-lightest-60:hover {
    background-color: rgba(255, 249, 247, 0.6) !important;
}
.bg-almond-darkest-60,
.hover-bg-almond-darkest-60:hover {
    background-color: rgba(99, 65, 32, 0.6) !important;
}
.bg-almond-darker-60,
.hover-bg-almond-darker-60:hover {
    background-color: rgba(138, 91, 44, 0.6) !important;
}
.bg-almond-dark-60,
.hover-bg-almond-dark-60:hover {
    background-color: rgba(173, 114, 55, 0.6) !important;
}
.bg-almond-60,
.hover-bg-almond-60:hover {
    background-color: rgba(196, 134, 71, 0.6) !important;
}
.bg-almond-light-60,
.hover-bg-almond-light-60:hover {
    background-color: rgba(220, 183, 146, 0.6) !important;
}
.bg-almond-lighter-60,
.hover-bg-almond-lighter-60:hover {
    background-color: rgba(239, 222, 205, 0.6) !important;
}
.bg-almond-lightest-60,
.hover-bg-almond-lightest-60:hover {
    background-color: rgba(249, 240, 232, 0.6) !important;
}
.bg-slategray-darkest-60,
.hover-bg-slategray-darkest-60:hover {
    background-color: rgba(5, 25, 45, 0.6) !important;
}
.bg-slategray-darker-60,
.hover-bg-slategray-darker-60:hover {
    background-color: rgba(16, 44, 69, 0.6) !important;
}
.bg-slategray-dark-60,
.hover-bg-slategray-dark-60:hover {
    background-color: rgba(47, 80, 112, 0.6) !important;
}
.bg-slategray-60,
.hover-bg-slategray-60:hover {
    background-color: rgba(81, 116, 149, 0.6) !important;
}
.bg-slategray-light-60,
.hover-bg-slategray-light-60:hover {
    background-color: rgba(150, 177, 203, 0.6) !important;
}
.bg-slategray-lighter-60,
.hover-bg-slategray-lighter-60:hover {
    background-color: rgba(208, 220, 231, 0.6) !important;
}
.bg-slategray-lightest-60,
.hover-bg-slategray-lightest-60:hover {
    background-color: rgba(242, 245, 247, 0.6) !important;
}
.bg-gray-darkest-60,
.hover-bg-gray-darkest-60:hover {
    background-color: rgba(54, 69, 79, 0.6) !important;
}
.bg-gray-darker-60,
.hover-bg-gray-darker-60:hover {
    background-color: rgba(70, 89, 102, 0.6) !important;
}
.bg-gray-dark-60,
.hover-bg-gray-dark-60:hover {
    background-color: rgba(86, 110, 126, 0.6) !important;
}
.bg-gray-60,
.hover-bg-gray-60:hover {
    background-color: rgba(102, 130, 149, 0.6) !important;
}
.bg-gray-light-60,
.hover-bg-gray-light-60:hover {
    background-color: rgba(183, 196, 205, 0.6) !important;
}
.bg-gray-lighter-60,
.hover-bg-gray-lighter-60:hover {
    background-color: rgba(228, 232, 235, 0.6) !important;
}
.bg-gray-lightest-60,
.hover-bg-gray-lightest-60:hover {
    background-color: rgba(238, 241, 245, 0.6) !important;
}
.bg-black-70,
.hover-bg-black-70:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-white-70,
.hover-bg-white-70:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-blue-darkest-70,
.hover-bg-blue-darkest-70:hover {
    background-color: rgba(2, 48, 93, 0.7) !important;
}
.bg-blue-darker-70,
.hover-bg-blue-darker-70:hover {
    background-color: rgba(26, 93, 158, 0.7) !important;
}
.bg-blue-dark-70,
.hover-bg-blue-dark-70:hover {
    background-color: rgba(23, 115, 206, 0.7) !important;
}
.bg-blue-70,
.hover-bg-blue-70:hover {
    background-color: rgba(64, 158, 255, 0.7) !important;
}
.bg-blue-light-70,
.hover-bg-blue-light-70:hover {
    background-color: rgba(101, 178, 255, 0.7) !important;
}
.bg-blue-lighter-70,
.hover-bg-blue-lighter-70:hover {
    background-color: rgba(179, 217, 255, 0.7) !important;
}
.bg-blue-lightest-70,
.hover-bg-blue-lightest-70:hover {
    background-color: rgba(236, 245, 255, 0.7) !important;
}
.bg-indigo-darkest-70,
.hover-bg-indigo-darkest-70:hover {
    background-color: rgba(39, 32, 117, 0.7) !important;
}
.bg-indigo-darker-70,
.hover-bg-indigo-darker-70:hover {
    background-color: rgba(51, 42, 153, 0.7) !important;
}
.bg-indigo-dark-70,
.hover-bg-indigo-dark-70:hover {
    background-color: rgba(63, 51, 189, 0.7) !important;
}
.bg-indigo-70,
.hover-bg-indigo-70:hover {
    background-color: rgba(90, 79, 207, 0.7) !important;
}
.bg-indigo-light-70,
.hover-bg-indigo-light-70:hover {
    background-color: rgba(131, 122, 230, 0.7) !important;
}
.bg-indigo-lighter-70,
.hover-bg-indigo-lighter-70:hover {
    background-color: rgba(194, 189, 246, 0.7) !important;
}
.bg-indigo-lightest-70,
.hover-bg-indigo-lightest-70:hover {
    background-color: rgba(240, 238, 255, 0.7) !important;
}
.bg-purple-darkest-70,
.hover-bg-purple-darkest-70:hover {
    background-color: rgba(61, 6, 95, 0.7) !important;
}
.bg-purple-darker-70,
.hover-bg-purple-darker-70:hover {
    background-color: rgba(96, 10, 151, 0.7) !important;
}
.bg-purple-dark-70,
.hover-bg-purple-dark-70:hover {
    background-color: rgba(132, 13, 206, 0.7) !important;
}
.bg-purple-70,
.hover-bg-purple-70:hover {
    background-color: rgba(170, 56, 242, 0.7) !important;
}
.bg-purple-light-70,
.hover-bg-purple-light-70:hover {
    background-color: rgba(204, 136, 247, 0.7) !important;
}
.bg-purple-lighter-70,
.hover-bg-purple-lighter-70:hover {
    background-color: rgba(233, 203, 252, 0.7) !important;
}
.bg-purple-lightest-70,
.hover-bg-purple-lightest-70:hover {
    background-color: rgba(249, 240, 254, 0.7) !important;
}
.bg-pink-darkest-70,
.hover-bg-pink-darkest-70:hover {
    background-color: rgba(88, 0, 32, 0.7) !important;
}
.bg-pink-darker-70,
.hover-bg-pink-darker-70:hover {
    background-color: rgba(147, 0, 54, 0.7) !important;
}
.bg-pink-dark-70,
.hover-bg-pink-dark-70:hover {
    background-color: rgba(201, 54, 108, 0.7) !important;
}
.bg-pink-70,
.hover-bg-pink-70:hover {
    background-color: rgba(240, 101, 151, 0.7) !important;
}
.bg-pink-light-70,
.hover-bg-pink-light-70:hover {
    background-color: rgba(245, 142, 180, 0.7) !important;
}
.bg-pink-lighter-70,
.hover-bg-pink-lighter-70:hover {
    background-color: rgba(255, 205, 223, 0.7) !important;
}
.bg-pink-lightest-70,
.hover-bg-pink-lightest-70:hover {
    background-color: rgba(255, 235, 242, 0.7) !important;
}
.bg-red-darkest-70,
.hover-bg-red-darkest-70:hover {
    background-color: rgba(117, 14, 18, 0.7) !important;
}
.bg-red-darker-70,
.hover-bg-red-darker-70:hover {
    background-color: rgba(169, 21, 26, 0.7) !important;
}
.bg-red-dark-70,
.hover-bg-red-dark-70:hover {
    background-color: rgba(204, 25, 31, 0.7) !important;
}
.bg-red-70,
.hover-bg-red-70:hover {
    background-color: rgba(231, 57, 63, 0.7) !important;
}
.bg-red-light-70,
.hover-bg-red-light-70:hover {
    background-color: rgba(237, 109, 114, 0.7) !important;
}
.bg-red-lighter-70,
.hover-bg-red-lighter-70:hover {
    background-color: rgba(248, 197, 199, 0.7) !important;
}
.bg-red-lightest-70,
.hover-bg-red-lightest-70:hover {
    background-color: rgba(252, 232, 232, 0.7) !important;
}
.bg-orange-darkest-70,
.hover-bg-orange-darkest-70:hover {
    background-color: rgba(133, 67, 0, 0.7) !important;
}
.bg-orange-darker-70,
.hover-bg-orange-darker-70:hover {
    background-color: rgba(192, 96, 0, 0.7) !important;
}
.bg-orange-dark-70,
.hover-bg-orange-dark-70:hover {
    background-color: rgba(231, 116, 0, 0.7) !important;
}
.bg-orange-70,
.hover-bg-orange-70:hover {
    background-color: rgba(255, 135, 16, 0.7) !important;
}
.bg-orange-light-70,
.hover-bg-orange-light-70:hover {
    background-color: rgba(255, 184, 114, 0.7) !important;
}
.bg-orange-lighter-70,
.hover-bg-orange-lighter-70:hover {
    background-color: rgba(255, 224, 192, 0.7) !important;
}
.bg-orange-lightest-70,
.hover-bg-orange-lightest-70:hover {
    background-color: rgba(255, 243, 231, 0.7) !important;
}
.bg-yellow-darkest-70,
.hover-bg-yellow-darkest-70:hover {
    background-color: rgba(106, 85, 2, 0.7) !important;
}
.bg-yellow-darker-70,
.hover-bg-yellow-darker-70:hover {
    background-color: rgba(183, 147, 3, 0.7) !important;
}
.bg-yellow-dark-70,
.hover-bg-yellow-dark-70:hover {
    background-color: rgba(221, 177, 4, 0.7) !important;
}
.bg-yellow-70,
.hover-bg-yellow-70:hover {
    background-color: rgba(250, 203, 14, 0.7) !important;
}
.bg-yellow-light-70,
.hover-bg-yellow-light-70:hover {
    background-color: rgba(253, 228, 130, 0.7) !important;
}
.bg-yellow-lighter-70,
.hover-bg-yellow-lighter-70:hover {
    background-color: rgba(254, 240, 188, 0.7) !important;
}
.bg-yellow-lightest-70,
.hover-bg-yellow-lightest-70:hover {
    background-color: rgba(254, 247, 219, 0.7) !important;
}
.bg-pear-darkest-70,
.hover-bg-pear-darkest-70:hover {
    background-color: rgba(79, 86, 12, 0.7) !important;
}
.bg-pear-darker-70,
.hover-bg-pear-darker-70:hover {
    background-color: rgba(127, 138, 19, 0.7) !important;
}
.bg-pear-dark-70,
.hover-bg-pear-dark-70:hover {
    background-color: rgba(158, 172, 24, 0.7) !important;
}
.bg-pear-70,
.hover-bg-pear-70:hover {
    background-color: rgba(190, 207, 29, 0.7) !important;
}
.bg-pear-light-70,
.hover-bg-pear-light-70:hover {
    background-color: rgba(221, 233, 101, 0.7) !important;
}
.bg-pear-lighter-70,
.hover-bg-pear-lighter-70:hover {
    background-color: rgba(244, 248, 204, 0.7) !important;
}
.bg-pear-lightest-70,
.hover-bg-pear-lightest-70:hover {
    background-color: rgba(251, 253, 238, 0.7) !important;
}
.bg-green-darkest-70,
.hover-bg-green-darkest-70:hover {
    background-color: rgba(32, 97, 32, 0.7) !important;
}
.bg-green-darker-70,
.hover-bg-green-darker-70:hover {
    background-color: rgba(47, 141, 47, 0.7) !important;
}
.bg-green-dark-70,
.hover-bg-green-dark-70:hover {
    background-color: rgba(57, 171, 57, 0.7) !important;
}
.bg-green-70,
.hover-bg-green-70:hover {
    background-color: rgba(73, 194, 73, 0.7) !important;
}
.bg-green-light-70,
.hover-bg-green-light-70:hover {
    background-color: rgba(137, 224, 137, 0.7) !important;
}
.bg-green-lighter-70,
.hover-bg-green-lighter-70:hover {
    background-color: rgba(220, 243, 220, 0.7) !important;
}
.bg-green-lightest-70,
.hover-bg-green-lightest-70:hover {
    background-color: rgba(234, 248, 234, 0.7) !important;
}
.bg-mint-darkest-70,
.hover-bg-mint-darkest-70:hover {
    background-color: rgba(19, 107, 68, 0.7) !important;
}
.bg-mint-darker-70,
.hover-bg-mint-darker-70:hover {
    background-color: rgba(29, 165, 105, 0.7) !important;
}
.bg-mint-dark-70,
.hover-bg-mint-dark-70:hover {
    background-color: rgba(35, 198, 126, 0.7) !important;
}
.bg-mint-70,
.hover-bg-mint-70:hover {
    background-color: rgba(53, 219, 146, 0.7) !important;
}
.bg-mint-light-70,
.hover-bg-mint-light-70:hover {
    background-color: rgba(137, 234, 191, 0.7) !important;
}
.bg-mint-lighter-70,
.hover-bg-mint-lighter-70:hover {
    background-color: rgba(220, 249, 236, 0.7) !important;
}
.bg-mint-lightest-70,
.hover-bg-mint-lightest-70:hover {
    background-color: rgba(242, 252, 247, 0.7) !important;
}
.bg-teal-darkest-70,
.hover-bg-teal-darkest-70:hover {
    background-color: rgba(34, 89, 96, 0.7) !important;
}
.bg-teal-darker-70,
.hover-bg-teal-darker-70:hover {
    background-color: rgba(45, 116, 125, 0.7) !important;
}
.bg-teal-dark-70,
.hover-bg-teal-dark-70:hover {
    background-color: rgba(55, 142, 153, 0.7) !important;
}
.bg-teal-70,
.hover-bg-teal-70:hover {
    background-color: rgba(66, 169, 182, 0.7) !important;
}
.bg-teal-light-70,
.hover-bg-teal-light-70:hover {
    background-color: rgba(149, 209, 217, 0.7) !important;
}
.bg-teal-lighter-70,
.hover-bg-teal-lighter-70:hover {
    background-color: rgba(221, 240, 243, 0.7) !important;
}
.bg-teal-lightest-70,
.hover-bg-teal-lightest-70:hover {
    background-color: rgba(237, 249, 250, 0.7) !important;
}
.bg-wine-darkest-70,
.hover-bg-wine-darkest-70:hover {
    background-color: rgba(72, 30, 35, 0.7) !important;
}
.bg-wine-darker-70,
.hover-bg-wine-darker-70:hover {
    background-color: rgba(114, 47, 55, 0.7) !important;
}
.bg-wine-dark-70,
.hover-bg-wine-dark-70:hover {
    background-color: rgba(142, 58, 68, 0.7) !important;
}
.bg-wine-70,
.hover-bg-wine-70:hover {
    background-color: rgba(170, 70, 82, 0.7) !important;
}
.bg-wine-light-70,
.hover-bg-wine-light-70:hover {
    background-color: rgba(210, 147, 154, 0.7) !important;
}
.bg-wine-lighter-70,
.hover-bg-wine-lighter-70:hover {
    background-color: rgba(239, 216, 219, 0.7) !important;
}
.bg-wine-lightest-70,
.hover-bg-wine-lightest-70:hover {
    background-color: rgba(250, 243, 244, 0.7) !important;
}
.bg-brown-darkest-70,
.hover-bg-brown-darkest-70:hover {
    background-color: rgba(61, 47, 43, 0.7) !important;
}
.bg-brown-darker-70,
.hover-bg-brown-darker-70:hover {
    background-color: rgba(84, 65, 59, 0.7) !important;
}
.bg-brown-dark-70,
.hover-bg-brown-dark-70:hover {
    background-color: rgba(107, 83, 76, 0.7) !important;
}
.bg-brown-70,
.hover-bg-brown-70:hover {
    background-color: rgba(141, 109, 100, 0.7) !important;
}
.bg-brown-light-70,
.hover-bg-brown-light-70:hover {
    background-color: rgba(200, 183, 178, 0.7) !important;
}
.bg-brown-lighter-70,
.hover-bg-brown-lighter-70:hover {
    background-color: rgba(233, 226, 224, 0.7) !important;
}
.bg-brown-lightest-70,
.hover-bg-brown-lightest-70:hover {
    background-color: rgba(255, 249, 247, 0.7) !important;
}
.bg-almond-darkest-70,
.hover-bg-almond-darkest-70:hover {
    background-color: rgba(99, 65, 32, 0.7) !important;
}
.bg-almond-darker-70,
.hover-bg-almond-darker-70:hover {
    background-color: rgba(138, 91, 44, 0.7) !important;
}
.bg-almond-dark-70,
.hover-bg-almond-dark-70:hover {
    background-color: rgba(173, 114, 55, 0.7) !important;
}
.bg-almond-70,
.hover-bg-almond-70:hover {
    background-color: rgba(196, 134, 71, 0.7) !important;
}
.bg-almond-light-70,
.hover-bg-almond-light-70:hover {
    background-color: rgba(220, 183, 146, 0.7) !important;
}
.bg-almond-lighter-70,
.hover-bg-almond-lighter-70:hover {
    background-color: rgba(239, 222, 205, 0.7) !important;
}
.bg-almond-lightest-70,
.hover-bg-almond-lightest-70:hover {
    background-color: rgba(249, 240, 232, 0.7) !important;
}
.bg-slategray-darkest-70,
.hover-bg-slategray-darkest-70:hover {
    background-color: rgba(5, 25, 45, 0.7) !important;
}
.bg-slategray-darker-70,
.hover-bg-slategray-darker-70:hover {
    background-color: rgba(16, 44, 69, 0.7) !important;
}
.bg-slategray-dark-70,
.hover-bg-slategray-dark-70:hover {
    background-color: rgba(47, 80, 112, 0.7) !important;
}
.bg-slategray-70,
.hover-bg-slategray-70:hover {
    background-color: rgba(81, 116, 149, 0.7) !important;
}
.bg-slategray-light-70,
.hover-bg-slategray-light-70:hover {
    background-color: rgba(150, 177, 203, 0.7) !important;
}
.bg-slategray-lighter-70,
.hover-bg-slategray-lighter-70:hover {
    background-color: rgba(208, 220, 231, 0.7) !important;
}
.bg-slategray-lightest-70,
.hover-bg-slategray-lightest-70:hover {
    background-color: rgba(242, 245, 247, 0.7) !important;
}
.bg-gray-darkest-70,
.hover-bg-gray-darkest-70:hover {
    background-color: rgba(54, 69, 79, 0.7) !important;
}
.bg-gray-darker-70,
.hover-bg-gray-darker-70:hover {
    background-color: rgba(70, 89, 102, 0.7) !important;
}
.bg-gray-dark-70,
.hover-bg-gray-dark-70:hover {
    background-color: rgba(86, 110, 126, 0.7) !important;
}
.bg-gray-70,
.hover-bg-gray-70:hover {
    background-color: rgba(102, 130, 149, 0.7) !important;
}
.bg-gray-light-70,
.hover-bg-gray-light-70:hover {
    background-color: rgba(183, 196, 205, 0.7) !important;
}
.bg-gray-lighter-70,
.hover-bg-gray-lighter-70:hover {
    background-color: rgba(228, 232, 235, 0.7) !important;
}
.bg-gray-lightest-70,
.hover-bg-gray-lightest-70:hover {
    background-color: rgba(238, 241, 245, 0.7) !important;
}
.bg-black-80,
.hover-bg-black-80:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-white-80,
.hover-bg-white-80:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-blue-darkest-80,
.hover-bg-blue-darkest-80:hover {
    background-color: rgba(2, 48, 93, 0.8) !important;
}
.bg-blue-darker-80,
.hover-bg-blue-darker-80:hover {
    background-color: rgba(26, 93, 158, 0.8) !important;
}
.bg-blue-dark-80,
.hover-bg-blue-dark-80:hover {
    background-color: rgba(23, 115, 206, 0.8) !important;
}
.bg-blue-80,
.hover-bg-blue-80:hover {
    background-color: rgba(64, 158, 255, 0.8) !important;
}
.bg-blue-light-80,
.hover-bg-blue-light-80:hover {
    background-color: rgba(101, 178, 255, 0.8) !important;
}
.bg-blue-lighter-80,
.hover-bg-blue-lighter-80:hover {
    background-color: rgba(179, 217, 255, 0.8) !important;
}
.bg-blue-lightest-80,
.hover-bg-blue-lightest-80:hover {
    background-color: rgba(236, 245, 255, 0.8) !important;
}
.bg-indigo-darkest-80,
.hover-bg-indigo-darkest-80:hover {
    background-color: rgba(39, 32, 117, 0.8) !important;
}
.bg-indigo-darker-80,
.hover-bg-indigo-darker-80:hover {
    background-color: rgba(51, 42, 153, 0.8) !important;
}
.bg-indigo-dark-80,
.hover-bg-indigo-dark-80:hover {
    background-color: rgba(63, 51, 189, 0.8) !important;
}
.bg-indigo-80,
.hover-bg-indigo-80:hover {
    background-color: rgba(90, 79, 207, 0.8) !important;
}
.bg-indigo-light-80,
.hover-bg-indigo-light-80:hover {
    background-color: rgba(131, 122, 230, 0.8) !important;
}
.bg-indigo-lighter-80,
.hover-bg-indigo-lighter-80:hover {
    background-color: rgba(194, 189, 246, 0.8) !important;
}
.bg-indigo-lightest-80,
.hover-bg-indigo-lightest-80:hover {
    background-color: rgba(240, 238, 255, 0.8) !important;
}
.bg-purple-darkest-80,
.hover-bg-purple-darkest-80:hover {
    background-color: rgba(61, 6, 95, 0.8) !important;
}
.bg-purple-darker-80,
.hover-bg-purple-darker-80:hover {
    background-color: rgba(96, 10, 151, 0.8) !important;
}
.bg-purple-dark-80,
.hover-bg-purple-dark-80:hover {
    background-color: rgba(132, 13, 206, 0.8) !important;
}
.bg-purple-80,
.hover-bg-purple-80:hover {
    background-color: rgba(170, 56, 242, 0.8) !important;
}
.bg-purple-light-80,
.hover-bg-purple-light-80:hover {
    background-color: rgba(204, 136, 247, 0.8) !important;
}
.bg-purple-lighter-80,
.hover-bg-purple-lighter-80:hover {
    background-color: rgba(233, 203, 252, 0.8) !important;
}
.bg-purple-lightest-80,
.hover-bg-purple-lightest-80:hover {
    background-color: rgba(249, 240, 254, 0.8) !important;
}
.bg-pink-darkest-80,
.hover-bg-pink-darkest-80:hover {
    background-color: rgba(88, 0, 32, 0.8) !important;
}
.bg-pink-darker-80,
.hover-bg-pink-darker-80:hover {
    background-color: rgba(147, 0, 54, 0.8) !important;
}
.bg-pink-dark-80,
.hover-bg-pink-dark-80:hover {
    background-color: rgba(201, 54, 108, 0.8) !important;
}
.bg-pink-80,
.hover-bg-pink-80:hover {
    background-color: rgba(240, 101, 151, 0.8) !important;
}
.bg-pink-light-80,
.hover-bg-pink-light-80:hover {
    background-color: rgba(245, 142, 180, 0.8) !important;
}
.bg-pink-lighter-80,
.hover-bg-pink-lighter-80:hover {
    background-color: rgba(255, 205, 223, 0.8) !important;
}
.bg-pink-lightest-80,
.hover-bg-pink-lightest-80:hover {
    background-color: rgba(255, 235, 242, 0.8) !important;
}
.bg-red-darkest-80,
.hover-bg-red-darkest-80:hover {
    background-color: rgba(117, 14, 18, 0.8) !important;
}
.bg-red-darker-80,
.hover-bg-red-darker-80:hover {
    background-color: rgba(169, 21, 26, 0.8) !important;
}
.bg-red-dark-80,
.hover-bg-red-dark-80:hover {
    background-color: rgba(204, 25, 31, 0.8) !important;
}
.bg-red-80,
.hover-bg-red-80:hover {
    background-color: rgba(231, 57, 63, 0.8) !important;
}
.bg-red-light-80,
.hover-bg-red-light-80:hover {
    background-color: rgba(237, 109, 114, 0.8) !important;
}
.bg-red-lighter-80,
.hover-bg-red-lighter-80:hover {
    background-color: rgba(248, 197, 199, 0.8) !important;
}
.bg-red-lightest-80,
.hover-bg-red-lightest-80:hover {
    background-color: rgba(252, 232, 232, 0.8) !important;
}
.bg-orange-darkest-80,
.hover-bg-orange-darkest-80:hover {
    background-color: rgba(133, 67, 0, 0.8) !important;
}
.bg-orange-darker-80,
.hover-bg-orange-darker-80:hover {
    background-color: rgba(192, 96, 0, 0.8) !important;
}
.bg-orange-dark-80,
.hover-bg-orange-dark-80:hover {
    background-color: rgba(231, 116, 0, 0.8) !important;
}
.bg-orange-80,
.hover-bg-orange-80:hover {
    background-color: rgba(255, 135, 16, 0.8) !important;
}
.bg-orange-light-80,
.hover-bg-orange-light-80:hover {
    background-color: rgba(255, 184, 114, 0.8) !important;
}
.bg-orange-lighter-80,
.hover-bg-orange-lighter-80:hover {
    background-color: rgba(255, 224, 192, 0.8) !important;
}
.bg-orange-lightest-80,
.hover-bg-orange-lightest-80:hover {
    background-color: rgba(255, 243, 231, 0.8) !important;
}
.bg-yellow-darkest-80,
.hover-bg-yellow-darkest-80:hover {
    background-color: rgba(106, 85, 2, 0.8) !important;
}
.bg-yellow-darker-80,
.hover-bg-yellow-darker-80:hover {
    background-color: rgba(183, 147, 3, 0.8) !important;
}
.bg-yellow-dark-80,
.hover-bg-yellow-dark-80:hover {
    background-color: rgba(221, 177, 4, 0.8) !important;
}
.bg-yellow-80,
.hover-bg-yellow-80:hover {
    background-color: rgba(250, 203, 14, 0.8) !important;
}
.bg-yellow-light-80,
.hover-bg-yellow-light-80:hover {
    background-color: rgba(253, 228, 130, 0.8) !important;
}
.bg-yellow-lighter-80,
.hover-bg-yellow-lighter-80:hover {
    background-color: rgba(254, 240, 188, 0.8) !important;
}
.bg-yellow-lightest-80,
.hover-bg-yellow-lightest-80:hover {
    background-color: rgba(254, 247, 219, 0.8) !important;
}
.bg-pear-darkest-80,
.hover-bg-pear-darkest-80:hover {
    background-color: rgba(79, 86, 12, 0.8) !important;
}
.bg-pear-darker-80,
.hover-bg-pear-darker-80:hover {
    background-color: rgba(127, 138, 19, 0.8) !important;
}
.bg-pear-dark-80,
.hover-bg-pear-dark-80:hover {
    background-color: rgba(158, 172, 24, 0.8) !important;
}
.bg-pear-80,
.hover-bg-pear-80:hover {
    background-color: rgba(190, 207, 29, 0.8) !important;
}
.bg-pear-light-80,
.hover-bg-pear-light-80:hover {
    background-color: rgba(221, 233, 101, 0.8) !important;
}
.bg-pear-lighter-80,
.hover-bg-pear-lighter-80:hover {
    background-color: rgba(244, 248, 204, 0.8) !important;
}
.bg-pear-lightest-80,
.hover-bg-pear-lightest-80:hover {
    background-color: rgba(251, 253, 238, 0.8) !important;
}
.bg-green-darkest-80,
.hover-bg-green-darkest-80:hover {
    background-color: rgba(32, 97, 32, 0.8) !important;
}
.bg-green-darker-80,
.hover-bg-green-darker-80:hover {
    background-color: rgba(47, 141, 47, 0.8) !important;
}
.bg-green-dark-80,
.hover-bg-green-dark-80:hover {
    background-color: rgba(57, 171, 57, 0.8) !important;
}
.bg-green-80,
.hover-bg-green-80:hover {
    background-color: rgba(73, 194, 73, 0.8) !important;
}
.bg-green-light-80,
.hover-bg-green-light-80:hover {
    background-color: rgba(137, 224, 137, 0.8) !important;
}
.bg-green-lighter-80,
.hover-bg-green-lighter-80:hover {
    background-color: rgba(220, 243, 220, 0.8) !important;
}
.bg-green-lightest-80,
.hover-bg-green-lightest-80:hover {
    background-color: rgba(234, 248, 234, 0.8) !important;
}
.bg-mint-darkest-80,
.hover-bg-mint-darkest-80:hover {
    background-color: rgba(19, 107, 68, 0.8) !important;
}
.bg-mint-darker-80,
.hover-bg-mint-darker-80:hover {
    background-color: rgba(29, 165, 105, 0.8) !important;
}
.bg-mint-dark-80,
.hover-bg-mint-dark-80:hover {
    background-color: rgba(35, 198, 126, 0.8) !important;
}
.bg-mint-80,
.hover-bg-mint-80:hover {
    background-color: rgba(53, 219, 146, 0.8) !important;
}
.bg-mint-light-80,
.hover-bg-mint-light-80:hover {
    background-color: rgba(137, 234, 191, 0.8) !important;
}
.bg-mint-lighter-80,
.hover-bg-mint-lighter-80:hover {
    background-color: rgba(220, 249, 236, 0.8) !important;
}
.bg-mint-lightest-80,
.hover-bg-mint-lightest-80:hover {
    background-color: rgba(242, 252, 247, 0.8) !important;
}
.bg-teal-darkest-80,
.hover-bg-teal-darkest-80:hover {
    background-color: rgba(34, 89, 96, 0.8) !important;
}
.bg-teal-darker-80,
.hover-bg-teal-darker-80:hover {
    background-color: rgba(45, 116, 125, 0.8) !important;
}
.bg-teal-dark-80,
.hover-bg-teal-dark-80:hover {
    background-color: rgba(55, 142, 153, 0.8) !important;
}
.bg-teal-80,
.hover-bg-teal-80:hover {
    background-color: rgba(66, 169, 182, 0.8) !important;
}
.bg-teal-light-80,
.hover-bg-teal-light-80:hover {
    background-color: rgba(149, 209, 217, 0.8) !important;
}
.bg-teal-lighter-80,
.hover-bg-teal-lighter-80:hover {
    background-color: rgba(221, 240, 243, 0.8) !important;
}
.bg-teal-lightest-80,
.hover-bg-teal-lightest-80:hover {
    background-color: rgba(237, 249, 250, 0.8) !important;
}
.bg-wine-darkest-80,
.hover-bg-wine-darkest-80:hover {
    background-color: rgba(72, 30, 35, 0.8) !important;
}
.bg-wine-darker-80,
.hover-bg-wine-darker-80:hover {
    background-color: rgba(114, 47, 55, 0.8) !important;
}
.bg-wine-dark-80,
.hover-bg-wine-dark-80:hover {
    background-color: rgba(142, 58, 68, 0.8) !important;
}
.bg-wine-80,
.hover-bg-wine-80:hover {
    background-color: rgba(170, 70, 82, 0.8) !important;
}
.bg-wine-light-80,
.hover-bg-wine-light-80:hover {
    background-color: rgba(210, 147, 154, 0.8) !important;
}
.bg-wine-lighter-80,
.hover-bg-wine-lighter-80:hover {
    background-color: rgba(239, 216, 219, 0.8) !important;
}
.bg-wine-lightest-80,
.hover-bg-wine-lightest-80:hover {
    background-color: rgba(250, 243, 244, 0.8) !important;
}
.bg-brown-darkest-80,
.hover-bg-brown-darkest-80:hover {
    background-color: rgba(61, 47, 43, 0.8) !important;
}
.bg-brown-darker-80,
.hover-bg-brown-darker-80:hover {
    background-color: rgba(84, 65, 59, 0.8) !important;
}
.bg-brown-dark-80,
.hover-bg-brown-dark-80:hover {
    background-color: rgba(107, 83, 76, 0.8) !important;
}
.bg-brown-80,
.hover-bg-brown-80:hover {
    background-color: rgba(141, 109, 100, 0.8) !important;
}
.bg-brown-light-80,
.hover-bg-brown-light-80:hover {
    background-color: rgba(200, 183, 178, 0.8) !important;
}
.bg-brown-lighter-80,
.hover-bg-brown-lighter-80:hover {
    background-color: rgba(233, 226, 224, 0.8) !important;
}
.bg-brown-lightest-80,
.hover-bg-brown-lightest-80:hover {
    background-color: rgba(255, 249, 247, 0.8) !important;
}
.bg-almond-darkest-80,
.hover-bg-almond-darkest-80:hover {
    background-color: rgba(99, 65, 32, 0.8) !important;
}
.bg-almond-darker-80,
.hover-bg-almond-darker-80:hover {
    background-color: rgba(138, 91, 44, 0.8) !important;
}
.bg-almond-dark-80,
.hover-bg-almond-dark-80:hover {
    background-color: rgba(173, 114, 55, 0.8) !important;
}
.bg-almond-80,
.hover-bg-almond-80:hover {
    background-color: rgba(196, 134, 71, 0.8) !important;
}
.bg-almond-light-80,
.hover-bg-almond-light-80:hover {
    background-color: rgba(220, 183, 146, 0.8) !important;
}
.bg-almond-lighter-80,
.hover-bg-almond-lighter-80:hover {
    background-color: rgba(239, 222, 205, 0.8) !important;
}
.bg-almond-lightest-80,
.hover-bg-almond-lightest-80:hover {
    background-color: rgba(249, 240, 232, 0.8) !important;
}
.bg-slategray-darkest-80,
.hover-bg-slategray-darkest-80:hover {
    background-color: rgba(5, 25, 45, 0.8) !important;
}
.bg-slategray-darker-80,
.hover-bg-slategray-darker-80:hover {
    background-color: rgba(16, 44, 69, 0.8) !important;
}
.bg-slategray-dark-80,
.hover-bg-slategray-dark-80:hover {
    background-color: rgba(47, 80, 112, 0.8) !important;
}
.bg-slategray-80,
.hover-bg-slategray-80:hover {
    background-color: rgba(81, 116, 149, 0.8) !important;
}
.bg-slategray-light-80,
.hover-bg-slategray-light-80:hover {
    background-color: rgba(150, 177, 203, 0.8) !important;
}
.bg-slategray-lighter-80,
.hover-bg-slategray-lighter-80:hover {
    background-color: rgba(208, 220, 231, 0.8) !important;
}
.bg-slategray-lightest-80,
.hover-bg-slategray-lightest-80:hover {
    background-color: rgba(242, 245, 247, 0.8) !important;
}
.bg-gray-darkest-80,
.hover-bg-gray-darkest-80:hover {
    background-color: rgba(54, 69, 79, 0.8) !important;
}
.bg-gray-darker-80,
.hover-bg-gray-darker-80:hover {
    background-color: rgba(70, 89, 102, 0.8) !important;
}
.bg-gray-dark-80,
.hover-bg-gray-dark-80:hover {
    background-color: rgba(86, 110, 126, 0.8) !important;
}
.bg-gray-80,
.hover-bg-gray-80:hover {
    background-color: rgba(102, 130, 149, 0.8) !important;
}
.bg-gray-light-80,
.hover-bg-gray-light-80:hover {
    background-color: rgba(183, 196, 205, 0.8) !important;
}
.bg-gray-lighter-80,
.hover-bg-gray-lighter-80:hover {
    background-color: rgba(228, 232, 235, 0.8) !important;
}
.bg-gray-lightest-80,
.hover-bg-gray-lightest-80:hover {
    background-color: rgba(238, 241, 245, 0.8) !important;
}
.bg-black-90,
.hover-bg-black-90:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.bg-white-90,
.hover-bg-white-90:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-blue-darkest-90,
.hover-bg-blue-darkest-90:hover {
    background-color: rgba(2, 48, 93, 0.9) !important;
}
.bg-blue-darker-90,
.hover-bg-blue-darker-90:hover {
    background-color: rgba(26, 93, 158, 0.9) !important;
}
.bg-blue-dark-90,
.hover-bg-blue-dark-90:hover {
    background-color: rgba(23, 115, 206, 0.9) !important;
}
.bg-blue-90,
.hover-bg-blue-90:hover {
    background-color: rgba(64, 158, 255, 0.9) !important;
}
.bg-blue-light-90,
.hover-bg-blue-light-90:hover {
    background-color: rgba(101, 178, 255, 0.9) !important;
}
.bg-blue-lighter-90,
.hover-bg-blue-lighter-90:hover {
    background-color: rgba(179, 217, 255, 0.9) !important;
}
.bg-blue-lightest-90,
.hover-bg-blue-lightest-90:hover {
    background-color: rgba(236, 245, 255, 0.9) !important;
}
.bg-indigo-darkest-90,
.hover-bg-indigo-darkest-90:hover {
    background-color: rgba(39, 32, 117, 0.9) !important;
}
.bg-indigo-darker-90,
.hover-bg-indigo-darker-90:hover {
    background-color: rgba(51, 42, 153, 0.9) !important;
}
.bg-indigo-dark-90,
.hover-bg-indigo-dark-90:hover {
    background-color: rgba(63, 51, 189, 0.9) !important;
}
.bg-indigo-90,
.hover-bg-indigo-90:hover {
    background-color: rgba(90, 79, 207, 0.9) !important;
}
.bg-indigo-light-90,
.hover-bg-indigo-light-90:hover {
    background-color: rgba(131, 122, 230, 0.9) !important;
}
.bg-indigo-lighter-90,
.hover-bg-indigo-lighter-90:hover {
    background-color: rgba(194, 189, 246, 0.9) !important;
}
.bg-indigo-lightest-90,
.hover-bg-indigo-lightest-90:hover {
    background-color: rgba(240, 238, 255, 0.9) !important;
}
.bg-purple-darkest-90,
.hover-bg-purple-darkest-90:hover {
    background-color: rgba(61, 6, 95, 0.9) !important;
}
.bg-purple-darker-90,
.hover-bg-purple-darker-90:hover {
    background-color: rgba(96, 10, 151, 0.9) !important;
}
.bg-purple-dark-90,
.hover-bg-purple-dark-90:hover {
    background-color: rgba(132, 13, 206, 0.9) !important;
}
.bg-purple-90,
.hover-bg-purple-90:hover {
    background-color: rgba(170, 56, 242, 0.9) !important;
}
.bg-purple-light-90,
.hover-bg-purple-light-90:hover {
    background-color: rgba(204, 136, 247, 0.9) !important;
}
.bg-purple-lighter-90,
.hover-bg-purple-lighter-90:hover {
    background-color: rgba(233, 203, 252, 0.9) !important;
}
.bg-purple-lightest-90,
.hover-bg-purple-lightest-90:hover {
    background-color: rgba(249, 240, 254, 0.9) !important;
}
.bg-pink-darkest-90,
.hover-bg-pink-darkest-90:hover {
    background-color: rgba(88, 0, 32, 0.9) !important;
}
.bg-pink-darker-90,
.hover-bg-pink-darker-90:hover {
    background-color: rgba(147, 0, 54, 0.9) !important;
}
.bg-pink-dark-90,
.hover-bg-pink-dark-90:hover {
    background-color: rgba(201, 54, 108, 0.9) !important;
}
.bg-pink-90,
.hover-bg-pink-90:hover {
    background-color: rgba(240, 101, 151, 0.9) !important;
}
.bg-pink-light-90,
.hover-bg-pink-light-90:hover {
    background-color: rgba(245, 142, 180, 0.9) !important;
}
.bg-pink-lighter-90,
.hover-bg-pink-lighter-90:hover {
    background-color: rgba(255, 205, 223, 0.9) !important;
}
.bg-pink-lightest-90,
.hover-bg-pink-lightest-90:hover {
    background-color: rgba(255, 235, 242, 0.9) !important;
}
.bg-red-darkest-90,
.hover-bg-red-darkest-90:hover {
    background-color: rgba(117, 14, 18, 0.9) !important;
}
.bg-red-darker-90,
.hover-bg-red-darker-90:hover {
    background-color: rgba(169, 21, 26, 0.9) !important;
}
.bg-red-dark-90,
.hover-bg-red-dark-90:hover {
    background-color: rgba(204, 25, 31, 0.9) !important;
}
.bg-red-90,
.hover-bg-red-90:hover {
    background-color: rgba(231, 57, 63, 0.9) !important;
}
.bg-red-light-90,
.hover-bg-red-light-90:hover {
    background-color: rgba(237, 109, 114, 0.9) !important;
}
.bg-red-lighter-90,
.hover-bg-red-lighter-90:hover {
    background-color: rgba(248, 197, 199, 0.9) !important;
}
.bg-red-lightest-90,
.hover-bg-red-lightest-90:hover {
    background-color: rgba(252, 232, 232, 0.9) !important;
}
.bg-orange-darkest-90,
.hover-bg-orange-darkest-90:hover {
    background-color: rgba(133, 67, 0, 0.9) !important;
}
.bg-orange-darker-90,
.hover-bg-orange-darker-90:hover {
    background-color: rgba(192, 96, 0, 0.9) !important;
}
.bg-orange-dark-90,
.hover-bg-orange-dark-90:hover {
    background-color: rgba(231, 116, 0, 0.9) !important;
}
.bg-orange-90,
.hover-bg-orange-90:hover {
    background-color: rgba(255, 135, 16, 0.9) !important;
}
.bg-orange-light-90,
.hover-bg-orange-light-90:hover {
    background-color: rgba(255, 184, 114, 0.9) !important;
}
.bg-orange-lighter-90,
.hover-bg-orange-lighter-90:hover {
    background-color: rgba(255, 224, 192, 0.9) !important;
}
.bg-orange-lightest-90,
.hover-bg-orange-lightest-90:hover {
    background-color: rgba(255, 243, 231, 0.9) !important;
}
.bg-yellow-darkest-90,
.hover-bg-yellow-darkest-90:hover {
    background-color: rgba(106, 85, 2, 0.9) !important;
}
.bg-yellow-darker-90,
.hover-bg-yellow-darker-90:hover {
    background-color: rgba(183, 147, 3, 0.9) !important;
}
.bg-yellow-dark-90,
.hover-bg-yellow-dark-90:hover {
    background-color: rgba(221, 177, 4, 0.9) !important;
}
.bg-yellow-90,
.hover-bg-yellow-90:hover {
    background-color: rgba(250, 203, 14, 0.9) !important;
}
.bg-yellow-light-90,
.hover-bg-yellow-light-90:hover {
    background-color: rgba(253, 228, 130, 0.9) !important;
}
.bg-yellow-lighter-90,
.hover-bg-yellow-lighter-90:hover {
    background-color: rgba(254, 240, 188, 0.9) !important;
}
.bg-yellow-lightest-90,
.hover-bg-yellow-lightest-90:hover {
    background-color: rgba(254, 247, 219, 0.9) !important;
}
.bg-pear-darkest-90,
.hover-bg-pear-darkest-90:hover {
    background-color: rgba(79, 86, 12, 0.9) !important;
}
.bg-pear-darker-90,
.hover-bg-pear-darker-90:hover {
    background-color: rgba(127, 138, 19, 0.9) !important;
}
.bg-pear-dark-90,
.hover-bg-pear-dark-90:hover {
    background-color: rgba(158, 172, 24, 0.9) !important;
}
.bg-pear-90,
.hover-bg-pear-90:hover {
    background-color: rgba(190, 207, 29, 0.9) !important;
}
.bg-pear-light-90,
.hover-bg-pear-light-90:hover {
    background-color: rgba(221, 233, 101, 0.9) !important;
}
.bg-pear-lighter-90,
.hover-bg-pear-lighter-90:hover {
    background-color: rgba(244, 248, 204, 0.9) !important;
}
.bg-pear-lightest-90,
.hover-bg-pear-lightest-90:hover {
    background-color: rgba(251, 253, 238, 0.9) !important;
}
.bg-green-darkest-90,
.hover-bg-green-darkest-90:hover {
    background-color: rgba(32, 97, 32, 0.9) !important;
}
.bg-green-darker-90,
.hover-bg-green-darker-90:hover {
    background-color: rgba(47, 141, 47, 0.9) !important;
}
.bg-green-dark-90,
.hover-bg-green-dark-90:hover {
    background-color: rgba(57, 171, 57, 0.9) !important;
}
.bg-green-90,
.hover-bg-green-90:hover {
    background-color: rgba(73, 194, 73, 0.9) !important;
}
.bg-green-light-90,
.hover-bg-green-light-90:hover {
    background-color: rgba(137, 224, 137, 0.9) !important;
}
.bg-green-lighter-90,
.hover-bg-green-lighter-90:hover {
    background-color: rgba(220, 243, 220, 0.9) !important;
}
.bg-green-lightest-90,
.hover-bg-green-lightest-90:hover {
    background-color: rgba(234, 248, 234, 0.9) !important;
}
.bg-mint-darkest-90,
.hover-bg-mint-darkest-90:hover {
    background-color: rgba(19, 107, 68, 0.9) !important;
}
.bg-mint-darker-90,
.hover-bg-mint-darker-90:hover {
    background-color: rgba(29, 165, 105, 0.9) !important;
}
.bg-mint-dark-90,
.hover-bg-mint-dark-90:hover {
    background-color: rgba(35, 198, 126, 0.9) !important;
}
.bg-mint-90,
.hover-bg-mint-90:hover {
    background-color: rgba(53, 219, 146, 0.9) !important;
}
.bg-mint-light-90,
.hover-bg-mint-light-90:hover {
    background-color: rgba(137, 234, 191, 0.9) !important;
}
.bg-mint-lighter-90,
.hover-bg-mint-lighter-90:hover {
    background-color: rgba(220, 249, 236, 0.9) !important;
}
.bg-mint-lightest-90,
.hover-bg-mint-lightest-90:hover {
    background-color: rgba(242, 252, 247, 0.9) !important;
}
.bg-teal-darkest-90,
.hover-bg-teal-darkest-90:hover {
    background-color: rgba(34, 89, 96, 0.9) !important;
}
.bg-teal-darker-90,
.hover-bg-teal-darker-90:hover {
    background-color: rgba(45, 116, 125, 0.9) !important;
}
.bg-teal-dark-90,
.hover-bg-teal-dark-90:hover {
    background-color: rgba(55, 142, 153, 0.9) !important;
}
.bg-teal-90,
.hover-bg-teal-90:hover {
    background-color: rgba(66, 169, 182, 0.9) !important;
}
.bg-teal-light-90,
.hover-bg-teal-light-90:hover {
    background-color: rgba(149, 209, 217, 0.9) !important;
}
.bg-teal-lighter-90,
.hover-bg-teal-lighter-90:hover {
    background-color: rgba(221, 240, 243, 0.9) !important;
}
.bg-teal-lightest-90,
.hover-bg-teal-lightest-90:hover {
    background-color: rgba(237, 249, 250, 0.9) !important;
}
.bg-wine-darkest-90,
.hover-bg-wine-darkest-90:hover {
    background-color: rgba(72, 30, 35, 0.9) !important;
}
.bg-wine-darker-90,
.hover-bg-wine-darker-90:hover {
    background-color: rgba(114, 47, 55, 0.9) !important;
}
.bg-wine-dark-90,
.hover-bg-wine-dark-90:hover {
    background-color: rgba(142, 58, 68, 0.9) !important;
}
.bg-wine-90,
.hover-bg-wine-90:hover {
    background-color: rgba(170, 70, 82, 0.9) !important;
}
.bg-wine-light-90,
.hover-bg-wine-light-90:hover {
    background-color: rgba(210, 147, 154, 0.9) !important;
}
.bg-wine-lighter-90,
.hover-bg-wine-lighter-90:hover {
    background-color: rgba(239, 216, 219, 0.9) !important;
}
.bg-wine-lightest-90,
.hover-bg-wine-lightest-90:hover {
    background-color: rgba(250, 243, 244, 0.9) !important;
}
.bg-brown-darkest-90,
.hover-bg-brown-darkest-90:hover {
    background-color: rgba(61, 47, 43, 0.9) !important;
}
.bg-brown-darker-90,
.hover-bg-brown-darker-90:hover {
    background-color: rgba(84, 65, 59, 0.9) !important;
}
.bg-brown-dark-90,
.hover-bg-brown-dark-90:hover {
    background-color: rgba(107, 83, 76, 0.9) !important;
}
.bg-brown-90,
.hover-bg-brown-90:hover {
    background-color: rgba(141, 109, 100, 0.9) !important;
}
.bg-brown-light-90,
.hover-bg-brown-light-90:hover {
    background-color: rgba(200, 183, 178, 0.9) !important;
}
.bg-brown-lighter-90,
.hover-bg-brown-lighter-90:hover {
    background-color: rgba(233, 226, 224, 0.9) !important;
}
.bg-brown-lightest-90,
.hover-bg-brown-lightest-90:hover {
    background-color: rgba(255, 249, 247, 0.9) !important;
}
.bg-almond-darkest-90,
.hover-bg-almond-darkest-90:hover {
    background-color: rgba(99, 65, 32, 0.9) !important;
}
.bg-almond-darker-90,
.hover-bg-almond-darker-90:hover {
    background-color: rgba(138, 91, 44, 0.9) !important;
}
.bg-almond-dark-90,
.hover-bg-almond-dark-90:hover {
    background-color: rgba(173, 114, 55, 0.9) !important;
}
.bg-almond-90,
.hover-bg-almond-90:hover {
    background-color: rgba(196, 134, 71, 0.9) !important;
}
.bg-almond-light-90,
.hover-bg-almond-light-90:hover {
    background-color: rgba(220, 183, 146, 0.9) !important;
}
.bg-almond-lighter-90,
.hover-bg-almond-lighter-90:hover {
    background-color: rgba(239, 222, 205, 0.9) !important;
}
.bg-almond-lightest-90,
.hover-bg-almond-lightest-90:hover {
    background-color: rgba(249, 240, 232, 0.9) !important;
}
.bg-slategray-darkest-90,
.hover-bg-slategray-darkest-90:hover {
    background-color: rgba(5, 25, 45, 0.9) !important;
}
.bg-slategray-darker-90,
.hover-bg-slategray-darker-90:hover {
    background-color: rgba(16, 44, 69, 0.9) !important;
}
.bg-slategray-dark-90,
.hover-bg-slategray-dark-90:hover {
    background-color: rgba(47, 80, 112, 0.9) !important;
}
.bg-slategray-90,
.hover-bg-slategray-90:hover {
    background-color: rgba(81, 116, 149, 0.9) !important;
}
.bg-slategray-light-90,
.hover-bg-slategray-light-90:hover {
    background-color: rgba(150, 177, 203, 0.9) !important;
}
.bg-slategray-lighter-90,
.hover-bg-slategray-lighter-90:hover {
    background-color: rgba(208, 220, 231, 0.9) !important;
}
.bg-slategray-lightest-90,
.hover-bg-slategray-lightest-90:hover {
    background-color: rgba(242, 245, 247, 0.9) !important;
}
.bg-gray-darkest-90,
.hover-bg-gray-darkest-90:hover {
    background-color: rgba(54, 69, 79, 0.9) !important;
}
.bg-gray-darker-90,
.hover-bg-gray-darker-90:hover {
    background-color: rgba(70, 89, 102, 0.9) !important;
}
.bg-gray-dark-90,
.hover-bg-gray-dark-90:hover {
    background-color: rgba(86, 110, 126, 0.9) !important;
}
.bg-gray-90,
.hover-bg-gray-90:hover {
    background-color: rgba(102, 130, 149, 0.9) !important;
}
.bg-gray-light-90,
.hover-bg-gray-light-90:hover {
    background-color: rgba(183, 196, 205, 0.9) !important;
}
.bg-gray-lighter-90,
.hover-bg-gray-lighter-90:hover {
    background-color: rgba(228, 232, 235, 0.9) !important;
}
.bg-gray-lightest-90,
.hover-bg-gray-lightest-90:hover {
    background-color: rgba(238, 241, 245, 0.9) !important;
}
.bg-fixed {
    background-attachment: fixed !important;
}
.bg-local {
    background-attachment: local !important;
}
.bg-scroll {
    background-attachment: scroll !important;
}
.bg-t {
    background-position: top !important;
}
.bg-r {
    background-position: right !important;
}
.bg-b {
    background-position: bottom !important;
}
.bg-l {
    background-position: left !important;
}
.bg-lt {
    background-position: left top !important;
}
.bg-lb {
    background-position: left bottom !important;
}
.bg-rt {
    background-position: right top !important;
}
.bg-rb {
    background-position: right bottom !important;
}
.bg-c {
    background-position: center !important;
}
@media (min-width: 576px) {
    .sm-bg-t {
        background-position: top !important;
    }
    .sm-bg-r {
        background-position: right !important;
    }
    .sm-bg-b {
        background-position: bottom !important;
    }
    .sm-bg-l {
        background-position: left !important;
    }
    .sm-bg-lt {
        background-position: left top !important;
    }
    .sm-bg-lb {
        background-position: left bottom !important;
    }
    .sm-bg-rt {
        background-position: right top !important;
    }
    .sm-bg-rb {
        background-position: right bottom !important;
    }
    .sm-bg-c {
        background-position: center !important;
    }
}
@media (min-width: 768px) {
    .md-bg-t {
        background-position: top !important;
    }
    .md-bg-r {
        background-position: right !important;
    }
    .md-bg-b {
        background-position: bottom !important;
    }
    .md-bg-l {
        background-position: left !important;
    }
    .md-bg-lt {
        background-position: left top !important;
    }
    .md-bg-lb {
        background-position: left bottom !important;
    }
    .md-bg-rt {
        background-position: right top !important;
    }
    .md-bg-rb {
        background-position: right bottom !important;
    }
    .md-bg-c {
        background-position: center !important;
    }
}
@media (min-width: 992px) {
    .lg-bg-t {
        background-position: top !important;
    }
    .lg-bg-r {
        background-position: right !important;
    }
    .lg-bg-b {
        background-position: bottom !important;
    }
    .lg-bg-l {
        background-position: left !important;
    }
    .lg-bg-lt {
        background-position: left top !important;
    }
    .lg-bg-lb {
        background-position: left bottom !important;
    }
    .lg-bg-rt {
        background-position: right top !important;
    }
    .lg-bg-rb {
        background-position: right bottom !important;
    }
    .lg-bg-c {
        background-position: center !important;
    }
}
@media (min-width: 1200px) {
    .xl-bg-t {
        background-position: top !important;
    }
    .xl-bg-r {
        background-position: right !important;
    }
    .xl-bg-b {
        background-position: bottom !important;
    }
    .xl-bg-l {
        background-position: left !important;
    }
    .xl-bg-lt {
        background-position: left top !important;
    }
    .xl-bg-lb {
        background-position: left bottom !important;
    }
    .xl-bg-rt {
        background-position: right top !important;
    }
    .xl-bg-rb {
        background-position: right bottom !important;
    }
    .xl-bg-c {
        background-position: center !important;
    }
}
.bg-repeat {
    background-repeat: repeat !important;
}
.bg-no-repeat {
    background-repeat: no-repeat !important;
}
.bg-repeat-x {
    background-repeat: repeat-x !important;
}
.bg-repeat-y {
    background-repeat: repeat-y !important;
}
.bg-auto,
.hover-bg-auto:hover {
    background-size: auto !important;
}
.bg-cover,
.hover-bg-cover:hover {
    background-size: cover !important;
}
.bg-contain,
.hover-bg-contain:hover {
    background-size: contain !important;
}
.bg-0-0,
.hover-bg-0-0:hover {
    background-size: 0% 0% !important;
}
.bg-0-100,
.hover-bg-0-100:hover {
    background-size: 0% 100% !important;
}
.bg-100-0,
.hover-bg-100-0:hover {
    background-size: 100% 0% !important;
}
.bg-10-100,
.hover-bg-10-100:hover {
    background-size: 10% 100% !important;
}
.bg-100-10,
.hover-bg-100-10:hover {
    background-size: 100% 10% !important;
}
.bg-25-100,
.hover-bg-25-100:hover {
    background-size: 25% 100% !important;
}
.bg-100-25,
.hover-bg-100-25:hover {
    background-size: 100% 25% !important;
}
.bg-50-100,
.hover-bg-50-100:hover {
    background-size: 50% 100% !important;
}
.bg-100-50,
.hover-bg-100-50:hover {
    background-size: 100% 50% !important;
}
.bg-100-100,
.hover-bg-100-100:hover {
    background-size: 100% 100% !important;
}
@media (min-width: 576px) {
    .sm-bg-auto {
        background-size: auto !important;
    }
    .sm-bg-cover {
        background-size: cover !important;
    }
    .sm-bg-contain {
        background-size: contain !important;
    }
    .sm-bg-0-0 {
        background-size: 0% 0% !important;
    }
    .sm-bg-0-100 {
        background-size: 0% 100% !important;
    }
    .sm-bg-100-0 {
        background-size: 100% 0% !important;
    }
    .sm-bg-10-100 {
        background-size: 10% 100% !important;
    }
    .sm-bg-100-10 {
        background-size: 100% 10% !important;
    }
    .sm-bg-25-100 {
        background-size: 25% 100% !important;
    }
    .sm-bg-100-25 {
        background-size: 100% 25% !important;
    }
    .sm-bg-50-100 {
        background-size: 50% 100% !important;
    }
    .sm-bg-100-50 {
        background-size: 100% 50% !important;
    }
    .sm-bg-100-100 {
        background-size: 100% 100% !important;
    }
}
@media (min-width: 768px) {
    .md-bg-auto {
        background-size: auto !important;
    }
    .md-bg-cover {
        background-size: cover !important;
    }
    .md-bg-contain {
        background-size: contain !important;
    }
    .md-bg-0-0 {
        background-size: 0% 0% !important;
    }
    .md-bg-0-100 {
        background-size: 0% 100% !important;
    }
    .md-bg-100-0 {
        background-size: 100% 0% !important;
    }
    .md-bg-10-100 {
        background-size: 10% 100% !important;
    }
    .md-bg-100-10 {
        background-size: 100% 10% !important;
    }
    .md-bg-25-100 {
        background-size: 25% 100% !important;
    }
    .md-bg-100-25 {
        background-size: 100% 25% !important;
    }
    .md-bg-50-100 {
        background-size: 50% 100% !important;
    }
    .md-bg-100-50 {
        background-size: 100% 50% !important;
    }
    .md-bg-100-100 {
        background-size: 100% 100% !important;
    }
}
@media (min-width: 992px) {
    .lg-bg-auto {
        background-size: auto !important;
    }
    .lg-bg-cover {
        background-size: cover !important;
    }
    .lg-bg-contain {
        background-size: contain !important;
    }
    .lg-bg-0-0 {
        background-size: 0% 0% !important;
    }
    .lg-bg-0-100 {
        background-size: 0% 100% !important;
    }
    .lg-bg-100-0 {
        background-size: 100% 0% !important;
    }
    .lg-bg-10-100 {
        background-size: 10% 100% !important;
    }
    .lg-bg-100-10 {
        background-size: 100% 10% !important;
    }
    .lg-bg-25-100 {
        background-size: 25% 100% !important;
    }
    .lg-bg-100-25 {
        background-size: 100% 25% !important;
    }
    .lg-bg-50-100 {
        background-size: 50% 100% !important;
    }
    .lg-bg-100-50 {
        background-size: 100% 50% !important;
    }
    .lg-bg-100-100 {
        background-size: 100% 100% !important;
    }
}
@media (min-width: 1200px) {
    .xl-bg-auto {
        background-size: auto !important;
    }
    .xl-bg-cover {
        background-size: cover !important;
    }
    .xl-bg-contain {
        background-size: contain !important;
    }
    .xl-bg-0-0 {
        background-size: 0% 0% !important;
    }
    .xl-bg-0-100 {
        background-size: 0% 100% !important;
    }
    .xl-bg-100-0 {
        background-size: 100% 0% !important;
    }
    .xl-bg-10-100 {
        background-size: 10% 100% !important;
    }
    .xl-bg-100-10 {
        background-size: 100% 10% !important;
    }
    .xl-bg-25-100 {
        background-size: 25% 100% !important;
    }
    .xl-bg-100-25 {
        background-size: 100% 25% !important;
    }
    .xl-bg-50-100 {
        background-size: 50% 100% !important;
    }
    .xl-bg-100-50 {
        background-size: 100% 50% !important;
    }
    .xl-bg-100-100 {
        background-size: 100% 100% !important;
    }
}
.linear-blue {
    background-image: linear-gradient(to right, #65b2ff 0%, #1773ce 100%) !important;
}
.linear-indigo {
    background-image: linear-gradient(to right, #837ae6 0%, #3f33bd 100%) !important;
}
.linear-gray {
    background-image: linear-gradient(to right, #b7c4cd 0%, #566e7e 100%) !important;
}
.linear-purple {
    background-image: linear-gradient(to right, #cc88f7 0%, #840dce 100%) !important;
}
.linear-pink {
    background-image: linear-gradient(to right, #f58eb4 0%, #c9366c 100%) !important;
}
.linear-red {
    background-image: linear-gradient(to right, #ed6d72 0%, #cc191f 100%) !important;
}
.linear-orange {
    background-image: linear-gradient(to right, #ffb872 0%, #e77400 100%) !important;
}
.linear-yellow {
    background-image: linear-gradient(to right, #fde482 0%, #ddb104 100%) !important;
}
.linear-pear {
    background-image: linear-gradient(to right, #dde965 0%, #9eac18 100%) !important;
}
.linear-green {
    background-image: linear-gradient(to right, #89e089 0%, #39ab39 100%) !important;
}
.linear-mint {
    background-image: linear-gradient(to right, #89eabf 0%, #23c67e 100%) !important;
}
.linear-teal {
    background-image: linear-gradient(to right, #95d1d9 0%, #378e99 100%) !important;
}
.linear-slategray {
    background-image: linear-gradient(to right, #96b1cb 0%, #2f5070 100%) !important;
}
.linear-brown {
    background-image: linear-gradient(to right, #c8b7b2 0%, #6b534c 100%) !important;
}
.linear-wine {
    background-image: linear-gradient(to right, #d2939a 0%, #8e3a44 100%) !important;
}
.linear-almond {
    background-image: linear-gradient(to right, #dcb792 0%, #ad7237 100%) !important;
}
.blue-indigo {
    background-image: linear-gradient(to right, #409eff 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #5a4fcf 100%);
}
.blue-gray {
    background-image: linear-gradient(to right, #409eff 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #668295 100%);
}
.blue-purple {
    background-image: linear-gradient(to right, #409eff 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #aa38f2 100%);
}
.blue-pink {
    background-image: linear-gradient(to right, #409eff 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #f06597 100%);
}
.blue-red {
    background-image: linear-gradient(to right, #409eff 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #e7393f 100%);
}
.blue-orange {
    background-image: linear-gradient(to right, #409eff 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #ff8710 100%);
}
.blue-yellow {
    background-image: linear-gradient(to right, #409eff 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #facb0e 100%);
}
.blue-pear {
    background-image: linear-gradient(to right, #409eff 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #becf1d 100%);
}
.blue-green {
    background-image: linear-gradient(to right, #409eff 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #49c249 100%);
}
.blue-mint {
    background-image: linear-gradient(to right, #409eff 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #35db92 100%);
}
.blue-teal {
    background-image: linear-gradient(to right, #409eff 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #42a9b6 100%);
}
.blue-slategray {
    background-image: linear-gradient(to right, #409eff 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #517495 100%);
}
.blue-brown {
    background-image: linear-gradient(to right, #409eff 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #8d6d64 100%);
}
.blue-wine {
    background-image: linear-gradient(to right, #409eff 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #aa4652 100%);
}
.blue-almond {
    background-image: linear-gradient(to right, #409eff 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #409eff 0%, #c48647 100%);
}
.indigo-blue {
    background-image: linear-gradient(to right, #5a4fcf 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #409eff 100%);
}
.indigo-gray {
    background-image: linear-gradient(to right, #5a4fcf 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #668295 100%);
}
.indigo-purple {
    background-image: linear-gradient(to right, #5a4fcf 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #aa38f2 100%);
}
.indigo-pink {
    background-image: linear-gradient(to right, #5a4fcf 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #f06597 100%);
}
.indigo-red {
    background-image: linear-gradient(to right, #5a4fcf 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #e7393f 100%);
}
.indigo-orange {
    background-image: linear-gradient(to right, #5a4fcf 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #ff8710 100%);
}
.indigo-yellow {
    background-image: linear-gradient(to right, #5a4fcf 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #facb0e 100%);
}
.indigo-pear {
    background-image: linear-gradient(to right, #5a4fcf 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #becf1d 100%);
}
.indigo-green {
    background-image: linear-gradient(to right, #5a4fcf 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #49c249 100%);
}
.indigo-mint {
    background-image: linear-gradient(to right, #5a4fcf 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #35db92 100%);
}
.indigo-teal {
    background-image: linear-gradient(to right, #5a4fcf 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #42a9b6 100%);
}
.indigo-slategray {
    background-image: linear-gradient(to right, #5a4fcf 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #517495 100%);
}
.indigo-brown {
    background-image: linear-gradient(to right, #5a4fcf 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #8d6d64 100%);
}
.indigo-wine {
    background-image: linear-gradient(to right, #5a4fcf 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #aa4652 100%);
}
.indigo-almond {
    background-image: linear-gradient(to right, #5a4fcf 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #5a4fcf 0%, #c48647 100%);
}
.gray-blue {
    background-image: linear-gradient(to right, #668295 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #409eff 100%);
}
.gray-indigo {
    background-image: linear-gradient(to right, #668295 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #5a4fcf 100%);
}
.gray-purple {
    background-image: linear-gradient(to right, #668295 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #aa38f2 100%);
}
.gray-pink {
    background-image: linear-gradient(to right, #668295 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #f06597 100%);
}
.gray-red {
    background-image: linear-gradient(to right, #668295 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #e7393f 100%);
}
.gray-orange {
    background-image: linear-gradient(to right, #668295 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #ff8710 100%);
}
.gray-yellow {
    background-image: linear-gradient(to right, #668295 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #facb0e 100%);
}
.gray-pear {
    background-image: linear-gradient(to right, #668295 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #becf1d 100%);
}
.gray-green {
    background-image: linear-gradient(to right, #668295 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #49c249 100%);
}
.gray-mint {
    background-image: linear-gradient(to right, #668295 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #35db92 100%);
}
.gray-teal {
    background-image: linear-gradient(to right, #668295 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #42a9b6 100%);
}
.gray-slategray {
    background-image: linear-gradient(to right, #668295 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #517495 100%);
}
.gray-brown {
    background-image: linear-gradient(to right, #668295 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #8d6d64 100%);
}
.gray-wine {
    background-image: linear-gradient(to right, #668295 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #aa4652 100%);
}
.gray-almond {
    background-image: linear-gradient(to right, #668295 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #668295 0%, #c48647 100%);
}
.purple-blue {
    background-image: linear-gradient(to right, #aa38f2 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #409eff 100%);
}
.purple-indigo {
    background-image: linear-gradient(to right, #aa38f2 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #5a4fcf 100%);
}
.purple-gray {
    background-image: linear-gradient(to right, #aa38f2 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #668295 100%);
}
.purple-pink {
    background-image: linear-gradient(to right, #aa38f2 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #f06597 100%);
}
.purple-red {
    background-image: linear-gradient(to right, #aa38f2 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #e7393f 100%);
}
.purple-orange {
    background-image: linear-gradient(to right, #aa38f2 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #ff8710 100%);
}
.purple-yellow {
    background-image: linear-gradient(to right, #aa38f2 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #facb0e 100%);
}
.purple-pear {
    background-image: linear-gradient(to right, #aa38f2 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #becf1d 100%);
}
.purple-green {
    background-image: linear-gradient(to right, #aa38f2 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #49c249 100%);
}
.purple-mint {
    background-image: linear-gradient(to right, #aa38f2 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #35db92 100%);
}
.purple-teal {
    background-image: linear-gradient(to right, #aa38f2 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #42a9b6 100%);
}
.purple-slategray {
    background-image: linear-gradient(to right, #aa38f2 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #517495 100%);
}
.purple-brown {
    background-image: linear-gradient(to right, #aa38f2 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #8d6d64 100%);
}
.purple-wine {
    background-image: linear-gradient(to right, #aa38f2 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #aa4652 100%);
}
.purple-almond {
    background-image: linear-gradient(to right, #aa38f2 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #aa38f2 0%, #c48647 100%);
}
.pink-blue {
    background-image: linear-gradient(to right, #f06597 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #409eff 100%);
}
.pink-indigo {
    background-image: linear-gradient(to right, #f06597 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #5a4fcf 100%);
}
.pink-gray {
    background-image: linear-gradient(to right, #f06597 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #668295 100%);
}
.pink-purple {
    background-image: linear-gradient(to right, #f06597 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #aa38f2 100%);
}
.pink-red {
    background-image: linear-gradient(to right, #f06597 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #e7393f 100%);
}
.pink-orange {
    background-image: linear-gradient(to right, #f06597 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #ff8710 100%);
}
.pink-yellow {
    background-image: linear-gradient(to right, #f06597 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #facb0e 100%);
}
.pink-pear {
    background-image: linear-gradient(to right, #f06597 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #becf1d 100%);
}
.pink-green {
    background-image: linear-gradient(to right, #f06597 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #49c249 100%);
}
.pink-mint {
    background-image: linear-gradient(to right, #f06597 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #35db92 100%);
}
.pink-teal {
    background-image: linear-gradient(to right, #f06597 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #42a9b6 100%);
}
.pink-slategray {
    background-image: linear-gradient(to right, #f06597 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #517495 100%);
}
.pink-brown {
    background-image: linear-gradient(to right, #f06597 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #8d6d64 100%);
}
.pink-wine {
    background-image: linear-gradient(to right, #f06597 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #aa4652 100%);
}
.pink-almond {
    background-image: linear-gradient(to right, #f06597 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #f06597 0%, #c48647 100%);
}
.red-blue {
    background-image: linear-gradient(to right, #e7393f 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #409eff 100%);
}
.red-indigo {
    background-image: linear-gradient(to right, #e7393f 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #5a4fcf 100%);
}
.red-gray {
    background-image: linear-gradient(to right, #e7393f 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #668295 100%);
}
.red-purple {
    background-image: linear-gradient(to right, #e7393f 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #aa38f2 100%);
}
.red-pink {
    background-image: linear-gradient(to right, #e7393f 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #f06597 100%);
}
.red-orange {
    background-image: linear-gradient(to right, #e7393f 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #ff8710 100%);
}
.red-yellow {
    background-image: linear-gradient(to right, #e7393f 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #facb0e 100%);
}
.red-pear {
    background-image: linear-gradient(to right, #e7393f 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #becf1d 100%);
}
.red-green {
    background-image: linear-gradient(to right, #e7393f 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #49c249 100%);
}
.red-mint {
    background-image: linear-gradient(to right, #e7393f 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #35db92 100%);
}
.red-teal {
    background-image: linear-gradient(to right, #e7393f 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #42a9b6 100%);
}
.red-slategray {
    background-image: linear-gradient(to right, #e7393f 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #517495 100%);
}
.red-brown {
    background-image: linear-gradient(to right, #e7393f 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #8d6d64 100%);
}
.red-wine {
    background-image: linear-gradient(to right, #e7393f 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #aa4652 100%);
}
.red-almond {
    background-image: linear-gradient(to right, #e7393f 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #e7393f 0%, #c48647 100%);
}
.orange-blue {
    background-image: linear-gradient(to right, #ff8710 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #409eff 100%);
}
.orange-indigo {
    background-image: linear-gradient(to right, #ff8710 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #5a4fcf 100%);
}
.orange-gray {
    background-image: linear-gradient(to right, #ff8710 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #668295 100%);
}
.orange-purple {
    background-image: linear-gradient(to right, #ff8710 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #aa38f2 100%);
}
.orange-pink {
    background-image: linear-gradient(to right, #ff8710 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #f06597 100%);
}
.orange-red {
    background-image: linear-gradient(to right, #ff8710 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #e7393f 100%);
}
.orange-yellow {
    background-image: linear-gradient(to right, #ff8710 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #facb0e 100%);
}
.orange-pear {
    background-image: linear-gradient(to right, #ff8710 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #becf1d 100%);
}
.orange-green {
    background-image: linear-gradient(to right, #ff8710 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #49c249 100%);
}
.orange-mint {
    background-image: linear-gradient(to right, #ff8710 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #35db92 100%);
}
.orange-teal {
    background-image: linear-gradient(to right, #ff8710 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #42a9b6 100%);
}
.orange-slategray {
    background-image: linear-gradient(to right, #ff8710 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #517495 100%);
}
.orange-brown {
    background-image: linear-gradient(to right, #ff8710 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #8d6d64 100%);
}
.orange-wine {
    background-image: linear-gradient(to right, #ff8710 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #aa4652 100%);
}
.orange-almond {
    background-image: linear-gradient(to right, #ff8710 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #ff8710 0%, #c48647 100%);
}
.yellow-blue {
    background-image: linear-gradient(to right, #facb0e 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #409eff 100%);
}
.yellow-indigo {
    background-image: linear-gradient(to right, #facb0e 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #5a4fcf 100%);
}
.yellow-gray {
    background-image: linear-gradient(to right, #facb0e 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #668295 100%);
}
.yellow-purple {
    background-image: linear-gradient(to right, #facb0e 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #aa38f2 100%);
}
.yellow-pink {
    background-image: linear-gradient(to right, #facb0e 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #f06597 100%);
}
.yellow-red {
    background-image: linear-gradient(to right, #facb0e 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #e7393f 100%);
}
.yellow-orange {
    background-image: linear-gradient(to right, #facb0e 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #ff8710 100%);
}
.yellow-pear {
    background-image: linear-gradient(to right, #facb0e 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #becf1d 100%);
}
.yellow-green {
    background-image: linear-gradient(to right, #facb0e 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #49c249 100%);
}
.yellow-mint {
    background-image: linear-gradient(to right, #facb0e 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #35db92 100%);
}
.yellow-teal {
    background-image: linear-gradient(to right, #facb0e 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #42a9b6 100%);
}
.yellow-slategray {
    background-image: linear-gradient(to right, #facb0e 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #517495 100%);
}
.yellow-brown {
    background-image: linear-gradient(to right, #facb0e 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #8d6d64 100%);
}
.yellow-wine {
    background-image: linear-gradient(to right, #facb0e 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #aa4652 100%);
}
.yellow-almond {
    background-image: linear-gradient(to right, #facb0e 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #facb0e 0%, #c48647 100%);
}
.pear-blue {
    background-image: linear-gradient(to right, #becf1d 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #409eff 100%);
}
.pear-indigo {
    background-image: linear-gradient(to right, #becf1d 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #5a4fcf 100%);
}
.pear-gray {
    background-image: linear-gradient(to right, #becf1d 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #668295 100%);
}
.pear-purple {
    background-image: linear-gradient(to right, #becf1d 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #aa38f2 100%);
}
.pear-pink {
    background-image: linear-gradient(to right, #becf1d 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #f06597 100%);
}
.pear-red {
    background-image: linear-gradient(to right, #becf1d 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #e7393f 100%);
}
.pear-orange {
    background-image: linear-gradient(to right, #becf1d 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #ff8710 100%);
}
.pear-yellow {
    background-image: linear-gradient(to right, #becf1d 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #facb0e 100%);
}
.pear-green {
    background-image: linear-gradient(to right, #becf1d 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #49c249 100%);
}
.pear-mint {
    background-image: linear-gradient(to right, #becf1d 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #35db92 100%);
}
.pear-teal {
    background-image: linear-gradient(to right, #becf1d 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #42a9b6 100%);
}
.pear-slategray {
    background-image: linear-gradient(to right, #becf1d 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #517495 100%);
}
.pear-brown {
    background-image: linear-gradient(to right, #becf1d 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #8d6d64 100%);
}
.pear-wine {
    background-image: linear-gradient(to right, #becf1d 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #aa4652 100%);
}
.pear-almond {
    background-image: linear-gradient(to right, #becf1d 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #becf1d 0%, #c48647 100%);
}
.green-blue {
    background-image: linear-gradient(to right, #49c249 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #409eff 100%);
}
.green-indigo {
    background-image: linear-gradient(to right, #49c249 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #5a4fcf 100%);
}
.green-gray {
    background-image: linear-gradient(to right, #49c249 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #668295 100%);
}
.green-purple {
    background-image: linear-gradient(to right, #49c249 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #aa38f2 100%);
}
.green-pink {
    background-image: linear-gradient(to right, #49c249 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #f06597 100%);
}
.green-red {
    background-image: linear-gradient(to right, #49c249 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #e7393f 100%);
}
.green-orange {
    background-image: linear-gradient(to right, #49c249 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #ff8710 100%);
}
.green-yellow {
    background-image: linear-gradient(to right, #49c249 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #facb0e 100%);
}
.green-pear {
    background-image: linear-gradient(to right, #49c249 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #becf1d 100%);
}
.green-mint {
    background-image: linear-gradient(to right, #49c249 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #35db92 100%);
}
.green-teal {
    background-image: linear-gradient(to right, #49c249 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #42a9b6 100%);
}
.green-slategray {
    background-image: linear-gradient(to right, #49c249 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #517495 100%);
}
.green-brown {
    background-image: linear-gradient(to right, #49c249 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #8d6d64 100%);
}
.green-wine {
    background-image: linear-gradient(to right, #49c249 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #aa4652 100%);
}
.green-almond {
    background-image: linear-gradient(to right, #49c249 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #49c249 0%, #c48647 100%);
}
.mint-blue {
    background-image: linear-gradient(to right, #35db92 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #409eff 100%);
}
.mint-indigo {
    background-image: linear-gradient(to right, #35db92 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #5a4fcf 100%);
}
.mint-gray {
    background-image: linear-gradient(to right, #35db92 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #668295 100%);
}
.mint-purple {
    background-image: linear-gradient(to right, #35db92 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #aa38f2 100%);
}
.mint-pink {
    background-image: linear-gradient(to right, #35db92 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #f06597 100%);
}
.mint-red {
    background-image: linear-gradient(to right, #35db92 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #e7393f 100%);
}
.mint-orange {
    background-image: linear-gradient(to right, #35db92 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #ff8710 100%);
}
.mint-yellow {
    background-image: linear-gradient(to right, #35db92 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #facb0e 100%);
}
.mint-pear {
    background-image: linear-gradient(to right, #35db92 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #becf1d 100%);
}
.mint-green {
    background-image: linear-gradient(to right, #35db92 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #49c249 100%);
}
.mint-teal {
    background-image: linear-gradient(to right, #35db92 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #42a9b6 100%);
}
.mint-slategray {
    background-image: linear-gradient(to right, #35db92 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #517495 100%);
}
.mint-brown {
    background-image: linear-gradient(to right, #35db92 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #8d6d64 100%);
}
.mint-wine {
    background-image: linear-gradient(to right, #35db92 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #aa4652 100%);
}
.mint-almond {
    background-image: linear-gradient(to right, #35db92 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #35db92 0%, #c48647 100%);
}
.teal-blue {
    background-image: linear-gradient(to right, #42a9b6 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #409eff 100%);
}
.teal-indigo {
    background-image: linear-gradient(to right, #42a9b6 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #5a4fcf 100%);
}
.teal-gray {
    background-image: linear-gradient(to right, #42a9b6 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #668295 100%);
}
.teal-purple {
    background-image: linear-gradient(to right, #42a9b6 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #aa38f2 100%);
}
.teal-pink {
    background-image: linear-gradient(to right, #42a9b6 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #f06597 100%);
}
.teal-red {
    background-image: linear-gradient(to right, #42a9b6 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #e7393f 100%);
}
.teal-orange {
    background-image: linear-gradient(to right, #42a9b6 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #ff8710 100%);
}
.teal-yellow {
    background-image: linear-gradient(to right, #42a9b6 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #facb0e 100%);
}
.teal-pear {
    background-image: linear-gradient(to right, #42a9b6 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #becf1d 100%);
}
.teal-green {
    background-image: linear-gradient(to right, #42a9b6 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #49c249 100%);
}
.teal-mint {
    background-image: linear-gradient(to right, #42a9b6 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #35db92 100%);
}
.teal-slategray {
    background-image: linear-gradient(to right, #42a9b6 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #517495 100%);
}
.teal-brown {
    background-image: linear-gradient(to right, #42a9b6 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #8d6d64 100%);
}
.teal-wine {
    background-image: linear-gradient(to right, #42a9b6 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #aa4652 100%);
}
.teal-almond {
    background-image: linear-gradient(to right, #42a9b6 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #42a9b6 0%, #c48647 100%);
}
.slategray-blue {
    background-image: linear-gradient(to right, #517495 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #409eff 100%);
}
.slategray-indigo {
    background-image: linear-gradient(to right, #517495 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #5a4fcf 100%);
}
.slategray-gray {
    background-image: linear-gradient(to right, #517495 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #668295 100%);
}
.slategray-purple {
    background-image: linear-gradient(to right, #517495 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #aa38f2 100%);
}
.slategray-pink {
    background-image: linear-gradient(to right, #517495 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #f06597 100%);
}
.slategray-red {
    background-image: linear-gradient(to right, #517495 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #e7393f 100%);
}
.slategray-orange {
    background-image: linear-gradient(to right, #517495 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #ff8710 100%);
}
.slategray-yellow {
    background-image: linear-gradient(to right, #517495 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #facb0e 100%);
}
.slategray-pear {
    background-image: linear-gradient(to right, #517495 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #becf1d 100%);
}
.slategray-green {
    background-image: linear-gradient(to right, #517495 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #49c249 100%);
}
.slategray-mint {
    background-image: linear-gradient(to right, #517495 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #35db92 100%);
}
.slategray-teal {
    background-image: linear-gradient(to right, #517495 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #42a9b6 100%);
}
.slategray-brown {
    background-image: linear-gradient(to right, #517495 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #8d6d64 100%);
}
.slategray-wine {
    background-image: linear-gradient(to right, #517495 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #aa4652 100%);
}
.slategray-almond {
    background-image: linear-gradient(to right, #517495 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #517495 0%, #c48647 100%);
}
.brown-blue {
    background-image: linear-gradient(to right, #8d6d64 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #409eff 100%);
}
.brown-indigo {
    background-image: linear-gradient(to right, #8d6d64 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #5a4fcf 100%);
}
.brown-gray {
    background-image: linear-gradient(to right, #8d6d64 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #668295 100%);
}
.brown-purple {
    background-image: linear-gradient(to right, #8d6d64 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #aa38f2 100%);
}
.brown-pink {
    background-image: linear-gradient(to right, #8d6d64 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #f06597 100%);
}
.brown-red {
    background-image: linear-gradient(to right, #8d6d64 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #e7393f 100%);
}
.brown-orange {
    background-image: linear-gradient(to right, #8d6d64 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #ff8710 100%);
}
.brown-yellow {
    background-image: linear-gradient(to right, #8d6d64 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #facb0e 100%);
}
.brown-pear {
    background-image: linear-gradient(to right, #8d6d64 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #becf1d 100%);
}
.brown-green {
    background-image: linear-gradient(to right, #8d6d64 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #49c249 100%);
}
.brown-mint {
    background-image: linear-gradient(to right, #8d6d64 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #35db92 100%);
}
.brown-teal {
    background-image: linear-gradient(to right, #8d6d64 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #42a9b6 100%);
}
.brown-slategray {
    background-image: linear-gradient(to right, #8d6d64 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #517495 100%);
}
.brown-wine {
    background-image: linear-gradient(to right, #8d6d64 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #aa4652 100%);
}
.brown-almond {
    background-image: linear-gradient(to right, #8d6d64 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #8d6d64 0%, #c48647 100%);
}
.wine-blue {
    background-image: linear-gradient(to right, #aa4652 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #409eff 100%);
}
.wine-indigo {
    background-image: linear-gradient(to right, #aa4652 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #5a4fcf 100%);
}
.wine-gray {
    background-image: linear-gradient(to right, #aa4652 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #668295 100%);
}
.wine-purple {
    background-image: linear-gradient(to right, #aa4652 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #aa38f2 100%);
}
.wine-pink {
    background-image: linear-gradient(to right, #aa4652 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #f06597 100%);
}
.wine-red {
    background-image: linear-gradient(to right, #aa4652 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #e7393f 100%);
}
.wine-orange {
    background-image: linear-gradient(to right, #aa4652 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #ff8710 100%);
}
.wine-yellow {
    background-image: linear-gradient(to right, #aa4652 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #facb0e 100%);
}
.wine-pear {
    background-image: linear-gradient(to right, #aa4652 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #becf1d 100%);
}
.wine-green {
    background-image: linear-gradient(to right, #aa4652 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #49c249 100%);
}
.wine-mint {
    background-image: linear-gradient(to right, #aa4652 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #35db92 100%);
}
.wine-teal {
    background-image: linear-gradient(to right, #aa4652 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #42a9b6 100%);
}
.wine-slategray {
    background-image: linear-gradient(to right, #aa4652 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #517495 100%);
}
.wine-brown {
    background-image: linear-gradient(to right, #aa4652 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #8d6d64 100%);
}
.wine-almond {
    background-image: linear-gradient(to right, #aa4652 0%, #c48647 100%);
    background-image: -o-linear-gradient(to right, #aa4652 0%, #c48647 100%);
}
.almond-blue {
    background-image: linear-gradient(to right, #c48647 0%, #409eff 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #409eff 100%);
}
.almond-indigo {
    background-image: linear-gradient(to right, #c48647 0%, #5a4fcf 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #5a4fcf 100%);
}
.almond-gray {
    background-image: linear-gradient(to right, #c48647 0%, #668295 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #668295 100%);
}
.almond-purple {
    background-image: linear-gradient(to right, #c48647 0%, #aa38f2 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #aa38f2 100%);
}
.almond-pink {
    background-image: linear-gradient(to right, #c48647 0%, #f06597 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #f06597 100%);
}
.almond-red {
    background-image: linear-gradient(to right, #c48647 0%, #e7393f 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #e7393f 100%);
}
.almond-orange {
    background-image: linear-gradient(to right, #c48647 0%, #ff8710 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #ff8710 100%);
}
.almond-yellow {
    background-image: linear-gradient(to right, #c48647 0%, #facb0e 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #facb0e 100%);
}
.almond-pear {
    background-image: linear-gradient(to right, #c48647 0%, #becf1d 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #becf1d 100%);
}
.almond-green {
    background-image: linear-gradient(to right, #c48647 0%, #49c249 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #49c249 100%);
}
.almond-mint {
    background-image: linear-gradient(to right, #c48647 0%, #35db92 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #35db92 100%);
}
.almond-teal {
    background-image: linear-gradient(to right, #c48647 0%, #42a9b6 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #42a9b6 100%);
}
.almond-slategray {
    background-image: linear-gradient(to right, #c48647 0%, #517495 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #517495 100%);
}
.almond-brown {
    background-image: linear-gradient(to right, #c48647 0%, #8d6d64 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #8d6d64 100%);
}
.almond-wine {
    background-image: linear-gradient(to right, #c48647 0%, #aa4652 100%);
    background-image: -o-linear-gradient(to right, #c48647 0%, #aa4652 100%);
}
.border {
    border: 1px solid #e4e8eb;
}
.br-none {
    border-radius: 0px !important;
}
.br-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.br-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.br-b-none {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.br-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.br-0 {
    border-radius: 0px !important;
}
.br-t-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.br-r-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.br-b-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.br-l-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.br-1 {
    border-radius: 1px !important;
}
.br-t-1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
}
.br-r-1 {
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
}
.br-b-1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
}
.br-l-1 {
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}
.br-2 {
    border-radius: 2px !important;
}
.br-t-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}
.br-r-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.br-b-2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.br-l-2 {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}
.br-3 {
    border-radius: 3px !important;
}
.br-t-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.br-r-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.br-b-3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.br-l-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.br-4 {
    border-radius: 4px !important;
}
.br-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.br-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.br-b-4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.br-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.br-6 {
    border-radius: 6px !important;
}
.br-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.br-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.br-b-6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.br-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.br-8 {
    border-radius: 8px !important;
}
.br-t-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.br-r-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.br-b-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.br-l-8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.br-12 {
    border-radius: 12px !important;
}
.br-t-12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.br-r-12 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.br-b-12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.br-l-12 {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.br-16 {
    border-radius: 16px !important;
}
.br-t-16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}
.br-r-16 {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}
.br-b-16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}
.br-l-16 {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}
.br-round {
    border-radius: 9999rem !important;
}
.br-t-round {
    border-top-left-radius: 9999rem !important;
    border-top-right-radius: 9999rem !important;
}
.br-r-round {
    border-top-right-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important;
}
.br-b-round {
    border-bottom-left-radius: 9999rem !important;
    border-bottom-right-radius: 9999rem !important;
}
.br-l-round {
    border-top-left-radius: 9999rem !important;
    border-bottom-left-radius: 9999rem !important;
}
@media (min-width: 576px) {
    .sm-br-none {
        border-radius: 0px !important;
    }
    .sm-br-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .sm-br-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .sm-br-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .sm-br-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .sm-br-0 {
        border-radius: 0px !important;
    }
    .sm-br-t-0 {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .sm-br-r-0 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .sm-br-b-0 {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .sm-br-l-0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .sm-br-1 {
        border-radius: 1px !important;
    }
    .sm-br-t-1 {
        border-top-left-radius: 1px !important;
        border-top-right-radius: 1px !important;
    }
    .sm-br-r-1 {
        border-top-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .sm-br-b-1 {
        border-bottom-left-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .sm-br-l-1 {
        border-top-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important;
    }
    .sm-br-2 {
        border-radius: 2px !important;
    }
    .sm-br-t-2 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important;
    }
    .sm-br-r-2 {
        border-top-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .sm-br-b-2 {
        border-bottom-left-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .sm-br-l-2 {
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
    }
    .sm-br-3 {
        border-radius: 3px !important;
    }
    .sm-br-t-3 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }
    .sm-br-r-3 {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .sm-br-b-3 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .sm-br-l-3 {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
    }
    .sm-br-4 {
        border-radius: 4px !important;
    }
    .sm-br-t-4 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .sm-br-r-4 {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .sm-br-b-4 {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .sm-br-l-4 {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .sm-br-6 {
        border-radius: 6px !important;
    }
    .sm-br-t-6 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }
    .sm-br-r-6 {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .sm-br-b-6 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .sm-br-l-6 {
        border-top-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
    }
    .sm-br-8 {
        border-radius: 8px !important;
    }
    .sm-br-t-8 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .sm-br-r-8 {
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .sm-br-b-8 {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .sm-br-l-8 {
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .sm-br-12 {
        border-radius: 12px !important;
    }
    .sm-br-t-12 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
    }
    .sm-br-r-12 {
        border-top-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .sm-br-b-12 {
        border-bottom-left-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .sm-br-l-12 {
        border-top-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
    .sm-br-16 {
        border-radius: 16px !important;
    }
    .sm-br-t-16 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
    }
    .sm-br-r-16 {
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .sm-br-b-16 {
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .sm-br-l-16 {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
    .sm-br-round {
        border-radius: 9999rem !important;
    }
    .sm-br-t-round {
        border-top-left-radius: 9999rem !important;
        border-top-right-radius: 9999rem !important;
    }
    .sm-br-r-round {
        border-top-right-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .sm-br-b-round {
        border-bottom-left-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .sm-br-l-round {
        border-top-left-radius: 9999rem !important;
        border-bottom-left-radius: 9999rem !important;
    }
}
@media (min-width: 768px) {
    .md-br-none {
        border-radius: 0px !important;
    }
    .md-br-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .md-br-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .md-br-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .md-br-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .md-br-0 {
        border-radius: 0px !important;
    }
    .md-br-t-0 {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .md-br-r-0 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .md-br-b-0 {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .md-br-l-0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .md-br-1 {
        border-radius: 1px !important;
    }
    .md-br-t-1 {
        border-top-left-radius: 1px !important;
        border-top-right-radius: 1px !important;
    }
    .md-br-r-1 {
        border-top-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .md-br-b-1 {
        border-bottom-left-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .md-br-l-1 {
        border-top-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important;
    }
    .md-br-2 {
        border-radius: 2px !important;
    }
    .md-br-t-2 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important;
    }
    .md-br-r-2 {
        border-top-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .md-br-b-2 {
        border-bottom-left-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .md-br-l-2 {
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
    }
    .md-br-3 {
        border-radius: 3px !important;
    }
    .md-br-t-3 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }
    .md-br-r-3 {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .md-br-b-3 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .md-br-l-3 {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
    }
    .md-br-4 {
        border-radius: 4px !important;
    }
    .md-br-t-4 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .md-br-r-4 {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .md-br-b-4 {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .md-br-l-4 {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .md-br-6 {
        border-radius: 6px !important;
    }
    .md-br-t-6 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }
    .md-br-r-6 {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .md-br-b-6 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .md-br-l-6 {
        border-top-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
    }
    .md-br-8 {
        border-radius: 8px !important;
    }
    .md-br-t-8 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .md-br-r-8 {
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .md-br-b-8 {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .md-br-l-8 {
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .md-br-12 {
        border-radius: 12px !important;
    }
    .md-br-t-12 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
    }
    .md-br-r-12 {
        border-top-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .md-br-b-12 {
        border-bottom-left-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .md-br-l-12 {
        border-top-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
    .md-br-16 {
        border-radius: 16px !important;
    }
    .md-br-t-16 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
    }
    .md-br-r-16 {
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .md-br-b-16 {
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .md-br-l-16 {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
    .md-br-round {
        border-radius: 9999rem !important;
    }
    .md-br-t-round {
        border-top-left-radius: 9999rem !important;
        border-top-right-radius: 9999rem !important;
    }
    .md-br-r-round {
        border-top-right-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .md-br-b-round {
        border-bottom-left-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .md-br-l-round {
        border-top-left-radius: 9999rem !important;
        border-bottom-left-radius: 9999rem !important;
    }
}
@media (min-width: 992px) {
    .lg-br-none {
        border-radius: 0px !important;
    }
    .lg-br-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .lg-br-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .lg-br-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .lg-br-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .lg-br-0 {
        border-radius: 0px !important;
    }
    .lg-br-t-0 {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .lg-br-r-0 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .lg-br-b-0 {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .lg-br-l-0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .lg-br-1 {
        border-radius: 1px !important;
    }
    .lg-br-t-1 {
        border-top-left-radius: 1px !important;
        border-top-right-radius: 1px !important;
    }
    .lg-br-r-1 {
        border-top-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .lg-br-b-1 {
        border-bottom-left-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .lg-br-l-1 {
        border-top-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important;
    }
    .lg-br-2 {
        border-radius: 2px !important;
    }
    .lg-br-t-2 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important;
    }
    .lg-br-r-2 {
        border-top-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .lg-br-b-2 {
        border-bottom-left-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .lg-br-l-2 {
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
    }
    .lg-br-3 {
        border-radius: 3px !important;
    }
    .lg-br-t-3 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }
    .lg-br-r-3 {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .lg-br-b-3 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .lg-br-l-3 {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
    }
    .lg-br-4 {
        border-radius: 4px !important;
    }
    .lg-br-t-4 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .lg-br-r-4 {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .lg-br-b-4 {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .lg-br-l-4 {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .lg-br-6 {
        border-radius: 6px !important;
    }
    .lg-br-t-6 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }
    .lg-br-r-6 {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .lg-br-b-6 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .lg-br-l-6 {
        border-top-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
    }
    .lg-br-8 {
        border-radius: 8px !important;
    }
    .lg-br-t-8 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .lg-br-r-8 {
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .lg-br-b-8 {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .lg-br-l-8 {
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .lg-br-12 {
        border-radius: 12px !important;
    }
    .lg-br-t-12 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
    }
    .lg-br-r-12 {
        border-top-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .lg-br-b-12 {
        border-bottom-left-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .lg-br-l-12 {
        border-top-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
    .lg-br-16 {
        border-radius: 16px !important;
    }
    .lg-br-t-16 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
    }
    .lg-br-r-16 {
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .lg-br-b-16 {
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .lg-br-l-16 {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
    .lg-br-round {
        border-radius: 9999rem !important;
    }
    .lg-br-t-round {
        border-top-left-radius: 9999rem !important;
        border-top-right-radius: 9999rem !important;
    }
    .lg-br-r-round {
        border-top-right-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .lg-br-b-round {
        border-bottom-left-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .lg-br-l-round {
        border-top-left-radius: 9999rem !important;
        border-bottom-left-radius: 9999rem !important;
    }
}
@media (min-width: 1200px) {
    .xl-br-none {
        border-radius: 0px !important;
    }
    .xl-br-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .xl-br-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .xl-br-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .xl-br-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .xl-br-0 {
        border-radius: 0px !important;
    }
    .xl-br-t-0 {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .xl-br-r-0 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .xl-br-b-0 {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .xl-br-l-0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .xl-br-1 {
        border-radius: 1px !important;
    }
    .xl-br-t-1 {
        border-top-left-radius: 1px !important;
        border-top-right-radius: 1px !important;
    }
    .xl-br-r-1 {
        border-top-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .xl-br-b-1 {
        border-bottom-left-radius: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .xl-br-l-1 {
        border-top-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important;
    }
    .xl-br-2 {
        border-radius: 2px !important;
    }
    .xl-br-t-2 {
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important;
    }
    .xl-br-r-2 {
        border-top-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .xl-br-b-2 {
        border-bottom-left-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .xl-br-l-2 {
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
    }
    .xl-br-3 {
        border-radius: 3px !important;
    }
    .xl-br-t-3 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }
    .xl-br-r-3 {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .xl-br-b-3 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .xl-br-l-3 {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
    }
    .xl-br-4 {
        border-radius: 4px !important;
    }
    .xl-br-t-4 {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .xl-br-r-4 {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .xl-br-b-4 {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .xl-br-l-4 {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .xl-br-6 {
        border-radius: 6px !important;
    }
    .xl-br-t-6 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }
    .xl-br-r-6 {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .xl-br-b-6 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .xl-br-l-6 {
        border-top-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
    }
    .xl-br-8 {
        border-radius: 8px !important;
    }
    .xl-br-t-8 {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .xl-br-r-8 {
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .xl-br-b-8 {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .xl-br-l-8 {
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .xl-br-12 {
        border-radius: 12px !important;
    }
    .xl-br-t-12 {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
    }
    .xl-br-r-12 {
        border-top-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .xl-br-b-12 {
        border-bottom-left-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .xl-br-l-12 {
        border-top-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
    .xl-br-16 {
        border-radius: 16px !important;
    }
    .xl-br-t-16 {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
    }
    .xl-br-r-16 {
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .xl-br-b-16 {
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .xl-br-l-16 {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
    .xl-br-round {
        border-radius: 9999rem !important;
    }
    .xl-br-t-round {
        border-top-left-radius: 9999rem !important;
        border-top-right-radius: 9999rem !important;
    }
    .xl-br-r-round {
        border-top-right-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .xl-br-b-round {
        border-bottom-left-radius: 9999rem !important;
        border-bottom-right-radius: 9999rem !important;
    }
    .xl-br-l-round {
        border-top-left-radius: 9999rem !important;
        border-bottom-left-radius: 9999rem !important;
    }
}
.bw-0,
.hover-bw-0:hover,
.focus-bw-0:focus {
    border-width: 0px !important;
}
.bw-t-0,
.hover-bw-t-0:hover,
.focus-bw-t-0:focus {
    border-top-width: 0px !important;
}
.bw-r-0,
.hover-bw-r-0:hover,
.focus-bw-r-0:focus {
    border-right-width: 0px !important;
}
.bw-b-0,
.hover-bw-b-0:hover,
.focus-bw-b-0:focus {
    border-bottom-width: 0px !important;
}
.bw-l-0,
.hover-bw-l-0:hover,
.focus-bw-l-0:focus {
    border-left-width: 0px !important;
}
.bw-1,
.hover-bw-1:hover,
.focus-bw-1:focus {
    border-width: 1px !important;
}
.bw-t-1,
.hover-bw-t-1:hover,
.focus-bw-t-1:focus {
    border-top-width: 1px !important;
}
.bw-r-1,
.hover-bw-r-1:hover,
.focus-bw-r-1:focus {
    border-right-width: 1px !important;
}
.bw-b-1,
.hover-bw-b-1:hover,
.focus-bw-b-1:focus {
    border-bottom-width: 1px !important;
}
.bw-l-1,
.hover-bw-l-1:hover,
.focus-bw-l-1:focus {
    border-left-width: 1px !important;
}
.bw-2,
.hover-bw-2:hover,
.focus-bw-2:focus {
    border-width: 2px !important;
}
.bw-t-2,
.hover-bw-t-2:hover,
.focus-bw-t-2:focus {
    border-top-width: 2px !important;
}
.bw-r-2,
.hover-bw-r-2:hover,
.focus-bw-r-2:focus {
    border-right-width: 2px !important;
}
.bw-b-2,
.hover-bw-b-2:hover,
.focus-bw-b-2:focus {
    border-bottom-width: 2px !important;
}
.bw-l-2,
.hover-bw-l-2:hover,
.focus-bw-l-2:focus {
    border-left-width: 2px !important;
}
.bw-3,
.hover-bw-3:hover,
.focus-bw-3:focus {
    border-width: 3px !important;
}
.bw-t-3,
.hover-bw-t-3:hover,
.focus-bw-t-3:focus {
    border-top-width: 3px !important;
}
.bw-r-3,
.hover-bw-r-3:hover,
.focus-bw-r-3:focus {
    border-right-width: 3px !important;
}
.bw-b-3,
.hover-bw-b-3:hover,
.focus-bw-b-3:focus {
    border-bottom-width: 3px !important;
}
.bw-l-3,
.hover-bw-l-3:hover,
.focus-bw-l-3:focus {
    border-left-width: 3px !important;
}
.bw-4,
.hover-bw-4:hover,
.focus-bw-4:focus {
    border-width: 4px !important;
}
.bw-t-4,
.hover-bw-t-4:hover,
.focus-bw-t-4:focus {
    border-top-width: 4px !important;
}
.bw-r-4,
.hover-bw-r-4:hover,
.focus-bw-r-4:focus {
    border-right-width: 4px !important;
}
.bw-b-4,
.hover-bw-b-4:hover,
.focus-bw-b-4:focus {
    border-bottom-width: 4px !important;
}
.bw-l-4,
.hover-bw-l-4:hover,
.focus-bw-l-4:focus {
    border-left-width: 4px !important;
}
.bw-6,
.hover-bw-6:hover,
.focus-bw-6:focus {
    border-width: 6px !important;
}
.bw-t-6,
.hover-bw-t-6:hover,
.focus-bw-t-6:focus {
    border-top-width: 6px !important;
}
.bw-r-6,
.hover-bw-r-6:hover,
.focus-bw-r-6:focus {
    border-right-width: 6px !important;
}
.bw-b-6,
.hover-bw-b-6:hover,
.focus-bw-b-6:focus {
    border-bottom-width: 6px !important;
}
.bw-l-6,
.hover-bw-l-6:hover,
.focus-bw-l-6:focus {
    border-left-width: 6px !important;
}
.bw-8,
.hover-bw-8:hover,
.focus-bw-8:focus {
    border-width: 8px !important;
}
.bw-t-8,
.hover-bw-t-8:hover,
.focus-bw-t-8:focus {
    border-top-width: 8px !important;
}
.bw-r-8,
.hover-bw-r-8:hover,
.focus-bw-r-8:focus {
    border-right-width: 8px !important;
}
.bw-b-8,
.hover-bw-b-8:hover,
.focus-bw-b-8:focus {
    border-bottom-width: 8px !important;
}
.bw-l-8,
.hover-bw-l-8:hover,
.focus-bw-l-8:focus {
    border-left-width: 8px !important;
}
.bw-12,
.hover-bw-12:hover,
.focus-bw-12:focus {
    border-width: 12px !important;
}
.bw-t-12,
.hover-bw-t-12:hover,
.focus-bw-t-12:focus {
    border-top-width: 12px !important;
}
.bw-r-12,
.hover-bw-r-12:hover,
.focus-bw-r-12:focus {
    border-right-width: 12px !important;
}
.bw-b-12,
.hover-bw-b-12:hover,
.focus-bw-b-12:focus {
    border-bottom-width: 12px !important;
}
.bw-l-12,
.hover-bw-l-12:hover,
.focus-bw-l-12:focus {
    border-left-width: 12px !important;
}
.bw-16,
.hover-bw-16:hover,
.focus-bw-16:focus {
    border-width: 16px !important;
}
.bw-t-16,
.hover-bw-t-16:hover,
.focus-bw-t-16:focus {
    border-top-width: 16px !important;
}
.bw-r-16,
.hover-bw-r-16:hover,
.focus-bw-r-16:focus {
    border-right-width: 16px !important;
}
.bw-b-16,
.hover-bw-b-16:hover,
.focus-bw-b-16:focus {
    border-bottom-width: 16px !important;
}
.bw-l-16,
.hover-bw-l-16:hover,
.focus-bw-l-16:focus {
    border-left-width: 16px !important;
}
@media (min-width: 576px) {
    .sm-bw-0 {
        border-width: 0px !important;
    }
    .sm-bw-t-0 {
        border-top-width: 0px !important;
    }
    .sm-bw-r-0 {
        border-right-width: 0px !important;
    }
    .sm-bw-b-0 {
        border-bottom-width: 0px !important;
    }
    .sm-bw-l-0 {
        border-left-width: 0px !important;
    }
    .sm-bw-1 {
        border-width: 1px !important;
    }
    .sm-bw-t-1 {
        border-top-width: 1px !important;
    }
    .sm-bw-r-1 {
        border-right-width: 1px !important;
    }
    .sm-bw-b-1 {
        border-bottom-width: 1px !important;
    }
    .sm-bw-l-1 {
        border-left-width: 1px !important;
    }
    .sm-bw-2 {
        border-width: 2px !important;
    }
    .sm-bw-t-2 {
        border-top-width: 2px !important;
    }
    .sm-bw-r-2 {
        border-right-width: 2px !important;
    }
    .sm-bw-b-2 {
        border-bottom-width: 2px !important;
    }
    .sm-bw-l-2 {
        border-left-width: 2px !important;
    }
    .sm-bw-3 {
        border-width: 3px !important;
    }
    .sm-bw-t-3 {
        border-top-width: 3px !important;
    }
    .sm-bw-r-3 {
        border-right-width: 3px !important;
    }
    .sm-bw-b-3 {
        border-bottom-width: 3px !important;
    }
    .sm-bw-l-3 {
        border-left-width: 3px !important;
    }
    .sm-bw-4 {
        border-width: 4px !important;
    }
    .sm-bw-t-4 {
        border-top-width: 4px !important;
    }
    .sm-bw-r-4 {
        border-right-width: 4px !important;
    }
    .sm-bw-b-4 {
        border-bottom-width: 4px !important;
    }
    .sm-bw-l-4 {
        border-left-width: 4px !important;
    }
    .sm-bw-6 {
        border-width: 6px !important;
    }
    .sm-bw-t-6 {
        border-top-width: 6px !important;
    }
    .sm-bw-r-6 {
        border-right-width: 6px !important;
    }
    .sm-bw-b-6 {
        border-bottom-width: 6px !important;
    }
    .sm-bw-l-6 {
        border-left-width: 6px !important;
    }
    .sm-bw-8 {
        border-width: 8px !important;
    }
    .sm-bw-t-8 {
        border-top-width: 8px !important;
    }
    .sm-bw-r-8 {
        border-right-width: 8px !important;
    }
    .sm-bw-b-8 {
        border-bottom-width: 8px !important;
    }
    .sm-bw-l-8 {
        border-left-width: 8px !important;
    }
    .sm-bw-12 {
        border-width: 12px !important;
    }
    .sm-bw-t-12 {
        border-top-width: 12px !important;
    }
    .sm-bw-r-12 {
        border-right-width: 12px !important;
    }
    .sm-bw-b-12 {
        border-bottom-width: 12px !important;
    }
    .sm-bw-l-12 {
        border-left-width: 12px !important;
    }
    .sm-bw-16 {
        border-width: 16px !important;
    }
    .sm-bw-t-16 {
        border-top-width: 16px !important;
    }
    .sm-bw-r-16 {
        border-right-width: 16px !important;
    }
    .sm-bw-b-16 {
        border-bottom-width: 16px !important;
    }
    .sm-bw-l-16 {
        border-left-width: 16px !important;
    }
}
@media (min-width: 768px) {
    .md-bw-0 {
        border-width: 0px !important;
    }
    .md-bw-t-0 {
        border-top-width: 0px !important;
    }
    .md-bw-r-0 {
        border-right-width: 0px !important;
    }
    .md-bw-b-0 {
        border-bottom-width: 0px !important;
    }
    .md-bw-l-0 {
        border-left-width: 0px !important;
    }
    .md-bw-1 {
        border-width: 1px !important;
    }
    .md-bw-t-1 {
        border-top-width: 1px !important;
    }
    .md-bw-r-1 {
        border-right-width: 1px !important;
    }
    .md-bw-b-1 {
        border-bottom-width: 1px !important;
    }
    .md-bw-l-1 {
        border-left-width: 1px !important;
    }
    .md-bw-2 {
        border-width: 2px !important;
    }
    .md-bw-t-2 {
        border-top-width: 2px !important;
    }
    .md-bw-r-2 {
        border-right-width: 2px !important;
    }
    .md-bw-b-2 {
        border-bottom-width: 2px !important;
    }
    .md-bw-l-2 {
        border-left-width: 2px !important;
    }
    .md-bw-3 {
        border-width: 3px !important;
    }
    .md-bw-t-3 {
        border-top-width: 3px !important;
    }
    .md-bw-r-3 {
        border-right-width: 3px !important;
    }
    .md-bw-b-3 {
        border-bottom-width: 3px !important;
    }
    .md-bw-l-3 {
        border-left-width: 3px !important;
    }
    .md-bw-4 {
        border-width: 4px !important;
    }
    .md-bw-t-4 {
        border-top-width: 4px !important;
    }
    .md-bw-r-4 {
        border-right-width: 4px !important;
    }
    .md-bw-b-4 {
        border-bottom-width: 4px !important;
    }
    .md-bw-l-4 {
        border-left-width: 4px !important;
    }
    .md-bw-6 {
        border-width: 6px !important;
    }
    .md-bw-t-6 {
        border-top-width: 6px !important;
    }
    .md-bw-r-6 {
        border-right-width: 6px !important;
    }
    .md-bw-b-6 {
        border-bottom-width: 6px !important;
    }
    .md-bw-l-6 {
        border-left-width: 6px !important;
    }
    .md-bw-8 {
        border-width: 8px !important;
    }
    .md-bw-t-8 {
        border-top-width: 8px !important;
    }
    .md-bw-r-8 {
        border-right-width: 8px !important;
    }
    .md-bw-b-8 {
        border-bottom-width: 8px !important;
    }
    .md-bw-l-8 {
        border-left-width: 8px !important;
    }
    .md-bw-12 {
        border-width: 12px !important;
    }
    .md-bw-t-12 {
        border-top-width: 12px !important;
    }
    .md-bw-r-12 {
        border-right-width: 12px !important;
    }
    .md-bw-b-12 {
        border-bottom-width: 12px !important;
    }
    .md-bw-l-12 {
        border-left-width: 12px !important;
    }
    .md-bw-16 {
        border-width: 16px !important;
    }
    .md-bw-t-16 {
        border-top-width: 16px !important;
    }
    .md-bw-r-16 {
        border-right-width: 16px !important;
    }
    .md-bw-b-16 {
        border-bottom-width: 16px !important;
    }
    .md-bw-l-16 {
        border-left-width: 16px !important;
    }
}
@media (min-width: 992px) {
    .lg-bw-0 {
        border-width: 0px !important;
    }
    .lg-bw-t-0 {
        border-top-width: 0px !important;
    }
    .lg-bw-r-0 {
        border-right-width: 0px !important;
    }
    .lg-bw-b-0 {
        border-bottom-width: 0px !important;
    }
    .lg-bw-l-0 {
        border-left-width: 0px !important;
    }
    .lg-bw-1 {
        border-width: 1px !important;
    }
    .lg-bw-t-1 {
        border-top-width: 1px !important;
    }
    .lg-bw-r-1 {
        border-right-width: 1px !important;
    }
    .lg-bw-b-1 {
        border-bottom-width: 1px !important;
    }
    .lg-bw-l-1 {
        border-left-width: 1px !important;
    }
    .lg-bw-2 {
        border-width: 2px !important;
    }
    .lg-bw-t-2 {
        border-top-width: 2px !important;
    }
    .lg-bw-r-2 {
        border-right-width: 2px !important;
    }
    .lg-bw-b-2 {
        border-bottom-width: 2px !important;
    }
    .lg-bw-l-2 {
        border-left-width: 2px !important;
    }
    .lg-bw-3 {
        border-width: 3px !important;
    }
    .lg-bw-t-3 {
        border-top-width: 3px !important;
    }
    .lg-bw-r-3 {
        border-right-width: 3px !important;
    }
    .lg-bw-b-3 {
        border-bottom-width: 3px !important;
    }
    .lg-bw-l-3 {
        border-left-width: 3px !important;
    }
    .lg-bw-4 {
        border-width: 4px !important;
    }
    .lg-bw-t-4 {
        border-top-width: 4px !important;
    }
    .lg-bw-r-4 {
        border-right-width: 4px !important;
    }
    .lg-bw-b-4 {
        border-bottom-width: 4px !important;
    }
    .lg-bw-l-4 {
        border-left-width: 4px !important;
    }
    .lg-bw-6 {
        border-width: 6px !important;
    }
    .lg-bw-t-6 {
        border-top-width: 6px !important;
    }
    .lg-bw-r-6 {
        border-right-width: 6px !important;
    }
    .lg-bw-b-6 {
        border-bottom-width: 6px !important;
    }
    .lg-bw-l-6 {
        border-left-width: 6px !important;
    }
    .lg-bw-8 {
        border-width: 8px !important;
    }
    .lg-bw-t-8 {
        border-top-width: 8px !important;
    }
    .lg-bw-r-8 {
        border-right-width: 8px !important;
    }
    .lg-bw-b-8 {
        border-bottom-width: 8px !important;
    }
    .lg-bw-l-8 {
        border-left-width: 8px !important;
    }
    .lg-bw-12 {
        border-width: 12px !important;
    }
    .lg-bw-t-12 {
        border-top-width: 12px !important;
    }
    .lg-bw-r-12 {
        border-right-width: 12px !important;
    }
    .lg-bw-b-12 {
        border-bottom-width: 12px !important;
    }
    .lg-bw-l-12 {
        border-left-width: 12px !important;
    }
    .lg-bw-16 {
        border-width: 16px !important;
    }
    .lg-bw-t-16 {
        border-top-width: 16px !important;
    }
    .lg-bw-r-16 {
        border-right-width: 16px !important;
    }
    .lg-bw-b-16 {
        border-bottom-width: 16px !important;
    }
    .lg-bw-l-16 {
        border-left-width: 16px !important;
    }
}
@media (min-width: 1200px) {
    .xl-bw-0 {
        border-width: 0px !important;
    }
    .xl-bw-t-0 {
        border-top-width: 0px !important;
    }
    .xl-bw-r-0 {
        border-right-width: 0px !important;
    }
    .xl-bw-b-0 {
        border-bottom-width: 0px !important;
    }
    .xl-bw-l-0 {
        border-left-width: 0px !important;
    }
    .xl-bw-1 {
        border-width: 1px !important;
    }
    .xl-bw-t-1 {
        border-top-width: 1px !important;
    }
    .xl-bw-r-1 {
        border-right-width: 1px !important;
    }
    .xl-bw-b-1 {
        border-bottom-width: 1px !important;
    }
    .xl-bw-l-1 {
        border-left-width: 1px !important;
    }
    .xl-bw-2 {
        border-width: 2px !important;
    }
    .xl-bw-t-2 {
        border-top-width: 2px !important;
    }
    .xl-bw-r-2 {
        border-right-width: 2px !important;
    }
    .xl-bw-b-2 {
        border-bottom-width: 2px !important;
    }
    .xl-bw-l-2 {
        border-left-width: 2px !important;
    }
    .xl-bw-3 {
        border-width: 3px !important;
    }
    .xl-bw-t-3 {
        border-top-width: 3px !important;
    }
    .xl-bw-r-3 {
        border-right-width: 3px !important;
    }
    .xl-bw-b-3 {
        border-bottom-width: 3px !important;
    }
    .xl-bw-l-3 {
        border-left-width: 3px !important;
    }
    .xl-bw-4 {
        border-width: 4px !important;
    }
    .xl-bw-t-4 {
        border-top-width: 4px !important;
    }
    .xl-bw-r-4 {
        border-right-width: 4px !important;
    }
    .xl-bw-b-4 {
        border-bottom-width: 4px !important;
    }
    .xl-bw-l-4 {
        border-left-width: 4px !important;
    }
    .xl-bw-6 {
        border-width: 6px !important;
    }
    .xl-bw-t-6 {
        border-top-width: 6px !important;
    }
    .xl-bw-r-6 {
        border-right-width: 6px !important;
    }
    .xl-bw-b-6 {
        border-bottom-width: 6px !important;
    }
    .xl-bw-l-6 {
        border-left-width: 6px !important;
    }
    .xl-bw-8 {
        border-width: 8px !important;
    }
    .xl-bw-t-8 {
        border-top-width: 8px !important;
    }
    .xl-bw-r-8 {
        border-right-width: 8px !important;
    }
    .xl-bw-b-8 {
        border-bottom-width: 8px !important;
    }
    .xl-bw-l-8 {
        border-left-width: 8px !important;
    }
    .xl-bw-12 {
        border-width: 12px !important;
    }
    .xl-bw-t-12 {
        border-top-width: 12px !important;
    }
    .xl-bw-r-12 {
        border-right-width: 12px !important;
    }
    .xl-bw-b-12 {
        border-bottom-width: 12px !important;
    }
    .xl-bw-l-12 {
        border-left-width: 12px !important;
    }
    .xl-bw-16 {
        border-width: 16px !important;
    }
    .xl-bw-t-16 {
        border-top-width: 16px !important;
    }
    .xl-bw-r-16 {
        border-right-width: 16px !important;
    }
    .xl-bw-b-16 {
        border-bottom-width: 16px !important;
    }
    .xl-bw-l-16 {
        border-left-width: 16px !important;
    }
}
.bc-black,
.hover-bc-black:hover,
.focus-bc-black:focus {
    border-color: #000 !important;
}
.border-black {
    border: 1px solid #000 !important;
}
.bc-white,
.hover-bc-white:hover,
.focus-bc-white:focus {
    border-color: #fff !important;
}
.border-white {
    border: 1px solid #fff !important;
}
.bc-transparent,
.hover-bc-transparent:hover,
.focus-bc-transparent:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest,
.hover-bc-blue-darkest:hover,
.focus-bc-blue-darkest:focus {
    border-color: #02305d !important;
}
.border-blue-darkest {
    border: 1px solid #02305d !important;
}
.bc-blue-darker,
.hover-bc-blue-darker:hover,
.focus-bc-blue-darker:focus {
    border-color: #1a5d9e !important;
}
.border-blue-darker {
    border: 1px solid #1a5d9e !important;
}
.bc-blue-dark,
.hover-bc-blue-dark:hover,
.focus-bc-blue-dark:focus {
    border-color: #1773ce !important;
}
.border-blue-dark {
    border: 1px solid #1773ce !important;
}
.bc-blue,
.hover-bc-blue:hover,
.focus-bc-blue:focus {
    border-color: #409eff !important;
}
.border-blue {
    border: 1px solid #409eff !important;
}
.bc-blue-light,
.hover-bc-blue-light:hover,
.focus-bc-blue-light:focus {
    border-color: #65b2ff !important;
}
.border-blue-light {
    border: 1px solid #65b2ff !important;
}
.bc-blue-lighter,
.hover-bc-blue-lighter:hover,
.focus-bc-blue-lighter:focus {
    border-color: #b3d9ff !important;
}
.border-blue-lighter {
    border: 1px solid #b3d9ff !important;
}
.bc-blue-lightest,
.hover-bc-blue-lightest:hover,
.focus-bc-blue-lightest:focus {
    border-color: #ecf5ff !important;
}
.border-blue-lightest {
    border: 1px solid #ecf5ff !important;
}
.bc-indigo-darkest,
.hover-bc-indigo-darkest:hover,
.focus-bc-indigo-darkest:focus {
    border-color: #272075 !important;
}
.border-indigo-darkest {
    border: 1px solid #272075 !important;
}
.bc-indigo-darker,
.hover-bc-indigo-darker:hover,
.focus-bc-indigo-darker:focus {
    border-color: #332a99 !important;
}
.border-indigo-darker {
    border: 1px solid #332a99 !important;
}
.bc-indigo-dark,
.hover-bc-indigo-dark:hover,
.focus-bc-indigo-dark:focus {
    border-color: #3f33bd !important;
}
.border-indigo-dark {
    border: 1px solid #3f33bd !important;
}
.bc-indigo,
.hover-bc-indigo:hover,
.focus-bc-indigo:focus {
    border-color: #5a4fcf !important;
}
.border-indigo {
    border: 1px solid #5a4fcf !important;
}
.bc-indigo-light,
.hover-bc-indigo-light:hover,
.focus-bc-indigo-light:focus {
    border-color: #837ae6 !important;
}
.border-indigo-light {
    border: 1px solid #837ae6 !important;
}
.bc-indigo-lighter,
.hover-bc-indigo-lighter:hover,
.focus-bc-indigo-lighter:focus {
    border-color: #c2bdf6 !important;
}
.border-indigo-lighter {
    border: 1px solid #c2bdf6 !important;
}
.bc-indigo-lightest,
.hover-bc-indigo-lightest:hover,
.focus-bc-indigo-lightest:focus {
    border-color: #f0eeff !important;
}
.border-indigo-lightest {
    border: 1px solid #f0eeff !important;
}
.bc-purple-darkest,
.hover-bc-purple-darkest:hover,
.focus-bc-purple-darkest:focus {
    border-color: #3d065f !important;
}
.border-purple-darkest {
    border: 1px solid #3d065f !important;
}
.bc-purple-darker,
.hover-bc-purple-darker:hover,
.focus-bc-purple-darker:focus {
    border-color: #600a97 !important;
}
.border-purple-darker {
    border: 1px solid #600a97 !important;
}
.bc-purple-dark,
.hover-bc-purple-dark:hover,
.focus-bc-purple-dark:focus {
    border-color: #840dce !important;
}
.border-purple-dark {
    border: 1px solid #840dce !important;
}
.bc-purple,
.hover-bc-purple:hover,
.focus-bc-purple:focus {
    border-color: #aa38f2 !important;
}
.border-purple {
    border: 1px solid #aa38f2 !important;
}
.bc-purple-light,
.hover-bc-purple-light:hover,
.focus-bc-purple-light:focus {
    border-color: #cc88f7 !important;
}
.border-purple-light {
    border: 1px solid #cc88f7 !important;
}
.bc-purple-lighter,
.hover-bc-purple-lighter:hover,
.focus-bc-purple-lighter:focus {
    border-color: #e9cbfc !important;
}
.border-purple-lighter {
    border: 1px solid #e9cbfc !important;
}
.bc-purple-lightest,
.hover-bc-purple-lightest:hover,
.focus-bc-purple-lightest:focus {
    border-color: #f9f0fe !important;
}
.border-purple-lightest {
    border: 1px solid #f9f0fe !important;
}
.bc-pink-darkest,
.hover-bc-pink-darkest:hover,
.focus-bc-pink-darkest:focus {
    border-color: #580020 !important;
}
.border-pink-darkest {
    border: 1px solid #580020 !important;
}
.bc-pink-darker,
.hover-bc-pink-darker:hover,
.focus-bc-pink-darker:focus {
    border-color: #930036 !important;
}
.border-pink-darker {
    border: 1px solid #930036 !important;
}
.bc-pink-dark,
.hover-bc-pink-dark:hover,
.focus-bc-pink-dark:focus {
    border-color: #c9366c !important;
}
.border-pink-dark {
    border: 1px solid #c9366c !important;
}
.bc-pink,
.hover-bc-pink:hover,
.focus-bc-pink:focus {
    border-color: #f06597 !important;
}
.border-pink {
    border: 1px solid #f06597 !important;
}
.bc-pink-light,
.hover-bc-pink-light:hover,
.focus-bc-pink-light:focus {
    border-color: #f58eb4 !important;
}
.border-pink-light {
    border: 1px solid #f58eb4 !important;
}
.bc-pink-lighter,
.hover-bc-pink-lighter:hover,
.focus-bc-pink-lighter:focus {
    border-color: #ffcddf !important;
}
.border-pink-lighter {
    border: 1px solid #ffcddf !important;
}
.bc-pink-lightest,
.hover-bc-pink-lightest:hover,
.focus-bc-pink-lightest:focus {
    border-color: #ffebf2 !important;
}
.border-pink-lightest {
    border: 1px solid #ffebf2 !important;
}
.bc-red-darkest,
.hover-bc-red-darkest:hover,
.focus-bc-red-darkest:focus {
    border-color: #750e12 !important;
}
.border-red-darkest {
    border: 1px solid #750e12 !important;
}
.bc-red-darker,
.hover-bc-red-darker:hover,
.focus-bc-red-darker:focus {
    border-color: #a9151a !important;
}
.border-red-darker {
    border: 1px solid #a9151a !important;
}
.bc-red-dark,
.hover-bc-red-dark:hover,
.focus-bc-red-dark:focus {
    border-color: #cc191f !important;
}
.border-red-dark {
    border: 1px solid #cc191f !important;
}
.bc-red,
.hover-bc-red:hover,
.focus-bc-red:focus {
    border-color: #e7393f !important;
}
.border-red {
    border: 1px solid #e7393f !important;
}
.bc-red-light,
.hover-bc-red-light:hover,
.focus-bc-red-light:focus {
    border-color: #ed6d72 !important;
}
.border-red-light {
    border: 1px solid #ed6d72 !important;
}
.bc-red-lighter,
.hover-bc-red-lighter:hover,
.focus-bc-red-lighter:focus {
    border-color: #f8c5c7 !important;
}
.border-red-lighter {
    border: 1px solid #f8c5c7 !important;
}
.bc-red-lightest,
.hover-bc-red-lightest:hover,
.focus-bc-red-lightest:focus {
    border-color: #fce8e8 !important;
}
.border-red-lightest {
    border: 1px solid #fce8e8 !important;
}
.bc-orange-darkest,
.hover-bc-orange-darkest:hover,
.focus-bc-orange-darkest:focus {
    border-color: #854300 !important;
}
.border-orange-darkest {
    border: 1px solid #854300 !important;
}
.bc-orange-darker,
.hover-bc-orange-darker:hover,
.focus-bc-orange-darker:focus {
    border-color: #c06000 !important;
}
.border-orange-darker {
    border: 1px solid #c06000 !important;
}
.bc-orange-dark,
.hover-bc-orange-dark:hover,
.focus-bc-orange-dark:focus {
    border-color: #e77400 !important;
}
.border-orange-dark {
    border: 1px solid #e77400 !important;
}
.bc-orange,
.hover-bc-orange:hover,
.focus-bc-orange:focus {
    border-color: #ff8710 !important;
}
.border-orange {
    border: 1px solid #ff8710 !important;
}
.bc-orange-light,
.hover-bc-orange-light:hover,
.focus-bc-orange-light:focus {
    border-color: #ffb872 !important;
}
.border-orange-light {
    border: 1px solid #ffb872 !important;
}
.bc-orange-lighter,
.hover-bc-orange-lighter:hover,
.focus-bc-orange-lighter:focus {
    border-color: #ffe0c0 !important;
}
.border-orange-lighter {
    border: 1px solid #ffe0c0 !important;
}
.bc-orange-lightest,
.hover-bc-orange-lightest:hover,
.focus-bc-orange-lightest:focus {
    border-color: #fff3e7 !important;
}
.border-orange-lightest {
    border: 1px solid #fff3e7 !important;
}
.bc-yellow-darkest,
.hover-bc-yellow-darkest:hover,
.focus-bc-yellow-darkest:focus {
    border-color: #6a5502 !important;
}
.border-yellow-darkest {
    border: 1px solid #6a5502 !important;
}
.bc-yellow-darker,
.hover-bc-yellow-darker:hover,
.focus-bc-yellow-darker:focus {
    border-color: #b79303 !important;
}
.border-yellow-darker {
    border: 1px solid #b79303 !important;
}
.bc-yellow-dark,
.hover-bc-yellow-dark:hover,
.focus-bc-yellow-dark:focus {
    border-color: #ddb104 !important;
}
.border-yellow-dark {
    border: 1px solid #ddb104 !important;
}
.bc-yellow,
.hover-bc-yellow:hover,
.focus-bc-yellow:focus {
    border-color: #facb0e !important;
}
.border-yellow {
    border: 1px solid #facb0e !important;
}
.bc-yellow-light,
.hover-bc-yellow-light:hover,
.focus-bc-yellow-light:focus {
    border-color: #fde482 !important;
}
.border-yellow-light {
    border: 1px solid #fde482 !important;
}
.bc-yellow-lighter,
.hover-bc-yellow-lighter:hover,
.focus-bc-yellow-lighter:focus {
    border-color: #fef0bc !important;
}
.border-yellow-lighter {
    border: 1px solid #fef0bc !important;
}
.bc-yellow-lightest,
.hover-bc-yellow-lightest:hover,
.focus-bc-yellow-lightest:focus {
    border-color: #fef7db !important;
}
.border-yellow-lightest {
    border: 1px solid #fef7db !important;
}
.bc-pear-darkest,
.hover-bc-pear-darkest:hover,
.focus-bc-pear-darkest:focus {
    border-color: #4f560c !important;
}
.border-pear-darkest {
    border: 1px solid #4f560c !important;
}
.bc-pear-darker,
.hover-bc-pear-darker:hover,
.focus-bc-pear-darker:focus {
    border-color: #7f8a13 !important;
}
.border-pear-darker {
    border: 1px solid #7f8a13 !important;
}
.bc-pear-dark,
.hover-bc-pear-dark:hover,
.focus-bc-pear-dark:focus {
    border-color: #9eac18 !important;
}
.border-pear-dark {
    border: 1px solid #9eac18 !important;
}
.bc-pear,
.hover-bc-pear:hover,
.focus-bc-pear:focus {
    border-color: #becf1d !important;
}
.border-pear {
    border: 1px solid #becf1d !important;
}
.bc-pear-light,
.hover-bc-pear-light:hover,
.focus-bc-pear-light:focus {
    border-color: #dde965 !important;
}
.border-pear-light {
    border: 1px solid #dde965 !important;
}
.bc-pear-lighter,
.hover-bc-pear-lighter:hover,
.focus-bc-pear-lighter:focus {
    border-color: #f4f8cc !important;
}
.border-pear-lighter {
    border: 1px solid #f4f8cc !important;
}
.bc-pear-lightest,
.hover-bc-pear-lightest:hover,
.focus-bc-pear-lightest:focus {
    border-color: #fbfdee !important;
}
.border-pear-lightest {
    border: 1px solid #fbfdee !important;
}
.bc-green-darkest,
.hover-bc-green-darkest:hover,
.focus-bc-green-darkest:focus {
    border-color: #206120 !important;
}
.border-green-darkest {
    border: 1px solid #206120 !important;
}
.bc-green-darker,
.hover-bc-green-darker:hover,
.focus-bc-green-darker:focus {
    border-color: #2f8d2f !important;
}
.border-green-darker {
    border: 1px solid #2f8d2f !important;
}
.bc-green-dark,
.hover-bc-green-dark:hover,
.focus-bc-green-dark:focus {
    border-color: #39ab39 !important;
}
.border-green-dark {
    border: 1px solid #39ab39 !important;
}
.bc-green,
.hover-bc-green:hover,
.focus-bc-green:focus {
    border-color: #49c249 !important;
}
.border-green {
    border: 1px solid #49c249 !important;
}
.bc-green-light,
.hover-bc-green-light:hover,
.focus-bc-green-light:focus {
    border-color: #89e089 !important;
}
.border-green-light {
    border: 1px solid #89e089 !important;
}
.bc-green-lighter,
.hover-bc-green-lighter:hover,
.focus-bc-green-lighter:focus {
    border-color: #dcf3dc !important;
}
.border-green-lighter {
    border: 1px solid #dcf3dc !important;
}
.bc-green-lightest,
.hover-bc-green-lightest:hover,
.focus-bc-green-lightest:focus {
    border-color: #eaf8ea !important;
}
.border-green-lightest {
    border: 1px solid #eaf8ea !important;
}
.bc-mint-darkest,
.hover-bc-mint-darkest:hover,
.focus-bc-mint-darkest:focus {
    border-color: #136b44 !important;
}
.border-mint-darkest {
    border: 1px solid #136b44 !important;
}
.bc-mint-darker,
.hover-bc-mint-darker:hover,
.focus-bc-mint-darker:focus {
    border-color: #1da569 !important;
}
.border-mint-darker {
    border: 1px solid #1da569 !important;
}
.bc-mint-dark,
.hover-bc-mint-dark:hover,
.focus-bc-mint-dark:focus {
    border-color: #23c67e !important;
}
.border-mint-dark {
    border: 1px solid #23c67e !important;
}
.bc-mint,
.hover-bc-mint:hover,
.focus-bc-mint:focus {
    border-color: #35db92 !important;
}
.border-mint {
    border: 1px solid #35db92 !important;
}
.bc-mint-light,
.hover-bc-mint-light:hover,
.focus-bc-mint-light:focus {
    border-color: #89eabf !important;
}
.border-mint-light {
    border: 1px solid #89eabf !important;
}
.bc-mint-lighter,
.hover-bc-mint-lighter:hover,
.focus-bc-mint-lighter:focus {
    border-color: #dcf9ec !important;
}
.border-mint-lighter {
    border: 1px solid #dcf9ec !important;
}
.bc-mint-lightest,
.hover-bc-mint-lightest:hover,
.focus-bc-mint-lightest:focus {
    border-color: #f2fcf7 !important;
}
.border-mint-lightest {
    border: 1px solid #f2fcf7 !important;
}
.bc-teal-darkest,
.hover-bc-teal-darkest:hover,
.focus-bc-teal-darkest:focus {
    border-color: #225960 !important;
}
.border-teal-darkest {
    border: 1px solid #225960 !important;
}
.bc-teal-darker,
.hover-bc-teal-darker:hover,
.focus-bc-teal-darker:focus {
    border-color: #2d747d !important;
}
.border-teal-darker {
    border: 1px solid #2d747d !important;
}
.bc-teal-dark,
.hover-bc-teal-dark:hover,
.focus-bc-teal-dark:focus {
    border-color: #378e99 !important;
}
.border-teal-dark {
    border: 1px solid #378e99 !important;
}
.bc-teal,
.hover-bc-teal:hover,
.focus-bc-teal:focus {
    border-color: #42a9b6 !important;
}
.border-teal {
    border: 1px solid #42a9b6 !important;
}
.bc-teal-light,
.hover-bc-teal-light:hover,
.focus-bc-teal-light:focus {
    border-color: #95d1d9 !important;
}
.border-teal-light {
    border: 1px solid #95d1d9 !important;
}
.bc-teal-lighter,
.hover-bc-teal-lighter:hover,
.focus-bc-teal-lighter:focus {
    border-color: #ddf0f3 !important;
}
.border-teal-lighter {
    border: 1px solid #ddf0f3 !important;
}
.bc-teal-lightest,
.hover-bc-teal-lightest:hover,
.focus-bc-teal-lightest:focus {
    border-color: #edf9fa !important;
}
.border-teal-lightest {
    border: 1px solid #edf9fa !important;
}
.bc-wine-darkest,
.hover-bc-wine-darkest:hover,
.focus-bc-wine-darkest:focus {
    border-color: #481e23 !important;
}
.border-wine-darkest {
    border: 1px solid #481e23 !important;
}
.bc-wine-darker,
.hover-bc-wine-darker:hover,
.focus-bc-wine-darker:focus {
    border-color: #722f37 !important;
}
.border-wine-darker {
    border: 1px solid #722f37 !important;
}
.bc-wine-dark,
.hover-bc-wine-dark:hover,
.focus-bc-wine-dark:focus {
    border-color: #8e3a44 !important;
}
.border-wine-dark {
    border: 1px solid #8e3a44 !important;
}
.bc-wine,
.hover-bc-wine:hover,
.focus-bc-wine:focus {
    border-color: #aa4652 !important;
}
.border-wine {
    border: 1px solid #aa4652 !important;
}
.bc-wine-light,
.hover-bc-wine-light:hover,
.focus-bc-wine-light:focus {
    border-color: #d2939a !important;
}
.border-wine-light {
    border: 1px solid #d2939a !important;
}
.bc-wine-lighter,
.hover-bc-wine-lighter:hover,
.focus-bc-wine-lighter:focus {
    border-color: #efd8db !important;
}
.border-wine-lighter {
    border: 1px solid #efd8db !important;
}
.bc-wine-lightest,
.hover-bc-wine-lightest:hover,
.focus-bc-wine-lightest:focus {
    border-color: #faf3f4 !important;
}
.border-wine-lightest {
    border: 1px solid #faf3f4 !important;
}
.bc-brown-darkest,
.hover-bc-brown-darkest:hover,
.focus-bc-brown-darkest:focus {
    border-color: #3d2f2b !important;
}
.border-brown-darkest {
    border: 1px solid #3d2f2b !important;
}
.bc-brown-darker,
.hover-bc-brown-darker:hover,
.focus-bc-brown-darker:focus {
    border-color: #54413b !important;
}
.border-brown-darker {
    border: 1px solid #54413b !important;
}
.bc-brown-dark,
.hover-bc-brown-dark:hover,
.focus-bc-brown-dark:focus {
    border-color: #6b534c !important;
}
.border-brown-dark {
    border: 1px solid #6b534c !important;
}
.bc-brown,
.hover-bc-brown:hover,
.focus-bc-brown:focus {
    border-color: #8d6d64 !important;
}
.border-brown {
    border: 1px solid #8d6d64 !important;
}
.bc-brown-light,
.hover-bc-brown-light:hover,
.focus-bc-brown-light:focus {
    border-color: #c8b7b2 !important;
}
.border-brown-light {
    border: 1px solid #c8b7b2 !important;
}
.bc-brown-lighter,
.hover-bc-brown-lighter:hover,
.focus-bc-brown-lighter:focus {
    border-color: #e9e2e0 !important;
}
.border-brown-lighter {
    border: 1px solid #e9e2e0 !important;
}
.bc-brown-lightest,
.hover-bc-brown-lightest:hover,
.focus-bc-brown-lightest:focus {
    border-color: #fff9f7 !important;
}
.border-brown-lightest {
    border: 1px solid #fff9f7 !important;
}
.bc-almond-darkest,
.hover-bc-almond-darkest:hover,
.focus-bc-almond-darkest:focus {
    border-color: #634120 !important;
}
.border-almond-darkest {
    border: 1px solid #634120 !important;
}
.bc-almond-darker,
.hover-bc-almond-darker:hover,
.focus-bc-almond-darker:focus {
    border-color: #8a5b2c !important;
}
.border-almond-darker {
    border: 1px solid #8a5b2c !important;
}
.bc-almond-dark,
.hover-bc-almond-dark:hover,
.focus-bc-almond-dark:focus {
    border-color: #ad7237 !important;
}
.border-almond-dark {
    border: 1px solid #ad7237 !important;
}
.bc-almond,
.hover-bc-almond:hover,
.focus-bc-almond:focus {
    border-color: #c48647 !important;
}
.border-almond {
    border: 1px solid #c48647 !important;
}
.bc-almond-light,
.hover-bc-almond-light:hover,
.focus-bc-almond-light:focus {
    border-color: #dcb792 !important;
}
.border-almond-light {
    border: 1px solid #dcb792 !important;
}
.bc-almond-lighter,
.hover-bc-almond-lighter:hover,
.focus-bc-almond-lighter:focus {
    border-color: #efdecd !important;
}
.border-almond-lighter {
    border: 1px solid #efdecd !important;
}
.bc-almond-lightest,
.hover-bc-almond-lightest:hover,
.focus-bc-almond-lightest:focus {
    border-color: #f9f0e8 !important;
}
.border-almond-lightest {
    border: 1px solid #f9f0e8 !important;
}
.bc-slategray-darkest,
.hover-bc-slategray-darkest:hover,
.focus-bc-slategray-darkest:focus {
    border-color: #05192d !important;
}
.border-slategray-darkest {
    border: 1px solid #05192d !important;
}
.bc-slategray-darker,
.hover-bc-slategray-darker:hover,
.focus-bc-slategray-darker:focus {
    border-color: #102c45 !important;
}
.border-slategray-darker {
    border: 1px solid #102c45 !important;
}
.bc-slategray-dark,
.hover-bc-slategray-dark:hover,
.focus-bc-slategray-dark:focus {
    border-color: #2f5070 !important;
}
.border-slategray-dark {
    border: 1px solid #2f5070 !important;
}
.bc-slategray,
.hover-bc-slategray:hover,
.focus-bc-slategray:focus {
    border-color: #517495 !important;
}
.border-slategray {
    border: 1px solid #517495 !important;
}
.bc-slategray-light,
.hover-bc-slategray-light:hover,
.focus-bc-slategray-light:focus {
    border-color: #96b1cb !important;
}
.border-slategray-light {
    border: 1px solid #96b1cb !important;
}
.bc-slategray-lighter,
.hover-bc-slategray-lighter:hover,
.focus-bc-slategray-lighter:focus {
    border-color: #d0dce7 !important;
}
.border-slategray-lighter {
    border: 1px solid #d0dce7 !important;
}
.bc-slategray-lightest,
.hover-bc-slategray-lightest:hover,
.focus-bc-slategray-lightest:focus {
    border-color: #f2f5f7 !important;
}
.border-slategray-lightest {
    border: 1px solid #f2f5f7 !important;
}
.bc-gray-darkest,
.hover-bc-gray-darkest:hover,
.focus-bc-gray-darkest:focus {
    border-color: #36454f !important;
}
.border-gray-darkest {
    border: 1px solid #36454f !important;
}
.bc-gray-darker,
.hover-bc-gray-darker:hover,
.focus-bc-gray-darker:focus {
    border-color: #465966 !important;
}
.border-gray-darker {
    border: 1px solid #465966 !important;
}
.bc-gray-dark,
.hover-bc-gray-dark:hover,
.focus-bc-gray-dark:focus {
    border-color: #566e7e !important;
}
.border-gray-dark {
    border: 1px solid #566e7e !important;
}
.bc-gray,
.hover-bc-gray:hover,
.focus-bc-gray:focus {
    border-color: #668295 !important;
}
.border-gray {
    border: 1px solid #668295 !important;
}
.bc-gray-light,
.hover-bc-gray-light:hover,
.focus-bc-gray-light:focus {
    border-color: #b7c4cd !important;
}
.border-gray-light {
    border: 1px solid #b7c4cd !important;
}
.bc-gray-lighter,
.hover-bc-gray-lighter:hover,
.focus-bc-gray-lighter:focus {
    border-color: #e4e8eb !important;
}
.border-gray-lighter {
    border: 1px solid #e4e8eb !important;
}
.bc-gray-lightest,
.hover-bc-gray-lightest:hover,
.focus-bc-gray-lightest:focus {
    border-color: #eef1f5 !important;
}
.border-gray-lightest {
    border: 1px solid #eef1f5 !important;
}
.bc-black-10,
.hover-bc-black-10:hover,
.focus-bc-black-10:focus {
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-black-10 {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.bc-white-10,
.hover-bc-white-10:hover,
.focus-bc-white-10:focus {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-white-10 {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.bc-transparent-10,
.hover-bc-transparent-10:hover,
.focus-bc-transparent-10:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-10 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-10,
.hover-bc-blue-darkest-10:hover,
.focus-bc-blue-darkest-10:focus {
    border-color: rgba(2, 48, 93, 0.1) !important;
}
.border-blue-darkest-10 {
    border: 1px solid rgba(2, 48, 93, 0.1) !important;
}
.bc-blue-darker-10,
.hover-bc-blue-darker-10:hover,
.focus-bc-blue-darker-10:focus {
    border-color: rgba(26, 93, 158, 0.1) !important;
}
.border-blue-darker-10 {
    border: 1px solid rgba(26, 93, 158, 0.1) !important;
}
.bc-blue-dark-10,
.hover-bc-blue-dark-10:hover,
.focus-bc-blue-dark-10:focus {
    border-color: rgba(23, 115, 206, 0.1) !important;
}
.border-blue-dark-10 {
    border: 1px solid rgba(23, 115, 206, 0.1) !important;
}
.bc-blue-10,
.hover-bc-blue-10:hover,
.focus-bc-blue-10:focus {
    border-color: rgba(64, 158, 255, 0.1) !important;
}
.border-blue-10 {
    border: 1px solid rgba(64, 158, 255, 0.1) !important;
}
.bc-blue-light-10,
.hover-bc-blue-light-10:hover,
.focus-bc-blue-light-10:focus {
    border-color: rgba(101, 178, 255, 0.1) !important;
}
.border-blue-light-10 {
    border: 1px solid rgba(101, 178, 255, 0.1) !important;
}
.bc-blue-lighter-10,
.hover-bc-blue-lighter-10:hover,
.focus-bc-blue-lighter-10:focus {
    border-color: rgba(179, 217, 255, 0.1) !important;
}
.border-blue-lighter-10 {
    border: 1px solid rgba(179, 217, 255, 0.1) !important;
}
.bc-blue-lightest-10,
.hover-bc-blue-lightest-10:hover,
.focus-bc-blue-lightest-10:focus {
    border-color: rgba(236, 245, 255, 0.1) !important;
}
.border-blue-lightest-10 {
    border: 1px solid rgba(236, 245, 255, 0.1) !important;
}
.bc-indigo-darkest-10,
.hover-bc-indigo-darkest-10:hover,
.focus-bc-indigo-darkest-10:focus {
    border-color: rgba(39, 32, 117, 0.1) !important;
}
.border-indigo-darkest-10 {
    border: 1px solid rgba(39, 32, 117, 0.1) !important;
}
.bc-indigo-darker-10,
.hover-bc-indigo-darker-10:hover,
.focus-bc-indigo-darker-10:focus {
    border-color: rgba(51, 42, 153, 0.1) !important;
}
.border-indigo-darker-10 {
    border: 1px solid rgba(51, 42, 153, 0.1) !important;
}
.bc-indigo-dark-10,
.hover-bc-indigo-dark-10:hover,
.focus-bc-indigo-dark-10:focus {
    border-color: rgba(63, 51, 189, 0.1) !important;
}
.border-indigo-dark-10 {
    border: 1px solid rgba(63, 51, 189, 0.1) !important;
}
.bc-indigo-10,
.hover-bc-indigo-10:hover,
.focus-bc-indigo-10:focus {
    border-color: rgba(90, 79, 207, 0.1) !important;
}
.border-indigo-10 {
    border: 1px solid rgba(90, 79, 207, 0.1) !important;
}
.bc-indigo-light-10,
.hover-bc-indigo-light-10:hover,
.focus-bc-indigo-light-10:focus {
    border-color: rgba(131, 122, 230, 0.1) !important;
}
.border-indigo-light-10 {
    border: 1px solid rgba(131, 122, 230, 0.1) !important;
}
.bc-indigo-lighter-10,
.hover-bc-indigo-lighter-10:hover,
.focus-bc-indigo-lighter-10:focus {
    border-color: rgba(194, 189, 246, 0.1) !important;
}
.border-indigo-lighter-10 {
    border: 1px solid rgba(194, 189, 246, 0.1) !important;
}
.bc-indigo-lightest-10,
.hover-bc-indigo-lightest-10:hover,
.focus-bc-indigo-lightest-10:focus {
    border-color: rgba(240, 238, 255, 0.1) !important;
}
.border-indigo-lightest-10 {
    border: 1px solid rgba(240, 238, 255, 0.1) !important;
}
.bc-purple-darkest-10,
.hover-bc-purple-darkest-10:hover,
.focus-bc-purple-darkest-10:focus {
    border-color: rgba(61, 6, 95, 0.1) !important;
}
.border-purple-darkest-10 {
    border: 1px solid rgba(61, 6, 95, 0.1) !important;
}
.bc-purple-darker-10,
.hover-bc-purple-darker-10:hover,
.focus-bc-purple-darker-10:focus {
    border-color: rgba(96, 10, 151, 0.1) !important;
}
.border-purple-darker-10 {
    border: 1px solid rgba(96, 10, 151, 0.1) !important;
}
.bc-purple-dark-10,
.hover-bc-purple-dark-10:hover,
.focus-bc-purple-dark-10:focus {
    border-color: rgba(132, 13, 206, 0.1) !important;
}
.border-purple-dark-10 {
    border: 1px solid rgba(132, 13, 206, 0.1) !important;
}
.bc-purple-10,
.hover-bc-purple-10:hover,
.focus-bc-purple-10:focus {
    border-color: rgba(170, 56, 242, 0.1) !important;
}
.border-purple-10 {
    border: 1px solid rgba(170, 56, 242, 0.1) !important;
}
.bc-purple-light-10,
.hover-bc-purple-light-10:hover,
.focus-bc-purple-light-10:focus {
    border-color: rgba(204, 136, 247, 0.1) !important;
}
.border-purple-light-10 {
    border: 1px solid rgba(204, 136, 247, 0.1) !important;
}
.bc-purple-lighter-10,
.hover-bc-purple-lighter-10:hover,
.focus-bc-purple-lighter-10:focus {
    border-color: rgba(233, 203, 252, 0.1) !important;
}
.border-purple-lighter-10 {
    border: 1px solid rgba(233, 203, 252, 0.1) !important;
}
.bc-purple-lightest-10,
.hover-bc-purple-lightest-10:hover,
.focus-bc-purple-lightest-10:focus {
    border-color: rgba(249, 240, 254, 0.1) !important;
}
.border-purple-lightest-10 {
    border: 1px solid rgba(249, 240, 254, 0.1) !important;
}
.bc-pink-darkest-10,
.hover-bc-pink-darkest-10:hover,
.focus-bc-pink-darkest-10:focus {
    border-color: rgba(88, 0, 32, 0.1) !important;
}
.border-pink-darkest-10 {
    border: 1px solid rgba(88, 0, 32, 0.1) !important;
}
.bc-pink-darker-10,
.hover-bc-pink-darker-10:hover,
.focus-bc-pink-darker-10:focus {
    border-color: rgba(147, 0, 54, 0.1) !important;
}
.border-pink-darker-10 {
    border: 1px solid rgba(147, 0, 54, 0.1) !important;
}
.bc-pink-dark-10,
.hover-bc-pink-dark-10:hover,
.focus-bc-pink-dark-10:focus {
    border-color: rgba(201, 54, 108, 0.1) !important;
}
.border-pink-dark-10 {
    border: 1px solid rgba(201, 54, 108, 0.1) !important;
}
.bc-pink-10,
.hover-bc-pink-10:hover,
.focus-bc-pink-10:focus {
    border-color: rgba(240, 101, 151, 0.1) !important;
}
.border-pink-10 {
    border: 1px solid rgba(240, 101, 151, 0.1) !important;
}
.bc-pink-light-10,
.hover-bc-pink-light-10:hover,
.focus-bc-pink-light-10:focus {
    border-color: rgba(245, 142, 180, 0.1) !important;
}
.border-pink-light-10 {
    border: 1px solid rgba(245, 142, 180, 0.1) !important;
}
.bc-pink-lighter-10,
.hover-bc-pink-lighter-10:hover,
.focus-bc-pink-lighter-10:focus {
    border-color: rgba(255, 205, 223, 0.1) !important;
}
.border-pink-lighter-10 {
    border: 1px solid rgba(255, 205, 223, 0.1) !important;
}
.bc-pink-lightest-10,
.hover-bc-pink-lightest-10:hover,
.focus-bc-pink-lightest-10:focus {
    border-color: rgba(255, 235, 242, 0.1) !important;
}
.border-pink-lightest-10 {
    border: 1px solid rgba(255, 235, 242, 0.1) !important;
}
.bc-red-darkest-10,
.hover-bc-red-darkest-10:hover,
.focus-bc-red-darkest-10:focus {
    border-color: rgba(117, 14, 18, 0.1) !important;
}
.border-red-darkest-10 {
    border: 1px solid rgba(117, 14, 18, 0.1) !important;
}
.bc-red-darker-10,
.hover-bc-red-darker-10:hover,
.focus-bc-red-darker-10:focus {
    border-color: rgba(169, 21, 26, 0.1) !important;
}
.border-red-darker-10 {
    border: 1px solid rgba(169, 21, 26, 0.1) !important;
}
.bc-red-dark-10,
.hover-bc-red-dark-10:hover,
.focus-bc-red-dark-10:focus {
    border-color: rgba(204, 25, 31, 0.1) !important;
}
.border-red-dark-10 {
    border: 1px solid rgba(204, 25, 31, 0.1) !important;
}
.bc-red-10,
.hover-bc-red-10:hover,
.focus-bc-red-10:focus {
    border-color: rgba(231, 57, 63, 0.1) !important;
}
.border-red-10 {
    border: 1px solid rgba(231, 57, 63, 0.1) !important;
}
.bc-red-light-10,
.hover-bc-red-light-10:hover,
.focus-bc-red-light-10:focus {
    border-color: rgba(237, 109, 114, 0.1) !important;
}
.border-red-light-10 {
    border: 1px solid rgba(237, 109, 114, 0.1) !important;
}
.bc-red-lighter-10,
.hover-bc-red-lighter-10:hover,
.focus-bc-red-lighter-10:focus {
    border-color: rgba(248, 197, 199, 0.1) !important;
}
.border-red-lighter-10 {
    border: 1px solid rgba(248, 197, 199, 0.1) !important;
}
.bc-red-lightest-10,
.hover-bc-red-lightest-10:hover,
.focus-bc-red-lightest-10:focus {
    border-color: rgba(252, 232, 232, 0.1) !important;
}
.border-red-lightest-10 {
    border: 1px solid rgba(252, 232, 232, 0.1) !important;
}
.bc-orange-darkest-10,
.hover-bc-orange-darkest-10:hover,
.focus-bc-orange-darkest-10:focus {
    border-color: rgba(133, 67, 0, 0.1) !important;
}
.border-orange-darkest-10 {
    border: 1px solid rgba(133, 67, 0, 0.1) !important;
}
.bc-orange-darker-10,
.hover-bc-orange-darker-10:hover,
.focus-bc-orange-darker-10:focus {
    border-color: rgba(192, 96, 0, 0.1) !important;
}
.border-orange-darker-10 {
    border: 1px solid rgba(192, 96, 0, 0.1) !important;
}
.bc-orange-dark-10,
.hover-bc-orange-dark-10:hover,
.focus-bc-orange-dark-10:focus {
    border-color: rgba(231, 116, 0, 0.1) !important;
}
.border-orange-dark-10 {
    border: 1px solid rgba(231, 116, 0, 0.1) !important;
}
.bc-orange-10,
.hover-bc-orange-10:hover,
.focus-bc-orange-10:focus {
    border-color: rgba(255, 135, 16, 0.1) !important;
}
.border-orange-10 {
    border: 1px solid rgba(255, 135, 16, 0.1) !important;
}
.bc-orange-light-10,
.hover-bc-orange-light-10:hover,
.focus-bc-orange-light-10:focus {
    border-color: rgba(255, 184, 114, 0.1) !important;
}
.border-orange-light-10 {
    border: 1px solid rgba(255, 184, 114, 0.1) !important;
}
.bc-orange-lighter-10,
.hover-bc-orange-lighter-10:hover,
.focus-bc-orange-lighter-10:focus {
    border-color: rgba(255, 224, 192, 0.1) !important;
}
.border-orange-lighter-10 {
    border: 1px solid rgba(255, 224, 192, 0.1) !important;
}
.bc-orange-lightest-10,
.hover-bc-orange-lightest-10:hover,
.focus-bc-orange-lightest-10:focus {
    border-color: rgba(255, 243, 231, 0.1) !important;
}
.border-orange-lightest-10 {
    border: 1px solid rgba(255, 243, 231, 0.1) !important;
}
.bc-yellow-darkest-10,
.hover-bc-yellow-darkest-10:hover,
.focus-bc-yellow-darkest-10:focus {
    border-color: rgba(106, 85, 2, 0.1) !important;
}
.border-yellow-darkest-10 {
    border: 1px solid rgba(106, 85, 2, 0.1) !important;
}
.bc-yellow-darker-10,
.hover-bc-yellow-darker-10:hover,
.focus-bc-yellow-darker-10:focus {
    border-color: rgba(183, 147, 3, 0.1) !important;
}
.border-yellow-darker-10 {
    border: 1px solid rgba(183, 147, 3, 0.1) !important;
}
.bc-yellow-dark-10,
.hover-bc-yellow-dark-10:hover,
.focus-bc-yellow-dark-10:focus {
    border-color: rgba(221, 177, 4, 0.1) !important;
}
.border-yellow-dark-10 {
    border: 1px solid rgba(221, 177, 4, 0.1) !important;
}
.bc-yellow-10,
.hover-bc-yellow-10:hover,
.focus-bc-yellow-10:focus {
    border-color: rgba(250, 203, 14, 0.1) !important;
}
.border-yellow-10 {
    border: 1px solid rgba(250, 203, 14, 0.1) !important;
}
.bc-yellow-light-10,
.hover-bc-yellow-light-10:hover,
.focus-bc-yellow-light-10:focus {
    border-color: rgba(253, 228, 130, 0.1) !important;
}
.border-yellow-light-10 {
    border: 1px solid rgba(253, 228, 130, 0.1) !important;
}
.bc-yellow-lighter-10,
.hover-bc-yellow-lighter-10:hover,
.focus-bc-yellow-lighter-10:focus {
    border-color: rgba(254, 240, 188, 0.1) !important;
}
.border-yellow-lighter-10 {
    border: 1px solid rgba(254, 240, 188, 0.1) !important;
}
.bc-yellow-lightest-10,
.hover-bc-yellow-lightest-10:hover,
.focus-bc-yellow-lightest-10:focus {
    border-color: rgba(254, 247, 219, 0.1) !important;
}
.border-yellow-lightest-10 {
    border: 1px solid rgba(254, 247, 219, 0.1) !important;
}
.bc-pear-darkest-10,
.hover-bc-pear-darkest-10:hover,
.focus-bc-pear-darkest-10:focus {
    border-color: rgba(79, 86, 12, 0.1) !important;
}
.border-pear-darkest-10 {
    border: 1px solid rgba(79, 86, 12, 0.1) !important;
}
.bc-pear-darker-10,
.hover-bc-pear-darker-10:hover,
.focus-bc-pear-darker-10:focus {
    border-color: rgba(127, 138, 19, 0.1) !important;
}
.border-pear-darker-10 {
    border: 1px solid rgba(127, 138, 19, 0.1) !important;
}
.bc-pear-dark-10,
.hover-bc-pear-dark-10:hover,
.focus-bc-pear-dark-10:focus {
    border-color: rgba(158, 172, 24, 0.1) !important;
}
.border-pear-dark-10 {
    border: 1px solid rgba(158, 172, 24, 0.1) !important;
}
.bc-pear-10,
.hover-bc-pear-10:hover,
.focus-bc-pear-10:focus {
    border-color: rgba(190, 207, 29, 0.1) !important;
}
.border-pear-10 {
    border: 1px solid rgba(190, 207, 29, 0.1) !important;
}
.bc-pear-light-10,
.hover-bc-pear-light-10:hover,
.focus-bc-pear-light-10:focus {
    border-color: rgba(221, 233, 101, 0.1) !important;
}
.border-pear-light-10 {
    border: 1px solid rgba(221, 233, 101, 0.1) !important;
}
.bc-pear-lighter-10,
.hover-bc-pear-lighter-10:hover,
.focus-bc-pear-lighter-10:focus {
    border-color: rgba(244, 248, 204, 0.1) !important;
}
.border-pear-lighter-10 {
    border: 1px solid rgba(244, 248, 204, 0.1) !important;
}
.bc-pear-lightest-10,
.hover-bc-pear-lightest-10:hover,
.focus-bc-pear-lightest-10:focus {
    border-color: rgba(251, 253, 238, 0.1) !important;
}
.border-pear-lightest-10 {
    border: 1px solid rgba(251, 253, 238, 0.1) !important;
}
.bc-green-darkest-10,
.hover-bc-green-darkest-10:hover,
.focus-bc-green-darkest-10:focus {
    border-color: rgba(32, 97, 32, 0.1) !important;
}
.border-green-darkest-10 {
    border: 1px solid rgba(32, 97, 32, 0.1) !important;
}
.bc-green-darker-10,
.hover-bc-green-darker-10:hover,
.focus-bc-green-darker-10:focus {
    border-color: rgba(47, 141, 47, 0.1) !important;
}
.border-green-darker-10 {
    border: 1px solid rgba(47, 141, 47, 0.1) !important;
}
.bc-green-dark-10,
.hover-bc-green-dark-10:hover,
.focus-bc-green-dark-10:focus {
    border-color: rgba(57, 171, 57, 0.1) !important;
}
.border-green-dark-10 {
    border: 1px solid rgba(57, 171, 57, 0.1) !important;
}
.bc-green-10,
.hover-bc-green-10:hover,
.focus-bc-green-10:focus {
    border-color: rgba(73, 194, 73, 0.1) !important;
}
.border-green-10 {
    border: 1px solid rgba(73, 194, 73, 0.1) !important;
}
.bc-green-light-10,
.hover-bc-green-light-10:hover,
.focus-bc-green-light-10:focus {
    border-color: rgba(137, 224, 137, 0.1) !important;
}
.border-green-light-10 {
    border: 1px solid rgba(137, 224, 137, 0.1) !important;
}
.bc-green-lighter-10,
.hover-bc-green-lighter-10:hover,
.focus-bc-green-lighter-10:focus {
    border-color: rgba(220, 243, 220, 0.1) !important;
}
.border-green-lighter-10 {
    border: 1px solid rgba(220, 243, 220, 0.1) !important;
}
.bc-green-lightest-10,
.hover-bc-green-lightest-10:hover,
.focus-bc-green-lightest-10:focus {
    border-color: rgba(234, 248, 234, 0.1) !important;
}
.border-green-lightest-10 {
    border: 1px solid rgba(234, 248, 234, 0.1) !important;
}
.bc-mint-darkest-10,
.hover-bc-mint-darkest-10:hover,
.focus-bc-mint-darkest-10:focus {
    border-color: rgba(19, 107, 68, 0.1) !important;
}
.border-mint-darkest-10 {
    border: 1px solid rgba(19, 107, 68, 0.1) !important;
}
.bc-mint-darker-10,
.hover-bc-mint-darker-10:hover,
.focus-bc-mint-darker-10:focus {
    border-color: rgba(29, 165, 105, 0.1) !important;
}
.border-mint-darker-10 {
    border: 1px solid rgba(29, 165, 105, 0.1) !important;
}
.bc-mint-dark-10,
.hover-bc-mint-dark-10:hover,
.focus-bc-mint-dark-10:focus {
    border-color: rgba(35, 198, 126, 0.1) !important;
}
.border-mint-dark-10 {
    border: 1px solid rgba(35, 198, 126, 0.1) !important;
}
.bc-mint-10,
.hover-bc-mint-10:hover,
.focus-bc-mint-10:focus {
    border-color: rgba(53, 219, 146, 0.1) !important;
}
.border-mint-10 {
    border: 1px solid rgba(53, 219, 146, 0.1) !important;
}
.bc-mint-light-10,
.hover-bc-mint-light-10:hover,
.focus-bc-mint-light-10:focus {
    border-color: rgba(137, 234, 191, 0.1) !important;
}
.border-mint-light-10 {
    border: 1px solid rgba(137, 234, 191, 0.1) !important;
}
.bc-mint-lighter-10,
.hover-bc-mint-lighter-10:hover,
.focus-bc-mint-lighter-10:focus {
    border-color: rgba(220, 249, 236, 0.1) !important;
}
.border-mint-lighter-10 {
    border: 1px solid rgba(220, 249, 236, 0.1) !important;
}
.bc-mint-lightest-10,
.hover-bc-mint-lightest-10:hover,
.focus-bc-mint-lightest-10:focus {
    border-color: rgba(242, 252, 247, 0.1) !important;
}
.border-mint-lightest-10 {
    border: 1px solid rgba(242, 252, 247, 0.1) !important;
}
.bc-teal-darkest-10,
.hover-bc-teal-darkest-10:hover,
.focus-bc-teal-darkest-10:focus {
    border-color: rgba(34, 89, 96, 0.1) !important;
}
.border-teal-darkest-10 {
    border: 1px solid rgba(34, 89, 96, 0.1) !important;
}
.bc-teal-darker-10,
.hover-bc-teal-darker-10:hover,
.focus-bc-teal-darker-10:focus {
    border-color: rgba(45, 116, 125, 0.1) !important;
}
.border-teal-darker-10 {
    border: 1px solid rgba(45, 116, 125, 0.1) !important;
}
.bc-teal-dark-10,
.hover-bc-teal-dark-10:hover,
.focus-bc-teal-dark-10:focus {
    border-color: rgba(55, 142, 153, 0.1) !important;
}
.border-teal-dark-10 {
    border: 1px solid rgba(55, 142, 153, 0.1) !important;
}
.bc-teal-10,
.hover-bc-teal-10:hover,
.focus-bc-teal-10:focus {
    border-color: rgba(66, 169, 182, 0.1) !important;
}
.border-teal-10 {
    border: 1px solid rgba(66, 169, 182, 0.1) !important;
}
.bc-teal-light-10,
.hover-bc-teal-light-10:hover,
.focus-bc-teal-light-10:focus {
    border-color: rgba(149, 209, 217, 0.1) !important;
}
.border-teal-light-10 {
    border: 1px solid rgba(149, 209, 217, 0.1) !important;
}
.bc-teal-lighter-10,
.hover-bc-teal-lighter-10:hover,
.focus-bc-teal-lighter-10:focus {
    border-color: rgba(221, 240, 243, 0.1) !important;
}
.border-teal-lighter-10 {
    border: 1px solid rgba(221, 240, 243, 0.1) !important;
}
.bc-teal-lightest-10,
.hover-bc-teal-lightest-10:hover,
.focus-bc-teal-lightest-10:focus {
    border-color: rgba(237, 249, 250, 0.1) !important;
}
.border-teal-lightest-10 {
    border: 1px solid rgba(237, 249, 250, 0.1) !important;
}
.bc-wine-darkest-10,
.hover-bc-wine-darkest-10:hover,
.focus-bc-wine-darkest-10:focus {
    border-color: rgba(72, 30, 35, 0.1) !important;
}
.border-wine-darkest-10 {
    border: 1px solid rgba(72, 30, 35, 0.1) !important;
}
.bc-wine-darker-10,
.hover-bc-wine-darker-10:hover,
.focus-bc-wine-darker-10:focus {
    border-color: rgba(114, 47, 55, 0.1) !important;
}
.border-wine-darker-10 {
    border: 1px solid rgba(114, 47, 55, 0.1) !important;
}
.bc-wine-dark-10,
.hover-bc-wine-dark-10:hover,
.focus-bc-wine-dark-10:focus {
    border-color: rgba(142, 58, 68, 0.1) !important;
}
.border-wine-dark-10 {
    border: 1px solid rgba(142, 58, 68, 0.1) !important;
}
.bc-wine-10,
.hover-bc-wine-10:hover,
.focus-bc-wine-10:focus {
    border-color: rgba(170, 70, 82, 0.1) !important;
}
.border-wine-10 {
    border: 1px solid rgba(170, 70, 82, 0.1) !important;
}
.bc-wine-light-10,
.hover-bc-wine-light-10:hover,
.focus-bc-wine-light-10:focus {
    border-color: rgba(210, 147, 154, 0.1) !important;
}
.border-wine-light-10 {
    border: 1px solid rgba(210, 147, 154, 0.1) !important;
}
.bc-wine-lighter-10,
.hover-bc-wine-lighter-10:hover,
.focus-bc-wine-lighter-10:focus {
    border-color: rgba(239, 216, 219, 0.1) !important;
}
.border-wine-lighter-10 {
    border: 1px solid rgba(239, 216, 219, 0.1) !important;
}
.bc-wine-lightest-10,
.hover-bc-wine-lightest-10:hover,
.focus-bc-wine-lightest-10:focus {
    border-color: rgba(250, 243, 244, 0.1) !important;
}
.border-wine-lightest-10 {
    border: 1px solid rgba(250, 243, 244, 0.1) !important;
}
.bc-brown-darkest-10,
.hover-bc-brown-darkest-10:hover,
.focus-bc-brown-darkest-10:focus {
    border-color: rgba(61, 47, 43, 0.1) !important;
}
.border-brown-darkest-10 {
    border: 1px solid rgba(61, 47, 43, 0.1) !important;
}
.bc-brown-darker-10,
.hover-bc-brown-darker-10:hover,
.focus-bc-brown-darker-10:focus {
    border-color: rgba(84, 65, 59, 0.1) !important;
}
.border-brown-darker-10 {
    border: 1px solid rgba(84, 65, 59, 0.1) !important;
}
.bc-brown-dark-10,
.hover-bc-brown-dark-10:hover,
.focus-bc-brown-dark-10:focus {
    border-color: rgba(107, 83, 76, 0.1) !important;
}
.border-brown-dark-10 {
    border: 1px solid rgba(107, 83, 76, 0.1) !important;
}
.bc-brown-10,
.hover-bc-brown-10:hover,
.focus-bc-brown-10:focus {
    border-color: rgba(141, 109, 100, 0.1) !important;
}
.border-brown-10 {
    border: 1px solid rgba(141, 109, 100, 0.1) !important;
}
.bc-brown-light-10,
.hover-bc-brown-light-10:hover,
.focus-bc-brown-light-10:focus {
    border-color: rgba(200, 183, 178, 0.1) !important;
}
.border-brown-light-10 {
    border: 1px solid rgba(200, 183, 178, 0.1) !important;
}
.bc-brown-lighter-10,
.hover-bc-brown-lighter-10:hover,
.focus-bc-brown-lighter-10:focus {
    border-color: rgba(233, 226, 224, 0.1) !important;
}
.border-brown-lighter-10 {
    border: 1px solid rgba(233, 226, 224, 0.1) !important;
}
.bc-brown-lightest-10,
.hover-bc-brown-lightest-10:hover,
.focus-bc-brown-lightest-10:focus {
    border-color: rgba(255, 249, 247, 0.1) !important;
}
.border-brown-lightest-10 {
    border: 1px solid rgba(255, 249, 247, 0.1) !important;
}
.bc-almond-darkest-10,
.hover-bc-almond-darkest-10:hover,
.focus-bc-almond-darkest-10:focus {
    border-color: rgba(99, 65, 32, 0.1) !important;
}
.border-almond-darkest-10 {
    border: 1px solid rgba(99, 65, 32, 0.1) !important;
}
.bc-almond-darker-10,
.hover-bc-almond-darker-10:hover,
.focus-bc-almond-darker-10:focus {
    border-color: rgba(138, 91, 44, 0.1) !important;
}
.border-almond-darker-10 {
    border: 1px solid rgba(138, 91, 44, 0.1) !important;
}
.bc-almond-dark-10,
.hover-bc-almond-dark-10:hover,
.focus-bc-almond-dark-10:focus {
    border-color: rgba(173, 114, 55, 0.1) !important;
}
.border-almond-dark-10 {
    border: 1px solid rgba(173, 114, 55, 0.1) !important;
}
.bc-almond-10,
.hover-bc-almond-10:hover,
.focus-bc-almond-10:focus {
    border-color: rgba(196, 134, 71, 0.1) !important;
}
.border-almond-10 {
    border: 1px solid rgba(196, 134, 71, 0.1) !important;
}
.bc-almond-light-10,
.hover-bc-almond-light-10:hover,
.focus-bc-almond-light-10:focus {
    border-color: rgba(220, 183, 146, 0.1) !important;
}
.border-almond-light-10 {
    border: 1px solid rgba(220, 183, 146, 0.1) !important;
}
.bc-almond-lighter-10,
.hover-bc-almond-lighter-10:hover,
.focus-bc-almond-lighter-10:focus {
    border-color: rgba(239, 222, 205, 0.1) !important;
}
.border-almond-lighter-10 {
    border: 1px solid rgba(239, 222, 205, 0.1) !important;
}
.bc-almond-lightest-10,
.hover-bc-almond-lightest-10:hover,
.focus-bc-almond-lightest-10:focus {
    border-color: rgba(249, 240, 232, 0.1) !important;
}
.border-almond-lightest-10 {
    border: 1px solid rgba(249, 240, 232, 0.1) !important;
}
.bc-slategray-darkest-10,
.hover-bc-slategray-darkest-10:hover,
.focus-bc-slategray-darkest-10:focus {
    border-color: rgba(5, 25, 45, 0.1) !important;
}
.border-slategray-darkest-10 {
    border: 1px solid rgba(5, 25, 45, 0.1) !important;
}
.bc-slategray-darker-10,
.hover-bc-slategray-darker-10:hover,
.focus-bc-slategray-darker-10:focus {
    border-color: rgba(16, 44, 69, 0.1) !important;
}
.border-slategray-darker-10 {
    border: 1px solid rgba(16, 44, 69, 0.1) !important;
}
.bc-slategray-dark-10,
.hover-bc-slategray-dark-10:hover,
.focus-bc-slategray-dark-10:focus {
    border-color: rgba(47, 80, 112, 0.1) !important;
}
.border-slategray-dark-10 {
    border: 1px solid rgba(47, 80, 112, 0.1) !important;
}
.bc-slategray-10,
.hover-bc-slategray-10:hover,
.focus-bc-slategray-10:focus {
    border-color: rgba(81, 116, 149, 0.1) !important;
}
.border-slategray-10 {
    border: 1px solid rgba(81, 116, 149, 0.1) !important;
}
.bc-slategray-light-10,
.hover-bc-slategray-light-10:hover,
.focus-bc-slategray-light-10:focus {
    border-color: rgba(150, 177, 203, 0.1) !important;
}
.border-slategray-light-10 {
    border: 1px solid rgba(150, 177, 203, 0.1) !important;
}
.bc-slategray-lighter-10,
.hover-bc-slategray-lighter-10:hover,
.focus-bc-slategray-lighter-10:focus {
    border-color: rgba(208, 220, 231, 0.1) !important;
}
.border-slategray-lighter-10 {
    border: 1px solid rgba(208, 220, 231, 0.1) !important;
}
.bc-slategray-lightest-10,
.hover-bc-slategray-lightest-10:hover,
.focus-bc-slategray-lightest-10:focus {
    border-color: rgba(242, 245, 247, 0.1) !important;
}
.border-slategray-lightest-10 {
    border: 1px solid rgba(242, 245, 247, 0.1) !important;
}
.bc-gray-darkest-10,
.hover-bc-gray-darkest-10:hover,
.focus-bc-gray-darkest-10:focus {
    border-color: rgba(54, 69, 79, 0.1) !important;
}
.border-gray-darkest-10 {
    border: 1px solid rgba(54, 69, 79, 0.1) !important;
}
.bc-gray-darker-10,
.hover-bc-gray-darker-10:hover,
.focus-bc-gray-darker-10:focus {
    border-color: rgba(70, 89, 102, 0.1) !important;
}
.border-gray-darker-10 {
    border: 1px solid rgba(70, 89, 102, 0.1) !important;
}
.bc-gray-dark-10,
.hover-bc-gray-dark-10:hover,
.focus-bc-gray-dark-10:focus {
    border-color: rgba(86, 110, 126, 0.1) !important;
}
.border-gray-dark-10 {
    border: 1px solid rgba(86, 110, 126, 0.1) !important;
}
.bc-gray-10,
.hover-bc-gray-10:hover,
.focus-bc-gray-10:focus {
    border-color: rgba(102, 130, 149, 0.1) !important;
}
.border-gray-10 {
    border: 1px solid rgba(102, 130, 149, 0.1) !important;
}
.bc-gray-light-10,
.hover-bc-gray-light-10:hover,
.focus-bc-gray-light-10:focus {
    border-color: rgba(183, 196, 205, 0.1) !important;
}
.border-gray-light-10 {
    border: 1px solid rgba(183, 196, 205, 0.1) !important;
}
.bc-gray-lighter-10,
.hover-bc-gray-lighter-10:hover,
.focus-bc-gray-lighter-10:focus {
    border-color: rgba(228, 232, 235, 0.1) !important;
}
.border-gray-lighter-10 {
    border: 1px solid rgba(228, 232, 235, 0.1) !important;
}
.bc-gray-lightest-10,
.hover-bc-gray-lightest-10:hover,
.focus-bc-gray-lightest-10:focus {
    border-color: rgba(238, 241, 245, 0.1) !important;
}
.border-gray-lightest-10 {
    border: 1px solid rgba(238, 241, 245, 0.1) !important;
}
.bc-black-20,
.hover-bc-black-20:hover,
.focus-bc-black-20:focus {
    border-color: rgba(0, 0, 0, 0.2) !important;
}
.border-black-20 {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.bc-white-20,
.hover-bc-white-20:hover,
.focus-bc-white-20:focus {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-white-20 {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.bc-transparent-20,
.hover-bc-transparent-20:hover,
.focus-bc-transparent-20:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-20 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-20,
.hover-bc-blue-darkest-20:hover,
.focus-bc-blue-darkest-20:focus {
    border-color: rgba(2, 48, 93, 0.2) !important;
}
.border-blue-darkest-20 {
    border: 1px solid rgba(2, 48, 93, 0.2) !important;
}
.bc-blue-darker-20,
.hover-bc-blue-darker-20:hover,
.focus-bc-blue-darker-20:focus {
    border-color: rgba(26, 93, 158, 0.2) !important;
}
.border-blue-darker-20 {
    border: 1px solid rgba(26, 93, 158, 0.2) !important;
}
.bc-blue-dark-20,
.hover-bc-blue-dark-20:hover,
.focus-bc-blue-dark-20:focus {
    border-color: rgba(23, 115, 206, 0.2) !important;
}
.border-blue-dark-20 {
    border: 1px solid rgba(23, 115, 206, 0.2) !important;
}
.bc-blue-20,
.hover-bc-blue-20:hover,
.focus-bc-blue-20:focus {
    border-color: rgba(64, 158, 255, 0.2) !important;
}
.border-blue-20 {
    border: 1px solid rgba(64, 158, 255, 0.2) !important;
}
.bc-blue-light-20,
.hover-bc-blue-light-20:hover,
.focus-bc-blue-light-20:focus {
    border-color: rgba(101, 178, 255, 0.2) !important;
}
.border-blue-light-20 {
    border: 1px solid rgba(101, 178, 255, 0.2) !important;
}
.bc-blue-lighter-20,
.hover-bc-blue-lighter-20:hover,
.focus-bc-blue-lighter-20:focus {
    border-color: rgba(179, 217, 255, 0.2) !important;
}
.border-blue-lighter-20 {
    border: 1px solid rgba(179, 217, 255, 0.2) !important;
}
.bc-blue-lightest-20,
.hover-bc-blue-lightest-20:hover,
.focus-bc-blue-lightest-20:focus {
    border-color: rgba(236, 245, 255, 0.2) !important;
}
.border-blue-lightest-20 {
    border: 1px solid rgba(236, 245, 255, 0.2) !important;
}
.bc-indigo-darkest-20,
.hover-bc-indigo-darkest-20:hover,
.focus-bc-indigo-darkest-20:focus {
    border-color: rgba(39, 32, 117, 0.2) !important;
}
.border-indigo-darkest-20 {
    border: 1px solid rgba(39, 32, 117, 0.2) !important;
}
.bc-indigo-darker-20,
.hover-bc-indigo-darker-20:hover,
.focus-bc-indigo-darker-20:focus {
    border-color: rgba(51, 42, 153, 0.2) !important;
}
.border-indigo-darker-20 {
    border: 1px solid rgba(51, 42, 153, 0.2) !important;
}
.bc-indigo-dark-20,
.hover-bc-indigo-dark-20:hover,
.focus-bc-indigo-dark-20:focus {
    border-color: rgba(63, 51, 189, 0.2) !important;
}
.border-indigo-dark-20 {
    border: 1px solid rgba(63, 51, 189, 0.2) !important;
}
.bc-indigo-20,
.hover-bc-indigo-20:hover,
.focus-bc-indigo-20:focus {
    border-color: rgba(90, 79, 207, 0.2) !important;
}
.border-indigo-20 {
    border: 1px solid rgba(90, 79, 207, 0.2) !important;
}
.bc-indigo-light-20,
.hover-bc-indigo-light-20:hover,
.focus-bc-indigo-light-20:focus {
    border-color: rgba(131, 122, 230, 0.2) !important;
}
.border-indigo-light-20 {
    border: 1px solid rgba(131, 122, 230, 0.2) !important;
}
.bc-indigo-lighter-20,
.hover-bc-indigo-lighter-20:hover,
.focus-bc-indigo-lighter-20:focus {
    border-color: rgba(194, 189, 246, 0.2) !important;
}
.border-indigo-lighter-20 {
    border: 1px solid rgba(194, 189, 246, 0.2) !important;
}
.bc-indigo-lightest-20,
.hover-bc-indigo-lightest-20:hover,
.focus-bc-indigo-lightest-20:focus {
    border-color: rgba(240, 238, 255, 0.2) !important;
}
.border-indigo-lightest-20 {
    border: 1px solid rgba(240, 238, 255, 0.2) !important;
}
.bc-purple-darkest-20,
.hover-bc-purple-darkest-20:hover,
.focus-bc-purple-darkest-20:focus {
    border-color: rgba(61, 6, 95, 0.2) !important;
}
.border-purple-darkest-20 {
    border: 1px solid rgba(61, 6, 95, 0.2) !important;
}
.bc-purple-darker-20,
.hover-bc-purple-darker-20:hover,
.focus-bc-purple-darker-20:focus {
    border-color: rgba(96, 10, 151, 0.2) !important;
}
.border-purple-darker-20 {
    border: 1px solid rgba(96, 10, 151, 0.2) !important;
}
.bc-purple-dark-20,
.hover-bc-purple-dark-20:hover,
.focus-bc-purple-dark-20:focus {
    border-color: rgba(132, 13, 206, 0.2) !important;
}
.border-purple-dark-20 {
    border: 1px solid rgba(132, 13, 206, 0.2) !important;
}
.bc-purple-20,
.hover-bc-purple-20:hover,
.focus-bc-purple-20:focus {
    border-color: rgba(170, 56, 242, 0.2) !important;
}
.border-purple-20 {
    border: 1px solid rgba(170, 56, 242, 0.2) !important;
}
.bc-purple-light-20,
.hover-bc-purple-light-20:hover,
.focus-bc-purple-light-20:focus {
    border-color: rgba(204, 136, 247, 0.2) !important;
}
.border-purple-light-20 {
    border: 1px solid rgba(204, 136, 247, 0.2) !important;
}
.bc-purple-lighter-20,
.hover-bc-purple-lighter-20:hover,
.focus-bc-purple-lighter-20:focus {
    border-color: rgba(233, 203, 252, 0.2) !important;
}
.border-purple-lighter-20 {
    border: 1px solid rgba(233, 203, 252, 0.2) !important;
}
.bc-purple-lightest-20,
.hover-bc-purple-lightest-20:hover,
.focus-bc-purple-lightest-20:focus {
    border-color: rgba(249, 240, 254, 0.2) !important;
}
.border-purple-lightest-20 {
    border: 1px solid rgba(249, 240, 254, 0.2) !important;
}
.bc-pink-darkest-20,
.hover-bc-pink-darkest-20:hover,
.focus-bc-pink-darkest-20:focus {
    border-color: rgba(88, 0, 32, 0.2) !important;
}
.border-pink-darkest-20 {
    border: 1px solid rgba(88, 0, 32, 0.2) !important;
}
.bc-pink-darker-20,
.hover-bc-pink-darker-20:hover,
.focus-bc-pink-darker-20:focus {
    border-color: rgba(147, 0, 54, 0.2) !important;
}
.border-pink-darker-20 {
    border: 1px solid rgba(147, 0, 54, 0.2) !important;
}
.bc-pink-dark-20,
.hover-bc-pink-dark-20:hover,
.focus-bc-pink-dark-20:focus {
    border-color: rgba(201, 54, 108, 0.2) !important;
}
.border-pink-dark-20 {
    border: 1px solid rgba(201, 54, 108, 0.2) !important;
}
.bc-pink-20,
.hover-bc-pink-20:hover,
.focus-bc-pink-20:focus {
    border-color: rgba(240, 101, 151, 0.2) !important;
}
.border-pink-20 {
    border: 1px solid rgba(240, 101, 151, 0.2) !important;
}
.bc-pink-light-20,
.hover-bc-pink-light-20:hover,
.focus-bc-pink-light-20:focus {
    border-color: rgba(245, 142, 180, 0.2) !important;
}
.border-pink-light-20 {
    border: 1px solid rgba(245, 142, 180, 0.2) !important;
}
.bc-pink-lighter-20,
.hover-bc-pink-lighter-20:hover,
.focus-bc-pink-lighter-20:focus {
    border-color: rgba(255, 205, 223, 0.2) !important;
}
.border-pink-lighter-20 {
    border: 1px solid rgba(255, 205, 223, 0.2) !important;
}
.bc-pink-lightest-20,
.hover-bc-pink-lightest-20:hover,
.focus-bc-pink-lightest-20:focus {
    border-color: rgba(255, 235, 242, 0.2) !important;
}
.border-pink-lightest-20 {
    border: 1px solid rgba(255, 235, 242, 0.2) !important;
}
.bc-red-darkest-20,
.hover-bc-red-darkest-20:hover,
.focus-bc-red-darkest-20:focus {
    border-color: rgba(117, 14, 18, 0.2) !important;
}
.border-red-darkest-20 {
    border: 1px solid rgba(117, 14, 18, 0.2) !important;
}
.bc-red-darker-20,
.hover-bc-red-darker-20:hover,
.focus-bc-red-darker-20:focus {
    border-color: rgba(169, 21, 26, 0.2) !important;
}
.border-red-darker-20 {
    border: 1px solid rgba(169, 21, 26, 0.2) !important;
}
.bc-red-dark-20,
.hover-bc-red-dark-20:hover,
.focus-bc-red-dark-20:focus {
    border-color: rgba(204, 25, 31, 0.2) !important;
}
.border-red-dark-20 {
    border: 1px solid rgba(204, 25, 31, 0.2) !important;
}
.bc-red-20,
.hover-bc-red-20:hover,
.focus-bc-red-20:focus {
    border-color: rgba(231, 57, 63, 0.2) !important;
}
.border-red-20 {
    border: 1px solid rgba(231, 57, 63, 0.2) !important;
}
.bc-red-light-20,
.hover-bc-red-light-20:hover,
.focus-bc-red-light-20:focus {
    border-color: rgba(237, 109, 114, 0.2) !important;
}
.border-red-light-20 {
    border: 1px solid rgba(237, 109, 114, 0.2) !important;
}
.bc-red-lighter-20,
.hover-bc-red-lighter-20:hover,
.focus-bc-red-lighter-20:focus {
    border-color: rgba(248, 197, 199, 0.2) !important;
}
.border-red-lighter-20 {
    border: 1px solid rgba(248, 197, 199, 0.2) !important;
}
.bc-red-lightest-20,
.hover-bc-red-lightest-20:hover,
.focus-bc-red-lightest-20:focus {
    border-color: rgba(252, 232, 232, 0.2) !important;
}
.border-red-lightest-20 {
    border: 1px solid rgba(252, 232, 232, 0.2) !important;
}
.bc-orange-darkest-20,
.hover-bc-orange-darkest-20:hover,
.focus-bc-orange-darkest-20:focus {
    border-color: rgba(133, 67, 0, 0.2) !important;
}
.border-orange-darkest-20 {
    border: 1px solid rgba(133, 67, 0, 0.2) !important;
}
.bc-orange-darker-20,
.hover-bc-orange-darker-20:hover,
.focus-bc-orange-darker-20:focus {
    border-color: rgba(192, 96, 0, 0.2) !important;
}
.border-orange-darker-20 {
    border: 1px solid rgba(192, 96, 0, 0.2) !important;
}
.bc-orange-dark-20,
.hover-bc-orange-dark-20:hover,
.focus-bc-orange-dark-20:focus {
    border-color: rgba(231, 116, 0, 0.2) !important;
}
.border-orange-dark-20 {
    border: 1px solid rgba(231, 116, 0, 0.2) !important;
}
.bc-orange-20,
.hover-bc-orange-20:hover,
.focus-bc-orange-20:focus {
    border-color: rgba(255, 135, 16, 0.2) !important;
}
.border-orange-20 {
    border: 1px solid rgba(255, 135, 16, 0.2) !important;
}
.bc-orange-light-20,
.hover-bc-orange-light-20:hover,
.focus-bc-orange-light-20:focus {
    border-color: rgba(255, 184, 114, 0.2) !important;
}
.border-orange-light-20 {
    border: 1px solid rgba(255, 184, 114, 0.2) !important;
}
.bc-orange-lighter-20,
.hover-bc-orange-lighter-20:hover,
.focus-bc-orange-lighter-20:focus {
    border-color: rgba(255, 224, 192, 0.2) !important;
}
.border-orange-lighter-20 {
    border: 1px solid rgba(255, 224, 192, 0.2) !important;
}
.bc-orange-lightest-20,
.hover-bc-orange-lightest-20:hover,
.focus-bc-orange-lightest-20:focus {
    border-color: rgba(255, 243, 231, 0.2) !important;
}
.border-orange-lightest-20 {
    border: 1px solid rgba(255, 243, 231, 0.2) !important;
}
.bc-yellow-darkest-20,
.hover-bc-yellow-darkest-20:hover,
.focus-bc-yellow-darkest-20:focus {
    border-color: rgba(106, 85, 2, 0.2) !important;
}
.border-yellow-darkest-20 {
    border: 1px solid rgba(106, 85, 2, 0.2) !important;
}
.bc-yellow-darker-20,
.hover-bc-yellow-darker-20:hover,
.focus-bc-yellow-darker-20:focus {
    border-color: rgba(183, 147, 3, 0.2) !important;
}
.border-yellow-darker-20 {
    border: 1px solid rgba(183, 147, 3, 0.2) !important;
}
.bc-yellow-dark-20,
.hover-bc-yellow-dark-20:hover,
.focus-bc-yellow-dark-20:focus {
    border-color: rgba(221, 177, 4, 0.2) !important;
}
.border-yellow-dark-20 {
    border: 1px solid rgba(221, 177, 4, 0.2) !important;
}
.bc-yellow-20,
.hover-bc-yellow-20:hover,
.focus-bc-yellow-20:focus {
    border-color: rgba(250, 203, 14, 0.2) !important;
}
.border-yellow-20 {
    border: 1px solid rgba(250, 203, 14, 0.2) !important;
}
.bc-yellow-light-20,
.hover-bc-yellow-light-20:hover,
.focus-bc-yellow-light-20:focus {
    border-color: rgba(253, 228, 130, 0.2) !important;
}
.border-yellow-light-20 {
    border: 1px solid rgba(253, 228, 130, 0.2) !important;
}
.bc-yellow-lighter-20,
.hover-bc-yellow-lighter-20:hover,
.focus-bc-yellow-lighter-20:focus {
    border-color: rgba(254, 240, 188, 0.2) !important;
}
.border-yellow-lighter-20 {
    border: 1px solid rgba(254, 240, 188, 0.2) !important;
}
.bc-yellow-lightest-20,
.hover-bc-yellow-lightest-20:hover,
.focus-bc-yellow-lightest-20:focus {
    border-color: rgba(254, 247, 219, 0.2) !important;
}
.border-yellow-lightest-20 {
    border: 1px solid rgba(254, 247, 219, 0.2) !important;
}
.bc-pear-darkest-20,
.hover-bc-pear-darkest-20:hover,
.focus-bc-pear-darkest-20:focus {
    border-color: rgba(79, 86, 12, 0.2) !important;
}
.border-pear-darkest-20 {
    border: 1px solid rgba(79, 86, 12, 0.2) !important;
}
.bc-pear-darker-20,
.hover-bc-pear-darker-20:hover,
.focus-bc-pear-darker-20:focus {
    border-color: rgba(127, 138, 19, 0.2) !important;
}
.border-pear-darker-20 {
    border: 1px solid rgba(127, 138, 19, 0.2) !important;
}
.bc-pear-dark-20,
.hover-bc-pear-dark-20:hover,
.focus-bc-pear-dark-20:focus {
    border-color: rgba(158, 172, 24, 0.2) !important;
}
.border-pear-dark-20 {
    border: 1px solid rgba(158, 172, 24, 0.2) !important;
}
.bc-pear-20,
.hover-bc-pear-20:hover,
.focus-bc-pear-20:focus {
    border-color: rgba(190, 207, 29, 0.2) !important;
}
.border-pear-20 {
    border: 1px solid rgba(190, 207, 29, 0.2) !important;
}
.bc-pear-light-20,
.hover-bc-pear-light-20:hover,
.focus-bc-pear-light-20:focus {
    border-color: rgba(221, 233, 101, 0.2) !important;
}
.border-pear-light-20 {
    border: 1px solid rgba(221, 233, 101, 0.2) !important;
}
.bc-pear-lighter-20,
.hover-bc-pear-lighter-20:hover,
.focus-bc-pear-lighter-20:focus {
    border-color: rgba(244, 248, 204, 0.2) !important;
}
.border-pear-lighter-20 {
    border: 1px solid rgba(244, 248, 204, 0.2) !important;
}
.bc-pear-lightest-20,
.hover-bc-pear-lightest-20:hover,
.focus-bc-pear-lightest-20:focus {
    border-color: rgba(251, 253, 238, 0.2) !important;
}
.border-pear-lightest-20 {
    border: 1px solid rgba(251, 253, 238, 0.2) !important;
}
.bc-green-darkest-20,
.hover-bc-green-darkest-20:hover,
.focus-bc-green-darkest-20:focus {
    border-color: rgba(32, 97, 32, 0.2) !important;
}
.border-green-darkest-20 {
    border: 1px solid rgba(32, 97, 32, 0.2) !important;
}
.bc-green-darker-20,
.hover-bc-green-darker-20:hover,
.focus-bc-green-darker-20:focus {
    border-color: rgba(47, 141, 47, 0.2) !important;
}
.border-green-darker-20 {
    border: 1px solid rgba(47, 141, 47, 0.2) !important;
}
.bc-green-dark-20,
.hover-bc-green-dark-20:hover,
.focus-bc-green-dark-20:focus {
    border-color: rgba(57, 171, 57, 0.2) !important;
}
.border-green-dark-20 {
    border: 1px solid rgba(57, 171, 57, 0.2) !important;
}
.bc-green-20,
.hover-bc-green-20:hover,
.focus-bc-green-20:focus {
    border-color: rgba(73, 194, 73, 0.2) !important;
}
.border-green-20 {
    border: 1px solid rgba(73, 194, 73, 0.2) !important;
}
.bc-green-light-20,
.hover-bc-green-light-20:hover,
.focus-bc-green-light-20:focus {
    border-color: rgba(137, 224, 137, 0.2) !important;
}
.border-green-light-20 {
    border: 1px solid rgba(137, 224, 137, 0.2) !important;
}
.bc-green-lighter-20,
.hover-bc-green-lighter-20:hover,
.focus-bc-green-lighter-20:focus {
    border-color: rgba(220, 243, 220, 0.2) !important;
}
.border-green-lighter-20 {
    border: 1px solid rgba(220, 243, 220, 0.2) !important;
}
.bc-green-lightest-20,
.hover-bc-green-lightest-20:hover,
.focus-bc-green-lightest-20:focus {
    border-color: rgba(234, 248, 234, 0.2) !important;
}
.border-green-lightest-20 {
    border: 1px solid rgba(234, 248, 234, 0.2) !important;
}
.bc-mint-darkest-20,
.hover-bc-mint-darkest-20:hover,
.focus-bc-mint-darkest-20:focus {
    border-color: rgba(19, 107, 68, 0.2) !important;
}
.border-mint-darkest-20 {
    border: 1px solid rgba(19, 107, 68, 0.2) !important;
}
.bc-mint-darker-20,
.hover-bc-mint-darker-20:hover,
.focus-bc-mint-darker-20:focus {
    border-color: rgba(29, 165, 105, 0.2) !important;
}
.border-mint-darker-20 {
    border: 1px solid rgba(29, 165, 105, 0.2) !important;
}
.bc-mint-dark-20,
.hover-bc-mint-dark-20:hover,
.focus-bc-mint-dark-20:focus {
    border-color: rgba(35, 198, 126, 0.2) !important;
}
.border-mint-dark-20 {
    border: 1px solid rgba(35, 198, 126, 0.2) !important;
}
.bc-mint-20,
.hover-bc-mint-20:hover,
.focus-bc-mint-20:focus {
    border-color: rgba(53, 219, 146, 0.2) !important;
}
.border-mint-20 {
    border: 1px solid rgba(53, 219, 146, 0.2) !important;
}
.bc-mint-light-20,
.hover-bc-mint-light-20:hover,
.focus-bc-mint-light-20:focus {
    border-color: rgba(137, 234, 191, 0.2) !important;
}
.border-mint-light-20 {
    border: 1px solid rgba(137, 234, 191, 0.2) !important;
}
.bc-mint-lighter-20,
.hover-bc-mint-lighter-20:hover,
.focus-bc-mint-lighter-20:focus {
    border-color: rgba(220, 249, 236, 0.2) !important;
}
.border-mint-lighter-20 {
    border: 1px solid rgba(220, 249, 236, 0.2) !important;
}
.bc-mint-lightest-20,
.hover-bc-mint-lightest-20:hover,
.focus-bc-mint-lightest-20:focus {
    border-color: rgba(242, 252, 247, 0.2) !important;
}
.border-mint-lightest-20 {
    border: 1px solid rgba(242, 252, 247, 0.2) !important;
}
.bc-teal-darkest-20,
.hover-bc-teal-darkest-20:hover,
.focus-bc-teal-darkest-20:focus {
    border-color: rgba(34, 89, 96, 0.2) !important;
}
.border-teal-darkest-20 {
    border: 1px solid rgba(34, 89, 96, 0.2) !important;
}
.bc-teal-darker-20,
.hover-bc-teal-darker-20:hover,
.focus-bc-teal-darker-20:focus {
    border-color: rgba(45, 116, 125, 0.2) !important;
}
.border-teal-darker-20 {
    border: 1px solid rgba(45, 116, 125, 0.2) !important;
}
.bc-teal-dark-20,
.hover-bc-teal-dark-20:hover,
.focus-bc-teal-dark-20:focus {
    border-color: rgba(55, 142, 153, 0.2) !important;
}
.border-teal-dark-20 {
    border: 1px solid rgba(55, 142, 153, 0.2) !important;
}
.bc-teal-20,
.hover-bc-teal-20:hover,
.focus-bc-teal-20:focus {
    border-color: rgba(66, 169, 182, 0.2) !important;
}
.border-teal-20 {
    border: 1px solid rgba(66, 169, 182, 0.2) !important;
}
.bc-teal-light-20,
.hover-bc-teal-light-20:hover,
.focus-bc-teal-light-20:focus {
    border-color: rgba(149, 209, 217, 0.2) !important;
}
.border-teal-light-20 {
    border: 1px solid rgba(149, 209, 217, 0.2) !important;
}
.bc-teal-lighter-20,
.hover-bc-teal-lighter-20:hover,
.focus-bc-teal-lighter-20:focus {
    border-color: rgba(221, 240, 243, 0.2) !important;
}
.border-teal-lighter-20 {
    border: 1px solid rgba(221, 240, 243, 0.2) !important;
}
.bc-teal-lightest-20,
.hover-bc-teal-lightest-20:hover,
.focus-bc-teal-lightest-20:focus {
    border-color: rgba(237, 249, 250, 0.2) !important;
}
.border-teal-lightest-20 {
    border: 1px solid rgba(237, 249, 250, 0.2) !important;
}
.bc-wine-darkest-20,
.hover-bc-wine-darkest-20:hover,
.focus-bc-wine-darkest-20:focus {
    border-color: rgba(72, 30, 35, 0.2) !important;
}
.border-wine-darkest-20 {
    border: 1px solid rgba(72, 30, 35, 0.2) !important;
}
.bc-wine-darker-20,
.hover-bc-wine-darker-20:hover,
.focus-bc-wine-darker-20:focus {
    border-color: rgba(114, 47, 55, 0.2) !important;
}
.border-wine-darker-20 {
    border: 1px solid rgba(114, 47, 55, 0.2) !important;
}
.bc-wine-dark-20,
.hover-bc-wine-dark-20:hover,
.focus-bc-wine-dark-20:focus {
    border-color: rgba(142, 58, 68, 0.2) !important;
}
.border-wine-dark-20 {
    border: 1px solid rgba(142, 58, 68, 0.2) !important;
}
.bc-wine-20,
.hover-bc-wine-20:hover,
.focus-bc-wine-20:focus {
    border-color: rgba(170, 70, 82, 0.2) !important;
}
.border-wine-20 {
    border: 1px solid rgba(170, 70, 82, 0.2) !important;
}
.bc-wine-light-20,
.hover-bc-wine-light-20:hover,
.focus-bc-wine-light-20:focus {
    border-color: rgba(210, 147, 154, 0.2) !important;
}
.border-wine-light-20 {
    border: 1px solid rgba(210, 147, 154, 0.2) !important;
}
.bc-wine-lighter-20,
.hover-bc-wine-lighter-20:hover,
.focus-bc-wine-lighter-20:focus {
    border-color: rgba(239, 216, 219, 0.2) !important;
}
.border-wine-lighter-20 {
    border: 1px solid rgba(239, 216, 219, 0.2) !important;
}
.bc-wine-lightest-20,
.hover-bc-wine-lightest-20:hover,
.focus-bc-wine-lightest-20:focus {
    border-color: rgba(250, 243, 244, 0.2) !important;
}
.border-wine-lightest-20 {
    border: 1px solid rgba(250, 243, 244, 0.2) !important;
}
.bc-brown-darkest-20,
.hover-bc-brown-darkest-20:hover,
.focus-bc-brown-darkest-20:focus {
    border-color: rgba(61, 47, 43, 0.2) !important;
}
.border-brown-darkest-20 {
    border: 1px solid rgba(61, 47, 43, 0.2) !important;
}
.bc-brown-darker-20,
.hover-bc-brown-darker-20:hover,
.focus-bc-brown-darker-20:focus {
    border-color: rgba(84, 65, 59, 0.2) !important;
}
.border-brown-darker-20 {
    border: 1px solid rgba(84, 65, 59, 0.2) !important;
}
.bc-brown-dark-20,
.hover-bc-brown-dark-20:hover,
.focus-bc-brown-dark-20:focus {
    border-color: rgba(107, 83, 76, 0.2) !important;
}
.border-brown-dark-20 {
    border: 1px solid rgba(107, 83, 76, 0.2) !important;
}
.bc-brown-20,
.hover-bc-brown-20:hover,
.focus-bc-brown-20:focus {
    border-color: rgba(141, 109, 100, 0.2) !important;
}
.border-brown-20 {
    border: 1px solid rgba(141, 109, 100, 0.2) !important;
}
.bc-brown-light-20,
.hover-bc-brown-light-20:hover,
.focus-bc-brown-light-20:focus {
    border-color: rgba(200, 183, 178, 0.2) !important;
}
.border-brown-light-20 {
    border: 1px solid rgba(200, 183, 178, 0.2) !important;
}
.bc-brown-lighter-20,
.hover-bc-brown-lighter-20:hover,
.focus-bc-brown-lighter-20:focus {
    border-color: rgba(233, 226, 224, 0.2) !important;
}
.border-brown-lighter-20 {
    border: 1px solid rgba(233, 226, 224, 0.2) !important;
}
.bc-brown-lightest-20,
.hover-bc-brown-lightest-20:hover,
.focus-bc-brown-lightest-20:focus {
    border-color: rgba(255, 249, 247, 0.2) !important;
}
.border-brown-lightest-20 {
    border: 1px solid rgba(255, 249, 247, 0.2) !important;
}
.bc-almond-darkest-20,
.hover-bc-almond-darkest-20:hover,
.focus-bc-almond-darkest-20:focus {
    border-color: rgba(99, 65, 32, 0.2) !important;
}
.border-almond-darkest-20 {
    border: 1px solid rgba(99, 65, 32, 0.2) !important;
}
.bc-almond-darker-20,
.hover-bc-almond-darker-20:hover,
.focus-bc-almond-darker-20:focus {
    border-color: rgba(138, 91, 44, 0.2) !important;
}
.border-almond-darker-20 {
    border: 1px solid rgba(138, 91, 44, 0.2) !important;
}
.bc-almond-dark-20,
.hover-bc-almond-dark-20:hover,
.focus-bc-almond-dark-20:focus {
    border-color: rgba(173, 114, 55, 0.2) !important;
}
.border-almond-dark-20 {
    border: 1px solid rgba(173, 114, 55, 0.2) !important;
}
.bc-almond-20,
.hover-bc-almond-20:hover,
.focus-bc-almond-20:focus {
    border-color: rgba(196, 134, 71, 0.2) !important;
}
.border-almond-20 {
    border: 1px solid rgba(196, 134, 71, 0.2) !important;
}
.bc-almond-light-20,
.hover-bc-almond-light-20:hover,
.focus-bc-almond-light-20:focus {
    border-color: rgba(220, 183, 146, 0.2) !important;
}
.border-almond-light-20 {
    border: 1px solid rgba(220, 183, 146, 0.2) !important;
}
.bc-almond-lighter-20,
.hover-bc-almond-lighter-20:hover,
.focus-bc-almond-lighter-20:focus {
    border-color: rgba(239, 222, 205, 0.2) !important;
}
.border-almond-lighter-20 {
    border: 1px solid rgba(239, 222, 205, 0.2) !important;
}
.bc-almond-lightest-20,
.hover-bc-almond-lightest-20:hover,
.focus-bc-almond-lightest-20:focus {
    border-color: rgba(249, 240, 232, 0.2) !important;
}
.border-almond-lightest-20 {
    border: 1px solid rgba(249, 240, 232, 0.2) !important;
}
.bc-slategray-darkest-20,
.hover-bc-slategray-darkest-20:hover,
.focus-bc-slategray-darkest-20:focus {
    border-color: rgba(5, 25, 45, 0.2) !important;
}
.border-slategray-darkest-20 {
    border: 1px solid rgba(5, 25, 45, 0.2) !important;
}
.bc-slategray-darker-20,
.hover-bc-slategray-darker-20:hover,
.focus-bc-slategray-darker-20:focus {
    border-color: rgba(16, 44, 69, 0.2) !important;
}
.border-slategray-darker-20 {
    border: 1px solid rgba(16, 44, 69, 0.2) !important;
}
.bc-slategray-dark-20,
.hover-bc-slategray-dark-20:hover,
.focus-bc-slategray-dark-20:focus {
    border-color: rgba(47, 80, 112, 0.2) !important;
}
.border-slategray-dark-20 {
    border: 1px solid rgba(47, 80, 112, 0.2) !important;
}
.bc-slategray-20,
.hover-bc-slategray-20:hover,
.focus-bc-slategray-20:focus {
    border-color: rgba(81, 116, 149, 0.2) !important;
}
.border-slategray-20 {
    border: 1px solid rgba(81, 116, 149, 0.2) !important;
}
.bc-slategray-light-20,
.hover-bc-slategray-light-20:hover,
.focus-bc-slategray-light-20:focus {
    border-color: rgba(150, 177, 203, 0.2) !important;
}
.border-slategray-light-20 {
    border: 1px solid rgba(150, 177, 203, 0.2) !important;
}
.bc-slategray-lighter-20,
.hover-bc-slategray-lighter-20:hover,
.focus-bc-slategray-lighter-20:focus {
    border-color: rgba(208, 220, 231, 0.2) !important;
}
.border-slategray-lighter-20 {
    border: 1px solid rgba(208, 220, 231, 0.2) !important;
}
.bc-slategray-lightest-20,
.hover-bc-slategray-lightest-20:hover,
.focus-bc-slategray-lightest-20:focus {
    border-color: rgba(242, 245, 247, 0.2) !important;
}
.border-slategray-lightest-20 {
    border: 1px solid rgba(242, 245, 247, 0.2) !important;
}
.bc-gray-darkest-20,
.hover-bc-gray-darkest-20:hover,
.focus-bc-gray-darkest-20:focus {
    border-color: rgba(54, 69, 79, 0.2) !important;
}
.border-gray-darkest-20 {
    border: 1px solid rgba(54, 69, 79, 0.2) !important;
}
.bc-gray-darker-20,
.hover-bc-gray-darker-20:hover,
.focus-bc-gray-darker-20:focus {
    border-color: rgba(70, 89, 102, 0.2) !important;
}
.border-gray-darker-20 {
    border: 1px solid rgba(70, 89, 102, 0.2) !important;
}
.bc-gray-dark-20,
.hover-bc-gray-dark-20:hover,
.focus-bc-gray-dark-20:focus {
    border-color: rgba(86, 110, 126, 0.2) !important;
}
.border-gray-dark-20 {
    border: 1px solid rgba(86, 110, 126, 0.2) !important;
}
.bc-gray-20,
.hover-bc-gray-20:hover,
.focus-bc-gray-20:focus {
    border-color: rgba(102, 130, 149, 0.2) !important;
}
.border-gray-20 {
    border: 1px solid rgba(102, 130, 149, 0.2) !important;
}
.bc-gray-light-20,
.hover-bc-gray-light-20:hover,
.focus-bc-gray-light-20:focus {
    border-color: rgba(183, 196, 205, 0.2) !important;
}
.border-gray-light-20 {
    border: 1px solid rgba(183, 196, 205, 0.2) !important;
}
.bc-gray-lighter-20,
.hover-bc-gray-lighter-20:hover,
.focus-bc-gray-lighter-20:focus {
    border-color: rgba(228, 232, 235, 0.2) !important;
}
.border-gray-lighter-20 {
    border: 1px solid rgba(228, 232, 235, 0.2) !important;
}
.bc-gray-lightest-20,
.hover-bc-gray-lightest-20:hover,
.focus-bc-gray-lightest-20:focus {
    border-color: rgba(238, 241, 245, 0.2) !important;
}
.border-gray-lightest-20 {
    border: 1px solid rgba(238, 241, 245, 0.2) !important;
}
.bc-black-30,
.hover-bc-black-30:hover,
.focus-bc-black-30:focus {
    border-color: rgba(0, 0, 0, 0.3) !important;
}
.border-black-30 {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.bc-white-30,
.hover-bc-white-30:hover,
.focus-bc-white-30:focus {
    border-color: rgba(255, 255, 255, 0.3) !important;
}
.border-white-30 {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.bc-transparent-30,
.hover-bc-transparent-30:hover,
.focus-bc-transparent-30:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-30 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-30,
.hover-bc-blue-darkest-30:hover,
.focus-bc-blue-darkest-30:focus {
    border-color: rgba(2, 48, 93, 0.3) !important;
}
.border-blue-darkest-30 {
    border: 1px solid rgba(2, 48, 93, 0.3) !important;
}
.bc-blue-darker-30,
.hover-bc-blue-darker-30:hover,
.focus-bc-blue-darker-30:focus {
    border-color: rgba(26, 93, 158, 0.3) !important;
}
.border-blue-darker-30 {
    border: 1px solid rgba(26, 93, 158, 0.3) !important;
}
.bc-blue-dark-30,
.hover-bc-blue-dark-30:hover,
.focus-bc-blue-dark-30:focus {
    border-color: rgba(23, 115, 206, 0.3) !important;
}
.border-blue-dark-30 {
    border: 1px solid rgba(23, 115, 206, 0.3) !important;
}
.bc-blue-30,
.hover-bc-blue-30:hover,
.focus-bc-blue-30:focus {
    border-color: rgba(64, 158, 255, 0.3) !important;
}
.border-blue-30 {
    border: 1px solid rgba(64, 158, 255, 0.3) !important;
}
.bc-blue-light-30,
.hover-bc-blue-light-30:hover,
.focus-bc-blue-light-30:focus {
    border-color: rgba(101, 178, 255, 0.3) !important;
}
.border-blue-light-30 {
    border: 1px solid rgba(101, 178, 255, 0.3) !important;
}
.bc-blue-lighter-30,
.hover-bc-blue-lighter-30:hover,
.focus-bc-blue-lighter-30:focus {
    border-color: rgba(179, 217, 255, 0.3) !important;
}
.border-blue-lighter-30 {
    border: 1px solid rgba(179, 217, 255, 0.3) !important;
}
.bc-blue-lightest-30,
.hover-bc-blue-lightest-30:hover,
.focus-bc-blue-lightest-30:focus {
    border-color: rgba(236, 245, 255, 0.3) !important;
}
.border-blue-lightest-30 {
    border: 1px solid rgba(236, 245, 255, 0.3) !important;
}
.bc-indigo-darkest-30,
.hover-bc-indigo-darkest-30:hover,
.focus-bc-indigo-darkest-30:focus {
    border-color: rgba(39, 32, 117, 0.3) !important;
}
.border-indigo-darkest-30 {
    border: 1px solid rgba(39, 32, 117, 0.3) !important;
}
.bc-indigo-darker-30,
.hover-bc-indigo-darker-30:hover,
.focus-bc-indigo-darker-30:focus {
    border-color: rgba(51, 42, 153, 0.3) !important;
}
.border-indigo-darker-30 {
    border: 1px solid rgba(51, 42, 153, 0.3) !important;
}
.bc-indigo-dark-30,
.hover-bc-indigo-dark-30:hover,
.focus-bc-indigo-dark-30:focus {
    border-color: rgba(63, 51, 189, 0.3) !important;
}
.border-indigo-dark-30 {
    border: 1px solid rgba(63, 51, 189, 0.3) !important;
}
.bc-indigo-30,
.hover-bc-indigo-30:hover,
.focus-bc-indigo-30:focus {
    border-color: rgba(90, 79, 207, 0.3) !important;
}
.border-indigo-30 {
    border: 1px solid rgba(90, 79, 207, 0.3) !important;
}
.bc-indigo-light-30,
.hover-bc-indigo-light-30:hover,
.focus-bc-indigo-light-30:focus {
    border-color: rgba(131, 122, 230, 0.3) !important;
}
.border-indigo-light-30 {
    border: 1px solid rgba(131, 122, 230, 0.3) !important;
}
.bc-indigo-lighter-30,
.hover-bc-indigo-lighter-30:hover,
.focus-bc-indigo-lighter-30:focus {
    border-color: rgba(194, 189, 246, 0.3) !important;
}
.border-indigo-lighter-30 {
    border: 1px solid rgba(194, 189, 246, 0.3) !important;
}
.bc-indigo-lightest-30,
.hover-bc-indigo-lightest-30:hover,
.focus-bc-indigo-lightest-30:focus {
    border-color: rgba(240, 238, 255, 0.3) !important;
}
.border-indigo-lightest-30 {
    border: 1px solid rgba(240, 238, 255, 0.3) !important;
}
.bc-purple-darkest-30,
.hover-bc-purple-darkest-30:hover,
.focus-bc-purple-darkest-30:focus {
    border-color: rgba(61, 6, 95, 0.3) !important;
}
.border-purple-darkest-30 {
    border: 1px solid rgba(61, 6, 95, 0.3) !important;
}
.bc-purple-darker-30,
.hover-bc-purple-darker-30:hover,
.focus-bc-purple-darker-30:focus {
    border-color: rgba(96, 10, 151, 0.3) !important;
}
.border-purple-darker-30 {
    border: 1px solid rgba(96, 10, 151, 0.3) !important;
}
.bc-purple-dark-30,
.hover-bc-purple-dark-30:hover,
.focus-bc-purple-dark-30:focus {
    border-color: rgba(132, 13, 206, 0.3) !important;
}
.border-purple-dark-30 {
    border: 1px solid rgba(132, 13, 206, 0.3) !important;
}
.bc-purple-30,
.hover-bc-purple-30:hover,
.focus-bc-purple-30:focus {
    border-color: rgba(170, 56, 242, 0.3) !important;
}
.border-purple-30 {
    border: 1px solid rgba(170, 56, 242, 0.3) !important;
}
.bc-purple-light-30,
.hover-bc-purple-light-30:hover,
.focus-bc-purple-light-30:focus {
    border-color: rgba(204, 136, 247, 0.3) !important;
}
.border-purple-light-30 {
    border: 1px solid rgba(204, 136, 247, 0.3) !important;
}
.bc-purple-lighter-30,
.hover-bc-purple-lighter-30:hover,
.focus-bc-purple-lighter-30:focus {
    border-color: rgba(233, 203, 252, 0.3) !important;
}
.border-purple-lighter-30 {
    border: 1px solid rgba(233, 203, 252, 0.3) !important;
}
.bc-purple-lightest-30,
.hover-bc-purple-lightest-30:hover,
.focus-bc-purple-lightest-30:focus {
    border-color: rgba(249, 240, 254, 0.3) !important;
}
.border-purple-lightest-30 {
    border: 1px solid rgba(249, 240, 254, 0.3) !important;
}
.bc-pink-darkest-30,
.hover-bc-pink-darkest-30:hover,
.focus-bc-pink-darkest-30:focus {
    border-color: rgba(88, 0, 32, 0.3) !important;
}
.border-pink-darkest-30 {
    border: 1px solid rgba(88, 0, 32, 0.3) !important;
}
.bc-pink-darker-30,
.hover-bc-pink-darker-30:hover,
.focus-bc-pink-darker-30:focus {
    border-color: rgba(147, 0, 54, 0.3) !important;
}
.border-pink-darker-30 {
    border: 1px solid rgba(147, 0, 54, 0.3) !important;
}
.bc-pink-dark-30,
.hover-bc-pink-dark-30:hover,
.focus-bc-pink-dark-30:focus {
    border-color: rgba(201, 54, 108, 0.3) !important;
}
.border-pink-dark-30 {
    border: 1px solid rgba(201, 54, 108, 0.3) !important;
}
.bc-pink-30,
.hover-bc-pink-30:hover,
.focus-bc-pink-30:focus {
    border-color: rgba(240, 101, 151, 0.3) !important;
}
.border-pink-30 {
    border: 1px solid rgba(240, 101, 151, 0.3) !important;
}
.bc-pink-light-30,
.hover-bc-pink-light-30:hover,
.focus-bc-pink-light-30:focus {
    border-color: rgba(245, 142, 180, 0.3) !important;
}
.border-pink-light-30 {
    border: 1px solid rgba(245, 142, 180, 0.3) !important;
}
.bc-pink-lighter-30,
.hover-bc-pink-lighter-30:hover,
.focus-bc-pink-lighter-30:focus {
    border-color: rgba(255, 205, 223, 0.3) !important;
}
.border-pink-lighter-30 {
    border: 1px solid rgba(255, 205, 223, 0.3) !important;
}
.bc-pink-lightest-30,
.hover-bc-pink-lightest-30:hover,
.focus-bc-pink-lightest-30:focus {
    border-color: rgba(255, 235, 242, 0.3) !important;
}
.border-pink-lightest-30 {
    border: 1px solid rgba(255, 235, 242, 0.3) !important;
}
.bc-red-darkest-30,
.hover-bc-red-darkest-30:hover,
.focus-bc-red-darkest-30:focus {
    border-color: rgba(117, 14, 18, 0.3) !important;
}
.border-red-darkest-30 {
    border: 1px solid rgba(117, 14, 18, 0.3) !important;
}
.bc-red-darker-30,
.hover-bc-red-darker-30:hover,
.focus-bc-red-darker-30:focus {
    border-color: rgba(169, 21, 26, 0.3) !important;
}
.border-red-darker-30 {
    border: 1px solid rgba(169, 21, 26, 0.3) !important;
}
.bc-red-dark-30,
.hover-bc-red-dark-30:hover,
.focus-bc-red-dark-30:focus {
    border-color: rgba(204, 25, 31, 0.3) !important;
}
.border-red-dark-30 {
    border: 1px solid rgba(204, 25, 31, 0.3) !important;
}
.bc-red-30,
.hover-bc-red-30:hover,
.focus-bc-red-30:focus {
    border-color: rgba(231, 57, 63, 0.3) !important;
}
.border-red-30 {
    border: 1px solid rgba(231, 57, 63, 0.3) !important;
}
.bc-red-light-30,
.hover-bc-red-light-30:hover,
.focus-bc-red-light-30:focus {
    border-color: rgba(237, 109, 114, 0.3) !important;
}
.border-red-light-30 {
    border: 1px solid rgba(237, 109, 114, 0.3) !important;
}
.bc-red-lighter-30,
.hover-bc-red-lighter-30:hover,
.focus-bc-red-lighter-30:focus {
    border-color: rgba(248, 197, 199, 0.3) !important;
}
.border-red-lighter-30 {
    border: 1px solid rgba(248, 197, 199, 0.3) !important;
}
.bc-red-lightest-30,
.hover-bc-red-lightest-30:hover,
.focus-bc-red-lightest-30:focus {
    border-color: rgba(252, 232, 232, 0.3) !important;
}
.border-red-lightest-30 {
    border: 1px solid rgba(252, 232, 232, 0.3) !important;
}
.bc-orange-darkest-30,
.hover-bc-orange-darkest-30:hover,
.focus-bc-orange-darkest-30:focus {
    border-color: rgba(133, 67, 0, 0.3) !important;
}
.border-orange-darkest-30 {
    border: 1px solid rgba(133, 67, 0, 0.3) !important;
}
.bc-orange-darker-30,
.hover-bc-orange-darker-30:hover,
.focus-bc-orange-darker-30:focus {
    border-color: rgba(192, 96, 0, 0.3) !important;
}
.border-orange-darker-30 {
    border: 1px solid rgba(192, 96, 0, 0.3) !important;
}
.bc-orange-dark-30,
.hover-bc-orange-dark-30:hover,
.focus-bc-orange-dark-30:focus {
    border-color: rgba(231, 116, 0, 0.3) !important;
}
.border-orange-dark-30 {
    border: 1px solid rgba(231, 116, 0, 0.3) !important;
}
.bc-orange-30,
.hover-bc-orange-30:hover,
.focus-bc-orange-30:focus {
    border-color: rgba(255, 135, 16, 0.3) !important;
}
.border-orange-30 {
    border: 1px solid rgba(255, 135, 16, 0.3) !important;
}
.bc-orange-light-30,
.hover-bc-orange-light-30:hover,
.focus-bc-orange-light-30:focus {
    border-color: rgba(255, 184, 114, 0.3) !important;
}
.border-orange-light-30 {
    border: 1px solid rgba(255, 184, 114, 0.3) !important;
}
.bc-orange-lighter-30,
.hover-bc-orange-lighter-30:hover,
.focus-bc-orange-lighter-30:focus {
    border-color: rgba(255, 224, 192, 0.3) !important;
}
.border-orange-lighter-30 {
    border: 1px solid rgba(255, 224, 192, 0.3) !important;
}
.bc-orange-lightest-30,
.hover-bc-orange-lightest-30:hover,
.focus-bc-orange-lightest-30:focus {
    border-color: rgba(255, 243, 231, 0.3) !important;
}
.border-orange-lightest-30 {
    border: 1px solid rgba(255, 243, 231, 0.3) !important;
}
.bc-yellow-darkest-30,
.hover-bc-yellow-darkest-30:hover,
.focus-bc-yellow-darkest-30:focus {
    border-color: rgba(106, 85, 2, 0.3) !important;
}
.border-yellow-darkest-30 {
    border: 1px solid rgba(106, 85, 2, 0.3) !important;
}
.bc-yellow-darker-30,
.hover-bc-yellow-darker-30:hover,
.focus-bc-yellow-darker-30:focus {
    border-color: rgba(183, 147, 3, 0.3) !important;
}
.border-yellow-darker-30 {
    border: 1px solid rgba(183, 147, 3, 0.3) !important;
}
.bc-yellow-dark-30,
.hover-bc-yellow-dark-30:hover,
.focus-bc-yellow-dark-30:focus {
    border-color: rgba(221, 177, 4, 0.3) !important;
}
.border-yellow-dark-30 {
    border: 1px solid rgba(221, 177, 4, 0.3) !important;
}
.bc-yellow-30,
.hover-bc-yellow-30:hover,
.focus-bc-yellow-30:focus {
    border-color: rgba(250, 203, 14, 0.3) !important;
}
.border-yellow-30 {
    border: 1px solid rgba(250, 203, 14, 0.3) !important;
}
.bc-yellow-light-30,
.hover-bc-yellow-light-30:hover,
.focus-bc-yellow-light-30:focus {
    border-color: rgba(253, 228, 130, 0.3) !important;
}
.border-yellow-light-30 {
    border: 1px solid rgba(253, 228, 130, 0.3) !important;
}
.bc-yellow-lighter-30,
.hover-bc-yellow-lighter-30:hover,
.focus-bc-yellow-lighter-30:focus {
    border-color: rgba(254, 240, 188, 0.3) !important;
}
.border-yellow-lighter-30 {
    border: 1px solid rgba(254, 240, 188, 0.3) !important;
}
.bc-yellow-lightest-30,
.hover-bc-yellow-lightest-30:hover,
.focus-bc-yellow-lightest-30:focus {
    border-color: rgba(254, 247, 219, 0.3) !important;
}
.border-yellow-lightest-30 {
    border: 1px solid rgba(254, 247, 219, 0.3) !important;
}
.bc-pear-darkest-30,
.hover-bc-pear-darkest-30:hover,
.focus-bc-pear-darkest-30:focus {
    border-color: rgba(79, 86, 12, 0.3) !important;
}
.border-pear-darkest-30 {
    border: 1px solid rgba(79, 86, 12, 0.3) !important;
}
.bc-pear-darker-30,
.hover-bc-pear-darker-30:hover,
.focus-bc-pear-darker-30:focus {
    border-color: rgba(127, 138, 19, 0.3) !important;
}
.border-pear-darker-30 {
    border: 1px solid rgba(127, 138, 19, 0.3) !important;
}
.bc-pear-dark-30,
.hover-bc-pear-dark-30:hover,
.focus-bc-pear-dark-30:focus {
    border-color: rgba(158, 172, 24, 0.3) !important;
}
.border-pear-dark-30 {
    border: 1px solid rgba(158, 172, 24, 0.3) !important;
}
.bc-pear-30,
.hover-bc-pear-30:hover,
.focus-bc-pear-30:focus {
    border-color: rgba(190, 207, 29, 0.3) !important;
}
.border-pear-30 {
    border: 1px solid rgba(190, 207, 29, 0.3) !important;
}
.bc-pear-light-30,
.hover-bc-pear-light-30:hover,
.focus-bc-pear-light-30:focus {
    border-color: rgba(221, 233, 101, 0.3) !important;
}
.border-pear-light-30 {
    border: 1px solid rgba(221, 233, 101, 0.3) !important;
}
.bc-pear-lighter-30,
.hover-bc-pear-lighter-30:hover,
.focus-bc-pear-lighter-30:focus {
    border-color: rgba(244, 248, 204, 0.3) !important;
}
.border-pear-lighter-30 {
    border: 1px solid rgba(244, 248, 204, 0.3) !important;
}
.bc-pear-lightest-30,
.hover-bc-pear-lightest-30:hover,
.focus-bc-pear-lightest-30:focus {
    border-color: rgba(251, 253, 238, 0.3) !important;
}
.border-pear-lightest-30 {
    border: 1px solid rgba(251, 253, 238, 0.3) !important;
}
.bc-green-darkest-30,
.hover-bc-green-darkest-30:hover,
.focus-bc-green-darkest-30:focus {
    border-color: rgba(32, 97, 32, 0.3) !important;
}
.border-green-darkest-30 {
    border: 1px solid rgba(32, 97, 32, 0.3) !important;
}
.bc-green-darker-30,
.hover-bc-green-darker-30:hover,
.focus-bc-green-darker-30:focus {
    border-color: rgba(47, 141, 47, 0.3) !important;
}
.border-green-darker-30 {
    border: 1px solid rgba(47, 141, 47, 0.3) !important;
}
.bc-green-dark-30,
.hover-bc-green-dark-30:hover,
.focus-bc-green-dark-30:focus {
    border-color: rgba(57, 171, 57, 0.3) !important;
}
.border-green-dark-30 {
    border: 1px solid rgba(57, 171, 57, 0.3) !important;
}
.bc-green-30,
.hover-bc-green-30:hover,
.focus-bc-green-30:focus {
    border-color: rgba(73, 194, 73, 0.3) !important;
}
.border-green-30 {
    border: 1px solid rgba(73, 194, 73, 0.3) !important;
}
.bc-green-light-30,
.hover-bc-green-light-30:hover,
.focus-bc-green-light-30:focus {
    border-color: rgba(137, 224, 137, 0.3) !important;
}
.border-green-light-30 {
    border: 1px solid rgba(137, 224, 137, 0.3) !important;
}
.bc-green-lighter-30,
.hover-bc-green-lighter-30:hover,
.focus-bc-green-lighter-30:focus {
    border-color: rgba(220, 243, 220, 0.3) !important;
}
.border-green-lighter-30 {
    border: 1px solid rgba(220, 243, 220, 0.3) !important;
}
.bc-green-lightest-30,
.hover-bc-green-lightest-30:hover,
.focus-bc-green-lightest-30:focus {
    border-color: rgba(234, 248, 234, 0.3) !important;
}
.border-green-lightest-30 {
    border: 1px solid rgba(234, 248, 234, 0.3) !important;
}
.bc-mint-darkest-30,
.hover-bc-mint-darkest-30:hover,
.focus-bc-mint-darkest-30:focus {
    border-color: rgba(19, 107, 68, 0.3) !important;
}
.border-mint-darkest-30 {
    border: 1px solid rgba(19, 107, 68, 0.3) !important;
}
.bc-mint-darker-30,
.hover-bc-mint-darker-30:hover,
.focus-bc-mint-darker-30:focus {
    border-color: rgba(29, 165, 105, 0.3) !important;
}
.border-mint-darker-30 {
    border: 1px solid rgba(29, 165, 105, 0.3) !important;
}
.bc-mint-dark-30,
.hover-bc-mint-dark-30:hover,
.focus-bc-mint-dark-30:focus {
    border-color: rgba(35, 198, 126, 0.3) !important;
}
.border-mint-dark-30 {
    border: 1px solid rgba(35, 198, 126, 0.3) !important;
}
.bc-mint-30,
.hover-bc-mint-30:hover,
.focus-bc-mint-30:focus {
    border-color: rgba(53, 219, 146, 0.3) !important;
}
.border-mint-30 {
    border: 1px solid rgba(53, 219, 146, 0.3) !important;
}
.bc-mint-light-30,
.hover-bc-mint-light-30:hover,
.focus-bc-mint-light-30:focus {
    border-color: rgba(137, 234, 191, 0.3) !important;
}
.border-mint-light-30 {
    border: 1px solid rgba(137, 234, 191, 0.3) !important;
}
.bc-mint-lighter-30,
.hover-bc-mint-lighter-30:hover,
.focus-bc-mint-lighter-30:focus {
    border-color: rgba(220, 249, 236, 0.3) !important;
}
.border-mint-lighter-30 {
    border: 1px solid rgba(220, 249, 236, 0.3) !important;
}
.bc-mint-lightest-30,
.hover-bc-mint-lightest-30:hover,
.focus-bc-mint-lightest-30:focus {
    border-color: rgba(242, 252, 247, 0.3) !important;
}
.border-mint-lightest-30 {
    border: 1px solid rgba(242, 252, 247, 0.3) !important;
}
.bc-teal-darkest-30,
.hover-bc-teal-darkest-30:hover,
.focus-bc-teal-darkest-30:focus {
    border-color: rgba(34, 89, 96, 0.3) !important;
}
.border-teal-darkest-30 {
    border: 1px solid rgba(34, 89, 96, 0.3) !important;
}
.bc-teal-darker-30,
.hover-bc-teal-darker-30:hover,
.focus-bc-teal-darker-30:focus {
    border-color: rgba(45, 116, 125, 0.3) !important;
}
.border-teal-darker-30 {
    border: 1px solid rgba(45, 116, 125, 0.3) !important;
}
.bc-teal-dark-30,
.hover-bc-teal-dark-30:hover,
.focus-bc-teal-dark-30:focus {
    border-color: rgba(55, 142, 153, 0.3) !important;
}
.border-teal-dark-30 {
    border: 1px solid rgba(55, 142, 153, 0.3) !important;
}
.bc-teal-30,
.hover-bc-teal-30:hover,
.focus-bc-teal-30:focus {
    border-color: rgba(66, 169, 182, 0.3) !important;
}
.border-teal-30 {
    border: 1px solid rgba(66, 169, 182, 0.3) !important;
}
.bc-teal-light-30,
.hover-bc-teal-light-30:hover,
.focus-bc-teal-light-30:focus {
    border-color: rgba(149, 209, 217, 0.3) !important;
}
.border-teal-light-30 {
    border: 1px solid rgba(149, 209, 217, 0.3) !important;
}
.bc-teal-lighter-30,
.hover-bc-teal-lighter-30:hover,
.focus-bc-teal-lighter-30:focus {
    border-color: rgba(221, 240, 243, 0.3) !important;
}
.border-teal-lighter-30 {
    border: 1px solid rgba(221, 240, 243, 0.3) !important;
}
.bc-teal-lightest-30,
.hover-bc-teal-lightest-30:hover,
.focus-bc-teal-lightest-30:focus {
    border-color: rgba(237, 249, 250, 0.3) !important;
}
.border-teal-lightest-30 {
    border: 1px solid rgba(237, 249, 250, 0.3) !important;
}
.bc-wine-darkest-30,
.hover-bc-wine-darkest-30:hover,
.focus-bc-wine-darkest-30:focus {
    border-color: rgba(72, 30, 35, 0.3) !important;
}
.border-wine-darkest-30 {
    border: 1px solid rgba(72, 30, 35, 0.3) !important;
}
.bc-wine-darker-30,
.hover-bc-wine-darker-30:hover,
.focus-bc-wine-darker-30:focus {
    border-color: rgba(114, 47, 55, 0.3) !important;
}
.border-wine-darker-30 {
    border: 1px solid rgba(114, 47, 55, 0.3) !important;
}
.bc-wine-dark-30,
.hover-bc-wine-dark-30:hover,
.focus-bc-wine-dark-30:focus {
    border-color: rgba(142, 58, 68, 0.3) !important;
}
.border-wine-dark-30 {
    border: 1px solid rgba(142, 58, 68, 0.3) !important;
}
.bc-wine-30,
.hover-bc-wine-30:hover,
.focus-bc-wine-30:focus {
    border-color: rgba(170, 70, 82, 0.3) !important;
}
.border-wine-30 {
    border: 1px solid rgba(170, 70, 82, 0.3) !important;
}
.bc-wine-light-30,
.hover-bc-wine-light-30:hover,
.focus-bc-wine-light-30:focus {
    border-color: rgba(210, 147, 154, 0.3) !important;
}
.border-wine-light-30 {
    border: 1px solid rgba(210, 147, 154, 0.3) !important;
}
.bc-wine-lighter-30,
.hover-bc-wine-lighter-30:hover,
.focus-bc-wine-lighter-30:focus {
    border-color: rgba(239, 216, 219, 0.3) !important;
}
.border-wine-lighter-30 {
    border: 1px solid rgba(239, 216, 219, 0.3) !important;
}
.bc-wine-lightest-30,
.hover-bc-wine-lightest-30:hover,
.focus-bc-wine-lightest-30:focus {
    border-color: rgba(250, 243, 244, 0.3) !important;
}
.border-wine-lightest-30 {
    border: 1px solid rgba(250, 243, 244, 0.3) !important;
}
.bc-brown-darkest-30,
.hover-bc-brown-darkest-30:hover,
.focus-bc-brown-darkest-30:focus {
    border-color: rgba(61, 47, 43, 0.3) !important;
}
.border-brown-darkest-30 {
    border: 1px solid rgba(61, 47, 43, 0.3) !important;
}
.bc-brown-darker-30,
.hover-bc-brown-darker-30:hover,
.focus-bc-brown-darker-30:focus {
    border-color: rgba(84, 65, 59, 0.3) !important;
}
.border-brown-darker-30 {
    border: 1px solid rgba(84, 65, 59, 0.3) !important;
}
.bc-brown-dark-30,
.hover-bc-brown-dark-30:hover,
.focus-bc-brown-dark-30:focus {
    border-color: rgba(107, 83, 76, 0.3) !important;
}
.border-brown-dark-30 {
    border: 1px solid rgba(107, 83, 76, 0.3) !important;
}
.bc-brown-30,
.hover-bc-brown-30:hover,
.focus-bc-brown-30:focus {
    border-color: rgba(141, 109, 100, 0.3) !important;
}
.border-brown-30 {
    border: 1px solid rgba(141, 109, 100, 0.3) !important;
}
.bc-brown-light-30,
.hover-bc-brown-light-30:hover,
.focus-bc-brown-light-30:focus {
    border-color: rgba(200, 183, 178, 0.3) !important;
}
.border-brown-light-30 {
    border: 1px solid rgba(200, 183, 178, 0.3) !important;
}
.bc-brown-lighter-30,
.hover-bc-brown-lighter-30:hover,
.focus-bc-brown-lighter-30:focus {
    border-color: rgba(233, 226, 224, 0.3) !important;
}
.border-brown-lighter-30 {
    border: 1px solid rgba(233, 226, 224, 0.3) !important;
}
.bc-brown-lightest-30,
.hover-bc-brown-lightest-30:hover,
.focus-bc-brown-lightest-30:focus {
    border-color: rgba(255, 249, 247, 0.3) !important;
}
.border-brown-lightest-30 {
    border: 1px solid rgba(255, 249, 247, 0.3) !important;
}
.bc-almond-darkest-30,
.hover-bc-almond-darkest-30:hover,
.focus-bc-almond-darkest-30:focus {
    border-color: rgba(99, 65, 32, 0.3) !important;
}
.border-almond-darkest-30 {
    border: 1px solid rgba(99, 65, 32, 0.3) !important;
}
.bc-almond-darker-30,
.hover-bc-almond-darker-30:hover,
.focus-bc-almond-darker-30:focus {
    border-color: rgba(138, 91, 44, 0.3) !important;
}
.border-almond-darker-30 {
    border: 1px solid rgba(138, 91, 44, 0.3) !important;
}
.bc-almond-dark-30,
.hover-bc-almond-dark-30:hover,
.focus-bc-almond-dark-30:focus {
    border-color: rgba(173, 114, 55, 0.3) !important;
}
.border-almond-dark-30 {
    border: 1px solid rgba(173, 114, 55, 0.3) !important;
}
.bc-almond-30,
.hover-bc-almond-30:hover,
.focus-bc-almond-30:focus {
    border-color: rgba(196, 134, 71, 0.3) !important;
}
.border-almond-30 {
    border: 1px solid rgba(196, 134, 71, 0.3) !important;
}
.bc-almond-light-30,
.hover-bc-almond-light-30:hover,
.focus-bc-almond-light-30:focus {
    border-color: rgba(220, 183, 146, 0.3) !important;
}
.border-almond-light-30 {
    border: 1px solid rgba(220, 183, 146, 0.3) !important;
}
.bc-almond-lighter-30,
.hover-bc-almond-lighter-30:hover,
.focus-bc-almond-lighter-30:focus {
    border-color: rgba(239, 222, 205, 0.3) !important;
}
.border-almond-lighter-30 {
    border: 1px solid rgba(239, 222, 205, 0.3) !important;
}
.bc-almond-lightest-30,
.hover-bc-almond-lightest-30:hover,
.focus-bc-almond-lightest-30:focus {
    border-color: rgba(249, 240, 232, 0.3) !important;
}
.border-almond-lightest-30 {
    border: 1px solid rgba(249, 240, 232, 0.3) !important;
}
.bc-slategray-darkest-30,
.hover-bc-slategray-darkest-30:hover,
.focus-bc-slategray-darkest-30:focus {
    border-color: rgba(5, 25, 45, 0.3) !important;
}
.border-slategray-darkest-30 {
    border: 1px solid rgba(5, 25, 45, 0.3) !important;
}
.bc-slategray-darker-30,
.hover-bc-slategray-darker-30:hover,
.focus-bc-slategray-darker-30:focus {
    border-color: rgba(16, 44, 69, 0.3) !important;
}
.border-slategray-darker-30 {
    border: 1px solid rgba(16, 44, 69, 0.3) !important;
}
.bc-slategray-dark-30,
.hover-bc-slategray-dark-30:hover,
.focus-bc-slategray-dark-30:focus {
    border-color: rgba(47, 80, 112, 0.3) !important;
}
.border-slategray-dark-30 {
    border: 1px solid rgba(47, 80, 112, 0.3) !important;
}
.bc-slategray-30,
.hover-bc-slategray-30:hover,
.focus-bc-slategray-30:focus {
    border-color: rgba(81, 116, 149, 0.3) !important;
}
.border-slategray-30 {
    border: 1px solid rgba(81, 116, 149, 0.3) !important;
}
.bc-slategray-light-30,
.hover-bc-slategray-light-30:hover,
.focus-bc-slategray-light-30:focus {
    border-color: rgba(150, 177, 203, 0.3) !important;
}
.border-slategray-light-30 {
    border: 1px solid rgba(150, 177, 203, 0.3) !important;
}
.bc-slategray-lighter-30,
.hover-bc-slategray-lighter-30:hover,
.focus-bc-slategray-lighter-30:focus {
    border-color: rgba(208, 220, 231, 0.3) !important;
}
.border-slategray-lighter-30 {
    border: 1px solid rgba(208, 220, 231, 0.3) !important;
}
.bc-slategray-lightest-30,
.hover-bc-slategray-lightest-30:hover,
.focus-bc-slategray-lightest-30:focus {
    border-color: rgba(242, 245, 247, 0.3) !important;
}
.border-slategray-lightest-30 {
    border: 1px solid rgba(242, 245, 247, 0.3) !important;
}
.bc-gray-darkest-30,
.hover-bc-gray-darkest-30:hover,
.focus-bc-gray-darkest-30:focus {
    border-color: rgba(54, 69, 79, 0.3) !important;
}
.border-gray-darkest-30 {
    border: 1px solid rgba(54, 69, 79, 0.3) !important;
}
.bc-gray-darker-30,
.hover-bc-gray-darker-30:hover,
.focus-bc-gray-darker-30:focus {
    border-color: rgba(70, 89, 102, 0.3) !important;
}
.border-gray-darker-30 {
    border: 1px solid rgba(70, 89, 102, 0.3) !important;
}
.bc-gray-dark-30,
.hover-bc-gray-dark-30:hover,
.focus-bc-gray-dark-30:focus {
    border-color: rgba(86, 110, 126, 0.3) !important;
}
.border-gray-dark-30 {
    border: 1px solid rgba(86, 110, 126, 0.3) !important;
}
.bc-gray-30,
.hover-bc-gray-30:hover,
.focus-bc-gray-30:focus {
    border-color: rgba(102, 130, 149, 0.3) !important;
}
.border-gray-30 {
    border: 1px solid rgba(102, 130, 149, 0.3) !important;
}
.bc-gray-light-30,
.hover-bc-gray-light-30:hover,
.focus-bc-gray-light-30:focus {
    border-color: rgba(183, 196, 205, 0.3) !important;
}
.border-gray-light-30 {
    border: 1px solid rgba(183, 196, 205, 0.3) !important;
}
.bc-gray-lighter-30,
.hover-bc-gray-lighter-30:hover,
.focus-bc-gray-lighter-30:focus {
    border-color: rgba(228, 232, 235, 0.3) !important;
}
.border-gray-lighter-30 {
    border: 1px solid rgba(228, 232, 235, 0.3) !important;
}
.bc-gray-lightest-30,
.hover-bc-gray-lightest-30:hover,
.focus-bc-gray-lightest-30:focus {
    border-color: rgba(238, 241, 245, 0.3) !important;
}
.border-gray-lightest-30 {
    border: 1px solid rgba(238, 241, 245, 0.3) !important;
}
.bc-black-40,
.hover-bc-black-40:hover,
.focus-bc-black-40:focus {
    border-color: rgba(0, 0, 0, 0.4) !important;
}
.border-black-40 {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.bc-white-40,
.hover-bc-white-40:hover,
.focus-bc-white-40:focus {
    border-color: rgba(255, 255, 255, 0.4) !important;
}
.border-white-40 {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.bc-transparent-40,
.hover-bc-transparent-40:hover,
.focus-bc-transparent-40:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-40 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-40,
.hover-bc-blue-darkest-40:hover,
.focus-bc-blue-darkest-40:focus {
    border-color: rgba(2, 48, 93, 0.4) !important;
}
.border-blue-darkest-40 {
    border: 1px solid rgba(2, 48, 93, 0.4) !important;
}
.bc-blue-darker-40,
.hover-bc-blue-darker-40:hover,
.focus-bc-blue-darker-40:focus {
    border-color: rgba(26, 93, 158, 0.4) !important;
}
.border-blue-darker-40 {
    border: 1px solid rgba(26, 93, 158, 0.4) !important;
}
.bc-blue-dark-40,
.hover-bc-blue-dark-40:hover,
.focus-bc-blue-dark-40:focus {
    border-color: rgba(23, 115, 206, 0.4) !important;
}
.border-blue-dark-40 {
    border: 1px solid rgba(23, 115, 206, 0.4) !important;
}
.bc-blue-40,
.hover-bc-blue-40:hover,
.focus-bc-blue-40:focus {
    border-color: rgba(64, 158, 255, 0.4) !important;
}
.border-blue-40 {
    border: 1px solid rgba(64, 158, 255, 0.4) !important;
}
.bc-blue-light-40,
.hover-bc-blue-light-40:hover,
.focus-bc-blue-light-40:focus {
    border-color: rgba(101, 178, 255, 0.4) !important;
}
.border-blue-light-40 {
    border: 1px solid rgba(101, 178, 255, 0.4) !important;
}
.bc-blue-lighter-40,
.hover-bc-blue-lighter-40:hover,
.focus-bc-blue-lighter-40:focus {
    border-color: rgba(179, 217, 255, 0.4) !important;
}
.border-blue-lighter-40 {
    border: 1px solid rgba(179, 217, 255, 0.4) !important;
}
.bc-blue-lightest-40,
.hover-bc-blue-lightest-40:hover,
.focus-bc-blue-lightest-40:focus {
    border-color: rgba(236, 245, 255, 0.4) !important;
}
.border-blue-lightest-40 {
    border: 1px solid rgba(236, 245, 255, 0.4) !important;
}
.bc-indigo-darkest-40,
.hover-bc-indigo-darkest-40:hover,
.focus-bc-indigo-darkest-40:focus {
    border-color: rgba(39, 32, 117, 0.4) !important;
}
.border-indigo-darkest-40 {
    border: 1px solid rgba(39, 32, 117, 0.4) !important;
}
.bc-indigo-darker-40,
.hover-bc-indigo-darker-40:hover,
.focus-bc-indigo-darker-40:focus {
    border-color: rgba(51, 42, 153, 0.4) !important;
}
.border-indigo-darker-40 {
    border: 1px solid rgba(51, 42, 153, 0.4) !important;
}
.bc-indigo-dark-40,
.hover-bc-indigo-dark-40:hover,
.focus-bc-indigo-dark-40:focus {
    border-color: rgba(63, 51, 189, 0.4) !important;
}
.border-indigo-dark-40 {
    border: 1px solid rgba(63, 51, 189, 0.4) !important;
}
.bc-indigo-40,
.hover-bc-indigo-40:hover,
.focus-bc-indigo-40:focus {
    border-color: rgba(90, 79, 207, 0.4) !important;
}
.border-indigo-40 {
    border: 1px solid rgba(90, 79, 207, 0.4) !important;
}
.bc-indigo-light-40,
.hover-bc-indigo-light-40:hover,
.focus-bc-indigo-light-40:focus {
    border-color: rgba(131, 122, 230, 0.4) !important;
}
.border-indigo-light-40 {
    border: 1px solid rgba(131, 122, 230, 0.4) !important;
}
.bc-indigo-lighter-40,
.hover-bc-indigo-lighter-40:hover,
.focus-bc-indigo-lighter-40:focus {
    border-color: rgba(194, 189, 246, 0.4) !important;
}
.border-indigo-lighter-40 {
    border: 1px solid rgba(194, 189, 246, 0.4) !important;
}
.bc-indigo-lightest-40,
.hover-bc-indigo-lightest-40:hover,
.focus-bc-indigo-lightest-40:focus {
    border-color: rgba(240, 238, 255, 0.4) !important;
}
.border-indigo-lightest-40 {
    border: 1px solid rgba(240, 238, 255, 0.4) !important;
}
.bc-purple-darkest-40,
.hover-bc-purple-darkest-40:hover,
.focus-bc-purple-darkest-40:focus {
    border-color: rgba(61, 6, 95, 0.4) !important;
}
.border-purple-darkest-40 {
    border: 1px solid rgba(61, 6, 95, 0.4) !important;
}
.bc-purple-darker-40,
.hover-bc-purple-darker-40:hover,
.focus-bc-purple-darker-40:focus {
    border-color: rgba(96, 10, 151, 0.4) !important;
}
.border-purple-darker-40 {
    border: 1px solid rgba(96, 10, 151, 0.4) !important;
}
.bc-purple-dark-40,
.hover-bc-purple-dark-40:hover,
.focus-bc-purple-dark-40:focus {
    border-color: rgba(132, 13, 206, 0.4) !important;
}
.border-purple-dark-40 {
    border: 1px solid rgba(132, 13, 206, 0.4) !important;
}
.bc-purple-40,
.hover-bc-purple-40:hover,
.focus-bc-purple-40:focus {
    border-color: rgba(170, 56, 242, 0.4) !important;
}
.border-purple-40 {
    border: 1px solid rgba(170, 56, 242, 0.4) !important;
}
.bc-purple-light-40,
.hover-bc-purple-light-40:hover,
.focus-bc-purple-light-40:focus {
    border-color: rgba(204, 136, 247, 0.4) !important;
}
.border-purple-light-40 {
    border: 1px solid rgba(204, 136, 247, 0.4) !important;
}
.bc-purple-lighter-40,
.hover-bc-purple-lighter-40:hover,
.focus-bc-purple-lighter-40:focus {
    border-color: rgba(233, 203, 252, 0.4) !important;
}
.border-purple-lighter-40 {
    border: 1px solid rgba(233, 203, 252, 0.4) !important;
}
.bc-purple-lightest-40,
.hover-bc-purple-lightest-40:hover,
.focus-bc-purple-lightest-40:focus {
    border-color: rgba(249, 240, 254, 0.4) !important;
}
.border-purple-lightest-40 {
    border: 1px solid rgba(249, 240, 254, 0.4) !important;
}
.bc-pink-darkest-40,
.hover-bc-pink-darkest-40:hover,
.focus-bc-pink-darkest-40:focus {
    border-color: rgba(88, 0, 32, 0.4) !important;
}
.border-pink-darkest-40 {
    border: 1px solid rgba(88, 0, 32, 0.4) !important;
}
.bc-pink-darker-40,
.hover-bc-pink-darker-40:hover,
.focus-bc-pink-darker-40:focus {
    border-color: rgba(147, 0, 54, 0.4) !important;
}
.border-pink-darker-40 {
    border: 1px solid rgba(147, 0, 54, 0.4) !important;
}
.bc-pink-dark-40,
.hover-bc-pink-dark-40:hover,
.focus-bc-pink-dark-40:focus {
    border-color: rgba(201, 54, 108, 0.4) !important;
}
.border-pink-dark-40 {
    border: 1px solid rgba(201, 54, 108, 0.4) !important;
}
.bc-pink-40,
.hover-bc-pink-40:hover,
.focus-bc-pink-40:focus {
    border-color: rgba(240, 101, 151, 0.4) !important;
}
.border-pink-40 {
    border: 1px solid rgba(240, 101, 151, 0.4) !important;
}
.bc-pink-light-40,
.hover-bc-pink-light-40:hover,
.focus-bc-pink-light-40:focus {
    border-color: rgba(245, 142, 180, 0.4) !important;
}
.border-pink-light-40 {
    border: 1px solid rgba(245, 142, 180, 0.4) !important;
}
.bc-pink-lighter-40,
.hover-bc-pink-lighter-40:hover,
.focus-bc-pink-lighter-40:focus {
    border-color: rgba(255, 205, 223, 0.4) !important;
}
.border-pink-lighter-40 {
    border: 1px solid rgba(255, 205, 223, 0.4) !important;
}
.bc-pink-lightest-40,
.hover-bc-pink-lightest-40:hover,
.focus-bc-pink-lightest-40:focus {
    border-color: rgba(255, 235, 242, 0.4) !important;
}
.border-pink-lightest-40 {
    border: 1px solid rgba(255, 235, 242, 0.4) !important;
}
.bc-red-darkest-40,
.hover-bc-red-darkest-40:hover,
.focus-bc-red-darkest-40:focus {
    border-color: rgba(117, 14, 18, 0.4) !important;
}
.border-red-darkest-40 {
    border: 1px solid rgba(117, 14, 18, 0.4) !important;
}
.bc-red-darker-40,
.hover-bc-red-darker-40:hover,
.focus-bc-red-darker-40:focus {
    border-color: rgba(169, 21, 26, 0.4) !important;
}
.border-red-darker-40 {
    border: 1px solid rgba(169, 21, 26, 0.4) !important;
}
.bc-red-dark-40,
.hover-bc-red-dark-40:hover,
.focus-bc-red-dark-40:focus {
    border-color: rgba(204, 25, 31, 0.4) !important;
}
.border-red-dark-40 {
    border: 1px solid rgba(204, 25, 31, 0.4) !important;
}
.bc-red-40,
.hover-bc-red-40:hover,
.focus-bc-red-40:focus {
    border-color: rgba(231, 57, 63, 0.4) !important;
}
.border-red-40 {
    border: 1px solid rgba(231, 57, 63, 0.4) !important;
}
.bc-red-light-40,
.hover-bc-red-light-40:hover,
.focus-bc-red-light-40:focus {
    border-color: rgba(237, 109, 114, 0.4) !important;
}
.border-red-light-40 {
    border: 1px solid rgba(237, 109, 114, 0.4) !important;
}
.bc-red-lighter-40,
.hover-bc-red-lighter-40:hover,
.focus-bc-red-lighter-40:focus {
    border-color: rgba(248, 197, 199, 0.4) !important;
}
.border-red-lighter-40 {
    border: 1px solid rgba(248, 197, 199, 0.4) !important;
}
.bc-red-lightest-40,
.hover-bc-red-lightest-40:hover,
.focus-bc-red-lightest-40:focus {
    border-color: rgba(252, 232, 232, 0.4) !important;
}
.border-red-lightest-40 {
    border: 1px solid rgba(252, 232, 232, 0.4) !important;
}
.bc-orange-darkest-40,
.hover-bc-orange-darkest-40:hover,
.focus-bc-orange-darkest-40:focus {
    border-color: rgba(133, 67, 0, 0.4) !important;
}
.border-orange-darkest-40 {
    border: 1px solid rgba(133, 67, 0, 0.4) !important;
}
.bc-orange-darker-40,
.hover-bc-orange-darker-40:hover,
.focus-bc-orange-darker-40:focus {
    border-color: rgba(192, 96, 0, 0.4) !important;
}
.border-orange-darker-40 {
    border: 1px solid rgba(192, 96, 0, 0.4) !important;
}
.bc-orange-dark-40,
.hover-bc-orange-dark-40:hover,
.focus-bc-orange-dark-40:focus {
    border-color: rgba(231, 116, 0, 0.4) !important;
}
.border-orange-dark-40 {
    border: 1px solid rgba(231, 116, 0, 0.4) !important;
}
.bc-orange-40,
.hover-bc-orange-40:hover,
.focus-bc-orange-40:focus {
    border-color: rgba(255, 135, 16, 0.4) !important;
}
.border-orange-40 {
    border: 1px solid rgba(255, 135, 16, 0.4) !important;
}
.bc-orange-light-40,
.hover-bc-orange-light-40:hover,
.focus-bc-orange-light-40:focus {
    border-color: rgba(255, 184, 114, 0.4) !important;
}
.border-orange-light-40 {
    border: 1px solid rgba(255, 184, 114, 0.4) !important;
}
.bc-orange-lighter-40,
.hover-bc-orange-lighter-40:hover,
.focus-bc-orange-lighter-40:focus {
    border-color: rgba(255, 224, 192, 0.4) !important;
}
.border-orange-lighter-40 {
    border: 1px solid rgba(255, 224, 192, 0.4) !important;
}
.bc-orange-lightest-40,
.hover-bc-orange-lightest-40:hover,
.focus-bc-orange-lightest-40:focus {
    border-color: rgba(255, 243, 231, 0.4) !important;
}
.border-orange-lightest-40 {
    border: 1px solid rgba(255, 243, 231, 0.4) !important;
}
.bc-yellow-darkest-40,
.hover-bc-yellow-darkest-40:hover,
.focus-bc-yellow-darkest-40:focus {
    border-color: rgba(106, 85, 2, 0.4) !important;
}
.border-yellow-darkest-40 {
    border: 1px solid rgba(106, 85, 2, 0.4) !important;
}
.bc-yellow-darker-40,
.hover-bc-yellow-darker-40:hover,
.focus-bc-yellow-darker-40:focus {
    border-color: rgba(183, 147, 3, 0.4) !important;
}
.border-yellow-darker-40 {
    border: 1px solid rgba(183, 147, 3, 0.4) !important;
}
.bc-yellow-dark-40,
.hover-bc-yellow-dark-40:hover,
.focus-bc-yellow-dark-40:focus {
    border-color: rgba(221, 177, 4, 0.4) !important;
}
.border-yellow-dark-40 {
    border: 1px solid rgba(221, 177, 4, 0.4) !important;
}
.bc-yellow-40,
.hover-bc-yellow-40:hover,
.focus-bc-yellow-40:focus {
    border-color: rgba(250, 203, 14, 0.4) !important;
}
.border-yellow-40 {
    border: 1px solid rgba(250, 203, 14, 0.4) !important;
}
.bc-yellow-light-40,
.hover-bc-yellow-light-40:hover,
.focus-bc-yellow-light-40:focus {
    border-color: rgba(253, 228, 130, 0.4) !important;
}
.border-yellow-light-40 {
    border: 1px solid rgba(253, 228, 130, 0.4) !important;
}
.bc-yellow-lighter-40,
.hover-bc-yellow-lighter-40:hover,
.focus-bc-yellow-lighter-40:focus {
    border-color: rgba(254, 240, 188, 0.4) !important;
}
.border-yellow-lighter-40 {
    border: 1px solid rgba(254, 240, 188, 0.4) !important;
}
.bc-yellow-lightest-40,
.hover-bc-yellow-lightest-40:hover,
.focus-bc-yellow-lightest-40:focus {
    border-color: rgba(254, 247, 219, 0.4) !important;
}
.border-yellow-lightest-40 {
    border: 1px solid rgba(254, 247, 219, 0.4) !important;
}
.bc-pear-darkest-40,
.hover-bc-pear-darkest-40:hover,
.focus-bc-pear-darkest-40:focus {
    border-color: rgba(79, 86, 12, 0.4) !important;
}
.border-pear-darkest-40 {
    border: 1px solid rgba(79, 86, 12, 0.4) !important;
}
.bc-pear-darker-40,
.hover-bc-pear-darker-40:hover,
.focus-bc-pear-darker-40:focus {
    border-color: rgba(127, 138, 19, 0.4) !important;
}
.border-pear-darker-40 {
    border: 1px solid rgba(127, 138, 19, 0.4) !important;
}
.bc-pear-dark-40,
.hover-bc-pear-dark-40:hover,
.focus-bc-pear-dark-40:focus {
    border-color: rgba(158, 172, 24, 0.4) !important;
}
.border-pear-dark-40 {
    border: 1px solid rgba(158, 172, 24, 0.4) !important;
}
.bc-pear-40,
.hover-bc-pear-40:hover,
.focus-bc-pear-40:focus {
    border-color: rgba(190, 207, 29, 0.4) !important;
}
.border-pear-40 {
    border: 1px solid rgba(190, 207, 29, 0.4) !important;
}
.bc-pear-light-40,
.hover-bc-pear-light-40:hover,
.focus-bc-pear-light-40:focus {
    border-color: rgba(221, 233, 101, 0.4) !important;
}
.border-pear-light-40 {
    border: 1px solid rgba(221, 233, 101, 0.4) !important;
}
.bc-pear-lighter-40,
.hover-bc-pear-lighter-40:hover,
.focus-bc-pear-lighter-40:focus {
    border-color: rgba(244, 248, 204, 0.4) !important;
}
.border-pear-lighter-40 {
    border: 1px solid rgba(244, 248, 204, 0.4) !important;
}
.bc-pear-lightest-40,
.hover-bc-pear-lightest-40:hover,
.focus-bc-pear-lightest-40:focus {
    border-color: rgba(251, 253, 238, 0.4) !important;
}
.border-pear-lightest-40 {
    border: 1px solid rgba(251, 253, 238, 0.4) !important;
}
.bc-green-darkest-40,
.hover-bc-green-darkest-40:hover,
.focus-bc-green-darkest-40:focus {
    border-color: rgba(32, 97, 32, 0.4) !important;
}
.border-green-darkest-40 {
    border: 1px solid rgba(32, 97, 32, 0.4) !important;
}
.bc-green-darker-40,
.hover-bc-green-darker-40:hover,
.focus-bc-green-darker-40:focus {
    border-color: rgba(47, 141, 47, 0.4) !important;
}
.border-green-darker-40 {
    border: 1px solid rgba(47, 141, 47, 0.4) !important;
}
.bc-green-dark-40,
.hover-bc-green-dark-40:hover,
.focus-bc-green-dark-40:focus {
    border-color: rgba(57, 171, 57, 0.4) !important;
}
.border-green-dark-40 {
    border: 1px solid rgba(57, 171, 57, 0.4) !important;
}
.bc-green-40,
.hover-bc-green-40:hover,
.focus-bc-green-40:focus {
    border-color: rgba(73, 194, 73, 0.4) !important;
}
.border-green-40 {
    border: 1px solid rgba(73, 194, 73, 0.4) !important;
}
.bc-green-light-40,
.hover-bc-green-light-40:hover,
.focus-bc-green-light-40:focus {
    border-color: rgba(137, 224, 137, 0.4) !important;
}
.border-green-light-40 {
    border: 1px solid rgba(137, 224, 137, 0.4) !important;
}
.bc-green-lighter-40,
.hover-bc-green-lighter-40:hover,
.focus-bc-green-lighter-40:focus {
    border-color: rgba(220, 243, 220, 0.4) !important;
}
.border-green-lighter-40 {
    border: 1px solid rgba(220, 243, 220, 0.4) !important;
}
.bc-green-lightest-40,
.hover-bc-green-lightest-40:hover,
.focus-bc-green-lightest-40:focus {
    border-color: rgba(234, 248, 234, 0.4) !important;
}
.border-green-lightest-40 {
    border: 1px solid rgba(234, 248, 234, 0.4) !important;
}
.bc-mint-darkest-40,
.hover-bc-mint-darkest-40:hover,
.focus-bc-mint-darkest-40:focus {
    border-color: rgba(19, 107, 68, 0.4) !important;
}
.border-mint-darkest-40 {
    border: 1px solid rgba(19, 107, 68, 0.4) !important;
}
.bc-mint-darker-40,
.hover-bc-mint-darker-40:hover,
.focus-bc-mint-darker-40:focus {
    border-color: rgba(29, 165, 105, 0.4) !important;
}
.border-mint-darker-40 {
    border: 1px solid rgba(29, 165, 105, 0.4) !important;
}
.bc-mint-dark-40,
.hover-bc-mint-dark-40:hover,
.focus-bc-mint-dark-40:focus {
    border-color: rgba(35, 198, 126, 0.4) !important;
}
.border-mint-dark-40 {
    border: 1px solid rgba(35, 198, 126, 0.4) !important;
}
.bc-mint-40,
.hover-bc-mint-40:hover,
.focus-bc-mint-40:focus {
    border-color: rgba(53, 219, 146, 0.4) !important;
}
.border-mint-40 {
    border: 1px solid rgba(53, 219, 146, 0.4) !important;
}
.bc-mint-light-40,
.hover-bc-mint-light-40:hover,
.focus-bc-mint-light-40:focus {
    border-color: rgba(137, 234, 191, 0.4) !important;
}
.border-mint-light-40 {
    border: 1px solid rgba(137, 234, 191, 0.4) !important;
}
.bc-mint-lighter-40,
.hover-bc-mint-lighter-40:hover,
.focus-bc-mint-lighter-40:focus {
    border-color: rgba(220, 249, 236, 0.4) !important;
}
.border-mint-lighter-40 {
    border: 1px solid rgba(220, 249, 236, 0.4) !important;
}
.bc-mint-lightest-40,
.hover-bc-mint-lightest-40:hover,
.focus-bc-mint-lightest-40:focus {
    border-color: rgba(242, 252, 247, 0.4) !important;
}
.border-mint-lightest-40 {
    border: 1px solid rgba(242, 252, 247, 0.4) !important;
}
.bc-teal-darkest-40,
.hover-bc-teal-darkest-40:hover,
.focus-bc-teal-darkest-40:focus {
    border-color: rgba(34, 89, 96, 0.4) !important;
}
.border-teal-darkest-40 {
    border: 1px solid rgba(34, 89, 96, 0.4) !important;
}
.bc-teal-darker-40,
.hover-bc-teal-darker-40:hover,
.focus-bc-teal-darker-40:focus {
    border-color: rgba(45, 116, 125, 0.4) !important;
}
.border-teal-darker-40 {
    border: 1px solid rgba(45, 116, 125, 0.4) !important;
}
.bc-teal-dark-40,
.hover-bc-teal-dark-40:hover,
.focus-bc-teal-dark-40:focus {
    border-color: rgba(55, 142, 153, 0.4) !important;
}
.border-teal-dark-40 {
    border: 1px solid rgba(55, 142, 153, 0.4) !important;
}
.bc-teal-40,
.hover-bc-teal-40:hover,
.focus-bc-teal-40:focus {
    border-color: rgba(66, 169, 182, 0.4) !important;
}
.border-teal-40 {
    border: 1px solid rgba(66, 169, 182, 0.4) !important;
}
.bc-teal-light-40,
.hover-bc-teal-light-40:hover,
.focus-bc-teal-light-40:focus {
    border-color: rgba(149, 209, 217, 0.4) !important;
}
.border-teal-light-40 {
    border: 1px solid rgba(149, 209, 217, 0.4) !important;
}
.bc-teal-lighter-40,
.hover-bc-teal-lighter-40:hover,
.focus-bc-teal-lighter-40:focus {
    border-color: rgba(221, 240, 243, 0.4) !important;
}
.border-teal-lighter-40 {
    border: 1px solid rgba(221, 240, 243, 0.4) !important;
}
.bc-teal-lightest-40,
.hover-bc-teal-lightest-40:hover,
.focus-bc-teal-lightest-40:focus {
    border-color: rgba(237, 249, 250, 0.4) !important;
}
.border-teal-lightest-40 {
    border: 1px solid rgba(237, 249, 250, 0.4) !important;
}
.bc-wine-darkest-40,
.hover-bc-wine-darkest-40:hover,
.focus-bc-wine-darkest-40:focus {
    border-color: rgba(72, 30, 35, 0.4) !important;
}
.border-wine-darkest-40 {
    border: 1px solid rgba(72, 30, 35, 0.4) !important;
}
.bc-wine-darker-40,
.hover-bc-wine-darker-40:hover,
.focus-bc-wine-darker-40:focus {
    border-color: rgba(114, 47, 55, 0.4) !important;
}
.border-wine-darker-40 {
    border: 1px solid rgba(114, 47, 55, 0.4) !important;
}
.bc-wine-dark-40,
.hover-bc-wine-dark-40:hover,
.focus-bc-wine-dark-40:focus {
    border-color: rgba(142, 58, 68, 0.4) !important;
}
.border-wine-dark-40 {
    border: 1px solid rgba(142, 58, 68, 0.4) !important;
}
.bc-wine-40,
.hover-bc-wine-40:hover,
.focus-bc-wine-40:focus {
    border-color: rgba(170, 70, 82, 0.4) !important;
}
.border-wine-40 {
    border: 1px solid rgba(170, 70, 82, 0.4) !important;
}
.bc-wine-light-40,
.hover-bc-wine-light-40:hover,
.focus-bc-wine-light-40:focus {
    border-color: rgba(210, 147, 154, 0.4) !important;
}
.border-wine-light-40 {
    border: 1px solid rgba(210, 147, 154, 0.4) !important;
}
.bc-wine-lighter-40,
.hover-bc-wine-lighter-40:hover,
.focus-bc-wine-lighter-40:focus {
    border-color: rgba(239, 216, 219, 0.4) !important;
}
.border-wine-lighter-40 {
    border: 1px solid rgba(239, 216, 219, 0.4) !important;
}
.bc-wine-lightest-40,
.hover-bc-wine-lightest-40:hover,
.focus-bc-wine-lightest-40:focus {
    border-color: rgba(250, 243, 244, 0.4) !important;
}
.border-wine-lightest-40 {
    border: 1px solid rgba(250, 243, 244, 0.4) !important;
}
.bc-brown-darkest-40,
.hover-bc-brown-darkest-40:hover,
.focus-bc-brown-darkest-40:focus {
    border-color: rgba(61, 47, 43, 0.4) !important;
}
.border-brown-darkest-40 {
    border: 1px solid rgba(61, 47, 43, 0.4) !important;
}
.bc-brown-darker-40,
.hover-bc-brown-darker-40:hover,
.focus-bc-brown-darker-40:focus {
    border-color: rgba(84, 65, 59, 0.4) !important;
}
.border-brown-darker-40 {
    border: 1px solid rgba(84, 65, 59, 0.4) !important;
}
.bc-brown-dark-40,
.hover-bc-brown-dark-40:hover,
.focus-bc-brown-dark-40:focus {
    border-color: rgba(107, 83, 76, 0.4) !important;
}
.border-brown-dark-40 {
    border: 1px solid rgba(107, 83, 76, 0.4) !important;
}
.bc-brown-40,
.hover-bc-brown-40:hover,
.focus-bc-brown-40:focus {
    border-color: rgba(141, 109, 100, 0.4) !important;
}
.border-brown-40 {
    border: 1px solid rgba(141, 109, 100, 0.4) !important;
}
.bc-brown-light-40,
.hover-bc-brown-light-40:hover,
.focus-bc-brown-light-40:focus {
    border-color: rgba(200, 183, 178, 0.4) !important;
}
.border-brown-light-40 {
    border: 1px solid rgba(200, 183, 178, 0.4) !important;
}
.bc-brown-lighter-40,
.hover-bc-brown-lighter-40:hover,
.focus-bc-brown-lighter-40:focus {
    border-color: rgba(233, 226, 224, 0.4) !important;
}
.border-brown-lighter-40 {
    border: 1px solid rgba(233, 226, 224, 0.4) !important;
}
.bc-brown-lightest-40,
.hover-bc-brown-lightest-40:hover,
.focus-bc-brown-lightest-40:focus {
    border-color: rgba(255, 249, 247, 0.4) !important;
}
.border-brown-lightest-40 {
    border: 1px solid rgba(255, 249, 247, 0.4) !important;
}
.bc-almond-darkest-40,
.hover-bc-almond-darkest-40:hover,
.focus-bc-almond-darkest-40:focus {
    border-color: rgba(99, 65, 32, 0.4) !important;
}
.border-almond-darkest-40 {
    border: 1px solid rgba(99, 65, 32, 0.4) !important;
}
.bc-almond-darker-40,
.hover-bc-almond-darker-40:hover,
.focus-bc-almond-darker-40:focus {
    border-color: rgba(138, 91, 44, 0.4) !important;
}
.border-almond-darker-40 {
    border: 1px solid rgba(138, 91, 44, 0.4) !important;
}
.bc-almond-dark-40,
.hover-bc-almond-dark-40:hover,
.focus-bc-almond-dark-40:focus {
    border-color: rgba(173, 114, 55, 0.4) !important;
}
.border-almond-dark-40 {
    border: 1px solid rgba(173, 114, 55, 0.4) !important;
}
.bc-almond-40,
.hover-bc-almond-40:hover,
.focus-bc-almond-40:focus {
    border-color: rgba(196, 134, 71, 0.4) !important;
}
.border-almond-40 {
    border: 1px solid rgba(196, 134, 71, 0.4) !important;
}
.bc-almond-light-40,
.hover-bc-almond-light-40:hover,
.focus-bc-almond-light-40:focus {
    border-color: rgba(220, 183, 146, 0.4) !important;
}
.border-almond-light-40 {
    border: 1px solid rgba(220, 183, 146, 0.4) !important;
}
.bc-almond-lighter-40,
.hover-bc-almond-lighter-40:hover,
.focus-bc-almond-lighter-40:focus {
    border-color: rgba(239, 222, 205, 0.4) !important;
}
.border-almond-lighter-40 {
    border: 1px solid rgba(239, 222, 205, 0.4) !important;
}
.bc-almond-lightest-40,
.hover-bc-almond-lightest-40:hover,
.focus-bc-almond-lightest-40:focus {
    border-color: rgba(249, 240, 232, 0.4) !important;
}
.border-almond-lightest-40 {
    border: 1px solid rgba(249, 240, 232, 0.4) !important;
}
.bc-slategray-darkest-40,
.hover-bc-slategray-darkest-40:hover,
.focus-bc-slategray-darkest-40:focus {
    border-color: rgba(5, 25, 45, 0.4) !important;
}
.border-slategray-darkest-40 {
    border: 1px solid rgba(5, 25, 45, 0.4) !important;
}
.bc-slategray-darker-40,
.hover-bc-slategray-darker-40:hover,
.focus-bc-slategray-darker-40:focus {
    border-color: rgba(16, 44, 69, 0.4) !important;
}
.border-slategray-darker-40 {
    border: 1px solid rgba(16, 44, 69, 0.4) !important;
}
.bc-slategray-dark-40,
.hover-bc-slategray-dark-40:hover,
.focus-bc-slategray-dark-40:focus {
    border-color: rgba(47, 80, 112, 0.4) !important;
}
.border-slategray-dark-40 {
    border: 1px solid rgba(47, 80, 112, 0.4) !important;
}
.bc-slategray-40,
.hover-bc-slategray-40:hover,
.focus-bc-slategray-40:focus {
    border-color: rgba(81, 116, 149, 0.4) !important;
}
.border-slategray-40 {
    border: 1px solid rgba(81, 116, 149, 0.4) !important;
}
.bc-slategray-light-40,
.hover-bc-slategray-light-40:hover,
.focus-bc-slategray-light-40:focus {
    border-color: rgba(150, 177, 203, 0.4) !important;
}
.border-slategray-light-40 {
    border: 1px solid rgba(150, 177, 203, 0.4) !important;
}
.bc-slategray-lighter-40,
.hover-bc-slategray-lighter-40:hover,
.focus-bc-slategray-lighter-40:focus {
    border-color: rgba(208, 220, 231, 0.4) !important;
}
.border-slategray-lighter-40 {
    border: 1px solid rgba(208, 220, 231, 0.4) !important;
}
.bc-slategray-lightest-40,
.hover-bc-slategray-lightest-40:hover,
.focus-bc-slategray-lightest-40:focus {
    border-color: rgba(242, 245, 247, 0.4) !important;
}
.border-slategray-lightest-40 {
    border: 1px solid rgba(242, 245, 247, 0.4) !important;
}
.bc-gray-darkest-40,
.hover-bc-gray-darkest-40:hover,
.focus-bc-gray-darkest-40:focus {
    border-color: rgba(54, 69, 79, 0.4) !important;
}
.border-gray-darkest-40 {
    border: 1px solid rgba(54, 69, 79, 0.4) !important;
}
.bc-gray-darker-40,
.hover-bc-gray-darker-40:hover,
.focus-bc-gray-darker-40:focus {
    border-color: rgba(70, 89, 102, 0.4) !important;
}
.border-gray-darker-40 {
    border: 1px solid rgba(70, 89, 102, 0.4) !important;
}
.bc-gray-dark-40,
.hover-bc-gray-dark-40:hover,
.focus-bc-gray-dark-40:focus {
    border-color: rgba(86, 110, 126, 0.4) !important;
}
.border-gray-dark-40 {
    border: 1px solid rgba(86, 110, 126, 0.4) !important;
}
.bc-gray-40,
.hover-bc-gray-40:hover,
.focus-bc-gray-40:focus {
    border-color: rgba(102, 130, 149, 0.4) !important;
}
.border-gray-40 {
    border: 1px solid rgba(102, 130, 149, 0.4) !important;
}
.bc-gray-light-40,
.hover-bc-gray-light-40:hover,
.focus-bc-gray-light-40:focus {
    border-color: rgba(183, 196, 205, 0.4) !important;
}
.border-gray-light-40 {
    border: 1px solid rgba(183, 196, 205, 0.4) !important;
}
.bc-gray-lighter-40,
.hover-bc-gray-lighter-40:hover,
.focus-bc-gray-lighter-40:focus {
    border-color: rgba(228, 232, 235, 0.4) !important;
}
.border-gray-lighter-40 {
    border: 1px solid rgba(228, 232, 235, 0.4) !important;
}
.bc-gray-lightest-40,
.hover-bc-gray-lightest-40:hover,
.focus-bc-gray-lightest-40:focus {
    border-color: rgba(238, 241, 245, 0.4) !important;
}
.border-gray-lightest-40 {
    border: 1px solid rgba(238, 241, 245, 0.4) !important;
}
.bc-black-50,
.hover-bc-black-50:hover,
.focus-bc-black-50:focus {
    border-color: rgba(0, 0, 0, 0.5) !important;
}
.border-black-50 {
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.bc-white-50,
.hover-bc-white-50:hover,
.focus-bc-white-50:focus {
    border-color: rgba(255, 255, 255, 0.5) !important;
}
.border-white-50 {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.bc-transparent-50,
.hover-bc-transparent-50:hover,
.focus-bc-transparent-50:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-50 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-50,
.hover-bc-blue-darkest-50:hover,
.focus-bc-blue-darkest-50:focus {
    border-color: rgba(2, 48, 93, 0.5) !important;
}
.border-blue-darkest-50 {
    border: 1px solid rgba(2, 48, 93, 0.5) !important;
}
.bc-blue-darker-50,
.hover-bc-blue-darker-50:hover,
.focus-bc-blue-darker-50:focus {
    border-color: rgba(26, 93, 158, 0.5) !important;
}
.border-blue-darker-50 {
    border: 1px solid rgba(26, 93, 158, 0.5) !important;
}
.bc-blue-dark-50,
.hover-bc-blue-dark-50:hover,
.focus-bc-blue-dark-50:focus {
    border-color: rgba(23, 115, 206, 0.5) !important;
}
.border-blue-dark-50 {
    border: 1px solid rgba(23, 115, 206, 0.5) !important;
}
.bc-blue-50,
.hover-bc-blue-50:hover,
.focus-bc-blue-50:focus {
    border-color: rgba(64, 158, 255, 0.5) !important;
}
.border-blue-50 {
    border: 1px solid rgba(64, 158, 255, 0.5) !important;
}
.bc-blue-light-50,
.hover-bc-blue-light-50:hover,
.focus-bc-blue-light-50:focus {
    border-color: rgba(101, 178, 255, 0.5) !important;
}
.border-blue-light-50 {
    border: 1px solid rgba(101, 178, 255, 0.5) !important;
}
.bc-blue-lighter-50,
.hover-bc-blue-lighter-50:hover,
.focus-bc-blue-lighter-50:focus {
    border-color: rgba(179, 217, 255, 0.5) !important;
}
.border-blue-lighter-50 {
    border: 1px solid rgba(179, 217, 255, 0.5) !important;
}
.bc-blue-lightest-50,
.hover-bc-blue-lightest-50:hover,
.focus-bc-blue-lightest-50:focus {
    border-color: rgba(236, 245, 255, 0.5) !important;
}
.border-blue-lightest-50 {
    border: 1px solid rgba(236, 245, 255, 0.5) !important;
}
.bc-indigo-darkest-50,
.hover-bc-indigo-darkest-50:hover,
.focus-bc-indigo-darkest-50:focus {
    border-color: rgba(39, 32, 117, 0.5) !important;
}
.border-indigo-darkest-50 {
    border: 1px solid rgba(39, 32, 117, 0.5) !important;
}
.bc-indigo-darker-50,
.hover-bc-indigo-darker-50:hover,
.focus-bc-indigo-darker-50:focus {
    border-color: rgba(51, 42, 153, 0.5) !important;
}
.border-indigo-darker-50 {
    border: 1px solid rgba(51, 42, 153, 0.5) !important;
}
.bc-indigo-dark-50,
.hover-bc-indigo-dark-50:hover,
.focus-bc-indigo-dark-50:focus {
    border-color: rgba(63, 51, 189, 0.5) !important;
}
.border-indigo-dark-50 {
    border: 1px solid rgba(63, 51, 189, 0.5) !important;
}
.bc-indigo-50,
.hover-bc-indigo-50:hover,
.focus-bc-indigo-50:focus {
    border-color: rgba(90, 79, 207, 0.5) !important;
}
.border-indigo-50 {
    border: 1px solid rgba(90, 79, 207, 0.5) !important;
}
.bc-indigo-light-50,
.hover-bc-indigo-light-50:hover,
.focus-bc-indigo-light-50:focus {
    border-color: rgba(131, 122, 230, 0.5) !important;
}
.border-indigo-light-50 {
    border: 1px solid rgba(131, 122, 230, 0.5) !important;
}
.bc-indigo-lighter-50,
.hover-bc-indigo-lighter-50:hover,
.focus-bc-indigo-lighter-50:focus {
    border-color: rgba(194, 189, 246, 0.5) !important;
}
.border-indigo-lighter-50 {
    border: 1px solid rgba(194, 189, 246, 0.5) !important;
}
.bc-indigo-lightest-50,
.hover-bc-indigo-lightest-50:hover,
.focus-bc-indigo-lightest-50:focus {
    border-color: rgba(240, 238, 255, 0.5) !important;
}
.border-indigo-lightest-50 {
    border: 1px solid rgba(240, 238, 255, 0.5) !important;
}
.bc-purple-darkest-50,
.hover-bc-purple-darkest-50:hover,
.focus-bc-purple-darkest-50:focus {
    border-color: rgba(61, 6, 95, 0.5) !important;
}
.border-purple-darkest-50 {
    border: 1px solid rgba(61, 6, 95, 0.5) !important;
}
.bc-purple-darker-50,
.hover-bc-purple-darker-50:hover,
.focus-bc-purple-darker-50:focus {
    border-color: rgba(96, 10, 151, 0.5) !important;
}
.border-purple-darker-50 {
    border: 1px solid rgba(96, 10, 151, 0.5) !important;
}
.bc-purple-dark-50,
.hover-bc-purple-dark-50:hover,
.focus-bc-purple-dark-50:focus {
    border-color: rgba(132, 13, 206, 0.5) !important;
}
.border-purple-dark-50 {
    border: 1px solid rgba(132, 13, 206, 0.5) !important;
}
.bc-purple-50,
.hover-bc-purple-50:hover,
.focus-bc-purple-50:focus {
    border-color: rgba(170, 56, 242, 0.5) !important;
}
.border-purple-50 {
    border: 1px solid rgba(170, 56, 242, 0.5) !important;
}
.bc-purple-light-50,
.hover-bc-purple-light-50:hover,
.focus-bc-purple-light-50:focus {
    border-color: rgba(204, 136, 247, 0.5) !important;
}
.border-purple-light-50 {
    border: 1px solid rgba(204, 136, 247, 0.5) !important;
}
.bc-purple-lighter-50,
.hover-bc-purple-lighter-50:hover,
.focus-bc-purple-lighter-50:focus {
    border-color: rgba(233, 203, 252, 0.5) !important;
}
.border-purple-lighter-50 {
    border: 1px solid rgba(233, 203, 252, 0.5) !important;
}
.bc-purple-lightest-50,
.hover-bc-purple-lightest-50:hover,
.focus-bc-purple-lightest-50:focus {
    border-color: rgba(249, 240, 254, 0.5) !important;
}
.border-purple-lightest-50 {
    border: 1px solid rgba(249, 240, 254, 0.5) !important;
}
.bc-pink-darkest-50,
.hover-bc-pink-darkest-50:hover,
.focus-bc-pink-darkest-50:focus {
    border-color: rgba(88, 0, 32, 0.5) !important;
}
.border-pink-darkest-50 {
    border: 1px solid rgba(88, 0, 32, 0.5) !important;
}
.bc-pink-darker-50,
.hover-bc-pink-darker-50:hover,
.focus-bc-pink-darker-50:focus {
    border-color: rgba(147, 0, 54, 0.5) !important;
}
.border-pink-darker-50 {
    border: 1px solid rgba(147, 0, 54, 0.5) !important;
}
.bc-pink-dark-50,
.hover-bc-pink-dark-50:hover,
.focus-bc-pink-dark-50:focus {
    border-color: rgba(201, 54, 108, 0.5) !important;
}
.border-pink-dark-50 {
    border: 1px solid rgba(201, 54, 108, 0.5) !important;
}
.bc-pink-50,
.hover-bc-pink-50:hover,
.focus-bc-pink-50:focus {
    border-color: rgba(240, 101, 151, 0.5) !important;
}
.border-pink-50 {
    border: 1px solid rgba(240, 101, 151, 0.5) !important;
}
.bc-pink-light-50,
.hover-bc-pink-light-50:hover,
.focus-bc-pink-light-50:focus {
    border-color: rgba(245, 142, 180, 0.5) !important;
}
.border-pink-light-50 {
    border: 1px solid rgba(245, 142, 180, 0.5) !important;
}
.bc-pink-lighter-50,
.hover-bc-pink-lighter-50:hover,
.focus-bc-pink-lighter-50:focus {
    border-color: rgba(255, 205, 223, 0.5) !important;
}
.border-pink-lighter-50 {
    border: 1px solid rgba(255, 205, 223, 0.5) !important;
}
.bc-pink-lightest-50,
.hover-bc-pink-lightest-50:hover,
.focus-bc-pink-lightest-50:focus {
    border-color: rgba(255, 235, 242, 0.5) !important;
}
.border-pink-lightest-50 {
    border: 1px solid rgba(255, 235, 242, 0.5) !important;
}
.bc-red-darkest-50,
.hover-bc-red-darkest-50:hover,
.focus-bc-red-darkest-50:focus {
    border-color: rgba(117, 14, 18, 0.5) !important;
}
.border-red-darkest-50 {
    border: 1px solid rgba(117, 14, 18, 0.5) !important;
}
.bc-red-darker-50,
.hover-bc-red-darker-50:hover,
.focus-bc-red-darker-50:focus {
    border-color: rgba(169, 21, 26, 0.5) !important;
}
.border-red-darker-50 {
    border: 1px solid rgba(169, 21, 26, 0.5) !important;
}
.bc-red-dark-50,
.hover-bc-red-dark-50:hover,
.focus-bc-red-dark-50:focus {
    border-color: rgba(204, 25, 31, 0.5) !important;
}
.border-red-dark-50 {
    border: 1px solid rgba(204, 25, 31, 0.5) !important;
}
.bc-red-50,
.hover-bc-red-50:hover,
.focus-bc-red-50:focus {
    border-color: rgba(231, 57, 63, 0.5) !important;
}
.border-red-50 {
    border: 1px solid rgba(231, 57, 63, 0.5) !important;
}
.bc-red-light-50,
.hover-bc-red-light-50:hover,
.focus-bc-red-light-50:focus {
    border-color: rgba(237, 109, 114, 0.5) !important;
}
.border-red-light-50 {
    border: 1px solid rgba(237, 109, 114, 0.5) !important;
}
.bc-red-lighter-50,
.hover-bc-red-lighter-50:hover,
.focus-bc-red-lighter-50:focus {
    border-color: rgba(248, 197, 199, 0.5) !important;
}
.border-red-lighter-50 {
    border: 1px solid rgba(248, 197, 199, 0.5) !important;
}
.bc-red-lightest-50,
.hover-bc-red-lightest-50:hover,
.focus-bc-red-lightest-50:focus {
    border-color: rgba(252, 232, 232, 0.5) !important;
}
.border-red-lightest-50 {
    border: 1px solid rgba(252, 232, 232, 0.5) !important;
}
.bc-orange-darkest-50,
.hover-bc-orange-darkest-50:hover,
.focus-bc-orange-darkest-50:focus {
    border-color: rgba(133, 67, 0, 0.5) !important;
}
.border-orange-darkest-50 {
    border: 1px solid rgba(133, 67, 0, 0.5) !important;
}
.bc-orange-darker-50,
.hover-bc-orange-darker-50:hover,
.focus-bc-orange-darker-50:focus {
    border-color: rgba(192, 96, 0, 0.5) !important;
}
.border-orange-darker-50 {
    border: 1px solid rgba(192, 96, 0, 0.5) !important;
}
.bc-orange-dark-50,
.hover-bc-orange-dark-50:hover,
.focus-bc-orange-dark-50:focus {
    border-color: rgba(231, 116, 0, 0.5) !important;
}
.border-orange-dark-50 {
    border: 1px solid rgba(231, 116, 0, 0.5) !important;
}
.bc-orange-50,
.hover-bc-orange-50:hover,
.focus-bc-orange-50:focus {
    border-color: rgba(255, 135, 16, 0.5) !important;
}
.border-orange-50 {
    border: 1px solid rgba(255, 135, 16, 0.5) !important;
}
.bc-orange-light-50,
.hover-bc-orange-light-50:hover,
.focus-bc-orange-light-50:focus {
    border-color: rgba(255, 184, 114, 0.5) !important;
}
.border-orange-light-50 {
    border: 1px solid rgba(255, 184, 114, 0.5) !important;
}
.bc-orange-lighter-50,
.hover-bc-orange-lighter-50:hover,
.focus-bc-orange-lighter-50:focus {
    border-color: rgba(255, 224, 192, 0.5) !important;
}
.border-orange-lighter-50 {
    border: 1px solid rgba(255, 224, 192, 0.5) !important;
}
.bc-orange-lightest-50,
.hover-bc-orange-lightest-50:hover,
.focus-bc-orange-lightest-50:focus {
    border-color: rgba(255, 243, 231, 0.5) !important;
}
.border-orange-lightest-50 {
    border: 1px solid rgba(255, 243, 231, 0.5) !important;
}
.bc-yellow-darkest-50,
.hover-bc-yellow-darkest-50:hover,
.focus-bc-yellow-darkest-50:focus {
    border-color: rgba(106, 85, 2, 0.5) !important;
}
.border-yellow-darkest-50 {
    border: 1px solid rgba(106, 85, 2, 0.5) !important;
}
.bc-yellow-darker-50,
.hover-bc-yellow-darker-50:hover,
.focus-bc-yellow-darker-50:focus {
    border-color: rgba(183, 147, 3, 0.5) !important;
}
.border-yellow-darker-50 {
    border: 1px solid rgba(183, 147, 3, 0.5) !important;
}
.bc-yellow-dark-50,
.hover-bc-yellow-dark-50:hover,
.focus-bc-yellow-dark-50:focus {
    border-color: rgba(221, 177, 4, 0.5) !important;
}
.border-yellow-dark-50 {
    border: 1px solid rgba(221, 177, 4, 0.5) !important;
}
.bc-yellow-50,
.hover-bc-yellow-50:hover,
.focus-bc-yellow-50:focus {
    border-color: rgba(250, 203, 14, 0.5) !important;
}
.border-yellow-50 {
    border: 1px solid rgba(250, 203, 14, 0.5) !important;
}
.bc-yellow-light-50,
.hover-bc-yellow-light-50:hover,
.focus-bc-yellow-light-50:focus {
    border-color: rgba(253, 228, 130, 0.5) !important;
}
.border-yellow-light-50 {
    border: 1px solid rgba(253, 228, 130, 0.5) !important;
}
.bc-yellow-lighter-50,
.hover-bc-yellow-lighter-50:hover,
.focus-bc-yellow-lighter-50:focus {
    border-color: rgba(254, 240, 188, 0.5) !important;
}
.border-yellow-lighter-50 {
    border: 1px solid rgba(254, 240, 188, 0.5) !important;
}
.bc-yellow-lightest-50,
.hover-bc-yellow-lightest-50:hover,
.focus-bc-yellow-lightest-50:focus {
    border-color: rgba(254, 247, 219, 0.5) !important;
}
.border-yellow-lightest-50 {
    border: 1px solid rgba(254, 247, 219, 0.5) !important;
}
.bc-pear-darkest-50,
.hover-bc-pear-darkest-50:hover,
.focus-bc-pear-darkest-50:focus {
    border-color: rgba(79, 86, 12, 0.5) !important;
}
.border-pear-darkest-50 {
    border: 1px solid rgba(79, 86, 12, 0.5) !important;
}
.bc-pear-darker-50,
.hover-bc-pear-darker-50:hover,
.focus-bc-pear-darker-50:focus {
    border-color: rgba(127, 138, 19, 0.5) !important;
}
.border-pear-darker-50 {
    border: 1px solid rgba(127, 138, 19, 0.5) !important;
}
.bc-pear-dark-50,
.hover-bc-pear-dark-50:hover,
.focus-bc-pear-dark-50:focus {
    border-color: rgba(158, 172, 24, 0.5) !important;
}
.border-pear-dark-50 {
    border: 1px solid rgba(158, 172, 24, 0.5) !important;
}
.bc-pear-50,
.hover-bc-pear-50:hover,
.focus-bc-pear-50:focus {
    border-color: rgba(190, 207, 29, 0.5) !important;
}
.border-pear-50 {
    border: 1px solid rgba(190, 207, 29, 0.5) !important;
}
.bc-pear-light-50,
.hover-bc-pear-light-50:hover,
.focus-bc-pear-light-50:focus {
    border-color: rgba(221, 233, 101, 0.5) !important;
}
.border-pear-light-50 {
    border: 1px solid rgba(221, 233, 101, 0.5) !important;
}
.bc-pear-lighter-50,
.hover-bc-pear-lighter-50:hover,
.focus-bc-pear-lighter-50:focus {
    border-color: rgba(244, 248, 204, 0.5) !important;
}
.border-pear-lighter-50 {
    border: 1px solid rgba(244, 248, 204, 0.5) !important;
}
.bc-pear-lightest-50,
.hover-bc-pear-lightest-50:hover,
.focus-bc-pear-lightest-50:focus {
    border-color: rgba(251, 253, 238, 0.5) !important;
}
.border-pear-lightest-50 {
    border: 1px solid rgba(251, 253, 238, 0.5) !important;
}
.bc-green-darkest-50,
.hover-bc-green-darkest-50:hover,
.focus-bc-green-darkest-50:focus {
    border-color: rgba(32, 97, 32, 0.5) !important;
}
.border-green-darkest-50 {
    border: 1px solid rgba(32, 97, 32, 0.5) !important;
}
.bc-green-darker-50,
.hover-bc-green-darker-50:hover,
.focus-bc-green-darker-50:focus {
    border-color: rgba(47, 141, 47, 0.5) !important;
}
.border-green-darker-50 {
    border: 1px solid rgba(47, 141, 47, 0.5) !important;
}
.bc-green-dark-50,
.hover-bc-green-dark-50:hover,
.focus-bc-green-dark-50:focus {
    border-color: rgba(57, 171, 57, 0.5) !important;
}
.border-green-dark-50 {
    border: 1px solid rgba(57, 171, 57, 0.5) !important;
}
.bc-green-50,
.hover-bc-green-50:hover,
.focus-bc-green-50:focus {
    border-color: rgba(73, 194, 73, 0.5) !important;
}
.border-green-50 {
    border: 1px solid rgba(73, 194, 73, 0.5) !important;
}
.bc-green-light-50,
.hover-bc-green-light-50:hover,
.focus-bc-green-light-50:focus {
    border-color: rgba(137, 224, 137, 0.5) !important;
}
.border-green-light-50 {
    border: 1px solid rgba(137, 224, 137, 0.5) !important;
}
.bc-green-lighter-50,
.hover-bc-green-lighter-50:hover,
.focus-bc-green-lighter-50:focus {
    border-color: rgba(220, 243, 220, 0.5) !important;
}
.border-green-lighter-50 {
    border: 1px solid rgba(220, 243, 220, 0.5) !important;
}
.bc-green-lightest-50,
.hover-bc-green-lightest-50:hover,
.focus-bc-green-lightest-50:focus {
    border-color: rgba(234, 248, 234, 0.5) !important;
}
.border-green-lightest-50 {
    border: 1px solid rgba(234, 248, 234, 0.5) !important;
}
.bc-mint-darkest-50,
.hover-bc-mint-darkest-50:hover,
.focus-bc-mint-darkest-50:focus {
    border-color: rgba(19, 107, 68, 0.5) !important;
}
.border-mint-darkest-50 {
    border: 1px solid rgba(19, 107, 68, 0.5) !important;
}
.bc-mint-darker-50,
.hover-bc-mint-darker-50:hover,
.focus-bc-mint-darker-50:focus {
    border-color: rgba(29, 165, 105, 0.5) !important;
}
.border-mint-darker-50 {
    border: 1px solid rgba(29, 165, 105, 0.5) !important;
}
.bc-mint-dark-50,
.hover-bc-mint-dark-50:hover,
.focus-bc-mint-dark-50:focus {
    border-color: rgba(35, 198, 126, 0.5) !important;
}
.border-mint-dark-50 {
    border: 1px solid rgba(35, 198, 126, 0.5) !important;
}
.bc-mint-50,
.hover-bc-mint-50:hover,
.focus-bc-mint-50:focus {
    border-color: rgba(53, 219, 146, 0.5) !important;
}
.border-mint-50 {
    border: 1px solid rgba(53, 219, 146, 0.5) !important;
}
.bc-mint-light-50,
.hover-bc-mint-light-50:hover,
.focus-bc-mint-light-50:focus {
    border-color: rgba(137, 234, 191, 0.5) !important;
}
.border-mint-light-50 {
    border: 1px solid rgba(137, 234, 191, 0.5) !important;
}
.bc-mint-lighter-50,
.hover-bc-mint-lighter-50:hover,
.focus-bc-mint-lighter-50:focus {
    border-color: rgba(220, 249, 236, 0.5) !important;
}
.border-mint-lighter-50 {
    border: 1px solid rgba(220, 249, 236, 0.5) !important;
}
.bc-mint-lightest-50,
.hover-bc-mint-lightest-50:hover,
.focus-bc-mint-lightest-50:focus {
    border-color: rgba(242, 252, 247, 0.5) !important;
}
.border-mint-lightest-50 {
    border: 1px solid rgba(242, 252, 247, 0.5) !important;
}
.bc-teal-darkest-50,
.hover-bc-teal-darkest-50:hover,
.focus-bc-teal-darkest-50:focus {
    border-color: rgba(34, 89, 96, 0.5) !important;
}
.border-teal-darkest-50 {
    border: 1px solid rgba(34, 89, 96, 0.5) !important;
}
.bc-teal-darker-50,
.hover-bc-teal-darker-50:hover,
.focus-bc-teal-darker-50:focus {
    border-color: rgba(45, 116, 125, 0.5) !important;
}
.border-teal-darker-50 {
    border: 1px solid rgba(45, 116, 125, 0.5) !important;
}
.bc-teal-dark-50,
.hover-bc-teal-dark-50:hover,
.focus-bc-teal-dark-50:focus {
    border-color: rgba(55, 142, 153, 0.5) !important;
}
.border-teal-dark-50 {
    border: 1px solid rgba(55, 142, 153, 0.5) !important;
}
.bc-teal-50,
.hover-bc-teal-50:hover,
.focus-bc-teal-50:focus {
    border-color: rgba(66, 169, 182, 0.5) !important;
}
.border-teal-50 {
    border: 1px solid rgba(66, 169, 182, 0.5) !important;
}
.bc-teal-light-50,
.hover-bc-teal-light-50:hover,
.focus-bc-teal-light-50:focus {
    border-color: rgba(149, 209, 217, 0.5) !important;
}
.border-teal-light-50 {
    border: 1px solid rgba(149, 209, 217, 0.5) !important;
}
.bc-teal-lighter-50,
.hover-bc-teal-lighter-50:hover,
.focus-bc-teal-lighter-50:focus {
    border-color: rgba(221, 240, 243, 0.5) !important;
}
.border-teal-lighter-50 {
    border: 1px solid rgba(221, 240, 243, 0.5) !important;
}
.bc-teal-lightest-50,
.hover-bc-teal-lightest-50:hover,
.focus-bc-teal-lightest-50:focus {
    border-color: rgba(237, 249, 250, 0.5) !important;
}
.border-teal-lightest-50 {
    border: 1px solid rgba(237, 249, 250, 0.5) !important;
}
.bc-wine-darkest-50,
.hover-bc-wine-darkest-50:hover,
.focus-bc-wine-darkest-50:focus {
    border-color: rgba(72, 30, 35, 0.5) !important;
}
.border-wine-darkest-50 {
    border: 1px solid rgba(72, 30, 35, 0.5) !important;
}
.bc-wine-darker-50,
.hover-bc-wine-darker-50:hover,
.focus-bc-wine-darker-50:focus {
    border-color: rgba(114, 47, 55, 0.5) !important;
}
.border-wine-darker-50 {
    border: 1px solid rgba(114, 47, 55, 0.5) !important;
}
.bc-wine-dark-50,
.hover-bc-wine-dark-50:hover,
.focus-bc-wine-dark-50:focus {
    border-color: rgba(142, 58, 68, 0.5) !important;
}
.border-wine-dark-50 {
    border: 1px solid rgba(142, 58, 68, 0.5) !important;
}
.bc-wine-50,
.hover-bc-wine-50:hover,
.focus-bc-wine-50:focus {
    border-color: rgba(170, 70, 82, 0.5) !important;
}
.border-wine-50 {
    border: 1px solid rgba(170, 70, 82, 0.5) !important;
}
.bc-wine-light-50,
.hover-bc-wine-light-50:hover,
.focus-bc-wine-light-50:focus {
    border-color: rgba(210, 147, 154, 0.5) !important;
}
.border-wine-light-50 {
    border: 1px solid rgba(210, 147, 154, 0.5) !important;
}
.bc-wine-lighter-50,
.hover-bc-wine-lighter-50:hover,
.focus-bc-wine-lighter-50:focus {
    border-color: rgba(239, 216, 219, 0.5) !important;
}
.border-wine-lighter-50 {
    border: 1px solid rgba(239, 216, 219, 0.5) !important;
}
.bc-wine-lightest-50,
.hover-bc-wine-lightest-50:hover,
.focus-bc-wine-lightest-50:focus {
    border-color: rgba(250, 243, 244, 0.5) !important;
}
.border-wine-lightest-50 {
    border: 1px solid rgba(250, 243, 244, 0.5) !important;
}
.bc-brown-darkest-50,
.hover-bc-brown-darkest-50:hover,
.focus-bc-brown-darkest-50:focus {
    border-color: rgba(61, 47, 43, 0.5) !important;
}
.border-brown-darkest-50 {
    border: 1px solid rgba(61, 47, 43, 0.5) !important;
}
.bc-brown-darker-50,
.hover-bc-brown-darker-50:hover,
.focus-bc-brown-darker-50:focus {
    border-color: rgba(84, 65, 59, 0.5) !important;
}
.border-brown-darker-50 {
    border: 1px solid rgba(84, 65, 59, 0.5) !important;
}
.bc-brown-dark-50,
.hover-bc-brown-dark-50:hover,
.focus-bc-brown-dark-50:focus {
    border-color: rgba(107, 83, 76, 0.5) !important;
}
.border-brown-dark-50 {
    border: 1px solid rgba(107, 83, 76, 0.5) !important;
}
.bc-brown-50,
.hover-bc-brown-50:hover,
.focus-bc-brown-50:focus {
    border-color: rgba(141, 109, 100, 0.5) !important;
}
.border-brown-50 {
    border: 1px solid rgba(141, 109, 100, 0.5) !important;
}
.bc-brown-light-50,
.hover-bc-brown-light-50:hover,
.focus-bc-brown-light-50:focus {
    border-color: rgba(200, 183, 178, 0.5) !important;
}
.border-brown-light-50 {
    border: 1px solid rgba(200, 183, 178, 0.5) !important;
}
.bc-brown-lighter-50,
.hover-bc-brown-lighter-50:hover,
.focus-bc-brown-lighter-50:focus {
    border-color: rgba(233, 226, 224, 0.5) !important;
}
.border-brown-lighter-50 {
    border: 1px solid rgba(233, 226, 224, 0.5) !important;
}
.bc-brown-lightest-50,
.hover-bc-brown-lightest-50:hover,
.focus-bc-brown-lightest-50:focus {
    border-color: rgba(255, 249, 247, 0.5) !important;
}
.border-brown-lightest-50 {
    border: 1px solid rgba(255, 249, 247, 0.5) !important;
}
.bc-almond-darkest-50,
.hover-bc-almond-darkest-50:hover,
.focus-bc-almond-darkest-50:focus {
    border-color: rgba(99, 65, 32, 0.5) !important;
}
.border-almond-darkest-50 {
    border: 1px solid rgba(99, 65, 32, 0.5) !important;
}
.bc-almond-darker-50,
.hover-bc-almond-darker-50:hover,
.focus-bc-almond-darker-50:focus {
    border-color: rgba(138, 91, 44, 0.5) !important;
}
.border-almond-darker-50 {
    border: 1px solid rgba(138, 91, 44, 0.5) !important;
}
.bc-almond-dark-50,
.hover-bc-almond-dark-50:hover,
.focus-bc-almond-dark-50:focus {
    border-color: rgba(173, 114, 55, 0.5) !important;
}
.border-almond-dark-50 {
    border: 1px solid rgba(173, 114, 55, 0.5) !important;
}
.bc-almond-50,
.hover-bc-almond-50:hover,
.focus-bc-almond-50:focus {
    border-color: rgba(196, 134, 71, 0.5) !important;
}
.border-almond-50 {
    border: 1px solid rgba(196, 134, 71, 0.5) !important;
}
.bc-almond-light-50,
.hover-bc-almond-light-50:hover,
.focus-bc-almond-light-50:focus {
    border-color: rgba(220, 183, 146, 0.5) !important;
}
.border-almond-light-50 {
    border: 1px solid rgba(220, 183, 146, 0.5) !important;
}
.bc-almond-lighter-50,
.hover-bc-almond-lighter-50:hover,
.focus-bc-almond-lighter-50:focus {
    border-color: rgba(239, 222, 205, 0.5) !important;
}
.border-almond-lighter-50 {
    border: 1px solid rgba(239, 222, 205, 0.5) !important;
}
.bc-almond-lightest-50,
.hover-bc-almond-lightest-50:hover,
.focus-bc-almond-lightest-50:focus {
    border-color: rgba(249, 240, 232, 0.5) !important;
}
.border-almond-lightest-50 {
    border: 1px solid rgba(249, 240, 232, 0.5) !important;
}
.bc-slategray-darkest-50,
.hover-bc-slategray-darkest-50:hover,
.focus-bc-slategray-darkest-50:focus {
    border-color: rgba(5, 25, 45, 0.5) !important;
}
.border-slategray-darkest-50 {
    border: 1px solid rgba(5, 25, 45, 0.5) !important;
}
.bc-slategray-darker-50,
.hover-bc-slategray-darker-50:hover,
.focus-bc-slategray-darker-50:focus {
    border-color: rgba(16, 44, 69, 0.5) !important;
}
.border-slategray-darker-50 {
    border: 1px solid rgba(16, 44, 69, 0.5) !important;
}
.bc-slategray-dark-50,
.hover-bc-slategray-dark-50:hover,
.focus-bc-slategray-dark-50:focus {
    border-color: rgba(47, 80, 112, 0.5) !important;
}
.border-slategray-dark-50 {
    border: 1px solid rgba(47, 80, 112, 0.5) !important;
}
.bc-slategray-50,
.hover-bc-slategray-50:hover,
.focus-bc-slategray-50:focus {
    border-color: rgba(81, 116, 149, 0.5) !important;
}
.border-slategray-50 {
    border: 1px solid rgba(81, 116, 149, 0.5) !important;
}
.bc-slategray-light-50,
.hover-bc-slategray-light-50:hover,
.focus-bc-slategray-light-50:focus {
    border-color: rgba(150, 177, 203, 0.5) !important;
}
.border-slategray-light-50 {
    border: 1px solid rgba(150, 177, 203, 0.5) !important;
}
.bc-slategray-lighter-50,
.hover-bc-slategray-lighter-50:hover,
.focus-bc-slategray-lighter-50:focus {
    border-color: rgba(208, 220, 231, 0.5) !important;
}
.border-slategray-lighter-50 {
    border: 1px solid rgba(208, 220, 231, 0.5) !important;
}
.bc-slategray-lightest-50,
.hover-bc-slategray-lightest-50:hover,
.focus-bc-slategray-lightest-50:focus {
    border-color: rgba(242, 245, 247, 0.5) !important;
}
.border-slategray-lightest-50 {
    border: 1px solid rgba(242, 245, 247, 0.5) !important;
}
.bc-gray-darkest-50,
.hover-bc-gray-darkest-50:hover,
.focus-bc-gray-darkest-50:focus {
    border-color: rgba(54, 69, 79, 0.5) !important;
}
.border-gray-darkest-50 {
    border: 1px solid rgba(54, 69, 79, 0.5) !important;
}
.bc-gray-darker-50,
.hover-bc-gray-darker-50:hover,
.focus-bc-gray-darker-50:focus {
    border-color: rgba(70, 89, 102, 0.5) !important;
}
.border-gray-darker-50 {
    border: 1px solid rgba(70, 89, 102, 0.5) !important;
}
.bc-gray-dark-50,
.hover-bc-gray-dark-50:hover,
.focus-bc-gray-dark-50:focus {
    border-color: rgba(86, 110, 126, 0.5) !important;
}
.border-gray-dark-50 {
    border: 1px solid rgba(86, 110, 126, 0.5) !important;
}
.bc-gray-50,
.hover-bc-gray-50:hover,
.focus-bc-gray-50:focus {
    border-color: rgba(102, 130, 149, 0.5) !important;
}
.border-gray-50 {
    border: 1px solid rgba(102, 130, 149, 0.5) !important;
}
.bc-gray-light-50,
.hover-bc-gray-light-50:hover,
.focus-bc-gray-light-50:focus {
    border-color: rgba(183, 196, 205, 0.5) !important;
}
.border-gray-light-50 {
    border: 1px solid rgba(183, 196, 205, 0.5) !important;
}
.bc-gray-lighter-50,
.hover-bc-gray-lighter-50:hover,
.focus-bc-gray-lighter-50:focus {
    border-color: rgba(228, 232, 235, 0.5) !important;
}
.border-gray-lighter-50 {
    border: 1px solid rgba(228, 232, 235, 0.5) !important;
}
.bc-gray-lightest-50,
.hover-bc-gray-lightest-50:hover,
.focus-bc-gray-lightest-50:focus {
    border-color: rgba(238, 241, 245, 0.5) !important;
}
.border-gray-lightest-50 {
    border: 1px solid rgba(238, 241, 245, 0.5) !important;
}
.bc-black-60,
.hover-bc-black-60:hover,
.focus-bc-black-60:focus {
    border-color: rgba(0, 0, 0, 0.6) !important;
}
.border-black-60 {
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
}
.bc-white-60,
.hover-bc-white-60:hover,
.focus-bc-white-60:focus {
    border-color: rgba(255, 255, 255, 0.6) !important;
}
.border-white-60 {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.bc-transparent-60,
.hover-bc-transparent-60:hover,
.focus-bc-transparent-60:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-60 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-60,
.hover-bc-blue-darkest-60:hover,
.focus-bc-blue-darkest-60:focus {
    border-color: rgba(2, 48, 93, 0.6) !important;
}
.border-blue-darkest-60 {
    border: 1px solid rgba(2, 48, 93, 0.6) !important;
}
.bc-blue-darker-60,
.hover-bc-blue-darker-60:hover,
.focus-bc-blue-darker-60:focus {
    border-color: rgba(26, 93, 158, 0.6) !important;
}
.border-blue-darker-60 {
    border: 1px solid rgba(26, 93, 158, 0.6) !important;
}
.bc-blue-dark-60,
.hover-bc-blue-dark-60:hover,
.focus-bc-blue-dark-60:focus {
    border-color: rgba(23, 115, 206, 0.6) !important;
}
.border-blue-dark-60 {
    border: 1px solid rgba(23, 115, 206, 0.6) !important;
}
.bc-blue-60,
.hover-bc-blue-60:hover,
.focus-bc-blue-60:focus {
    border-color: rgba(64, 158, 255, 0.6) !important;
}
.border-blue-60 {
    border: 1px solid rgba(64, 158, 255, 0.6) !important;
}
.bc-blue-light-60,
.hover-bc-blue-light-60:hover,
.focus-bc-blue-light-60:focus {
    border-color: rgba(101, 178, 255, 0.6) !important;
}
.border-blue-light-60 {
    border: 1px solid rgba(101, 178, 255, 0.6) !important;
}
.bc-blue-lighter-60,
.hover-bc-blue-lighter-60:hover,
.focus-bc-blue-lighter-60:focus {
    border-color: rgba(179, 217, 255, 0.6) !important;
}
.border-blue-lighter-60 {
    border: 1px solid rgba(179, 217, 255, 0.6) !important;
}
.bc-blue-lightest-60,
.hover-bc-blue-lightest-60:hover,
.focus-bc-blue-lightest-60:focus {
    border-color: rgba(236, 245, 255, 0.6) !important;
}
.border-blue-lightest-60 {
    border: 1px solid rgba(236, 245, 255, 0.6) !important;
}
.bc-indigo-darkest-60,
.hover-bc-indigo-darkest-60:hover,
.focus-bc-indigo-darkest-60:focus {
    border-color: rgba(39, 32, 117, 0.6) !important;
}
.border-indigo-darkest-60 {
    border: 1px solid rgba(39, 32, 117, 0.6) !important;
}
.bc-indigo-darker-60,
.hover-bc-indigo-darker-60:hover,
.focus-bc-indigo-darker-60:focus {
    border-color: rgba(51, 42, 153, 0.6) !important;
}
.border-indigo-darker-60 {
    border: 1px solid rgba(51, 42, 153, 0.6) !important;
}
.bc-indigo-dark-60,
.hover-bc-indigo-dark-60:hover,
.focus-bc-indigo-dark-60:focus {
    border-color: rgba(63, 51, 189, 0.6) !important;
}
.border-indigo-dark-60 {
    border: 1px solid rgba(63, 51, 189, 0.6) !important;
}
.bc-indigo-60,
.hover-bc-indigo-60:hover,
.focus-bc-indigo-60:focus {
    border-color: rgba(90, 79, 207, 0.6) !important;
}
.border-indigo-60 {
    border: 1px solid rgba(90, 79, 207, 0.6) !important;
}
.bc-indigo-light-60,
.hover-bc-indigo-light-60:hover,
.focus-bc-indigo-light-60:focus {
    border-color: rgba(131, 122, 230, 0.6) !important;
}
.border-indigo-light-60 {
    border: 1px solid rgba(131, 122, 230, 0.6) !important;
}
.bc-indigo-lighter-60,
.hover-bc-indigo-lighter-60:hover,
.focus-bc-indigo-lighter-60:focus {
    border-color: rgba(194, 189, 246, 0.6) !important;
}
.border-indigo-lighter-60 {
    border: 1px solid rgba(194, 189, 246, 0.6) !important;
}
.bc-indigo-lightest-60,
.hover-bc-indigo-lightest-60:hover,
.focus-bc-indigo-lightest-60:focus {
    border-color: rgba(240, 238, 255, 0.6) !important;
}
.border-indigo-lightest-60 {
    border: 1px solid rgba(240, 238, 255, 0.6) !important;
}
.bc-purple-darkest-60,
.hover-bc-purple-darkest-60:hover,
.focus-bc-purple-darkest-60:focus {
    border-color: rgba(61, 6, 95, 0.6) !important;
}
.border-purple-darkest-60 {
    border: 1px solid rgba(61, 6, 95, 0.6) !important;
}
.bc-purple-darker-60,
.hover-bc-purple-darker-60:hover,
.focus-bc-purple-darker-60:focus {
    border-color: rgba(96, 10, 151, 0.6) !important;
}
.border-purple-darker-60 {
    border: 1px solid rgba(96, 10, 151, 0.6) !important;
}
.bc-purple-dark-60,
.hover-bc-purple-dark-60:hover,
.focus-bc-purple-dark-60:focus {
    border-color: rgba(132, 13, 206, 0.6) !important;
}
.border-purple-dark-60 {
    border: 1px solid rgba(132, 13, 206, 0.6) !important;
}
.bc-purple-60,
.hover-bc-purple-60:hover,
.focus-bc-purple-60:focus {
    border-color: rgba(170, 56, 242, 0.6) !important;
}
.border-purple-60 {
    border: 1px solid rgba(170, 56, 242, 0.6) !important;
}
.bc-purple-light-60,
.hover-bc-purple-light-60:hover,
.focus-bc-purple-light-60:focus {
    border-color: rgba(204, 136, 247, 0.6) !important;
}
.border-purple-light-60 {
    border: 1px solid rgba(204, 136, 247, 0.6) !important;
}
.bc-purple-lighter-60,
.hover-bc-purple-lighter-60:hover,
.focus-bc-purple-lighter-60:focus {
    border-color: rgba(233, 203, 252, 0.6) !important;
}
.border-purple-lighter-60 {
    border: 1px solid rgba(233, 203, 252, 0.6) !important;
}
.bc-purple-lightest-60,
.hover-bc-purple-lightest-60:hover,
.focus-bc-purple-lightest-60:focus {
    border-color: rgba(249, 240, 254, 0.6) !important;
}
.border-purple-lightest-60 {
    border: 1px solid rgba(249, 240, 254, 0.6) !important;
}
.bc-pink-darkest-60,
.hover-bc-pink-darkest-60:hover,
.focus-bc-pink-darkest-60:focus {
    border-color: rgba(88, 0, 32, 0.6) !important;
}
.border-pink-darkest-60 {
    border: 1px solid rgba(88, 0, 32, 0.6) !important;
}
.bc-pink-darker-60,
.hover-bc-pink-darker-60:hover,
.focus-bc-pink-darker-60:focus {
    border-color: rgba(147, 0, 54, 0.6) !important;
}
.border-pink-darker-60 {
    border: 1px solid rgba(147, 0, 54, 0.6) !important;
}
.bc-pink-dark-60,
.hover-bc-pink-dark-60:hover,
.focus-bc-pink-dark-60:focus {
    border-color: rgba(201, 54, 108, 0.6) !important;
}
.border-pink-dark-60 {
    border: 1px solid rgba(201, 54, 108, 0.6) !important;
}
.bc-pink-60,
.hover-bc-pink-60:hover,
.focus-bc-pink-60:focus {
    border-color: rgba(240, 101, 151, 0.6) !important;
}
.border-pink-60 {
    border: 1px solid rgba(240, 101, 151, 0.6) !important;
}
.bc-pink-light-60,
.hover-bc-pink-light-60:hover,
.focus-bc-pink-light-60:focus {
    border-color: rgba(245, 142, 180, 0.6) !important;
}
.border-pink-light-60 {
    border: 1px solid rgba(245, 142, 180, 0.6) !important;
}
.bc-pink-lighter-60,
.hover-bc-pink-lighter-60:hover,
.focus-bc-pink-lighter-60:focus {
    border-color: rgba(255, 205, 223, 0.6) !important;
}
.border-pink-lighter-60 {
    border: 1px solid rgba(255, 205, 223, 0.6) !important;
}
.bc-pink-lightest-60,
.hover-bc-pink-lightest-60:hover,
.focus-bc-pink-lightest-60:focus {
    border-color: rgba(255, 235, 242, 0.6) !important;
}
.border-pink-lightest-60 {
    border: 1px solid rgba(255, 235, 242, 0.6) !important;
}
.bc-red-darkest-60,
.hover-bc-red-darkest-60:hover,
.focus-bc-red-darkest-60:focus {
    border-color: rgba(117, 14, 18, 0.6) !important;
}
.border-red-darkest-60 {
    border: 1px solid rgba(117, 14, 18, 0.6) !important;
}
.bc-red-darker-60,
.hover-bc-red-darker-60:hover,
.focus-bc-red-darker-60:focus {
    border-color: rgba(169, 21, 26, 0.6) !important;
}
.border-red-darker-60 {
    border: 1px solid rgba(169, 21, 26, 0.6) !important;
}
.bc-red-dark-60,
.hover-bc-red-dark-60:hover,
.focus-bc-red-dark-60:focus {
    border-color: rgba(204, 25, 31, 0.6) !important;
}
.border-red-dark-60 {
    border: 1px solid rgba(204, 25, 31, 0.6) !important;
}
.bc-red-60,
.hover-bc-red-60:hover,
.focus-bc-red-60:focus {
    border-color: rgba(231, 57, 63, 0.6) !important;
}
.border-red-60 {
    border: 1px solid rgba(231, 57, 63, 0.6) !important;
}
.bc-red-light-60,
.hover-bc-red-light-60:hover,
.focus-bc-red-light-60:focus {
    border-color: rgba(237, 109, 114, 0.6) !important;
}
.border-red-light-60 {
    border: 1px solid rgba(237, 109, 114, 0.6) !important;
}
.bc-red-lighter-60,
.hover-bc-red-lighter-60:hover,
.focus-bc-red-lighter-60:focus {
    border-color: rgba(248, 197, 199, 0.6) !important;
}
.border-red-lighter-60 {
    border: 1px solid rgba(248, 197, 199, 0.6) !important;
}
.bc-red-lightest-60,
.hover-bc-red-lightest-60:hover,
.focus-bc-red-lightest-60:focus {
    border-color: rgba(252, 232, 232, 0.6) !important;
}
.border-red-lightest-60 {
    border: 1px solid rgba(252, 232, 232, 0.6) !important;
}
.bc-orange-darkest-60,
.hover-bc-orange-darkest-60:hover,
.focus-bc-orange-darkest-60:focus {
    border-color: rgba(133, 67, 0, 0.6) !important;
}
.border-orange-darkest-60 {
    border: 1px solid rgba(133, 67, 0, 0.6) !important;
}
.bc-orange-darker-60,
.hover-bc-orange-darker-60:hover,
.focus-bc-orange-darker-60:focus {
    border-color: rgba(192, 96, 0, 0.6) !important;
}
.border-orange-darker-60 {
    border: 1px solid rgba(192, 96, 0, 0.6) !important;
}
.bc-orange-dark-60,
.hover-bc-orange-dark-60:hover,
.focus-bc-orange-dark-60:focus {
    border-color: rgba(231, 116, 0, 0.6) !important;
}
.border-orange-dark-60 {
    border: 1px solid rgba(231, 116, 0, 0.6) !important;
}
.bc-orange-60,
.hover-bc-orange-60:hover,
.focus-bc-orange-60:focus {
    border-color: rgba(255, 135, 16, 0.6) !important;
}
.border-orange-60 {
    border: 1px solid rgba(255, 135, 16, 0.6) !important;
}
.bc-orange-light-60,
.hover-bc-orange-light-60:hover,
.focus-bc-orange-light-60:focus {
    border-color: rgba(255, 184, 114, 0.6) !important;
}
.border-orange-light-60 {
    border: 1px solid rgba(255, 184, 114, 0.6) !important;
}
.bc-orange-lighter-60,
.hover-bc-orange-lighter-60:hover,
.focus-bc-orange-lighter-60:focus {
    border-color: rgba(255, 224, 192, 0.6) !important;
}
.border-orange-lighter-60 {
    border: 1px solid rgba(255, 224, 192, 0.6) !important;
}
.bc-orange-lightest-60,
.hover-bc-orange-lightest-60:hover,
.focus-bc-orange-lightest-60:focus {
    border-color: rgba(255, 243, 231, 0.6) !important;
}
.border-orange-lightest-60 {
    border: 1px solid rgba(255, 243, 231, 0.6) !important;
}
.bc-yellow-darkest-60,
.hover-bc-yellow-darkest-60:hover,
.focus-bc-yellow-darkest-60:focus {
    border-color: rgba(106, 85, 2, 0.6) !important;
}
.border-yellow-darkest-60 {
    border: 1px solid rgba(106, 85, 2, 0.6) !important;
}
.bc-yellow-darker-60,
.hover-bc-yellow-darker-60:hover,
.focus-bc-yellow-darker-60:focus {
    border-color: rgba(183, 147, 3, 0.6) !important;
}
.border-yellow-darker-60 {
    border: 1px solid rgba(183, 147, 3, 0.6) !important;
}
.bc-yellow-dark-60,
.hover-bc-yellow-dark-60:hover,
.focus-bc-yellow-dark-60:focus {
    border-color: rgba(221, 177, 4, 0.6) !important;
}
.border-yellow-dark-60 {
    border: 1px solid rgba(221, 177, 4, 0.6) !important;
}
.bc-yellow-60,
.hover-bc-yellow-60:hover,
.focus-bc-yellow-60:focus {
    border-color: rgba(250, 203, 14, 0.6) !important;
}
.border-yellow-60 {
    border: 1px solid rgba(250, 203, 14, 0.6) !important;
}
.bc-yellow-light-60,
.hover-bc-yellow-light-60:hover,
.focus-bc-yellow-light-60:focus {
    border-color: rgba(253, 228, 130, 0.6) !important;
}
.border-yellow-light-60 {
    border: 1px solid rgba(253, 228, 130, 0.6) !important;
}
.bc-yellow-lighter-60,
.hover-bc-yellow-lighter-60:hover,
.focus-bc-yellow-lighter-60:focus {
    border-color: rgba(254, 240, 188, 0.6) !important;
}
.border-yellow-lighter-60 {
    border: 1px solid rgba(254, 240, 188, 0.6) !important;
}
.bc-yellow-lightest-60,
.hover-bc-yellow-lightest-60:hover,
.focus-bc-yellow-lightest-60:focus {
    border-color: rgba(254, 247, 219, 0.6) !important;
}
.border-yellow-lightest-60 {
    border: 1px solid rgba(254, 247, 219, 0.6) !important;
}
.bc-pear-darkest-60,
.hover-bc-pear-darkest-60:hover,
.focus-bc-pear-darkest-60:focus {
    border-color: rgba(79, 86, 12, 0.6) !important;
}
.border-pear-darkest-60 {
    border: 1px solid rgba(79, 86, 12, 0.6) !important;
}
.bc-pear-darker-60,
.hover-bc-pear-darker-60:hover,
.focus-bc-pear-darker-60:focus {
    border-color: rgba(127, 138, 19, 0.6) !important;
}
.border-pear-darker-60 {
    border: 1px solid rgba(127, 138, 19, 0.6) !important;
}
.bc-pear-dark-60,
.hover-bc-pear-dark-60:hover,
.focus-bc-pear-dark-60:focus {
    border-color: rgba(158, 172, 24, 0.6) !important;
}
.border-pear-dark-60 {
    border: 1px solid rgba(158, 172, 24, 0.6) !important;
}
.bc-pear-60,
.hover-bc-pear-60:hover,
.focus-bc-pear-60:focus {
    border-color: rgba(190, 207, 29, 0.6) !important;
}
.border-pear-60 {
    border: 1px solid rgba(190, 207, 29, 0.6) !important;
}
.bc-pear-light-60,
.hover-bc-pear-light-60:hover,
.focus-bc-pear-light-60:focus {
    border-color: rgba(221, 233, 101, 0.6) !important;
}
.border-pear-light-60 {
    border: 1px solid rgba(221, 233, 101, 0.6) !important;
}
.bc-pear-lighter-60,
.hover-bc-pear-lighter-60:hover,
.focus-bc-pear-lighter-60:focus {
    border-color: rgba(244, 248, 204, 0.6) !important;
}
.border-pear-lighter-60 {
    border: 1px solid rgba(244, 248, 204, 0.6) !important;
}
.bc-pear-lightest-60,
.hover-bc-pear-lightest-60:hover,
.focus-bc-pear-lightest-60:focus {
    border-color: rgba(251, 253, 238, 0.6) !important;
}
.border-pear-lightest-60 {
    border: 1px solid rgba(251, 253, 238, 0.6) !important;
}
.bc-green-darkest-60,
.hover-bc-green-darkest-60:hover,
.focus-bc-green-darkest-60:focus {
    border-color: rgba(32, 97, 32, 0.6) !important;
}
.border-green-darkest-60 {
    border: 1px solid rgba(32, 97, 32, 0.6) !important;
}
.bc-green-darker-60,
.hover-bc-green-darker-60:hover,
.focus-bc-green-darker-60:focus {
    border-color: rgba(47, 141, 47, 0.6) !important;
}
.border-green-darker-60 {
    border: 1px solid rgba(47, 141, 47, 0.6) !important;
}
.bc-green-dark-60,
.hover-bc-green-dark-60:hover,
.focus-bc-green-dark-60:focus {
    border-color: rgba(57, 171, 57, 0.6) !important;
}
.border-green-dark-60 {
    border: 1px solid rgba(57, 171, 57, 0.6) !important;
}
.bc-green-60,
.hover-bc-green-60:hover,
.focus-bc-green-60:focus {
    border-color: rgba(73, 194, 73, 0.6) !important;
}
.border-green-60 {
    border: 1px solid rgba(73, 194, 73, 0.6) !important;
}
.bc-green-light-60,
.hover-bc-green-light-60:hover,
.focus-bc-green-light-60:focus {
    border-color: rgba(137, 224, 137, 0.6) !important;
}
.border-green-light-60 {
    border: 1px solid rgba(137, 224, 137, 0.6) !important;
}
.bc-green-lighter-60,
.hover-bc-green-lighter-60:hover,
.focus-bc-green-lighter-60:focus {
    border-color: rgba(220, 243, 220, 0.6) !important;
}
.border-green-lighter-60 {
    border: 1px solid rgba(220, 243, 220, 0.6) !important;
}
.bc-green-lightest-60,
.hover-bc-green-lightest-60:hover,
.focus-bc-green-lightest-60:focus {
    border-color: rgba(234, 248, 234, 0.6) !important;
}
.border-green-lightest-60 {
    border: 1px solid rgba(234, 248, 234, 0.6) !important;
}
.bc-mint-darkest-60,
.hover-bc-mint-darkest-60:hover,
.focus-bc-mint-darkest-60:focus {
    border-color: rgba(19, 107, 68, 0.6) !important;
}
.border-mint-darkest-60 {
    border: 1px solid rgba(19, 107, 68, 0.6) !important;
}
.bc-mint-darker-60,
.hover-bc-mint-darker-60:hover,
.focus-bc-mint-darker-60:focus {
    border-color: rgba(29, 165, 105, 0.6) !important;
}
.border-mint-darker-60 {
    border: 1px solid rgba(29, 165, 105, 0.6) !important;
}
.bc-mint-dark-60,
.hover-bc-mint-dark-60:hover,
.focus-bc-mint-dark-60:focus {
    border-color: rgba(35, 198, 126, 0.6) !important;
}
.border-mint-dark-60 {
    border: 1px solid rgba(35, 198, 126, 0.6) !important;
}
.bc-mint-60,
.hover-bc-mint-60:hover,
.focus-bc-mint-60:focus {
    border-color: rgba(53, 219, 146, 0.6) !important;
}
.border-mint-60 {
    border: 1px solid rgba(53, 219, 146, 0.6) !important;
}
.bc-mint-light-60,
.hover-bc-mint-light-60:hover,
.focus-bc-mint-light-60:focus {
    border-color: rgba(137, 234, 191, 0.6) !important;
}
.border-mint-light-60 {
    border: 1px solid rgba(137, 234, 191, 0.6) !important;
}
.bc-mint-lighter-60,
.hover-bc-mint-lighter-60:hover,
.focus-bc-mint-lighter-60:focus {
    border-color: rgba(220, 249, 236, 0.6) !important;
}
.border-mint-lighter-60 {
    border: 1px solid rgba(220, 249, 236, 0.6) !important;
}
.bc-mint-lightest-60,
.hover-bc-mint-lightest-60:hover,
.focus-bc-mint-lightest-60:focus {
    border-color: rgba(242, 252, 247, 0.6) !important;
}
.border-mint-lightest-60 {
    border: 1px solid rgba(242, 252, 247, 0.6) !important;
}
.bc-teal-darkest-60,
.hover-bc-teal-darkest-60:hover,
.focus-bc-teal-darkest-60:focus {
    border-color: rgba(34, 89, 96, 0.6) !important;
}
.border-teal-darkest-60 {
    border: 1px solid rgba(34, 89, 96, 0.6) !important;
}
.bc-teal-darker-60,
.hover-bc-teal-darker-60:hover,
.focus-bc-teal-darker-60:focus {
    border-color: rgba(45, 116, 125, 0.6) !important;
}
.border-teal-darker-60 {
    border: 1px solid rgba(45, 116, 125, 0.6) !important;
}
.bc-teal-dark-60,
.hover-bc-teal-dark-60:hover,
.focus-bc-teal-dark-60:focus {
    border-color: rgba(55, 142, 153, 0.6) !important;
}
.border-teal-dark-60 {
    border: 1px solid rgba(55, 142, 153, 0.6) !important;
}
.bc-teal-60,
.hover-bc-teal-60:hover,
.focus-bc-teal-60:focus {
    border-color: rgba(66, 169, 182, 0.6) !important;
}
.border-teal-60 {
    border: 1px solid rgba(66, 169, 182, 0.6) !important;
}
.bc-teal-light-60,
.hover-bc-teal-light-60:hover,
.focus-bc-teal-light-60:focus {
    border-color: rgba(149, 209, 217, 0.6) !important;
}
.border-teal-light-60 {
    border: 1px solid rgba(149, 209, 217, 0.6) !important;
}
.bc-teal-lighter-60,
.hover-bc-teal-lighter-60:hover,
.focus-bc-teal-lighter-60:focus {
    border-color: rgba(221, 240, 243, 0.6) !important;
}
.border-teal-lighter-60 {
    border: 1px solid rgba(221, 240, 243, 0.6) !important;
}
.bc-teal-lightest-60,
.hover-bc-teal-lightest-60:hover,
.focus-bc-teal-lightest-60:focus {
    border-color: rgba(237, 249, 250, 0.6) !important;
}
.border-teal-lightest-60 {
    border: 1px solid rgba(237, 249, 250, 0.6) !important;
}
.bc-wine-darkest-60,
.hover-bc-wine-darkest-60:hover,
.focus-bc-wine-darkest-60:focus {
    border-color: rgba(72, 30, 35, 0.6) !important;
}
.border-wine-darkest-60 {
    border: 1px solid rgba(72, 30, 35, 0.6) !important;
}
.bc-wine-darker-60,
.hover-bc-wine-darker-60:hover,
.focus-bc-wine-darker-60:focus {
    border-color: rgba(114, 47, 55, 0.6) !important;
}
.border-wine-darker-60 {
    border: 1px solid rgba(114, 47, 55, 0.6) !important;
}
.bc-wine-dark-60,
.hover-bc-wine-dark-60:hover,
.focus-bc-wine-dark-60:focus {
    border-color: rgba(142, 58, 68, 0.6) !important;
}
.border-wine-dark-60 {
    border: 1px solid rgba(142, 58, 68, 0.6) !important;
}
.bc-wine-60,
.hover-bc-wine-60:hover,
.focus-bc-wine-60:focus {
    border-color: rgba(170, 70, 82, 0.6) !important;
}
.border-wine-60 {
    border: 1px solid rgba(170, 70, 82, 0.6) !important;
}
.bc-wine-light-60,
.hover-bc-wine-light-60:hover,
.focus-bc-wine-light-60:focus {
    border-color: rgba(210, 147, 154, 0.6) !important;
}
.border-wine-light-60 {
    border: 1px solid rgba(210, 147, 154, 0.6) !important;
}
.bc-wine-lighter-60,
.hover-bc-wine-lighter-60:hover,
.focus-bc-wine-lighter-60:focus {
    border-color: rgba(239, 216, 219, 0.6) !important;
}
.border-wine-lighter-60 {
    border: 1px solid rgba(239, 216, 219, 0.6) !important;
}
.bc-wine-lightest-60,
.hover-bc-wine-lightest-60:hover,
.focus-bc-wine-lightest-60:focus {
    border-color: rgba(250, 243, 244, 0.6) !important;
}
.border-wine-lightest-60 {
    border: 1px solid rgba(250, 243, 244, 0.6) !important;
}
.bc-brown-darkest-60,
.hover-bc-brown-darkest-60:hover,
.focus-bc-brown-darkest-60:focus {
    border-color: rgba(61, 47, 43, 0.6) !important;
}
.border-brown-darkest-60 {
    border: 1px solid rgba(61, 47, 43, 0.6) !important;
}
.bc-brown-darker-60,
.hover-bc-brown-darker-60:hover,
.focus-bc-brown-darker-60:focus {
    border-color: rgba(84, 65, 59, 0.6) !important;
}
.border-brown-darker-60 {
    border: 1px solid rgba(84, 65, 59, 0.6) !important;
}
.bc-brown-dark-60,
.hover-bc-brown-dark-60:hover,
.focus-bc-brown-dark-60:focus {
    border-color: rgba(107, 83, 76, 0.6) !important;
}
.border-brown-dark-60 {
    border: 1px solid rgba(107, 83, 76, 0.6) !important;
}
.bc-brown-60,
.hover-bc-brown-60:hover,
.focus-bc-brown-60:focus {
    border-color: rgba(141, 109, 100, 0.6) !important;
}
.border-brown-60 {
    border: 1px solid rgba(141, 109, 100, 0.6) !important;
}
.bc-brown-light-60,
.hover-bc-brown-light-60:hover,
.focus-bc-brown-light-60:focus {
    border-color: rgba(200, 183, 178, 0.6) !important;
}
.border-brown-light-60 {
    border: 1px solid rgba(200, 183, 178, 0.6) !important;
}
.bc-brown-lighter-60,
.hover-bc-brown-lighter-60:hover,
.focus-bc-brown-lighter-60:focus {
    border-color: rgba(233, 226, 224, 0.6) !important;
}
.border-brown-lighter-60 {
    border: 1px solid rgba(233, 226, 224, 0.6) !important;
}
.bc-brown-lightest-60,
.hover-bc-brown-lightest-60:hover,
.focus-bc-brown-lightest-60:focus {
    border-color: rgba(255, 249, 247, 0.6) !important;
}
.border-brown-lightest-60 {
    border: 1px solid rgba(255, 249, 247, 0.6) !important;
}
.bc-almond-darkest-60,
.hover-bc-almond-darkest-60:hover,
.focus-bc-almond-darkest-60:focus {
    border-color: rgba(99, 65, 32, 0.6) !important;
}
.border-almond-darkest-60 {
    border: 1px solid rgba(99, 65, 32, 0.6) !important;
}
.bc-almond-darker-60,
.hover-bc-almond-darker-60:hover,
.focus-bc-almond-darker-60:focus {
    border-color: rgba(138, 91, 44, 0.6) !important;
}
.border-almond-darker-60 {
    border: 1px solid rgba(138, 91, 44, 0.6) !important;
}
.bc-almond-dark-60,
.hover-bc-almond-dark-60:hover,
.focus-bc-almond-dark-60:focus {
    border-color: rgba(173, 114, 55, 0.6) !important;
}
.border-almond-dark-60 {
    border: 1px solid rgba(173, 114, 55, 0.6) !important;
}
.bc-almond-60,
.hover-bc-almond-60:hover,
.focus-bc-almond-60:focus {
    border-color: rgba(196, 134, 71, 0.6) !important;
}
.border-almond-60 {
    border: 1px solid rgba(196, 134, 71, 0.6) !important;
}
.bc-almond-light-60,
.hover-bc-almond-light-60:hover,
.focus-bc-almond-light-60:focus {
    border-color: rgba(220, 183, 146, 0.6) !important;
}
.border-almond-light-60 {
    border: 1px solid rgba(220, 183, 146, 0.6) !important;
}
.bc-almond-lighter-60,
.hover-bc-almond-lighter-60:hover,
.focus-bc-almond-lighter-60:focus {
    border-color: rgba(239, 222, 205, 0.6) !important;
}
.border-almond-lighter-60 {
    border: 1px solid rgba(239, 222, 205, 0.6) !important;
}
.bc-almond-lightest-60,
.hover-bc-almond-lightest-60:hover,
.focus-bc-almond-lightest-60:focus {
    border-color: rgba(249, 240, 232, 0.6) !important;
}
.border-almond-lightest-60 {
    border: 1px solid rgba(249, 240, 232, 0.6) !important;
}
.bc-slategray-darkest-60,
.hover-bc-slategray-darkest-60:hover,
.focus-bc-slategray-darkest-60:focus {
    border-color: rgba(5, 25, 45, 0.6) !important;
}
.border-slategray-darkest-60 {
    border: 1px solid rgba(5, 25, 45, 0.6) !important;
}
.bc-slategray-darker-60,
.hover-bc-slategray-darker-60:hover,
.focus-bc-slategray-darker-60:focus {
    border-color: rgba(16, 44, 69, 0.6) !important;
}
.border-slategray-darker-60 {
    border: 1px solid rgba(16, 44, 69, 0.6) !important;
}
.bc-slategray-dark-60,
.hover-bc-slategray-dark-60:hover,
.focus-bc-slategray-dark-60:focus {
    border-color: rgba(47, 80, 112, 0.6) !important;
}
.border-slategray-dark-60 {
    border: 1px solid rgba(47, 80, 112, 0.6) !important;
}
.bc-slategray-60,
.hover-bc-slategray-60:hover,
.focus-bc-slategray-60:focus {
    border-color: rgba(81, 116, 149, 0.6) !important;
}
.border-slategray-60 {
    border: 1px solid rgba(81, 116, 149, 0.6) !important;
}
.bc-slategray-light-60,
.hover-bc-slategray-light-60:hover,
.focus-bc-slategray-light-60:focus {
    border-color: rgba(150, 177, 203, 0.6) !important;
}
.border-slategray-light-60 {
    border: 1px solid rgba(150, 177, 203, 0.6) !important;
}
.bc-slategray-lighter-60,
.hover-bc-slategray-lighter-60:hover,
.focus-bc-slategray-lighter-60:focus {
    border-color: rgba(208, 220, 231, 0.6) !important;
}
.border-slategray-lighter-60 {
    border: 1px solid rgba(208, 220, 231, 0.6) !important;
}
.bc-slategray-lightest-60,
.hover-bc-slategray-lightest-60:hover,
.focus-bc-slategray-lightest-60:focus {
    border-color: rgba(242, 245, 247, 0.6) !important;
}
.border-slategray-lightest-60 {
    border: 1px solid rgba(242, 245, 247, 0.6) !important;
}
.bc-gray-darkest-60,
.hover-bc-gray-darkest-60:hover,
.focus-bc-gray-darkest-60:focus {
    border-color: rgba(54, 69, 79, 0.6) !important;
}
.border-gray-darkest-60 {
    border: 1px solid rgba(54, 69, 79, 0.6) !important;
}
.bc-gray-darker-60,
.hover-bc-gray-darker-60:hover,
.focus-bc-gray-darker-60:focus {
    border-color: rgba(70, 89, 102, 0.6) !important;
}
.border-gray-darker-60 {
    border: 1px solid rgba(70, 89, 102, 0.6) !important;
}
.bc-gray-dark-60,
.hover-bc-gray-dark-60:hover,
.focus-bc-gray-dark-60:focus {
    border-color: rgba(86, 110, 126, 0.6) !important;
}
.border-gray-dark-60 {
    border: 1px solid rgba(86, 110, 126, 0.6) !important;
}
.bc-gray-60,
.hover-bc-gray-60:hover,
.focus-bc-gray-60:focus {
    border-color: rgba(102, 130, 149, 0.6) !important;
}
.border-gray-60 {
    border: 1px solid rgba(102, 130, 149, 0.6) !important;
}
.bc-gray-light-60,
.hover-bc-gray-light-60:hover,
.focus-bc-gray-light-60:focus {
    border-color: rgba(183, 196, 205, 0.6) !important;
}
.border-gray-light-60 {
    border: 1px solid rgba(183, 196, 205, 0.6) !important;
}
.bc-gray-lighter-60,
.hover-bc-gray-lighter-60:hover,
.focus-bc-gray-lighter-60:focus {
    border-color: rgba(228, 232, 235, 0.6) !important;
}
.border-gray-lighter-60 {
    border: 1px solid rgba(228, 232, 235, 0.6) !important;
}
.bc-gray-lightest-60,
.hover-bc-gray-lightest-60:hover,
.focus-bc-gray-lightest-60:focus {
    border-color: rgba(238, 241, 245, 0.6) !important;
}
.border-gray-lightest-60 {
    border: 1px solid rgba(238, 241, 245, 0.6) !important;
}
.bc-black-70,
.hover-bc-black-70:hover,
.focus-bc-black-70:focus {
    border-color: rgba(0, 0, 0, 0.7) !important;
}
.border-black-70 {
    border: 1px solid rgba(0, 0, 0, 0.7) !important;
}
.bc-white-70,
.hover-bc-white-70:hover,
.focus-bc-white-70:focus {
    border-color: rgba(255, 255, 255, 0.7) !important;
}
.border-white-70 {
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.bc-transparent-70,
.hover-bc-transparent-70:hover,
.focus-bc-transparent-70:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-70 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-70,
.hover-bc-blue-darkest-70:hover,
.focus-bc-blue-darkest-70:focus {
    border-color: rgba(2, 48, 93, 0.7) !important;
}
.border-blue-darkest-70 {
    border: 1px solid rgba(2, 48, 93, 0.7) !important;
}
.bc-blue-darker-70,
.hover-bc-blue-darker-70:hover,
.focus-bc-blue-darker-70:focus {
    border-color: rgba(26, 93, 158, 0.7) !important;
}
.border-blue-darker-70 {
    border: 1px solid rgba(26, 93, 158, 0.7) !important;
}
.bc-blue-dark-70,
.hover-bc-blue-dark-70:hover,
.focus-bc-blue-dark-70:focus {
    border-color: rgba(23, 115, 206, 0.7) !important;
}
.border-blue-dark-70 {
    border: 1px solid rgba(23, 115, 206, 0.7) !important;
}
.bc-blue-70,
.hover-bc-blue-70:hover,
.focus-bc-blue-70:focus {
    border-color: rgba(64, 158, 255, 0.7) !important;
}
.border-blue-70 {
    border: 1px solid rgba(64, 158, 255, 0.7) !important;
}
.bc-blue-light-70,
.hover-bc-blue-light-70:hover,
.focus-bc-blue-light-70:focus {
    border-color: rgba(101, 178, 255, 0.7) !important;
}
.border-blue-light-70 {
    border: 1px solid rgba(101, 178, 255, 0.7) !important;
}
.bc-blue-lighter-70,
.hover-bc-blue-lighter-70:hover,
.focus-bc-blue-lighter-70:focus {
    border-color: rgba(179, 217, 255, 0.7) !important;
}
.border-blue-lighter-70 {
    border: 1px solid rgba(179, 217, 255, 0.7) !important;
}
.bc-blue-lightest-70,
.hover-bc-blue-lightest-70:hover,
.focus-bc-blue-lightest-70:focus {
    border-color: rgba(236, 245, 255, 0.7) !important;
}
.border-blue-lightest-70 {
    border: 1px solid rgba(236, 245, 255, 0.7) !important;
}
.bc-indigo-darkest-70,
.hover-bc-indigo-darkest-70:hover,
.focus-bc-indigo-darkest-70:focus {
    border-color: rgba(39, 32, 117, 0.7) !important;
}
.border-indigo-darkest-70 {
    border: 1px solid rgba(39, 32, 117, 0.7) !important;
}
.bc-indigo-darker-70,
.hover-bc-indigo-darker-70:hover,
.focus-bc-indigo-darker-70:focus {
    border-color: rgba(51, 42, 153, 0.7) !important;
}
.border-indigo-darker-70 {
    border: 1px solid rgba(51, 42, 153, 0.7) !important;
}
.bc-indigo-dark-70,
.hover-bc-indigo-dark-70:hover,
.focus-bc-indigo-dark-70:focus {
    border-color: rgba(63, 51, 189, 0.7) !important;
}
.border-indigo-dark-70 {
    border: 1px solid rgba(63, 51, 189, 0.7) !important;
}
.bc-indigo-70,
.hover-bc-indigo-70:hover,
.focus-bc-indigo-70:focus {
    border-color: rgba(90, 79, 207, 0.7) !important;
}
.border-indigo-70 {
    border: 1px solid rgba(90, 79, 207, 0.7) !important;
}
.bc-indigo-light-70,
.hover-bc-indigo-light-70:hover,
.focus-bc-indigo-light-70:focus {
    border-color: rgba(131, 122, 230, 0.7) !important;
}
.border-indigo-light-70 {
    border: 1px solid rgba(131, 122, 230, 0.7) !important;
}
.bc-indigo-lighter-70,
.hover-bc-indigo-lighter-70:hover,
.focus-bc-indigo-lighter-70:focus {
    border-color: rgba(194, 189, 246, 0.7) !important;
}
.border-indigo-lighter-70 {
    border: 1px solid rgba(194, 189, 246, 0.7) !important;
}
.bc-indigo-lightest-70,
.hover-bc-indigo-lightest-70:hover,
.focus-bc-indigo-lightest-70:focus {
    border-color: rgba(240, 238, 255, 0.7) !important;
}
.border-indigo-lightest-70 {
    border: 1px solid rgba(240, 238, 255, 0.7) !important;
}
.bc-purple-darkest-70,
.hover-bc-purple-darkest-70:hover,
.focus-bc-purple-darkest-70:focus {
    border-color: rgba(61, 6, 95, 0.7) !important;
}
.border-purple-darkest-70 {
    border: 1px solid rgba(61, 6, 95, 0.7) !important;
}
.bc-purple-darker-70,
.hover-bc-purple-darker-70:hover,
.focus-bc-purple-darker-70:focus {
    border-color: rgba(96, 10, 151, 0.7) !important;
}
.border-purple-darker-70 {
    border: 1px solid rgba(96, 10, 151, 0.7) !important;
}
.bc-purple-dark-70,
.hover-bc-purple-dark-70:hover,
.focus-bc-purple-dark-70:focus {
    border-color: rgba(132, 13, 206, 0.7) !important;
}
.border-purple-dark-70 {
    border: 1px solid rgba(132, 13, 206, 0.7) !important;
}
.bc-purple-70,
.hover-bc-purple-70:hover,
.focus-bc-purple-70:focus {
    border-color: rgba(170, 56, 242, 0.7) !important;
}
.border-purple-70 {
    border: 1px solid rgba(170, 56, 242, 0.7) !important;
}
.bc-purple-light-70,
.hover-bc-purple-light-70:hover,
.focus-bc-purple-light-70:focus {
    border-color: rgba(204, 136, 247, 0.7) !important;
}
.border-purple-light-70 {
    border: 1px solid rgba(204, 136, 247, 0.7) !important;
}
.bc-purple-lighter-70,
.hover-bc-purple-lighter-70:hover,
.focus-bc-purple-lighter-70:focus {
    border-color: rgba(233, 203, 252, 0.7) !important;
}
.border-purple-lighter-70 {
    border: 1px solid rgba(233, 203, 252, 0.7) !important;
}
.bc-purple-lightest-70,
.hover-bc-purple-lightest-70:hover,
.focus-bc-purple-lightest-70:focus {
    border-color: rgba(249, 240, 254, 0.7) !important;
}
.border-purple-lightest-70 {
    border: 1px solid rgba(249, 240, 254, 0.7) !important;
}
.bc-pink-darkest-70,
.hover-bc-pink-darkest-70:hover,
.focus-bc-pink-darkest-70:focus {
    border-color: rgba(88, 0, 32, 0.7) !important;
}
.border-pink-darkest-70 {
    border: 1px solid rgba(88, 0, 32, 0.7) !important;
}
.bc-pink-darker-70,
.hover-bc-pink-darker-70:hover,
.focus-bc-pink-darker-70:focus {
    border-color: rgba(147, 0, 54, 0.7) !important;
}
.border-pink-darker-70 {
    border: 1px solid rgba(147, 0, 54, 0.7) !important;
}
.bc-pink-dark-70,
.hover-bc-pink-dark-70:hover,
.focus-bc-pink-dark-70:focus {
    border-color: rgba(201, 54, 108, 0.7) !important;
}
.border-pink-dark-70 {
    border: 1px solid rgba(201, 54, 108, 0.7) !important;
}
.bc-pink-70,
.hover-bc-pink-70:hover,
.focus-bc-pink-70:focus {
    border-color: rgba(240, 101, 151, 0.7) !important;
}
.border-pink-70 {
    border: 1px solid rgba(240, 101, 151, 0.7) !important;
}
.bc-pink-light-70,
.hover-bc-pink-light-70:hover,
.focus-bc-pink-light-70:focus {
    border-color: rgba(245, 142, 180, 0.7) !important;
}
.border-pink-light-70 {
    border: 1px solid rgba(245, 142, 180, 0.7) !important;
}
.bc-pink-lighter-70,
.hover-bc-pink-lighter-70:hover,
.focus-bc-pink-lighter-70:focus {
    border-color: rgba(255, 205, 223, 0.7) !important;
}
.border-pink-lighter-70 {
    border: 1px solid rgba(255, 205, 223, 0.7) !important;
}
.bc-pink-lightest-70,
.hover-bc-pink-lightest-70:hover,
.focus-bc-pink-lightest-70:focus {
    border-color: rgba(255, 235, 242, 0.7) !important;
}
.border-pink-lightest-70 {
    border: 1px solid rgba(255, 235, 242, 0.7) !important;
}
.bc-red-darkest-70,
.hover-bc-red-darkest-70:hover,
.focus-bc-red-darkest-70:focus {
    border-color: rgba(117, 14, 18, 0.7) !important;
}
.border-red-darkest-70 {
    border: 1px solid rgba(117, 14, 18, 0.7) !important;
}
.bc-red-darker-70,
.hover-bc-red-darker-70:hover,
.focus-bc-red-darker-70:focus {
    border-color: rgba(169, 21, 26, 0.7) !important;
}
.border-red-darker-70 {
    border: 1px solid rgba(169, 21, 26, 0.7) !important;
}
.bc-red-dark-70,
.hover-bc-red-dark-70:hover,
.focus-bc-red-dark-70:focus {
    border-color: rgba(204, 25, 31, 0.7) !important;
}
.border-red-dark-70 {
    border: 1px solid rgba(204, 25, 31, 0.7) !important;
}
.bc-red-70,
.hover-bc-red-70:hover,
.focus-bc-red-70:focus {
    border-color: rgba(231, 57, 63, 0.7) !important;
}
.border-red-70 {
    border: 1px solid rgba(231, 57, 63, 0.7) !important;
}
.bc-red-light-70,
.hover-bc-red-light-70:hover,
.focus-bc-red-light-70:focus {
    border-color: rgba(237, 109, 114, 0.7) !important;
}
.border-red-light-70 {
    border: 1px solid rgba(237, 109, 114, 0.7) !important;
}
.bc-red-lighter-70,
.hover-bc-red-lighter-70:hover,
.focus-bc-red-lighter-70:focus {
    border-color: rgba(248, 197, 199, 0.7) !important;
}
.border-red-lighter-70 {
    border: 1px solid rgba(248, 197, 199, 0.7) !important;
}
.bc-red-lightest-70,
.hover-bc-red-lightest-70:hover,
.focus-bc-red-lightest-70:focus {
    border-color: rgba(252, 232, 232, 0.7) !important;
}
.border-red-lightest-70 {
    border: 1px solid rgba(252, 232, 232, 0.7) !important;
}
.bc-orange-darkest-70,
.hover-bc-orange-darkest-70:hover,
.focus-bc-orange-darkest-70:focus {
    border-color: rgba(133, 67, 0, 0.7) !important;
}
.border-orange-darkest-70 {
    border: 1px solid rgba(133, 67, 0, 0.7) !important;
}
.bc-orange-darker-70,
.hover-bc-orange-darker-70:hover,
.focus-bc-orange-darker-70:focus {
    border-color: rgba(192, 96, 0, 0.7) !important;
}
.border-orange-darker-70 {
    border: 1px solid rgba(192, 96, 0, 0.7) !important;
}
.bc-orange-dark-70,
.hover-bc-orange-dark-70:hover,
.focus-bc-orange-dark-70:focus {
    border-color: rgba(231, 116, 0, 0.7) !important;
}
.border-orange-dark-70 {
    border: 1px solid rgba(231, 116, 0, 0.7) !important;
}
.bc-orange-70,
.hover-bc-orange-70:hover,
.focus-bc-orange-70:focus {
    border-color: rgba(255, 135, 16, 0.7) !important;
}
.border-orange-70 {
    border: 1px solid rgba(255, 135, 16, 0.7) !important;
}
.bc-orange-light-70,
.hover-bc-orange-light-70:hover,
.focus-bc-orange-light-70:focus {
    border-color: rgba(255, 184, 114, 0.7) !important;
}
.border-orange-light-70 {
    border: 1px solid rgba(255, 184, 114, 0.7) !important;
}
.bc-orange-lighter-70,
.hover-bc-orange-lighter-70:hover,
.focus-bc-orange-lighter-70:focus {
    border-color: rgba(255, 224, 192, 0.7) !important;
}
.border-orange-lighter-70 {
    border: 1px solid rgba(255, 224, 192, 0.7) !important;
}
.bc-orange-lightest-70,
.hover-bc-orange-lightest-70:hover,
.focus-bc-orange-lightest-70:focus {
    border-color: rgba(255, 243, 231, 0.7) !important;
}
.border-orange-lightest-70 {
    border: 1px solid rgba(255, 243, 231, 0.7) !important;
}
.bc-yellow-darkest-70,
.hover-bc-yellow-darkest-70:hover,
.focus-bc-yellow-darkest-70:focus {
    border-color: rgba(106, 85, 2, 0.7) !important;
}
.border-yellow-darkest-70 {
    border: 1px solid rgba(106, 85, 2, 0.7) !important;
}
.bc-yellow-darker-70,
.hover-bc-yellow-darker-70:hover,
.focus-bc-yellow-darker-70:focus {
    border-color: rgba(183, 147, 3, 0.7) !important;
}
.border-yellow-darker-70 {
    border: 1px solid rgba(183, 147, 3, 0.7) !important;
}
.bc-yellow-dark-70,
.hover-bc-yellow-dark-70:hover,
.focus-bc-yellow-dark-70:focus {
    border-color: rgba(221, 177, 4, 0.7) !important;
}
.border-yellow-dark-70 {
    border: 1px solid rgba(221, 177, 4, 0.7) !important;
}
.bc-yellow-70,
.hover-bc-yellow-70:hover,
.focus-bc-yellow-70:focus {
    border-color: rgba(250, 203, 14, 0.7) !important;
}
.border-yellow-70 {
    border: 1px solid rgba(250, 203, 14, 0.7) !important;
}
.bc-yellow-light-70,
.hover-bc-yellow-light-70:hover,
.focus-bc-yellow-light-70:focus {
    border-color: rgba(253, 228, 130, 0.7) !important;
}
.border-yellow-light-70 {
    border: 1px solid rgba(253, 228, 130, 0.7) !important;
}
.bc-yellow-lighter-70,
.hover-bc-yellow-lighter-70:hover,
.focus-bc-yellow-lighter-70:focus {
    border-color: rgba(254, 240, 188, 0.7) !important;
}
.border-yellow-lighter-70 {
    border: 1px solid rgba(254, 240, 188, 0.7) !important;
}
.bc-yellow-lightest-70,
.hover-bc-yellow-lightest-70:hover,
.focus-bc-yellow-lightest-70:focus {
    border-color: rgba(254, 247, 219, 0.7) !important;
}
.border-yellow-lightest-70 {
    border: 1px solid rgba(254, 247, 219, 0.7) !important;
}
.bc-pear-darkest-70,
.hover-bc-pear-darkest-70:hover,
.focus-bc-pear-darkest-70:focus {
    border-color: rgba(79, 86, 12, 0.7) !important;
}
.border-pear-darkest-70 {
    border: 1px solid rgba(79, 86, 12, 0.7) !important;
}
.bc-pear-darker-70,
.hover-bc-pear-darker-70:hover,
.focus-bc-pear-darker-70:focus {
    border-color: rgba(127, 138, 19, 0.7) !important;
}
.border-pear-darker-70 {
    border: 1px solid rgba(127, 138, 19, 0.7) !important;
}
.bc-pear-dark-70,
.hover-bc-pear-dark-70:hover,
.focus-bc-pear-dark-70:focus {
    border-color: rgba(158, 172, 24, 0.7) !important;
}
.border-pear-dark-70 {
    border: 1px solid rgba(158, 172, 24, 0.7) !important;
}
.bc-pear-70,
.hover-bc-pear-70:hover,
.focus-bc-pear-70:focus {
    border-color: rgba(190, 207, 29, 0.7) !important;
}
.border-pear-70 {
    border: 1px solid rgba(190, 207, 29, 0.7) !important;
}
.bc-pear-light-70,
.hover-bc-pear-light-70:hover,
.focus-bc-pear-light-70:focus {
    border-color: rgba(221, 233, 101, 0.7) !important;
}
.border-pear-light-70 {
    border: 1px solid rgba(221, 233, 101, 0.7) !important;
}
.bc-pear-lighter-70,
.hover-bc-pear-lighter-70:hover,
.focus-bc-pear-lighter-70:focus {
    border-color: rgba(244, 248, 204, 0.7) !important;
}
.border-pear-lighter-70 {
    border: 1px solid rgba(244, 248, 204, 0.7) !important;
}
.bc-pear-lightest-70,
.hover-bc-pear-lightest-70:hover,
.focus-bc-pear-lightest-70:focus {
    border-color: rgba(251, 253, 238, 0.7) !important;
}
.border-pear-lightest-70 {
    border: 1px solid rgba(251, 253, 238, 0.7) !important;
}
.bc-green-darkest-70,
.hover-bc-green-darkest-70:hover,
.focus-bc-green-darkest-70:focus {
    border-color: rgba(32, 97, 32, 0.7) !important;
}
.border-green-darkest-70 {
    border: 1px solid rgba(32, 97, 32, 0.7) !important;
}
.bc-green-darker-70,
.hover-bc-green-darker-70:hover,
.focus-bc-green-darker-70:focus {
    border-color: rgba(47, 141, 47, 0.7) !important;
}
.border-green-darker-70 {
    border: 1px solid rgba(47, 141, 47, 0.7) !important;
}
.bc-green-dark-70,
.hover-bc-green-dark-70:hover,
.focus-bc-green-dark-70:focus {
    border-color: rgba(57, 171, 57, 0.7) !important;
}
.border-green-dark-70 {
    border: 1px solid rgba(57, 171, 57, 0.7) !important;
}
.bc-green-70,
.hover-bc-green-70:hover,
.focus-bc-green-70:focus {
    border-color: rgba(73, 194, 73, 0.7) !important;
}
.border-green-70 {
    border: 1px solid rgba(73, 194, 73, 0.7) !important;
}
.bc-green-light-70,
.hover-bc-green-light-70:hover,
.focus-bc-green-light-70:focus {
    border-color: rgba(137, 224, 137, 0.7) !important;
}
.border-green-light-70 {
    border: 1px solid rgba(137, 224, 137, 0.7) !important;
}
.bc-green-lighter-70,
.hover-bc-green-lighter-70:hover,
.focus-bc-green-lighter-70:focus {
    border-color: rgba(220, 243, 220, 0.7) !important;
}
.border-green-lighter-70 {
    border: 1px solid rgba(220, 243, 220, 0.7) !important;
}
.bc-green-lightest-70,
.hover-bc-green-lightest-70:hover,
.focus-bc-green-lightest-70:focus {
    border-color: rgba(234, 248, 234, 0.7) !important;
}
.border-green-lightest-70 {
    border: 1px solid rgba(234, 248, 234, 0.7) !important;
}
.bc-mint-darkest-70,
.hover-bc-mint-darkest-70:hover,
.focus-bc-mint-darkest-70:focus {
    border-color: rgba(19, 107, 68, 0.7) !important;
}
.border-mint-darkest-70 {
    border: 1px solid rgba(19, 107, 68, 0.7) !important;
}
.bc-mint-darker-70,
.hover-bc-mint-darker-70:hover,
.focus-bc-mint-darker-70:focus {
    border-color: rgba(29, 165, 105, 0.7) !important;
}
.border-mint-darker-70 {
    border: 1px solid rgba(29, 165, 105, 0.7) !important;
}
.bc-mint-dark-70,
.hover-bc-mint-dark-70:hover,
.focus-bc-mint-dark-70:focus {
    border-color: rgba(35, 198, 126, 0.7) !important;
}
.border-mint-dark-70 {
    border: 1px solid rgba(35, 198, 126, 0.7) !important;
}
.bc-mint-70,
.hover-bc-mint-70:hover,
.focus-bc-mint-70:focus {
    border-color: rgba(53, 219, 146, 0.7) !important;
}
.border-mint-70 {
    border: 1px solid rgba(53, 219, 146, 0.7) !important;
}
.bc-mint-light-70,
.hover-bc-mint-light-70:hover,
.focus-bc-mint-light-70:focus {
    border-color: rgba(137, 234, 191, 0.7) !important;
}
.border-mint-light-70 {
    border: 1px solid rgba(137, 234, 191, 0.7) !important;
}
.bc-mint-lighter-70,
.hover-bc-mint-lighter-70:hover,
.focus-bc-mint-lighter-70:focus {
    border-color: rgba(220, 249, 236, 0.7) !important;
}
.border-mint-lighter-70 {
    border: 1px solid rgba(220, 249, 236, 0.7) !important;
}
.bc-mint-lightest-70,
.hover-bc-mint-lightest-70:hover,
.focus-bc-mint-lightest-70:focus {
    border-color: rgba(242, 252, 247, 0.7) !important;
}
.border-mint-lightest-70 {
    border: 1px solid rgba(242, 252, 247, 0.7) !important;
}
.bc-teal-darkest-70,
.hover-bc-teal-darkest-70:hover,
.focus-bc-teal-darkest-70:focus {
    border-color: rgba(34, 89, 96, 0.7) !important;
}
.border-teal-darkest-70 {
    border: 1px solid rgba(34, 89, 96, 0.7) !important;
}
.bc-teal-darker-70,
.hover-bc-teal-darker-70:hover,
.focus-bc-teal-darker-70:focus {
    border-color: rgba(45, 116, 125, 0.7) !important;
}
.border-teal-darker-70 {
    border: 1px solid rgba(45, 116, 125, 0.7) !important;
}
.bc-teal-dark-70,
.hover-bc-teal-dark-70:hover,
.focus-bc-teal-dark-70:focus {
    border-color: rgba(55, 142, 153, 0.7) !important;
}
.border-teal-dark-70 {
    border: 1px solid rgba(55, 142, 153, 0.7) !important;
}
.bc-teal-70,
.hover-bc-teal-70:hover,
.focus-bc-teal-70:focus {
    border-color: rgba(66, 169, 182, 0.7) !important;
}
.border-teal-70 {
    border: 1px solid rgba(66, 169, 182, 0.7) !important;
}
.bc-teal-light-70,
.hover-bc-teal-light-70:hover,
.focus-bc-teal-light-70:focus {
    border-color: rgba(149, 209, 217, 0.7) !important;
}
.border-teal-light-70 {
    border: 1px solid rgba(149, 209, 217, 0.7) !important;
}
.bc-teal-lighter-70,
.hover-bc-teal-lighter-70:hover,
.focus-bc-teal-lighter-70:focus {
    border-color: rgba(221, 240, 243, 0.7) !important;
}
.border-teal-lighter-70 {
    border: 1px solid rgba(221, 240, 243, 0.7) !important;
}
.bc-teal-lightest-70,
.hover-bc-teal-lightest-70:hover,
.focus-bc-teal-lightest-70:focus {
    border-color: rgba(237, 249, 250, 0.7) !important;
}
.border-teal-lightest-70 {
    border: 1px solid rgba(237, 249, 250, 0.7) !important;
}
.bc-wine-darkest-70,
.hover-bc-wine-darkest-70:hover,
.focus-bc-wine-darkest-70:focus {
    border-color: rgba(72, 30, 35, 0.7) !important;
}
.border-wine-darkest-70 {
    border: 1px solid rgba(72, 30, 35, 0.7) !important;
}
.bc-wine-darker-70,
.hover-bc-wine-darker-70:hover,
.focus-bc-wine-darker-70:focus {
    border-color: rgba(114, 47, 55, 0.7) !important;
}
.border-wine-darker-70 {
    border: 1px solid rgba(114, 47, 55, 0.7) !important;
}
.bc-wine-dark-70,
.hover-bc-wine-dark-70:hover,
.focus-bc-wine-dark-70:focus {
    border-color: rgba(142, 58, 68, 0.7) !important;
}
.border-wine-dark-70 {
    border: 1px solid rgba(142, 58, 68, 0.7) !important;
}
.bc-wine-70,
.hover-bc-wine-70:hover,
.focus-bc-wine-70:focus {
    border-color: rgba(170, 70, 82, 0.7) !important;
}
.border-wine-70 {
    border: 1px solid rgba(170, 70, 82, 0.7) !important;
}
.bc-wine-light-70,
.hover-bc-wine-light-70:hover,
.focus-bc-wine-light-70:focus {
    border-color: rgba(210, 147, 154, 0.7) !important;
}
.border-wine-light-70 {
    border: 1px solid rgba(210, 147, 154, 0.7) !important;
}
.bc-wine-lighter-70,
.hover-bc-wine-lighter-70:hover,
.focus-bc-wine-lighter-70:focus {
    border-color: rgba(239, 216, 219, 0.7) !important;
}
.border-wine-lighter-70 {
    border: 1px solid rgba(239, 216, 219, 0.7) !important;
}
.bc-wine-lightest-70,
.hover-bc-wine-lightest-70:hover,
.focus-bc-wine-lightest-70:focus {
    border-color: rgba(250, 243, 244, 0.7) !important;
}
.border-wine-lightest-70 {
    border: 1px solid rgba(250, 243, 244, 0.7) !important;
}
.bc-brown-darkest-70,
.hover-bc-brown-darkest-70:hover,
.focus-bc-brown-darkest-70:focus {
    border-color: rgba(61, 47, 43, 0.7) !important;
}
.border-brown-darkest-70 {
    border: 1px solid rgba(61, 47, 43, 0.7) !important;
}
.bc-brown-darker-70,
.hover-bc-brown-darker-70:hover,
.focus-bc-brown-darker-70:focus {
    border-color: rgba(84, 65, 59, 0.7) !important;
}
.border-brown-darker-70 {
    border: 1px solid rgba(84, 65, 59, 0.7) !important;
}
.bc-brown-dark-70,
.hover-bc-brown-dark-70:hover,
.focus-bc-brown-dark-70:focus {
    border-color: rgba(107, 83, 76, 0.7) !important;
}
.border-brown-dark-70 {
    border: 1px solid rgba(107, 83, 76, 0.7) !important;
}
.bc-brown-70,
.hover-bc-brown-70:hover,
.focus-bc-brown-70:focus {
    border-color: rgba(141, 109, 100, 0.7) !important;
}
.border-brown-70 {
    border: 1px solid rgba(141, 109, 100, 0.7) !important;
}
.bc-brown-light-70,
.hover-bc-brown-light-70:hover,
.focus-bc-brown-light-70:focus {
    border-color: rgba(200, 183, 178, 0.7) !important;
}
.border-brown-light-70 {
    border: 1px solid rgba(200, 183, 178, 0.7) !important;
}
.bc-brown-lighter-70,
.hover-bc-brown-lighter-70:hover,
.focus-bc-brown-lighter-70:focus {
    border-color: rgba(233, 226, 224, 0.7) !important;
}
.border-brown-lighter-70 {
    border: 1px solid rgba(233, 226, 224, 0.7) !important;
}
.bc-brown-lightest-70,
.hover-bc-brown-lightest-70:hover,
.focus-bc-brown-lightest-70:focus {
    border-color: rgba(255, 249, 247, 0.7) !important;
}
.border-brown-lightest-70 {
    border: 1px solid rgba(255, 249, 247, 0.7) !important;
}
.bc-almond-darkest-70,
.hover-bc-almond-darkest-70:hover,
.focus-bc-almond-darkest-70:focus {
    border-color: rgba(99, 65, 32, 0.7) !important;
}
.border-almond-darkest-70 {
    border: 1px solid rgba(99, 65, 32, 0.7) !important;
}
.bc-almond-darker-70,
.hover-bc-almond-darker-70:hover,
.focus-bc-almond-darker-70:focus {
    border-color: rgba(138, 91, 44, 0.7) !important;
}
.border-almond-darker-70 {
    border: 1px solid rgba(138, 91, 44, 0.7) !important;
}
.bc-almond-dark-70,
.hover-bc-almond-dark-70:hover,
.focus-bc-almond-dark-70:focus {
    border-color: rgba(173, 114, 55, 0.7) !important;
}
.border-almond-dark-70 {
    border: 1px solid rgba(173, 114, 55, 0.7) !important;
}
.bc-almond-70,
.hover-bc-almond-70:hover,
.focus-bc-almond-70:focus {
    border-color: rgba(196, 134, 71, 0.7) !important;
}
.border-almond-70 {
    border: 1px solid rgba(196, 134, 71, 0.7) !important;
}
.bc-almond-light-70,
.hover-bc-almond-light-70:hover,
.focus-bc-almond-light-70:focus {
    border-color: rgba(220, 183, 146, 0.7) !important;
}
.border-almond-light-70 {
    border: 1px solid rgba(220, 183, 146, 0.7) !important;
}
.bc-almond-lighter-70,
.hover-bc-almond-lighter-70:hover,
.focus-bc-almond-lighter-70:focus {
    border-color: rgba(239, 222, 205, 0.7) !important;
}
.border-almond-lighter-70 {
    border: 1px solid rgba(239, 222, 205, 0.7) !important;
}
.bc-almond-lightest-70,
.hover-bc-almond-lightest-70:hover,
.focus-bc-almond-lightest-70:focus {
    border-color: rgba(249, 240, 232, 0.7) !important;
}
.border-almond-lightest-70 {
    border: 1px solid rgba(249, 240, 232, 0.7) !important;
}
.bc-slategray-darkest-70,
.hover-bc-slategray-darkest-70:hover,
.focus-bc-slategray-darkest-70:focus {
    border-color: rgba(5, 25, 45, 0.7) !important;
}
.border-slategray-darkest-70 {
    border: 1px solid rgba(5, 25, 45, 0.7) !important;
}
.bc-slategray-darker-70,
.hover-bc-slategray-darker-70:hover,
.focus-bc-slategray-darker-70:focus {
    border-color: rgba(16, 44, 69, 0.7) !important;
}
.border-slategray-darker-70 {
    border: 1px solid rgba(16, 44, 69, 0.7) !important;
}
.bc-slategray-dark-70,
.hover-bc-slategray-dark-70:hover,
.focus-bc-slategray-dark-70:focus {
    border-color: rgba(47, 80, 112, 0.7) !important;
}
.border-slategray-dark-70 {
    border: 1px solid rgba(47, 80, 112, 0.7) !important;
}
.bc-slategray-70,
.hover-bc-slategray-70:hover,
.focus-bc-slategray-70:focus {
    border-color: rgba(81, 116, 149, 0.7) !important;
}
.border-slategray-70 {
    border: 1px solid rgba(81, 116, 149, 0.7) !important;
}
.bc-slategray-light-70,
.hover-bc-slategray-light-70:hover,
.focus-bc-slategray-light-70:focus {
    border-color: rgba(150, 177, 203, 0.7) !important;
}
.border-slategray-light-70 {
    border: 1px solid rgba(150, 177, 203, 0.7) !important;
}
.bc-slategray-lighter-70,
.hover-bc-slategray-lighter-70:hover,
.focus-bc-slategray-lighter-70:focus {
    border-color: rgba(208, 220, 231, 0.7) !important;
}
.border-slategray-lighter-70 {
    border: 1px solid rgba(208, 220, 231, 0.7) !important;
}
.bc-slategray-lightest-70,
.hover-bc-slategray-lightest-70:hover,
.focus-bc-slategray-lightest-70:focus {
    border-color: rgba(242, 245, 247, 0.7) !important;
}
.border-slategray-lightest-70 {
    border: 1px solid rgba(242, 245, 247, 0.7) !important;
}
.bc-gray-darkest-70,
.hover-bc-gray-darkest-70:hover,
.focus-bc-gray-darkest-70:focus {
    border-color: rgba(54, 69, 79, 0.7) !important;
}
.border-gray-darkest-70 {
    border: 1px solid rgba(54, 69, 79, 0.7) !important;
}
.bc-gray-darker-70,
.hover-bc-gray-darker-70:hover,
.focus-bc-gray-darker-70:focus {
    border-color: rgba(70, 89, 102, 0.7) !important;
}
.border-gray-darker-70 {
    border: 1px solid rgba(70, 89, 102, 0.7) !important;
}
.bc-gray-dark-70,
.hover-bc-gray-dark-70:hover,
.focus-bc-gray-dark-70:focus {
    border-color: rgba(86, 110, 126, 0.7) !important;
}
.border-gray-dark-70 {
    border: 1px solid rgba(86, 110, 126, 0.7) !important;
}
.bc-gray-70,
.hover-bc-gray-70:hover,
.focus-bc-gray-70:focus {
    border-color: rgba(102, 130, 149, 0.7) !important;
}
.border-gray-70 {
    border: 1px solid rgba(102, 130, 149, 0.7) !important;
}
.bc-gray-light-70,
.hover-bc-gray-light-70:hover,
.focus-bc-gray-light-70:focus {
    border-color: rgba(183, 196, 205, 0.7) !important;
}
.border-gray-light-70 {
    border: 1px solid rgba(183, 196, 205, 0.7) !important;
}
.bc-gray-lighter-70,
.hover-bc-gray-lighter-70:hover,
.focus-bc-gray-lighter-70:focus {
    border-color: rgba(228, 232, 235, 0.7) !important;
}
.border-gray-lighter-70 {
    border: 1px solid rgba(228, 232, 235, 0.7) !important;
}
.bc-gray-lightest-70,
.hover-bc-gray-lightest-70:hover,
.focus-bc-gray-lightest-70:focus {
    border-color: rgba(238, 241, 245, 0.7) !important;
}
.border-gray-lightest-70 {
    border: 1px solid rgba(238, 241, 245, 0.7) !important;
}
.bc-black-80,
.hover-bc-black-80:hover,
.focus-bc-black-80:focus {
    border-color: rgba(0, 0, 0, 0.8) !important;
}
.border-black-80 {
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
}
.bc-white-80,
.hover-bc-white-80:hover,
.focus-bc-white-80:focus {
    border-color: rgba(255, 255, 255, 0.8) !important;
}
.border-white-80 {
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
.bc-transparent-80,
.hover-bc-transparent-80:hover,
.focus-bc-transparent-80:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-80 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-80,
.hover-bc-blue-darkest-80:hover,
.focus-bc-blue-darkest-80:focus {
    border-color: rgba(2, 48, 93, 0.8) !important;
}
.border-blue-darkest-80 {
    border: 1px solid rgba(2, 48, 93, 0.8) !important;
}
.bc-blue-darker-80,
.hover-bc-blue-darker-80:hover,
.focus-bc-blue-darker-80:focus {
    border-color: rgba(26, 93, 158, 0.8) !important;
}
.border-blue-darker-80 {
    border: 1px solid rgba(26, 93, 158, 0.8) !important;
}
.bc-blue-dark-80,
.hover-bc-blue-dark-80:hover,
.focus-bc-blue-dark-80:focus {
    border-color: rgba(23, 115, 206, 0.8) !important;
}
.border-blue-dark-80 {
    border: 1px solid rgba(23, 115, 206, 0.8) !important;
}
.bc-blue-80,
.hover-bc-blue-80:hover,
.focus-bc-blue-80:focus {
    border-color: rgba(64, 158, 255, 0.8) !important;
}
.border-blue-80 {
    border: 1px solid rgba(64, 158, 255, 0.8) !important;
}
.bc-blue-light-80,
.hover-bc-blue-light-80:hover,
.focus-bc-blue-light-80:focus {
    border-color: rgba(101, 178, 255, 0.8) !important;
}
.border-blue-light-80 {
    border: 1px solid rgba(101, 178, 255, 0.8) !important;
}
.bc-blue-lighter-80,
.hover-bc-blue-lighter-80:hover,
.focus-bc-blue-lighter-80:focus {
    border-color: rgba(179, 217, 255, 0.8) !important;
}
.border-blue-lighter-80 {
    border: 1px solid rgba(179, 217, 255, 0.8) !important;
}
.bc-blue-lightest-80,
.hover-bc-blue-lightest-80:hover,
.focus-bc-blue-lightest-80:focus {
    border-color: rgba(236, 245, 255, 0.8) !important;
}
.border-blue-lightest-80 {
    border: 1px solid rgba(236, 245, 255, 0.8) !important;
}
.bc-indigo-darkest-80,
.hover-bc-indigo-darkest-80:hover,
.focus-bc-indigo-darkest-80:focus {
    border-color: rgba(39, 32, 117, 0.8) !important;
}
.border-indigo-darkest-80 {
    border: 1px solid rgba(39, 32, 117, 0.8) !important;
}
.bc-indigo-darker-80,
.hover-bc-indigo-darker-80:hover,
.focus-bc-indigo-darker-80:focus {
    border-color: rgba(51, 42, 153, 0.8) !important;
}
.border-indigo-darker-80 {
    border: 1px solid rgba(51, 42, 153, 0.8) !important;
}
.bc-indigo-dark-80,
.hover-bc-indigo-dark-80:hover,
.focus-bc-indigo-dark-80:focus {
    border-color: rgba(63, 51, 189, 0.8) !important;
}
.border-indigo-dark-80 {
    border: 1px solid rgba(63, 51, 189, 0.8) !important;
}
.bc-indigo-80,
.hover-bc-indigo-80:hover,
.focus-bc-indigo-80:focus {
    border-color: rgba(90, 79, 207, 0.8) !important;
}
.border-indigo-80 {
    border: 1px solid rgba(90, 79, 207, 0.8) !important;
}
.bc-indigo-light-80,
.hover-bc-indigo-light-80:hover,
.focus-bc-indigo-light-80:focus {
    border-color: rgba(131, 122, 230, 0.8) !important;
}
.border-indigo-light-80 {
    border: 1px solid rgba(131, 122, 230, 0.8) !important;
}
.bc-indigo-lighter-80,
.hover-bc-indigo-lighter-80:hover,
.focus-bc-indigo-lighter-80:focus {
    border-color: rgba(194, 189, 246, 0.8) !important;
}
.border-indigo-lighter-80 {
    border: 1px solid rgba(194, 189, 246, 0.8) !important;
}
.bc-indigo-lightest-80,
.hover-bc-indigo-lightest-80:hover,
.focus-bc-indigo-lightest-80:focus {
    border-color: rgba(240, 238, 255, 0.8) !important;
}
.border-indigo-lightest-80 {
    border: 1px solid rgba(240, 238, 255, 0.8) !important;
}
.bc-purple-darkest-80,
.hover-bc-purple-darkest-80:hover,
.focus-bc-purple-darkest-80:focus {
    border-color: rgba(61, 6, 95, 0.8) !important;
}
.border-purple-darkest-80 {
    border: 1px solid rgba(61, 6, 95, 0.8) !important;
}
.bc-purple-darker-80,
.hover-bc-purple-darker-80:hover,
.focus-bc-purple-darker-80:focus {
    border-color: rgba(96, 10, 151, 0.8) !important;
}
.border-purple-darker-80 {
    border: 1px solid rgba(96, 10, 151, 0.8) !important;
}
.bc-purple-dark-80,
.hover-bc-purple-dark-80:hover,
.focus-bc-purple-dark-80:focus {
    border-color: rgba(132, 13, 206, 0.8) !important;
}
.border-purple-dark-80 {
    border: 1px solid rgba(132, 13, 206, 0.8) !important;
}
.bc-purple-80,
.hover-bc-purple-80:hover,
.focus-bc-purple-80:focus {
    border-color: rgba(170, 56, 242, 0.8) !important;
}
.border-purple-80 {
    border: 1px solid rgba(170, 56, 242, 0.8) !important;
}
.bc-purple-light-80,
.hover-bc-purple-light-80:hover,
.focus-bc-purple-light-80:focus {
    border-color: rgba(204, 136, 247, 0.8) !important;
}
.border-purple-light-80 {
    border: 1px solid rgba(204, 136, 247, 0.8) !important;
}
.bc-purple-lighter-80,
.hover-bc-purple-lighter-80:hover,
.focus-bc-purple-lighter-80:focus {
    border-color: rgba(233, 203, 252, 0.8) !important;
}
.border-purple-lighter-80 {
    border: 1px solid rgba(233, 203, 252, 0.8) !important;
}
.bc-purple-lightest-80,
.hover-bc-purple-lightest-80:hover,
.focus-bc-purple-lightest-80:focus {
    border-color: rgba(249, 240, 254, 0.8) !important;
}
.border-purple-lightest-80 {
    border: 1px solid rgba(249, 240, 254, 0.8) !important;
}
.bc-pink-darkest-80,
.hover-bc-pink-darkest-80:hover,
.focus-bc-pink-darkest-80:focus {
    border-color: rgba(88, 0, 32, 0.8) !important;
}
.border-pink-darkest-80 {
    border: 1px solid rgba(88, 0, 32, 0.8) !important;
}
.bc-pink-darker-80,
.hover-bc-pink-darker-80:hover,
.focus-bc-pink-darker-80:focus {
    border-color: rgba(147, 0, 54, 0.8) !important;
}
.border-pink-darker-80 {
    border: 1px solid rgba(147, 0, 54, 0.8) !important;
}
.bc-pink-dark-80,
.hover-bc-pink-dark-80:hover,
.focus-bc-pink-dark-80:focus {
    border-color: rgba(201, 54, 108, 0.8) !important;
}
.border-pink-dark-80 {
    border: 1px solid rgba(201, 54, 108, 0.8) !important;
}
.bc-pink-80,
.hover-bc-pink-80:hover,
.focus-bc-pink-80:focus {
    border-color: rgba(240, 101, 151, 0.8) !important;
}
.border-pink-80 {
    border: 1px solid rgba(240, 101, 151, 0.8) !important;
}
.bc-pink-light-80,
.hover-bc-pink-light-80:hover,
.focus-bc-pink-light-80:focus {
    border-color: rgba(245, 142, 180, 0.8) !important;
}
.border-pink-light-80 {
    border: 1px solid rgba(245, 142, 180, 0.8) !important;
}
.bc-pink-lighter-80,
.hover-bc-pink-lighter-80:hover,
.focus-bc-pink-lighter-80:focus {
    border-color: rgba(255, 205, 223, 0.8) !important;
}
.border-pink-lighter-80 {
    border: 1px solid rgba(255, 205, 223, 0.8) !important;
}
.bc-pink-lightest-80,
.hover-bc-pink-lightest-80:hover,
.focus-bc-pink-lightest-80:focus {
    border-color: rgba(255, 235, 242, 0.8) !important;
}
.border-pink-lightest-80 {
    border: 1px solid rgba(255, 235, 242, 0.8) !important;
}
.bc-red-darkest-80,
.hover-bc-red-darkest-80:hover,
.focus-bc-red-darkest-80:focus {
    border-color: rgba(117, 14, 18, 0.8) !important;
}
.border-red-darkest-80 {
    border: 1px solid rgba(117, 14, 18, 0.8) !important;
}
.bc-red-darker-80,
.hover-bc-red-darker-80:hover,
.focus-bc-red-darker-80:focus {
    border-color: rgba(169, 21, 26, 0.8) !important;
}
.border-red-darker-80 {
    border: 1px solid rgba(169, 21, 26, 0.8) !important;
}
.bc-red-dark-80,
.hover-bc-red-dark-80:hover,
.focus-bc-red-dark-80:focus {
    border-color: rgba(204, 25, 31, 0.8) !important;
}
.border-red-dark-80 {
    border: 1px solid rgba(204, 25, 31, 0.8) !important;
}
.bc-red-80,
.hover-bc-red-80:hover,
.focus-bc-red-80:focus {
    border-color: rgba(231, 57, 63, 0.8) !important;
}
.border-red-80 {
    border: 1px solid rgba(231, 57, 63, 0.8) !important;
}
.bc-red-light-80,
.hover-bc-red-light-80:hover,
.focus-bc-red-light-80:focus {
    border-color: rgba(237, 109, 114, 0.8) !important;
}
.border-red-light-80 {
    border: 1px solid rgba(237, 109, 114, 0.8) !important;
}
.bc-red-lighter-80,
.hover-bc-red-lighter-80:hover,
.focus-bc-red-lighter-80:focus {
    border-color: rgba(248, 197, 199, 0.8) !important;
}
.border-red-lighter-80 {
    border: 1px solid rgba(248, 197, 199, 0.8) !important;
}
.bc-red-lightest-80,
.hover-bc-red-lightest-80:hover,
.focus-bc-red-lightest-80:focus {
    border-color: rgba(252, 232, 232, 0.8) !important;
}
.border-red-lightest-80 {
    border: 1px solid rgba(252, 232, 232, 0.8) !important;
}
.bc-orange-darkest-80,
.hover-bc-orange-darkest-80:hover,
.focus-bc-orange-darkest-80:focus {
    border-color: rgba(133, 67, 0, 0.8) !important;
}
.border-orange-darkest-80 {
    border: 1px solid rgba(133, 67, 0, 0.8) !important;
}
.bc-orange-darker-80,
.hover-bc-orange-darker-80:hover,
.focus-bc-orange-darker-80:focus {
    border-color: rgba(192, 96, 0, 0.8) !important;
}
.border-orange-darker-80 {
    border: 1px solid rgba(192, 96, 0, 0.8) !important;
}
.bc-orange-dark-80,
.hover-bc-orange-dark-80:hover,
.focus-bc-orange-dark-80:focus {
    border-color: rgba(231, 116, 0, 0.8) !important;
}
.border-orange-dark-80 {
    border: 1px solid rgba(231, 116, 0, 0.8) !important;
}
.bc-orange-80,
.hover-bc-orange-80:hover,
.focus-bc-orange-80:focus {
    border-color: rgba(255, 135, 16, 0.8) !important;
}
.border-orange-80 {
    border: 1px solid rgba(255, 135, 16, 0.8) !important;
}
.bc-orange-light-80,
.hover-bc-orange-light-80:hover,
.focus-bc-orange-light-80:focus {
    border-color: rgba(255, 184, 114, 0.8) !important;
}
.border-orange-light-80 {
    border: 1px solid rgba(255, 184, 114, 0.8) !important;
}
.bc-orange-lighter-80,
.hover-bc-orange-lighter-80:hover,
.focus-bc-orange-lighter-80:focus {
    border-color: rgba(255, 224, 192, 0.8) !important;
}
.border-orange-lighter-80 {
    border: 1px solid rgba(255, 224, 192, 0.8) !important;
}
.bc-orange-lightest-80,
.hover-bc-orange-lightest-80:hover,
.focus-bc-orange-lightest-80:focus {
    border-color: rgba(255, 243, 231, 0.8) !important;
}
.border-orange-lightest-80 {
    border: 1px solid rgba(255, 243, 231, 0.8) !important;
}
.bc-yellow-darkest-80,
.hover-bc-yellow-darkest-80:hover,
.focus-bc-yellow-darkest-80:focus {
    border-color: rgba(106, 85, 2, 0.8) !important;
}
.border-yellow-darkest-80 {
    border: 1px solid rgba(106, 85, 2, 0.8) !important;
}
.bc-yellow-darker-80,
.hover-bc-yellow-darker-80:hover,
.focus-bc-yellow-darker-80:focus {
    border-color: rgba(183, 147, 3, 0.8) !important;
}
.border-yellow-darker-80 {
    border: 1px solid rgba(183, 147, 3, 0.8) !important;
}
.bc-yellow-dark-80,
.hover-bc-yellow-dark-80:hover,
.focus-bc-yellow-dark-80:focus {
    border-color: rgba(221, 177, 4, 0.8) !important;
}
.border-yellow-dark-80 {
    border: 1px solid rgba(221, 177, 4, 0.8) !important;
}
.bc-yellow-80,
.hover-bc-yellow-80:hover,
.focus-bc-yellow-80:focus {
    border-color: rgba(250, 203, 14, 0.8) !important;
}
.border-yellow-80 {
    border: 1px solid rgba(250, 203, 14, 0.8) !important;
}
.bc-yellow-light-80,
.hover-bc-yellow-light-80:hover,
.focus-bc-yellow-light-80:focus {
    border-color: rgba(253, 228, 130, 0.8) !important;
}
.border-yellow-light-80 {
    border: 1px solid rgba(253, 228, 130, 0.8) !important;
}
.bc-yellow-lighter-80,
.hover-bc-yellow-lighter-80:hover,
.focus-bc-yellow-lighter-80:focus {
    border-color: rgba(254, 240, 188, 0.8) !important;
}
.border-yellow-lighter-80 {
    border: 1px solid rgba(254, 240, 188, 0.8) !important;
}
.bc-yellow-lightest-80,
.hover-bc-yellow-lightest-80:hover,
.focus-bc-yellow-lightest-80:focus {
    border-color: rgba(254, 247, 219, 0.8) !important;
}
.border-yellow-lightest-80 {
    border: 1px solid rgba(254, 247, 219, 0.8) !important;
}
.bc-pear-darkest-80,
.hover-bc-pear-darkest-80:hover,
.focus-bc-pear-darkest-80:focus {
    border-color: rgba(79, 86, 12, 0.8) !important;
}
.border-pear-darkest-80 {
    border: 1px solid rgba(79, 86, 12, 0.8) !important;
}
.bc-pear-darker-80,
.hover-bc-pear-darker-80:hover,
.focus-bc-pear-darker-80:focus {
    border-color: rgba(127, 138, 19, 0.8) !important;
}
.border-pear-darker-80 {
    border: 1px solid rgba(127, 138, 19, 0.8) !important;
}
.bc-pear-dark-80,
.hover-bc-pear-dark-80:hover,
.focus-bc-pear-dark-80:focus {
    border-color: rgba(158, 172, 24, 0.8) !important;
}
.border-pear-dark-80 {
    border: 1px solid rgba(158, 172, 24, 0.8) !important;
}
.bc-pear-80,
.hover-bc-pear-80:hover,
.focus-bc-pear-80:focus {
    border-color: rgba(190, 207, 29, 0.8) !important;
}
.border-pear-80 {
    border: 1px solid rgba(190, 207, 29, 0.8) !important;
}
.bc-pear-light-80,
.hover-bc-pear-light-80:hover,
.focus-bc-pear-light-80:focus {
    border-color: rgba(221, 233, 101, 0.8) !important;
}
.border-pear-light-80 {
    border: 1px solid rgba(221, 233, 101, 0.8) !important;
}
.bc-pear-lighter-80,
.hover-bc-pear-lighter-80:hover,
.focus-bc-pear-lighter-80:focus {
    border-color: rgba(244, 248, 204, 0.8) !important;
}
.border-pear-lighter-80 {
    border: 1px solid rgba(244, 248, 204, 0.8) !important;
}
.bc-pear-lightest-80,
.hover-bc-pear-lightest-80:hover,
.focus-bc-pear-lightest-80:focus {
    border-color: rgba(251, 253, 238, 0.8) !important;
}
.border-pear-lightest-80 {
    border: 1px solid rgba(251, 253, 238, 0.8) !important;
}
.bc-green-darkest-80,
.hover-bc-green-darkest-80:hover,
.focus-bc-green-darkest-80:focus {
    border-color: rgba(32, 97, 32, 0.8) !important;
}
.border-green-darkest-80 {
    border: 1px solid rgba(32, 97, 32, 0.8) !important;
}
.bc-green-darker-80,
.hover-bc-green-darker-80:hover,
.focus-bc-green-darker-80:focus {
    border-color: rgba(47, 141, 47, 0.8) !important;
}
.border-green-darker-80 {
    border: 1px solid rgba(47, 141, 47, 0.8) !important;
}
.bc-green-dark-80,
.hover-bc-green-dark-80:hover,
.focus-bc-green-dark-80:focus {
    border-color: rgba(57, 171, 57, 0.8) !important;
}
.border-green-dark-80 {
    border: 1px solid rgba(57, 171, 57, 0.8) !important;
}
.bc-green-80,
.hover-bc-green-80:hover,
.focus-bc-green-80:focus {
    border-color: rgba(73, 194, 73, 0.8) !important;
}
.border-green-80 {
    border: 1px solid rgba(73, 194, 73, 0.8) !important;
}
.bc-green-light-80,
.hover-bc-green-light-80:hover,
.focus-bc-green-light-80:focus {
    border-color: rgba(137, 224, 137, 0.8) !important;
}
.border-green-light-80 {
    border: 1px solid rgba(137, 224, 137, 0.8) !important;
}
.bc-green-lighter-80,
.hover-bc-green-lighter-80:hover,
.focus-bc-green-lighter-80:focus {
    border-color: rgba(220, 243, 220, 0.8) !important;
}
.border-green-lighter-80 {
    border: 1px solid rgba(220, 243, 220, 0.8) !important;
}
.bc-green-lightest-80,
.hover-bc-green-lightest-80:hover,
.focus-bc-green-lightest-80:focus {
    border-color: rgba(234, 248, 234, 0.8) !important;
}
.border-green-lightest-80 {
    border: 1px solid rgba(234, 248, 234, 0.8) !important;
}
.bc-mint-darkest-80,
.hover-bc-mint-darkest-80:hover,
.focus-bc-mint-darkest-80:focus {
    border-color: rgba(19, 107, 68, 0.8) !important;
}
.border-mint-darkest-80 {
    border: 1px solid rgba(19, 107, 68, 0.8) !important;
}
.bc-mint-darker-80,
.hover-bc-mint-darker-80:hover,
.focus-bc-mint-darker-80:focus {
    border-color: rgba(29, 165, 105, 0.8) !important;
}
.border-mint-darker-80 {
    border: 1px solid rgba(29, 165, 105, 0.8) !important;
}
.bc-mint-dark-80,
.hover-bc-mint-dark-80:hover,
.focus-bc-mint-dark-80:focus {
    border-color: rgba(35, 198, 126, 0.8) !important;
}
.border-mint-dark-80 {
    border: 1px solid rgba(35, 198, 126, 0.8) !important;
}
.bc-mint-80,
.hover-bc-mint-80:hover,
.focus-bc-mint-80:focus {
    border-color: rgba(53, 219, 146, 0.8) !important;
}
.border-mint-80 {
    border: 1px solid rgba(53, 219, 146, 0.8) !important;
}
.bc-mint-light-80,
.hover-bc-mint-light-80:hover,
.focus-bc-mint-light-80:focus {
    border-color: rgba(137, 234, 191, 0.8) !important;
}
.border-mint-light-80 {
    border: 1px solid rgba(137, 234, 191, 0.8) !important;
}
.bc-mint-lighter-80,
.hover-bc-mint-lighter-80:hover,
.focus-bc-mint-lighter-80:focus {
    border-color: rgba(220, 249, 236, 0.8) !important;
}
.border-mint-lighter-80 {
    border: 1px solid rgba(220, 249, 236, 0.8) !important;
}
.bc-mint-lightest-80,
.hover-bc-mint-lightest-80:hover,
.focus-bc-mint-lightest-80:focus {
    border-color: rgba(242, 252, 247, 0.8) !important;
}
.border-mint-lightest-80 {
    border: 1px solid rgba(242, 252, 247, 0.8) !important;
}
.bc-teal-darkest-80,
.hover-bc-teal-darkest-80:hover,
.focus-bc-teal-darkest-80:focus {
    border-color: rgba(34, 89, 96, 0.8) !important;
}
.border-teal-darkest-80 {
    border: 1px solid rgba(34, 89, 96, 0.8) !important;
}
.bc-teal-darker-80,
.hover-bc-teal-darker-80:hover,
.focus-bc-teal-darker-80:focus {
    border-color: rgba(45, 116, 125, 0.8) !important;
}
.border-teal-darker-80 {
    border: 1px solid rgba(45, 116, 125, 0.8) !important;
}
.bc-teal-dark-80,
.hover-bc-teal-dark-80:hover,
.focus-bc-teal-dark-80:focus {
    border-color: rgba(55, 142, 153, 0.8) !important;
}
.border-teal-dark-80 {
    border: 1px solid rgba(55, 142, 153, 0.8) !important;
}
.bc-teal-80,
.hover-bc-teal-80:hover,
.focus-bc-teal-80:focus {
    border-color: rgba(66, 169, 182, 0.8) !important;
}
.border-teal-80 {
    border: 1px solid rgba(66, 169, 182, 0.8) !important;
}
.bc-teal-light-80,
.hover-bc-teal-light-80:hover,
.focus-bc-teal-light-80:focus {
    border-color: rgba(149, 209, 217, 0.8) !important;
}
.border-teal-light-80 {
    border: 1px solid rgba(149, 209, 217, 0.8) !important;
}
.bc-teal-lighter-80,
.hover-bc-teal-lighter-80:hover,
.focus-bc-teal-lighter-80:focus {
    border-color: rgba(221, 240, 243, 0.8) !important;
}
.border-teal-lighter-80 {
    border: 1px solid rgba(221, 240, 243, 0.8) !important;
}
.bc-teal-lightest-80,
.hover-bc-teal-lightest-80:hover,
.focus-bc-teal-lightest-80:focus {
    border-color: rgba(237, 249, 250, 0.8) !important;
}
.border-teal-lightest-80 {
    border: 1px solid rgba(237, 249, 250, 0.8) !important;
}
.bc-wine-darkest-80,
.hover-bc-wine-darkest-80:hover,
.focus-bc-wine-darkest-80:focus {
    border-color: rgba(72, 30, 35, 0.8) !important;
}
.border-wine-darkest-80 {
    border: 1px solid rgba(72, 30, 35, 0.8) !important;
}
.bc-wine-darker-80,
.hover-bc-wine-darker-80:hover,
.focus-bc-wine-darker-80:focus {
    border-color: rgba(114, 47, 55, 0.8) !important;
}
.border-wine-darker-80 {
    border: 1px solid rgba(114, 47, 55, 0.8) !important;
}
.bc-wine-dark-80,
.hover-bc-wine-dark-80:hover,
.focus-bc-wine-dark-80:focus {
    border-color: rgba(142, 58, 68, 0.8) !important;
}
.border-wine-dark-80 {
    border: 1px solid rgba(142, 58, 68, 0.8) !important;
}
.bc-wine-80,
.hover-bc-wine-80:hover,
.focus-bc-wine-80:focus {
    border-color: rgba(170, 70, 82, 0.8) !important;
}
.border-wine-80 {
    border: 1px solid rgba(170, 70, 82, 0.8) !important;
}
.bc-wine-light-80,
.hover-bc-wine-light-80:hover,
.focus-bc-wine-light-80:focus {
    border-color: rgba(210, 147, 154, 0.8) !important;
}
.border-wine-light-80 {
    border: 1px solid rgba(210, 147, 154, 0.8) !important;
}
.bc-wine-lighter-80,
.hover-bc-wine-lighter-80:hover,
.focus-bc-wine-lighter-80:focus {
    border-color: rgba(239, 216, 219, 0.8) !important;
}
.border-wine-lighter-80 {
    border: 1px solid rgba(239, 216, 219, 0.8) !important;
}
.bc-wine-lightest-80,
.hover-bc-wine-lightest-80:hover,
.focus-bc-wine-lightest-80:focus {
    border-color: rgba(250, 243, 244, 0.8) !important;
}
.border-wine-lightest-80 {
    border: 1px solid rgba(250, 243, 244, 0.8) !important;
}
.bc-brown-darkest-80,
.hover-bc-brown-darkest-80:hover,
.focus-bc-brown-darkest-80:focus {
    border-color: rgba(61, 47, 43, 0.8) !important;
}
.border-brown-darkest-80 {
    border: 1px solid rgba(61, 47, 43, 0.8) !important;
}
.bc-brown-darker-80,
.hover-bc-brown-darker-80:hover,
.focus-bc-brown-darker-80:focus {
    border-color: rgba(84, 65, 59, 0.8) !important;
}
.border-brown-darker-80 {
    border: 1px solid rgba(84, 65, 59, 0.8) !important;
}
.bc-brown-dark-80,
.hover-bc-brown-dark-80:hover,
.focus-bc-brown-dark-80:focus {
    border-color: rgba(107, 83, 76, 0.8) !important;
}
.border-brown-dark-80 {
    border: 1px solid rgba(107, 83, 76, 0.8) !important;
}
.bc-brown-80,
.hover-bc-brown-80:hover,
.focus-bc-brown-80:focus {
    border-color: rgba(141, 109, 100, 0.8) !important;
}
.border-brown-80 {
    border: 1px solid rgba(141, 109, 100, 0.8) !important;
}
.bc-brown-light-80,
.hover-bc-brown-light-80:hover,
.focus-bc-brown-light-80:focus {
    border-color: rgba(200, 183, 178, 0.8) !important;
}
.border-brown-light-80 {
    border: 1px solid rgba(200, 183, 178, 0.8) !important;
}
.bc-brown-lighter-80,
.hover-bc-brown-lighter-80:hover,
.focus-bc-brown-lighter-80:focus {
    border-color: rgba(233, 226, 224, 0.8) !important;
}
.border-brown-lighter-80 {
    border: 1px solid rgba(233, 226, 224, 0.8) !important;
}
.bc-brown-lightest-80,
.hover-bc-brown-lightest-80:hover,
.focus-bc-brown-lightest-80:focus {
    border-color: rgba(255, 249, 247, 0.8) !important;
}
.border-brown-lightest-80 {
    border: 1px solid rgba(255, 249, 247, 0.8) !important;
}
.bc-almond-darkest-80,
.hover-bc-almond-darkest-80:hover,
.focus-bc-almond-darkest-80:focus {
    border-color: rgba(99, 65, 32, 0.8) !important;
}
.border-almond-darkest-80 {
    border: 1px solid rgba(99, 65, 32, 0.8) !important;
}
.bc-almond-darker-80,
.hover-bc-almond-darker-80:hover,
.focus-bc-almond-darker-80:focus {
    border-color: rgba(138, 91, 44, 0.8) !important;
}
.border-almond-darker-80 {
    border: 1px solid rgba(138, 91, 44, 0.8) !important;
}
.bc-almond-dark-80,
.hover-bc-almond-dark-80:hover,
.focus-bc-almond-dark-80:focus {
    border-color: rgba(173, 114, 55, 0.8) !important;
}
.border-almond-dark-80 {
    border: 1px solid rgba(173, 114, 55, 0.8) !important;
}
.bc-almond-80,
.hover-bc-almond-80:hover,
.focus-bc-almond-80:focus {
    border-color: rgba(196, 134, 71, 0.8) !important;
}
.border-almond-80 {
    border: 1px solid rgba(196, 134, 71, 0.8) !important;
}
.bc-almond-light-80,
.hover-bc-almond-light-80:hover,
.focus-bc-almond-light-80:focus {
    border-color: rgba(220, 183, 146, 0.8) !important;
}
.border-almond-light-80 {
    border: 1px solid rgba(220, 183, 146, 0.8) !important;
}
.bc-almond-lighter-80,
.hover-bc-almond-lighter-80:hover,
.focus-bc-almond-lighter-80:focus {
    border-color: rgba(239, 222, 205, 0.8) !important;
}
.border-almond-lighter-80 {
    border: 1px solid rgba(239, 222, 205, 0.8) !important;
}
.bc-almond-lightest-80,
.hover-bc-almond-lightest-80:hover,
.focus-bc-almond-lightest-80:focus {
    border-color: rgba(249, 240, 232, 0.8) !important;
}
.border-almond-lightest-80 {
    border: 1px solid rgba(249, 240, 232, 0.8) !important;
}
.bc-slategray-darkest-80,
.hover-bc-slategray-darkest-80:hover,
.focus-bc-slategray-darkest-80:focus {
    border-color: rgba(5, 25, 45, 0.8) !important;
}
.border-slategray-darkest-80 {
    border: 1px solid rgba(5, 25, 45, 0.8) !important;
}
.bc-slategray-darker-80,
.hover-bc-slategray-darker-80:hover,
.focus-bc-slategray-darker-80:focus {
    border-color: rgba(16, 44, 69, 0.8) !important;
}
.border-slategray-darker-80 {
    border: 1px solid rgba(16, 44, 69, 0.8) !important;
}
.bc-slategray-dark-80,
.hover-bc-slategray-dark-80:hover,
.focus-bc-slategray-dark-80:focus {
    border-color: rgba(47, 80, 112, 0.8) !important;
}
.border-slategray-dark-80 {
    border: 1px solid rgba(47, 80, 112, 0.8) !important;
}
.bc-slategray-80,
.hover-bc-slategray-80:hover,
.focus-bc-slategray-80:focus {
    border-color: rgba(81, 116, 149, 0.8) !important;
}
.border-slategray-80 {
    border: 1px solid rgba(81, 116, 149, 0.8) !important;
}
.bc-slategray-light-80,
.hover-bc-slategray-light-80:hover,
.focus-bc-slategray-light-80:focus {
    border-color: rgba(150, 177, 203, 0.8) !important;
}
.border-slategray-light-80 {
    border: 1px solid rgba(150, 177, 203, 0.8) !important;
}
.bc-slategray-lighter-80,
.hover-bc-slategray-lighter-80:hover,
.focus-bc-slategray-lighter-80:focus {
    border-color: rgba(208, 220, 231, 0.8) !important;
}
.border-slategray-lighter-80 {
    border: 1px solid rgba(208, 220, 231, 0.8) !important;
}
.bc-slategray-lightest-80,
.hover-bc-slategray-lightest-80:hover,
.focus-bc-slategray-lightest-80:focus {
    border-color: rgba(242, 245, 247, 0.8) !important;
}
.border-slategray-lightest-80 {
    border: 1px solid rgba(242, 245, 247, 0.8) !important;
}
.bc-gray-darkest-80,
.hover-bc-gray-darkest-80:hover,
.focus-bc-gray-darkest-80:focus {
    border-color: rgba(54, 69, 79, 0.8) !important;
}
.border-gray-darkest-80 {
    border: 1px solid rgba(54, 69, 79, 0.8) !important;
}
.bc-gray-darker-80,
.hover-bc-gray-darker-80:hover,
.focus-bc-gray-darker-80:focus {
    border-color: rgba(70, 89, 102, 0.8) !important;
}
.border-gray-darker-80 {
    border: 1px solid rgba(70, 89, 102, 0.8) !important;
}
.bc-gray-dark-80,
.hover-bc-gray-dark-80:hover,
.focus-bc-gray-dark-80:focus {
    border-color: rgba(86, 110, 126, 0.8) !important;
}
.border-gray-dark-80 {
    border: 1px solid rgba(86, 110, 126, 0.8) !important;
}
.bc-gray-80,
.hover-bc-gray-80:hover,
.focus-bc-gray-80:focus {
    border-color: rgba(102, 130, 149, 0.8) !important;
}
.border-gray-80 {
    border: 1px solid rgba(102, 130, 149, 0.8) !important;
}
.bc-gray-light-80,
.hover-bc-gray-light-80:hover,
.focus-bc-gray-light-80:focus {
    border-color: rgba(183, 196, 205, 0.8) !important;
}
.border-gray-light-80 {
    border: 1px solid rgba(183, 196, 205, 0.8) !important;
}
.bc-gray-lighter-80,
.hover-bc-gray-lighter-80:hover,
.focus-bc-gray-lighter-80:focus {
    border-color: rgba(228, 232, 235, 0.8) !important;
}
.border-gray-lighter-80 {
    border: 1px solid rgba(228, 232, 235, 0.8) !important;
}
.bc-gray-lightest-80,
.hover-bc-gray-lightest-80:hover,
.focus-bc-gray-lightest-80:focus {
    border-color: rgba(238, 241, 245, 0.8) !important;
}
.border-gray-lightest-80 {
    border: 1px solid rgba(238, 241, 245, 0.8) !important;
}
.bc-black-90,
.hover-bc-black-90:hover,
.focus-bc-black-90:focus {
    border-color: rgba(0, 0, 0, 0.9) !important;
}
.border-black-90 {
    border: 1px solid rgba(0, 0, 0, 0.9) !important;
}
.bc-white-90,
.hover-bc-white-90:hover,
.focus-bc-white-90:focus {
    border-color: rgba(255, 255, 255, 0.9) !important;
}
.border-white-90 {
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
}
.bc-transparent-90,
.hover-bc-transparent-90:hover,
.focus-bc-transparent-90:focus {
    border-color: rgba(0, 0, 0, 0) !important;
}
.border-transparent-90 {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bc-blue-darkest-90,
.hover-bc-blue-darkest-90:hover,
.focus-bc-blue-darkest-90:focus {
    border-color: rgba(2, 48, 93, 0.9) !important;
}
.border-blue-darkest-90 {
    border: 1px solid rgba(2, 48, 93, 0.9) !important;
}
.bc-blue-darker-90,
.hover-bc-blue-darker-90:hover,
.focus-bc-blue-darker-90:focus {
    border-color: rgba(26, 93, 158, 0.9) !important;
}
.border-blue-darker-90 {
    border: 1px solid rgba(26, 93, 158, 0.9) !important;
}
.bc-blue-dark-90,
.hover-bc-blue-dark-90:hover,
.focus-bc-blue-dark-90:focus {
    border-color: rgba(23, 115, 206, 0.9) !important;
}
.border-blue-dark-90 {
    border: 1px solid rgba(23, 115, 206, 0.9) !important;
}
.bc-blue-90,
.hover-bc-blue-90:hover,
.focus-bc-blue-90:focus {
    border-color: rgba(64, 158, 255, 0.9) !important;
}
.border-blue-90 {
    border: 1px solid rgba(64, 158, 255, 0.9) !important;
}
.bc-blue-light-90,
.hover-bc-blue-light-90:hover,
.focus-bc-blue-light-90:focus {
    border-color: rgba(101, 178, 255, 0.9) !important;
}
.border-blue-light-90 {
    border: 1px solid rgba(101, 178, 255, 0.9) !important;
}
.bc-blue-lighter-90,
.hover-bc-blue-lighter-90:hover,
.focus-bc-blue-lighter-90:focus {
    border-color: rgba(179, 217, 255, 0.9) !important;
}
.border-blue-lighter-90 {
    border: 1px solid rgba(179, 217, 255, 0.9) !important;
}
.bc-blue-lightest-90,
.hover-bc-blue-lightest-90:hover,
.focus-bc-blue-lightest-90:focus {
    border-color: rgba(236, 245, 255, 0.9) !important;
}
.border-blue-lightest-90 {
    border: 1px solid rgba(236, 245, 255, 0.9) !important;
}
.bc-indigo-darkest-90,
.hover-bc-indigo-darkest-90:hover,
.focus-bc-indigo-darkest-90:focus {
    border-color: rgba(39, 32, 117, 0.9) !important;
}
.border-indigo-darkest-90 {
    border: 1px solid rgba(39, 32, 117, 0.9) !important;
}
.bc-indigo-darker-90,
.hover-bc-indigo-darker-90:hover,
.focus-bc-indigo-darker-90:focus {
    border-color: rgba(51, 42, 153, 0.9) !important;
}
.border-indigo-darker-90 {
    border: 1px solid rgba(51, 42, 153, 0.9) !important;
}
.bc-indigo-dark-90,
.hover-bc-indigo-dark-90:hover,
.focus-bc-indigo-dark-90:focus {
    border-color: rgba(63, 51, 189, 0.9) !important;
}
.border-indigo-dark-90 {
    border: 1px solid rgba(63, 51, 189, 0.9) !important;
}
.bc-indigo-90,
.hover-bc-indigo-90:hover,
.focus-bc-indigo-90:focus {
    border-color: rgba(90, 79, 207, 0.9) !important;
}
.border-indigo-90 {
    border: 1px solid rgba(90, 79, 207, 0.9) !important;
}
.bc-indigo-light-90,
.hover-bc-indigo-light-90:hover,
.focus-bc-indigo-light-90:focus {
    border-color: rgba(131, 122, 230, 0.9) !important;
}
.border-indigo-light-90 {
    border: 1px solid rgba(131, 122, 230, 0.9) !important;
}
.bc-indigo-lighter-90,
.hover-bc-indigo-lighter-90:hover,
.focus-bc-indigo-lighter-90:focus {
    border-color: rgba(194, 189, 246, 0.9) !important;
}
.border-indigo-lighter-90 {
    border: 1px solid rgba(194, 189, 246, 0.9) !important;
}
.bc-indigo-lightest-90,
.hover-bc-indigo-lightest-90:hover,
.focus-bc-indigo-lightest-90:focus {
    border-color: rgba(240, 238, 255, 0.9) !important;
}
.border-indigo-lightest-90 {
    border: 1px solid rgba(240, 238, 255, 0.9) !important;
}
.bc-purple-darkest-90,
.hover-bc-purple-darkest-90:hover,
.focus-bc-purple-darkest-90:focus {
    border-color: rgba(61, 6, 95, 0.9) !important;
}
.border-purple-darkest-90 {
    border: 1px solid rgba(61, 6, 95, 0.9) !important;
}
.bc-purple-darker-90,
.hover-bc-purple-darker-90:hover,
.focus-bc-purple-darker-90:focus {
    border-color: rgba(96, 10, 151, 0.9) !important;
}
.border-purple-darker-90 {
    border: 1px solid rgba(96, 10, 151, 0.9) !important;
}
.bc-purple-dark-90,
.hover-bc-purple-dark-90:hover,
.focus-bc-purple-dark-90:focus {
    border-color: rgba(132, 13, 206, 0.9) !important;
}
.border-purple-dark-90 {
    border: 1px solid rgba(132, 13, 206, 0.9) !important;
}
.bc-purple-90,
.hover-bc-purple-90:hover,
.focus-bc-purple-90:focus {
    border-color: rgba(170, 56, 242, 0.9) !important;
}
.border-purple-90 {
    border: 1px solid rgba(170, 56, 242, 0.9) !important;
}
.bc-purple-light-90,
.hover-bc-purple-light-90:hover,
.focus-bc-purple-light-90:focus {
    border-color: rgba(204, 136, 247, 0.9) !important;
}
.border-purple-light-90 {
    border: 1px solid rgba(204, 136, 247, 0.9) !important;
}
.bc-purple-lighter-90,
.hover-bc-purple-lighter-90:hover,
.focus-bc-purple-lighter-90:focus {
    border-color: rgba(233, 203, 252, 0.9) !important;
}
.border-purple-lighter-90 {
    border: 1px solid rgba(233, 203, 252, 0.9) !important;
}
.bc-purple-lightest-90,
.hover-bc-purple-lightest-90:hover,
.focus-bc-purple-lightest-90:focus {
    border-color: rgba(249, 240, 254, 0.9) !important;
}
.border-purple-lightest-90 {
    border: 1px solid rgba(249, 240, 254, 0.9) !important;
}
.bc-pink-darkest-90,
.hover-bc-pink-darkest-90:hover,
.focus-bc-pink-darkest-90:focus {
    border-color: rgba(88, 0, 32, 0.9) !important;
}
.border-pink-darkest-90 {
    border: 1px solid rgba(88, 0, 32, 0.9) !important;
}
.bc-pink-darker-90,
.hover-bc-pink-darker-90:hover,
.focus-bc-pink-darker-90:focus {
    border-color: rgba(147, 0, 54, 0.9) !important;
}
.border-pink-darker-90 {
    border: 1px solid rgba(147, 0, 54, 0.9) !important;
}
.bc-pink-dark-90,
.hover-bc-pink-dark-90:hover,
.focus-bc-pink-dark-90:focus {
    border-color: rgba(201, 54, 108, 0.9) !important;
}
.border-pink-dark-90 {
    border: 1px solid rgba(201, 54, 108, 0.9) !important;
}
.bc-pink-90,
.hover-bc-pink-90:hover,
.focus-bc-pink-90:focus {
    border-color: rgba(240, 101, 151, 0.9) !important;
}
.border-pink-90 {
    border: 1px solid rgba(240, 101, 151, 0.9) !important;
}
.bc-pink-light-90,
.hover-bc-pink-light-90:hover,
.focus-bc-pink-light-90:focus {
    border-color: rgba(245, 142, 180, 0.9) !important;
}
.border-pink-light-90 {
    border: 1px solid rgba(245, 142, 180, 0.9) !important;
}
.bc-pink-lighter-90,
.hover-bc-pink-lighter-90:hover,
.focus-bc-pink-lighter-90:focus {
    border-color: rgba(255, 205, 223, 0.9) !important;
}
.border-pink-lighter-90 {
    border: 1px solid rgba(255, 205, 223, 0.9) !important;
}
.bc-pink-lightest-90,
.hover-bc-pink-lightest-90:hover,
.focus-bc-pink-lightest-90:focus {
    border-color: rgba(255, 235, 242, 0.9) !important;
}
.border-pink-lightest-90 {
    border: 1px solid rgba(255, 235, 242, 0.9) !important;
}
.bc-red-darkest-90,
.hover-bc-red-darkest-90:hover,
.focus-bc-red-darkest-90:focus {
    border-color: rgba(117, 14, 18, 0.9) !important;
}
.border-red-darkest-90 {
    border: 1px solid rgba(117, 14, 18, 0.9) !important;
}
.bc-red-darker-90,
.hover-bc-red-darker-90:hover,
.focus-bc-red-darker-90:focus {
    border-color: rgba(169, 21, 26, 0.9) !important;
}
.border-red-darker-90 {
    border: 1px solid rgba(169, 21, 26, 0.9) !important;
}
.bc-red-dark-90,
.hover-bc-red-dark-90:hover,
.focus-bc-red-dark-90:focus {
    border-color: rgba(204, 25, 31, 0.9) !important;
}
.border-red-dark-90 {
    border: 1px solid rgba(204, 25, 31, 0.9) !important;
}
.bc-red-90,
.hover-bc-red-90:hover,
.focus-bc-red-90:focus {
    border-color: rgba(231, 57, 63, 0.9) !important;
}
.border-red-90 {
    border: 1px solid rgba(231, 57, 63, 0.9) !important;
}
.bc-red-light-90,
.hover-bc-red-light-90:hover,
.focus-bc-red-light-90:focus {
    border-color: rgba(237, 109, 114, 0.9) !important;
}
.border-red-light-90 {
    border: 1px solid rgba(237, 109, 114, 0.9) !important;
}
.bc-red-lighter-90,
.hover-bc-red-lighter-90:hover,
.focus-bc-red-lighter-90:focus {
    border-color: rgba(248, 197, 199, 0.9) !important;
}
.border-red-lighter-90 {
    border: 1px solid rgba(248, 197, 199, 0.9) !important;
}
.bc-red-lightest-90,
.hover-bc-red-lightest-90:hover,
.focus-bc-red-lightest-90:focus {
    border-color: rgba(252, 232, 232, 0.9) !important;
}
.border-red-lightest-90 {
    border: 1px solid rgba(252, 232, 232, 0.9) !important;
}
.bc-orange-darkest-90,
.hover-bc-orange-darkest-90:hover,
.focus-bc-orange-darkest-90:focus {
    border-color: rgba(133, 67, 0, 0.9) !important;
}
.border-orange-darkest-90 {
    border: 1px solid rgba(133, 67, 0, 0.9) !important;
}
.bc-orange-darker-90,
.hover-bc-orange-darker-90:hover,
.focus-bc-orange-darker-90:focus {
    border-color: rgba(192, 96, 0, 0.9) !important;
}
.border-orange-darker-90 {
    border: 1px solid rgba(192, 96, 0, 0.9) !important;
}
.bc-orange-dark-90,
.hover-bc-orange-dark-90:hover,
.focus-bc-orange-dark-90:focus {
    border-color: rgba(231, 116, 0, 0.9) !important;
}
.border-orange-dark-90 {
    border: 1px solid rgba(231, 116, 0, 0.9) !important;
}
.bc-orange-90,
.hover-bc-orange-90:hover,
.focus-bc-orange-90:focus {
    border-color: rgba(255, 135, 16, 0.9) !important;
}
.border-orange-90 {
    border: 1px solid rgba(255, 135, 16, 0.9) !important;
}
.bc-orange-light-90,
.hover-bc-orange-light-90:hover,
.focus-bc-orange-light-90:focus {
    border-color: rgba(255, 184, 114, 0.9) !important;
}
.border-orange-light-90 {
    border: 1px solid rgba(255, 184, 114, 0.9) !important;
}
.bc-orange-lighter-90,
.hover-bc-orange-lighter-90:hover,
.focus-bc-orange-lighter-90:focus {
    border-color: rgba(255, 224, 192, 0.9) !important;
}
.border-orange-lighter-90 {
    border: 1px solid rgba(255, 224, 192, 0.9) !important;
}
.bc-orange-lightest-90,
.hover-bc-orange-lightest-90:hover,
.focus-bc-orange-lightest-90:focus {
    border-color: rgba(255, 243, 231, 0.9) !important;
}
.border-orange-lightest-90 {
    border: 1px solid rgba(255, 243, 231, 0.9) !important;
}
.bc-yellow-darkest-90,
.hover-bc-yellow-darkest-90:hover,
.focus-bc-yellow-darkest-90:focus {
    border-color: rgba(106, 85, 2, 0.9) !important;
}
.border-yellow-darkest-90 {
    border: 1px solid rgba(106, 85, 2, 0.9) !important;
}
.bc-yellow-darker-90,
.hover-bc-yellow-darker-90:hover,
.focus-bc-yellow-darker-90:focus {
    border-color: rgba(183, 147, 3, 0.9) !important;
}
.border-yellow-darker-90 {
    border: 1px solid rgba(183, 147, 3, 0.9) !important;
}
.bc-yellow-dark-90,
.hover-bc-yellow-dark-90:hover,
.focus-bc-yellow-dark-90:focus {
    border-color: rgba(221, 177, 4, 0.9) !important;
}
.border-yellow-dark-90 {
    border: 1px solid rgba(221, 177, 4, 0.9) !important;
}
.bc-yellow-90,
.hover-bc-yellow-90:hover,
.focus-bc-yellow-90:focus {
    border-color: rgba(250, 203, 14, 0.9) !important;
}
.border-yellow-90 {
    border: 1px solid rgba(250, 203, 14, 0.9) !important;
}
.bc-yellow-light-90,
.hover-bc-yellow-light-90:hover,
.focus-bc-yellow-light-90:focus {
    border-color: rgba(253, 228, 130, 0.9) !important;
}
.border-yellow-light-90 {
    border: 1px solid rgba(253, 228, 130, 0.9) !important;
}
.bc-yellow-lighter-90,
.hover-bc-yellow-lighter-90:hover,
.focus-bc-yellow-lighter-90:focus {
    border-color: rgba(254, 240, 188, 0.9) !important;
}
.border-yellow-lighter-90 {
    border: 1px solid rgba(254, 240, 188, 0.9) !important;
}
.bc-yellow-lightest-90,
.hover-bc-yellow-lightest-90:hover,
.focus-bc-yellow-lightest-90:focus {
    border-color: rgba(254, 247, 219, 0.9) !important;
}
.border-yellow-lightest-90 {
    border: 1px solid rgba(254, 247, 219, 0.9) !important;
}
.bc-pear-darkest-90,
.hover-bc-pear-darkest-90:hover,
.focus-bc-pear-darkest-90:focus {
    border-color: rgba(79, 86, 12, 0.9) !important;
}
.border-pear-darkest-90 {
    border: 1px solid rgba(79, 86, 12, 0.9) !important;
}
.bc-pear-darker-90,
.hover-bc-pear-darker-90:hover,
.focus-bc-pear-darker-90:focus {
    border-color: rgba(127, 138, 19, 0.9) !important;
}
.border-pear-darker-90 {
    border: 1px solid rgba(127, 138, 19, 0.9) !important;
}
.bc-pear-dark-90,
.hover-bc-pear-dark-90:hover,
.focus-bc-pear-dark-90:focus {
    border-color: rgba(158, 172, 24, 0.9) !important;
}
.border-pear-dark-90 {
    border: 1px solid rgba(158, 172, 24, 0.9) !important;
}
.bc-pear-90,
.hover-bc-pear-90:hover,
.focus-bc-pear-90:focus {
    border-color: rgba(190, 207, 29, 0.9) !important;
}
.border-pear-90 {
    border: 1px solid rgba(190, 207, 29, 0.9) !important;
}
.bc-pear-light-90,
.hover-bc-pear-light-90:hover,
.focus-bc-pear-light-90:focus {
    border-color: rgba(221, 233, 101, 0.9) !important;
}
.border-pear-light-90 {
    border: 1px solid rgba(221, 233, 101, 0.9) !important;
}
.bc-pear-lighter-90,
.hover-bc-pear-lighter-90:hover,
.focus-bc-pear-lighter-90:focus {
    border-color: rgba(244, 248, 204, 0.9) !important;
}
.border-pear-lighter-90 {
    border: 1px solid rgba(244, 248, 204, 0.9) !important;
}
.bc-pear-lightest-90,
.hover-bc-pear-lightest-90:hover,
.focus-bc-pear-lightest-90:focus {
    border-color: rgba(251, 253, 238, 0.9) !important;
}
.border-pear-lightest-90 {
    border: 1px solid rgba(251, 253, 238, 0.9) !important;
}
.bc-green-darkest-90,
.hover-bc-green-darkest-90:hover,
.focus-bc-green-darkest-90:focus {
    border-color: rgba(32, 97, 32, 0.9) !important;
}
.border-green-darkest-90 {
    border: 1px solid rgba(32, 97, 32, 0.9) !important;
}
.bc-green-darker-90,
.hover-bc-green-darker-90:hover,
.focus-bc-green-darker-90:focus {
    border-color: rgba(47, 141, 47, 0.9) !important;
}
.border-green-darker-90 {
    border: 1px solid rgba(47, 141, 47, 0.9) !important;
}
.bc-green-dark-90,
.hover-bc-green-dark-90:hover,
.focus-bc-green-dark-90:focus {
    border-color: rgba(57, 171, 57, 0.9) !important;
}
.border-green-dark-90 {
    border: 1px solid rgba(57, 171, 57, 0.9) !important;
}
.bc-green-90,
.hover-bc-green-90:hover,
.focus-bc-green-90:focus {
    border-color: rgba(73, 194, 73, 0.9) !important;
}
.border-green-90 {
    border: 1px solid rgba(73, 194, 73, 0.9) !important;
}
.bc-green-light-90,
.hover-bc-green-light-90:hover,
.focus-bc-green-light-90:focus {
    border-color: rgba(137, 224, 137, 0.9) !important;
}
.border-green-light-90 {
    border: 1px solid rgba(137, 224, 137, 0.9) !important;
}
.bc-green-lighter-90,
.hover-bc-green-lighter-90:hover,
.focus-bc-green-lighter-90:focus {
    border-color: rgba(220, 243, 220, 0.9) !important;
}
.border-green-lighter-90 {
    border: 1px solid rgba(220, 243, 220, 0.9) !important;
}
.bc-green-lightest-90,
.hover-bc-green-lightest-90:hover,
.focus-bc-green-lightest-90:focus {
    border-color: rgba(234, 248, 234, 0.9) !important;
}
.border-green-lightest-90 {
    border: 1px solid rgba(234, 248, 234, 0.9) !important;
}
.bc-mint-darkest-90,
.hover-bc-mint-darkest-90:hover,
.focus-bc-mint-darkest-90:focus {
    border-color: rgba(19, 107, 68, 0.9) !important;
}
.border-mint-darkest-90 {
    border: 1px solid rgba(19, 107, 68, 0.9) !important;
}
.bc-mint-darker-90,
.hover-bc-mint-darker-90:hover,
.focus-bc-mint-darker-90:focus {
    border-color: rgba(29, 165, 105, 0.9) !important;
}
.border-mint-darker-90 {
    border: 1px solid rgba(29, 165, 105, 0.9) !important;
}
.bc-mint-dark-90,
.hover-bc-mint-dark-90:hover,
.focus-bc-mint-dark-90:focus {
    border-color: rgba(35, 198, 126, 0.9) !important;
}
.border-mint-dark-90 {
    border: 1px solid rgba(35, 198, 126, 0.9) !important;
}
.bc-mint-90,
.hover-bc-mint-90:hover,
.focus-bc-mint-90:focus {
    border-color: rgba(53, 219, 146, 0.9) !important;
}
.border-mint-90 {
    border: 1px solid rgba(53, 219, 146, 0.9) !important;
}
.bc-mint-light-90,
.hover-bc-mint-light-90:hover,
.focus-bc-mint-light-90:focus {
    border-color: rgba(137, 234, 191, 0.9) !important;
}
.border-mint-light-90 {
    border: 1px solid rgba(137, 234, 191, 0.9) !important;
}
.bc-mint-lighter-90,
.hover-bc-mint-lighter-90:hover,
.focus-bc-mint-lighter-90:focus {
    border-color: rgba(220, 249, 236, 0.9) !important;
}
.border-mint-lighter-90 {
    border: 1px solid rgba(220, 249, 236, 0.9) !important;
}
.bc-mint-lightest-90,
.hover-bc-mint-lightest-90:hover,
.focus-bc-mint-lightest-90:focus {
    border-color: rgba(242, 252, 247, 0.9) !important;
}
.border-mint-lightest-90 {
    border: 1px solid rgba(242, 252, 247, 0.9) !important;
}
.bc-teal-darkest-90,
.hover-bc-teal-darkest-90:hover,
.focus-bc-teal-darkest-90:focus {
    border-color: rgba(34, 89, 96, 0.9) !important;
}
.border-teal-darkest-90 {
    border: 1px solid rgba(34, 89, 96, 0.9) !important;
}
.bc-teal-darker-90,
.hover-bc-teal-darker-90:hover,
.focus-bc-teal-darker-90:focus {
    border-color: rgba(45, 116, 125, 0.9) !important;
}
.border-teal-darker-90 {
    border: 1px solid rgba(45, 116, 125, 0.9) !important;
}
.bc-teal-dark-90,
.hover-bc-teal-dark-90:hover,
.focus-bc-teal-dark-90:focus {
    border-color: rgba(55, 142, 153, 0.9) !important;
}
.border-teal-dark-90 {
    border: 1px solid rgba(55, 142, 153, 0.9) !important;
}
.bc-teal-90,
.hover-bc-teal-90:hover,
.focus-bc-teal-90:focus {
    border-color: rgba(66, 169, 182, 0.9) !important;
}
.border-teal-90 {
    border: 1px solid rgba(66, 169, 182, 0.9) !important;
}
.bc-teal-light-90,
.hover-bc-teal-light-90:hover,
.focus-bc-teal-light-90:focus {
    border-color: rgba(149, 209, 217, 0.9) !important;
}
.border-teal-light-90 {
    border: 1px solid rgba(149, 209, 217, 0.9) !important;
}
.bc-teal-lighter-90,
.hover-bc-teal-lighter-90:hover,
.focus-bc-teal-lighter-90:focus {
    border-color: rgba(221, 240, 243, 0.9) !important;
}
.border-teal-lighter-90 {
    border: 1px solid rgba(221, 240, 243, 0.9) !important;
}
.bc-teal-lightest-90,
.hover-bc-teal-lightest-90:hover,
.focus-bc-teal-lightest-90:focus {
    border-color: rgba(237, 249, 250, 0.9) !important;
}
.border-teal-lightest-90 {
    border: 1px solid rgba(237, 249, 250, 0.9) !important;
}
.bc-wine-darkest-90,
.hover-bc-wine-darkest-90:hover,
.focus-bc-wine-darkest-90:focus {
    border-color: rgba(72, 30, 35, 0.9) !important;
}
.border-wine-darkest-90 {
    border: 1px solid rgba(72, 30, 35, 0.9) !important;
}
.bc-wine-darker-90,
.hover-bc-wine-darker-90:hover,
.focus-bc-wine-darker-90:focus {
    border-color: rgba(114, 47, 55, 0.9) !important;
}
.border-wine-darker-90 {
    border: 1px solid rgba(114, 47, 55, 0.9) !important;
}
.bc-wine-dark-90,
.hover-bc-wine-dark-90:hover,
.focus-bc-wine-dark-90:focus {
    border-color: rgba(142, 58, 68, 0.9) !important;
}
.border-wine-dark-90 {
    border: 1px solid rgba(142, 58, 68, 0.9) !important;
}
.bc-wine-90,
.hover-bc-wine-90:hover,
.focus-bc-wine-90:focus {
    border-color: rgba(170, 70, 82, 0.9) !important;
}
.border-wine-90 {
    border: 1px solid rgba(170, 70, 82, 0.9) !important;
}
.bc-wine-light-90,
.hover-bc-wine-light-90:hover,
.focus-bc-wine-light-90:focus {
    border-color: rgba(210, 147, 154, 0.9) !important;
}
.border-wine-light-90 {
    border: 1px solid rgba(210, 147, 154, 0.9) !important;
}
.bc-wine-lighter-90,
.hover-bc-wine-lighter-90:hover,
.focus-bc-wine-lighter-90:focus {
    border-color: rgba(239, 216, 219, 0.9) !important;
}
.border-wine-lighter-90 {
    border: 1px solid rgba(239, 216, 219, 0.9) !important;
}
.bc-wine-lightest-90,
.hover-bc-wine-lightest-90:hover,
.focus-bc-wine-lightest-90:focus {
    border-color: rgba(250, 243, 244, 0.9) !important;
}
.border-wine-lightest-90 {
    border: 1px solid rgba(250, 243, 244, 0.9) !important;
}
.bc-brown-darkest-90,
.hover-bc-brown-darkest-90:hover,
.focus-bc-brown-darkest-90:focus {
    border-color: rgba(61, 47, 43, 0.9) !important;
}
.border-brown-darkest-90 {
    border: 1px solid rgba(61, 47, 43, 0.9) !important;
}
.bc-brown-darker-90,
.hover-bc-brown-darker-90:hover,
.focus-bc-brown-darker-90:focus {
    border-color: rgba(84, 65, 59, 0.9) !important;
}
.border-brown-darker-90 {
    border: 1px solid rgba(84, 65, 59, 0.9) !important;
}
.bc-brown-dark-90,
.hover-bc-brown-dark-90:hover,
.focus-bc-brown-dark-90:focus {
    border-color: rgba(107, 83, 76, 0.9) !important;
}
.border-brown-dark-90 {
    border: 1px solid rgba(107, 83, 76, 0.9) !important;
}
.bc-brown-90,
.hover-bc-brown-90:hover,
.focus-bc-brown-90:focus {
    border-color: rgba(141, 109, 100, 0.9) !important;
}
.border-brown-90 {
    border: 1px solid rgba(141, 109, 100, 0.9) !important;
}
.bc-brown-light-90,
.hover-bc-brown-light-90:hover,
.focus-bc-brown-light-90:focus {
    border-color: rgba(200, 183, 178, 0.9) !important;
}
.border-brown-light-90 {
    border: 1px solid rgba(200, 183, 178, 0.9) !important;
}
.bc-brown-lighter-90,
.hover-bc-brown-lighter-90:hover,
.focus-bc-brown-lighter-90:focus {
    border-color: rgba(233, 226, 224, 0.9) !important;
}
.border-brown-lighter-90 {
    border: 1px solid rgba(233, 226, 224, 0.9) !important;
}
.bc-brown-lightest-90,
.hover-bc-brown-lightest-90:hover,
.focus-bc-brown-lightest-90:focus {
    border-color: rgba(255, 249, 247, 0.9) !important;
}
.border-brown-lightest-90 {
    border: 1px solid rgba(255, 249, 247, 0.9) !important;
}
.bc-almond-darkest-90,
.hover-bc-almond-darkest-90:hover,
.focus-bc-almond-darkest-90:focus {
    border-color: rgba(99, 65, 32, 0.9) !important;
}
.border-almond-darkest-90 {
    border: 1px solid rgba(99, 65, 32, 0.9) !important;
}
.bc-almond-darker-90,
.hover-bc-almond-darker-90:hover,
.focus-bc-almond-darker-90:focus {
    border-color: rgba(138, 91, 44, 0.9) !important;
}
.border-almond-darker-90 {
    border: 1px solid rgba(138, 91, 44, 0.9) !important;
}
.bc-almond-dark-90,
.hover-bc-almond-dark-90:hover,
.focus-bc-almond-dark-90:focus {
    border-color: rgba(173, 114, 55, 0.9) !important;
}
.border-almond-dark-90 {
    border: 1px solid rgba(173, 114, 55, 0.9) !important;
}
.bc-almond-90,
.hover-bc-almond-90:hover,
.focus-bc-almond-90:focus {
    border-color: rgba(196, 134, 71, 0.9) !important;
}
.border-almond-90 {
    border: 1px solid rgba(196, 134, 71, 0.9) !important;
}
.bc-almond-light-90,
.hover-bc-almond-light-90:hover,
.focus-bc-almond-light-90:focus {
    border-color: rgba(220, 183, 146, 0.9) !important;
}
.border-almond-light-90 {
    border: 1px solid rgba(220, 183, 146, 0.9) !important;
}
.bc-almond-lighter-90,
.hover-bc-almond-lighter-90:hover,
.focus-bc-almond-lighter-90:focus {
    border-color: rgba(239, 222, 205, 0.9) !important;
}
.border-almond-lighter-90 {
    border: 1px solid rgba(239, 222, 205, 0.9) !important;
}
.bc-almond-lightest-90,
.hover-bc-almond-lightest-90:hover,
.focus-bc-almond-lightest-90:focus {
    border-color: rgba(249, 240, 232, 0.9) !important;
}
.border-almond-lightest-90 {
    border: 1px solid rgba(249, 240, 232, 0.9) !important;
}
.bc-slategray-darkest-90,
.hover-bc-slategray-darkest-90:hover,
.focus-bc-slategray-darkest-90:focus {
    border-color: rgba(5, 25, 45, 0.9) !important;
}
.border-slategray-darkest-90 {
    border: 1px solid rgba(5, 25, 45, 0.9) !important;
}
.bc-slategray-darker-90,
.hover-bc-slategray-darker-90:hover,
.focus-bc-slategray-darker-90:focus {
    border-color: rgba(16, 44, 69, 0.9) !important;
}
.border-slategray-darker-90 {
    border: 1px solid rgba(16, 44, 69, 0.9) !important;
}
.bc-slategray-dark-90,
.hover-bc-slategray-dark-90:hover,
.focus-bc-slategray-dark-90:focus {
    border-color: rgba(47, 80, 112, 0.9) !important;
}
.border-slategray-dark-90 {
    border: 1px solid rgba(47, 80, 112, 0.9) !important;
}
.bc-slategray-90,
.hover-bc-slategray-90:hover,
.focus-bc-slategray-90:focus {
    border-color: rgba(81, 116, 149, 0.9) !important;
}
.border-slategray-90 {
    border: 1px solid rgba(81, 116, 149, 0.9) !important;
}
.bc-slategray-light-90,
.hover-bc-slategray-light-90:hover,
.focus-bc-slategray-light-90:focus {
    border-color: rgba(150, 177, 203, 0.9) !important;
}
.border-slategray-light-90 {
    border: 1px solid rgba(150, 177, 203, 0.9) !important;
}
.bc-slategray-lighter-90,
.hover-bc-slategray-lighter-90:hover,
.focus-bc-slategray-lighter-90:focus {
    border-color: rgba(208, 220, 231, 0.9) !important;
}
.border-slategray-lighter-90 {
    border: 1px solid rgba(208, 220, 231, 0.9) !important;
}
.bc-slategray-lightest-90,
.hover-bc-slategray-lightest-90:hover,
.focus-bc-slategray-lightest-90:focus {
    border-color: rgba(242, 245, 247, 0.9) !important;
}
.border-slategray-lightest-90 {
    border: 1px solid rgba(242, 245, 247, 0.9) !important;
}
.bc-gray-darkest-90,
.hover-bc-gray-darkest-90:hover,
.focus-bc-gray-darkest-90:focus {
    border-color: rgba(54, 69, 79, 0.9) !important;
}
.border-gray-darkest-90 {
    border: 1px solid rgba(54, 69, 79, 0.9) !important;
}
.bc-gray-darker-90,
.hover-bc-gray-darker-90:hover,
.focus-bc-gray-darker-90:focus {
    border-color: rgba(70, 89, 102, 0.9) !important;
}
.border-gray-darker-90 {
    border: 1px solid rgba(70, 89, 102, 0.9) !important;
}
.bc-gray-dark-90,
.hover-bc-gray-dark-90:hover,
.focus-bc-gray-dark-90:focus {
    border-color: rgba(86, 110, 126, 0.9) !important;
}
.border-gray-dark-90 {
    border: 1px solid rgba(86, 110, 126, 0.9) !important;
}
.bc-gray-90,
.hover-bc-gray-90:hover,
.focus-bc-gray-90:focus {
    border-color: rgba(102, 130, 149, 0.9) !important;
}
.border-gray-90 {
    border: 1px solid rgba(102, 130, 149, 0.9) !important;
}
.bc-gray-light-90,
.hover-bc-gray-light-90:hover,
.focus-bc-gray-light-90:focus {
    border-color: rgba(183, 196, 205, 0.9) !important;
}
.border-gray-light-90 {
    border: 1px solid rgba(183, 196, 205, 0.9) !important;
}
.bc-gray-lighter-90,
.hover-bc-gray-lighter-90:hover,
.focus-bc-gray-lighter-90:focus {
    border-color: rgba(228, 232, 235, 0.9) !important;
}
.border-gray-lighter-90 {
    border: 1px solid rgba(228, 232, 235, 0.9) !important;
}
.bc-gray-lightest-90,
.hover-bc-gray-lightest-90:hover,
.focus-bc-gray-lightest-90:focus {
    border-color: rgba(238, 241, 245, 0.9) !important;
}
.border-gray-lightest-90 {
    border: 1px solid rgba(238, 241, 245, 0.9) !important;
}
.border-t {
    border-top: 1px solid #e4e8eb;
}
.border-r {
    border-right: 1px solid #e4e8eb;
}
.border-b {
    border-bottom: 1px solid #e4e8eb;
}
.border-l {
    border-left: 1px solid #e4e8eb;
}
.border-none,
.hover-border-none:hover,
.focus-border-none:focus {
    border-style: none !important;
}
.border-dotted,
.hover-border-dotted:hover,
.focus-border-dotted:focus {
    border-style: dotted !important;
}
.border-dashed,
.hover-border-dashed:hover,
.focus-border-dashed:focus {
    border-style: dashed !important;
}
.border-solid,
.hover-border-solid:hover,
.focus-border-solid:focus {
    border-style: solid !important;
}
.border-double,
.hover-border-double:hover,
.focus-border-double:focus {
    border-style: double !important;
}
@media (min-width: 576px) {
    .sm-border-none {
        border-style: none !important;
    }
    .sm-border-dotted {
        border-style: dotted !important;
    }
    .sm-border-dashed {
        border-style: dashed !important;
    }
    .sm-border-solid {
        border-style: solid !important;
    }
    .sm-border-double {
        border-style: double !important;
    }
}
@media (min-width: 768px) {
    .md-border-none {
        border-style: none !important;
    }
    .md-border-dotted {
        border-style: dotted !important;
    }
    .md-border-dashed {
        border-style: dashed !important;
    }
    .md-border-solid {
        border-style: solid !important;
    }
    .md-border-double {
        border-style: double !important;
    }
}
@media (min-width: 992px) {
    .lg-border-none {
        border-style: none !important;
    }
    .lg-border-dotted {
        border-style: dotted !important;
    }
    .lg-border-dashed {
        border-style: dashed !important;
    }
    .lg-border-solid {
        border-style: solid !important;
    }
    .lg-border-double {
        border-style: double !important;
    }
}
@media (min-width: 1200px) {
    .xl-border-none {
        border-style: none !important;
    }
    .xl-border-dotted {
        border-style: dotted !important;
    }
    .xl-border-dashed {
        border-style: dashed !important;
    }
    .xl-border-solid {
        border-style: solid !important;
    }
    .xl-border-double {
        border-style: double !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
@media (min-width: 576px) {
    .sm-flex-row {
        flex-direction: row !important;
    }
    .sm-flex-column {
        flex-direction: column !important;
    }
    .sm-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .sm-flex-column-reverse {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 768px) {
    .md-flex-row {
        flex-direction: row !important;
    }
    .md-flex-column {
        flex-direction: column !important;
    }
    .md-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .md-flex-column-reverse {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 992px) {
    .lg-flex-row {
        flex-direction: row !important;
    }
    .lg-flex-column {
        flex-direction: column !important;
    }
    .lg-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .lg-flex-column-reverse {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 1200px) {
    .xl-flex-row {
        flex-direction: row !important;
    }
    .xl-flex-column {
        flex-direction: column !important;
    }
    .xl-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .xl-flex-column-reverse {
        flex-direction: column-reverse !important;
    }
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
@media (min-width: 576px) {
    .sm-flex-wrap {
        flex-wrap: wrap !important;
    }
    .sm-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .sm-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}
@media (min-width: 768px) {
    .md-flex-wrap {
        flex-wrap: wrap !important;
    }
    .md-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .md-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}
@media (min-width: 992px) {
    .lg-flex-wrap {
        flex-wrap: wrap !important;
    }
    .lg-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .lg-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}
@media (min-width: 1200px) {
    .xl-flex-wrap {
        flex-wrap: wrap !important;
    }
    .xl-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .xl-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}
.justify-start {
    justify-content: flex-start !important;
}
.justify-end {
    justify-content: flex-end !important;
}
.justify-center {
    justify-content: center !important;
}
.justify-between {
    justify-content: space-between !important;
}
.justify-around {
    justify-content: space-around !important;
}
@media (min-width: 576px) {
    .sm-justify-start {
        justify-content: flex-start !important;
    }
    .sm-justify-end {
        justify-content: flex-end !important;
    }
    .sm-justify-center {
        justify-content: center !important;
    }
    .sm-justify-between {
        justify-content: space-between !important;
    }
    .sm-justify-around {
        justify-content: space-around !important;
    }
}
@media (min-width: 768px) {
    .md-justify-start {
        justify-content: flex-start !important;
    }
    .md-justify-end {
        justify-content: flex-end !important;
    }
    .md-justify-center {
        justify-content: center !important;
    }
    .md-justify-between {
        justify-content: space-between !important;
    }
    .md-justify-around {
        justify-content: space-around !important;
    }
}
@media (min-width: 992px) {
    .lg-justify-start {
        justify-content: flex-start !important;
    }
    .lg-justify-end {
        justify-content: flex-end !important;
    }
    .lg-justify-center {
        justify-content: center !important;
    }
    .lg-justify-between {
        justify-content: space-between !important;
    }
    .lg-justify-around {
        justify-content: space-around !important;
    }
}
@media (min-width: 1200px) {
    .xl-justify-start {
        justify-content: flex-start !important;
    }
    .xl-justify-end {
        justify-content: flex-end !important;
    }
    .xl-justify-center {
        justify-content: center !important;
    }
    .xl-justify-between {
        justify-content: space-between !important;
    }
    .xl-justify-around {
        justify-content: space-around !important;
    }
}
.content-start {
    align-content: flex-start !important;
}
.content-end {
    align-content: flex-end !important;
}
.content-center {
    align-content: center !important;
}
.content-between {
    align-content: space-between !important;
}
.content-around {
    align-content: space-around !important;
}
.content-stretch {
    align-content: stretch !important;
}
@media (min-width: 576px) {
    .sm-content-start {
        align-content: flex-start !important;
    }
    .sm-content-end {
        align-content: flex-end !important;
    }
    .sm-content-center {
        align-content: center !important;
    }
    .sm-content-between {
        align-content: space-between !important;
    }
    .sm-content-around {
        align-content: space-around !important;
    }
    .sm-content-stretch {
        align-content: stretch !important;
    }
}
@media (min-width: 768px) {
    .md-content-start {
        align-content: flex-start !important;
    }
    .md-content-end {
        align-content: flex-end !important;
    }
    .md-content-center {
        align-content: center !important;
    }
    .md-content-between {
        align-content: space-between !important;
    }
    .md-content-around {
        align-content: space-around !important;
    }
    .md-content-stretch {
        align-content: stretch !important;
    }
}
@media (min-width: 992px) {
    .lg-content-start {
        align-content: flex-start !important;
    }
    .lg-content-end {
        align-content: flex-end !important;
    }
    .lg-content-center {
        align-content: center !important;
    }
    .lg-content-between {
        align-content: space-between !important;
    }
    .lg-content-around {
        align-content: space-around !important;
    }
    .lg-content-stretch {
        align-content: stretch !important;
    }
}
@media (min-width: 1200px) {
    .xl-content-start {
        align-content: flex-start !important;
    }
    .xl-content-end {
        align-content: flex-end !important;
    }
    .xl-content-center {
        align-content: center !important;
    }
    .xl-content-between {
        align-content: space-between !important;
    }
    .xl-content-around {
        align-content: space-around !important;
    }
    .xl-content-stretch {
        align-content: stretch !important;
    }
}
.items-start {
    align-items: flex-start !important;
}
.items-end {
    align-items: flex-end !important;
}
.items-center {
    align-items: center !important;
}
.items-stretch {
    align-items: stretch !important;
}
.items-baseline {
    align-items: baseline !important;
}
@media (min-width: 576px) {
    .sm-items-start {
        align-items: flex-start !important;
    }
    .sm-items-end {
        align-items: flex-end !important;
    }
    .sm-items-center {
        align-items: center !important;
    }
    .sm-items-stretch {
        align-items: stretch !important;
    }
    .sm-items-baseline {
        align-items: baseline !important;
    }
}
@media (min-width: 768px) {
    .md-items-start {
        align-items: flex-start !important;
    }
    .md-items-end {
        align-items: flex-end !important;
    }
    .md-items-center {
        align-items: center !important;
    }
    .md-items-stretch {
        align-items: stretch !important;
    }
    .md-items-baseline {
        align-items: baseline !important;
    }
}
@media (min-width: 992px) {
    .lg-items-start {
        align-items: flex-start !important;
    }
    .lg-items-end {
        align-items: flex-end !important;
    }
    .lg-items-center {
        align-items: center !important;
    }
    .lg-items-stretch {
        align-items: stretch !important;
    }
    .lg-items-baseline {
        align-items: baseline !important;
    }
}
@media (min-width: 1200px) {
    .xl-items-start {
        align-items: flex-start !important;
    }
    .xl-items-end {
        align-items: flex-end !important;
    }
    .xl-items-center {
        align-items: center !important;
    }
    .xl-items-stretch {
        align-items: stretch !important;
    }
    .xl-items-baseline {
        align-items: baseline !important;
    }
}
.self-start {
    align-self: flex-start !important;
}
.self-end {
    align-self: flex-end !important;
}
.self-center {
    align-self: center !important;
}
.self-stretch {
    align-self: stretch !important;
}
.self-baseline {
    align-self: baseline !important;
}
.self-auto {
    align-self: auto !important;
}
@media (min-width: 576px) {
    .sm-self-start {
        align-self: flex-start !important;
    }
    .sm-self-end {
        align-self: flex-end !important;
    }
    .sm-self-center {
        align-self: center !important;
    }
    .sm-self-stretch {
        align-self: stretch !important;
    }
    .sm-self-baseline {
        align-self: baseline !important;
    }
    .sm-self-auto {
        align-self: auto !important;
    }
}
@media (min-width: 768px) {
    .md-self-start {
        align-self: flex-start !important;
    }
    .md-self-end {
        align-self: flex-end !important;
    }
    .md-self-center {
        align-self: center !important;
    }
    .md-self-stretch {
        align-self: stretch !important;
    }
    .md-self-baseline {
        align-self: baseline !important;
    }
    .md-self-auto {
        align-self: auto !important;
    }
}
@media (min-width: 992px) {
    .lg-self-start {
        align-self: flex-start !important;
    }
    .lg-self-end {
        align-self: flex-end !important;
    }
    .lg-self-center {
        align-self: center !important;
    }
    .lg-self-stretch {
        align-self: stretch !important;
    }
    .lg-self-baseline {
        align-self: baseline !important;
    }
    .lg-self-auto {
        align-self: auto !important;
    }
}
@media (min-width: 1200px) {
    .xl-self-start {
        align-self: flex-start !important;
    }
    .xl-self-end {
        align-self: flex-end !important;
    }
    .xl-self-center {
        align-self: center !important;
    }
    .xl-self-stretch {
        align-self: stretch !important;
    }
    .xl-self-baseline {
        align-self: baseline !important;
    }
    .xl-self-auto {
        align-self: auto !important;
    }
}
.order-first {
    order: -100 !important;
}
.order-last {
    order: 100 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-6 {
    order: 6 !important;
}
.order-7 {
    order: 7 !important;
}
.order-8 {
    order: 8 !important;
}
.order-9 {
    order: 9 !important;
}
.order-10 {
    order: 10 !important;
}
.order-11 {
    order: 11 !important;
}
.order-12 {
    order: 12 !important;
}
@media (min-width: 576px) {
    .sm-order-first {
        order: -100 !important;
    }
    .sm-order-last {
        order: 100 !important;
    }
    .sm-order-0 {
        order: 0 !important;
    }
    .sm-order-1 {
        order: 1 !important;
    }
    .sm-order-2 {
        order: 2 !important;
    }
    .sm-order-3 {
        order: 3 !important;
    }
    .sm-order-4 {
        order: 4 !important;
    }
    .sm-order-5 {
        order: 5 !important;
    }
    .sm-order-6 {
        order: 6 !important;
    }
    .sm-order-7 {
        order: 7 !important;
    }
    .sm-order-8 {
        order: 8 !important;
    }
    .sm-order-9 {
        order: 9 !important;
    }
    .sm-order-10 {
        order: 10 !important;
    }
    .sm-order-11 {
        order: 11 !important;
    }
    .sm-order-12 {
        order: 12 !important;
    }
}
@media (min-width: 768px) {
    .md-order-first {
        order: -100 !important;
    }
    .md-order-last {
        order: 100 !important;
    }
    .md-order-0 {
        order: 0 !important;
    }
    .md-order-1 {
        order: 1 !important;
    }
    .md-order-2 {
        order: 2 !important;
    }
    .md-order-3 {
        order: 3 !important;
    }
    .md-order-4 {
        order: 4 !important;
    }
    .md-order-5 {
        order: 5 !important;
    }
    .md-order-6 {
        order: 6 !important;
    }
    .md-order-7 {
        order: 7 !important;
    }
    .md-order-8 {
        order: 8 !important;
    }
    .md-order-9 {
        order: 9 !important;
    }
    .md-order-10 {
        order: 10 !important;
    }
    .md-order-11 {
        order: 11 !important;
    }
    .md-order-12 {
        order: 12 !important;
    }
}
@media (min-width: 992px) {
    .lg-order-first {
        order: -100 !important;
    }
    .lg-order-last {
        order: 100 !important;
    }
    .lg-order-0 {
        order: 0 !important;
    }
    .lg-order-1 {
        order: 1 !important;
    }
    .lg-order-2 {
        order: 2 !important;
    }
    .lg-order-3 {
        order: 3 !important;
    }
    .lg-order-4 {
        order: 4 !important;
    }
    .lg-order-5 {
        order: 5 !important;
    }
    .lg-order-6 {
        order: 6 !important;
    }
    .lg-order-7 {
        order: 7 !important;
    }
    .lg-order-8 {
        order: 8 !important;
    }
    .lg-order-9 {
        order: 9 !important;
    }
    .lg-order-10 {
        order: 10 !important;
    }
    .lg-order-11 {
        order: 11 !important;
    }
    .lg-order-12 {
        order: 12 !important;
    }
}
@media (min-width: 1200px) {
    .xl-order-first {
        order: -100 !important;
    }
    .xl-order-last {
        order: 100 !important;
    }
    .xl-order-0 {
        order: 0 !important;
    }
    .xl-order-1 {
        order: 1 !important;
    }
    .xl-order-2 {
        order: 2 !important;
    }
    .xl-order-3 {
        order: 3 !important;
    }
    .xl-order-4 {
        order: 4 !important;
    }
    .xl-order-5 {
        order: 5 !important;
    }
    .xl-order-6 {
        order: 6 !important;
    }
    .xl-order-7 {
        order: 7 !important;
    }
    .xl-order-8 {
        order: 8 !important;
    }
    .xl-order-9 {
        order: 9 !important;
    }
    .xl-order-10 {
        order: 10 !important;
    }
    .xl-order-11 {
        order: 11 !important;
    }
    .xl-order-12 {
        order: 12 !important;
    }
}
.flex-fill,
.flex-auto {
    flex: 1 1 auto !important;
}
.flex-equal {
    flex: 1 1 0% !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-none {
    flex: 0 0 auto;
}
.flex-initial {
    flex: 0 1 auto;
}
.black,
.hover-black:hover {
    color: #000 !important;
}
.white,
.hover-white:hover {
    color: #fff !important;
}
.transparent,
.hover-transparent:hover {
    color: rgba(0, 0, 0, 0) !important;
}
.blue-darkest,
.hover-blue-darkest:hover {
    color: #02305d !important;
}
.blue-darker,
.hover-blue-darker:hover {
    color: #1a5d9e !important;
}
.blue-dark,
.hover-blue-dark:hover {
    color: #1773ce !important;
}
.blue,
.hover-blue:hover {
    color: #409eff !important;
}
.blue-light,
.hover-blue-light:hover {
    color: #65b2ff !important;
}
.blue-lighter,
.hover-blue-lighter:hover {
    color: #b3d9ff !important;
}
.blue-lightest,
.hover-blue-lightest:hover {
    color: #ecf5ff !important;
}
.indigo-darkest,
.hover-indigo-darkest:hover {
    color: #272075 !important;
}
.indigo-darker,
.hover-indigo-darker:hover {
    color: #332a99 !important;
}
.indigo-dark,
.hover-indigo-dark:hover {
    color: #3f33bd !important;
}
.indigo,
.hover-indigo:hover {
    color: #5a4fcf !important;
}
.indigo-light,
.hover-indigo-light:hover {
    color: #837ae6 !important;
}
.indigo-lighter,
.hover-indigo-lighter:hover {
    color: #c2bdf6 !important;
}
.indigo-lightest,
.hover-indigo-lightest:hover {
    color: #f0eeff !important;
}
.purple-darkest,
.hover-purple-darkest:hover {
    color: #3d065f !important;
}
.purple-darker,
.hover-purple-darker:hover {
    color: #600a97 !important;
}
.purple-dark,
.hover-purple-dark:hover {
    color: #840dce !important;
}
.purple,
.hover-purple:hover {
    color: #aa38f2 !important;
}
.purple-light,
.hover-purple-light:hover {
    color: #cc88f7 !important;
}
.purple-lighter,
.hover-purple-lighter:hover {
    color: #e9cbfc !important;
}
.purple-lightest,
.hover-purple-lightest:hover {
    color: #f9f0fe !important;
}
.pink-darkest,
.hover-pink-darkest:hover {
    color: #580020 !important;
}
.pink-darker,
.hover-pink-darker:hover {
    color: #930036 !important;
}
.pink-dark,
.hover-pink-dark:hover {
    color: #c9366c !important;
}
.pink,
.hover-pink:hover {
    color: #f06597 !important;
}
.pink-light,
.hover-pink-light:hover {
    color: #f58eb4 !important;
}
.pink-lighter,
.hover-pink-lighter:hover {
    color: #ffcddf !important;
}
.pink-lightest,
.hover-pink-lightest:hover {
    color: #ffebf2 !important;
}
.red-darkest,
.hover-red-darkest:hover {
    color: #750e12 !important;
}
.red-darker,
.hover-red-darker:hover {
    color: #a9151a !important;
}
.red-dark,
.hover-red-dark:hover {
    color: #cc191f !important;
}
.red,
.hover-red:hover {
    color: #e7393f !important;
}
.red-light,
.hover-red-light:hover {
    color: #ed6d72 !important;
}
.red-lighter,
.hover-red-lighter:hover {
    color: #f8c5c7 !important;
}
.red-lightest,
.hover-red-lightest:hover {
    color: #fce8e8 !important;
}
.orange-darkest,
.hover-orange-darkest:hover {
    color: #854300 !important;
}
.orange-darker,
.hover-orange-darker:hover {
    color: #c06000 !important;
}
.orange-dark,
.hover-orange-dark:hover {
    color: #e77400 !important;
}
.orange,
.hover-orange:hover {
    color: #ff8710 !important;
}
.orange-light,
.hover-orange-light:hover {
    color: #ffb872 !important;
}
.orange-lighter,
.hover-orange-lighter:hover {
    color: #ffe0c0 !important;
}
.orange-lightest,
.hover-orange-lightest:hover {
    color: #fff3e7 !important;
}
.yellow-darkest,
.hover-yellow-darkest:hover {
    color: #6a5502 !important;
}
.yellow-darker,
.hover-yellow-darker:hover {
    color: #b79303 !important;
}
.yellow-dark,
.hover-yellow-dark:hover {
    color: #ddb104 !important;
}
.yellow,
.hover-yellow:hover {
    color: #facb0e !important;
}
.yellow-light,
.hover-yellow-light:hover {
    color: #fde482 !important;
}
.yellow-lighter,
.hover-yellow-lighter:hover {
    color: #fef0bc !important;
}
.yellow-lightest,
.hover-yellow-lightest:hover {
    color: #fef7db !important;
}
.pear-darkest,
.hover-pear-darkest:hover {
    color: #4f560c !important;
}
.pear-darker,
.hover-pear-darker:hover {
    color: #7f8a13 !important;
}
.pear-dark,
.hover-pear-dark:hover {
    color: #9eac18 !important;
}
.pear,
.hover-pear:hover {
    color: #becf1d !important;
}
.pear-light,
.hover-pear-light:hover {
    color: #dde965 !important;
}
.pear-lighter,
.hover-pear-lighter:hover {
    color: #f4f8cc !important;
}
.pear-lightest,
.hover-pear-lightest:hover {
    color: #fbfdee !important;
}
.green-darkest,
.hover-green-darkest:hover {
    color: #206120 !important;
}
.green-darker,
.hover-green-darker:hover {
    color: #2f8d2f !important;
}
.green-dark,
.hover-green-dark:hover {
    color: #39ab39 !important;
}
.green,
.hover-green:hover {
    color: #49c249 !important;
}
.green-light,
.hover-green-light:hover {
    color: #89e089 !important;
}
.green-lighter,
.hover-green-lighter:hover {
    color: #dcf3dc !important;
}
.green-lightest,
.hover-green-lightest:hover {
    color: #eaf8ea !important;
}
.mint-darkest,
.hover-mint-darkest:hover {
    color: #136b44 !important;
}
.mint-darker,
.hover-mint-darker:hover {
    color: #1da569 !important;
}
.mint-dark,
.hover-mint-dark:hover {
    color: #23c67e !important;
}
.mint,
.hover-mint:hover {
    color: #35db92 !important;
}
.mint-light,
.hover-mint-light:hover {
    color: #89eabf !important;
}
.mint-lighter,
.hover-mint-lighter:hover {
    color: #dcf9ec !important;
}
.mint-lightest,
.hover-mint-lightest:hover {
    color: #f2fcf7 !important;
}
.teal-darkest,
.hover-teal-darkest:hover {
    color: #225960 !important;
}
.teal-darker,
.hover-teal-darker:hover {
    color: #2d747d !important;
}
.teal-dark,
.hover-teal-dark:hover {
    color: #378e99 !important;
}
.teal,
.hover-teal:hover {
    color: #42a9b6 !important;
}
.teal-light,
.hover-teal-light:hover {
    color: #95d1d9 !important;
}
.teal-lighter,
.hover-teal-lighter:hover {
    color: #ddf0f3 !important;
}
.teal-lightest,
.hover-teal-lightest:hover {
    color: #edf9fa !important;
}
.wine-darkest,
.hover-wine-darkest:hover {
    color: #481e23 !important;
}
.wine-darker,
.hover-wine-darker:hover {
    color: #722f37 !important;
}
.wine-dark,
.hover-wine-dark:hover {
    color: #8e3a44 !important;
}
.wine,
.hover-wine:hover {
    color: #aa4652 !important;
}
.wine-light,
.hover-wine-light:hover {
    color: #d2939a !important;
}
.wine-lighter,
.hover-wine-lighter:hover {
    color: #efd8db !important;
}
.wine-lightest,
.hover-wine-lightest:hover {
    color: #faf3f4 !important;
}
.brown-darkest,
.hover-brown-darkest:hover {
    color: #3d2f2b !important;
}
.brown-darker,
.hover-brown-darker:hover {
    color: #54413b !important;
}
.brown-dark,
.hover-brown-dark:hover {
    color: #6b534c !important;
}
.brown,
.hover-brown:hover {
    color: #8d6d64 !important;
}
.brown-light,
.hover-brown-light:hover {
    color: #c8b7b2 !important;
}
.brown-lighter,
.hover-brown-lighter:hover {
    color: #e9e2e0 !important;
}
.brown-lightest,
.hover-brown-lightest:hover {
    color: #fff9f7 !important;
}
.almond-darkest,
.hover-almond-darkest:hover {
    color: #634120 !important;
}
.almond-darker,
.hover-almond-darker:hover {
    color: #8a5b2c !important;
}
.almond-dark,
.hover-almond-dark:hover {
    color: #ad7237 !important;
}
.almond,
.hover-almond:hover {
    color: #c48647 !important;
}
.almond-light,
.hover-almond-light:hover {
    color: #dcb792 !important;
}
.almond-lighter,
.hover-almond-lighter:hover {
    color: #efdecd !important;
}
.almond-lightest,
.hover-almond-lightest:hover {
    color: #f9f0e8 !important;
}
.slategray-darkest,
.hover-slategray-darkest:hover {
    color: #05192d !important;
}
.slategray-darker,
.hover-slategray-darker:hover {
    color: #102c45 !important;
}
.slategray-dark,
.hover-slategray-dark:hover {
    color: #2f5070 !important;
}
.slategray,
.hover-slategray:hover {
    color: #517495 !important;
}
.slategray-light,
.hover-slategray-light:hover {
    color: #96b1cb !important;
}
.slategray-lighter,
.hover-slategray-lighter:hover {
    color: #d0dce7 !important;
}
.slategray-lightest,
.hover-slategray-lightest:hover {
    color: #f2f5f7 !important;
}
.gray-darkest,
.hover-gray-darkest:hover {
    color: #36454f !important;
}
.gray-darker,
.hover-gray-darker:hover {
    color: #465966 !important;
}
.gray-dark,
.hover-gray-dark:hover {
    color: #566e7e !important;
}
.gray,
.hover-gray:hover {
    color: #668295 !important;
}
.gray-light,
.hover-gray-light:hover {
    color: #b7c4cd !important;
}
.gray-lighter,
.hover-gray-lighter:hover {
    color: #e4e8eb !important;
}
.gray-lightest,
.hover-gray-lightest:hover {
    color: #eef1f5 !important;
}
.sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.lato {
    font-family: "Lato", sans-serif !important;
}
.lora {
    font-family: "Lora", serif !important;
}
.montserrat {
    font-family: "Montserrat", sans-serif !important;
}
.muli {
    font-family: "Muli", sans-serif !important;
}
.noto-sans {
    font-family: "Noto Sans", sans-serif !important;
}
.open-sans {
    font-family: "Open Sans", sans-serif !important;
}
.pt-serif {
    font-family: "PT Serif", serif !important;
}
.playfair-display {
    font-family: "Playfair Display", serif !important;
}
.poppins {
    font-family: "Poppins", sans-serif !important;
}
.roboto {
    font-family: "Roboto", sans-serif !important;
}
.space-mono {
    font-family: "Space Mono", monospace !important;
}
.dosis {
    font-family: "Dosis", sans-serif !important;
}
.fira-sans {
    font-family: "Fira Sans", sans-serif !important;
}
.cabin {
    font-family: "Cabin", sans-serif !important;
}
.raleway {
    font-family: "Raleway", sans-serif !important;
}
.pt-sans {
    font-family: "PT Sans", sans-serif !important;
}
.titillium-web {
    font-family: "Titillium Web", sans-serif !important;
}
.bitter {
    font-family: "Bitter", serif !important;
}
.lobster {
    font-family: "Lobster", cursive !important;
}
.barlow {
    font-family: "Barlow", sans-serif !important;
}
.abel {
    font-family: "Abel", sans-serif !important;
}
.asap {
    font-family: "Asap", sans-serif !important;
}
.archivo-narrow {
    font-family: "Archivo Narrow", sans-serif !important;
}
.barlow-condensed {
    font-family: "Barlow Condensed", sans-serif !important;
}
.bree-serif {
    font-family: "Bree Serif", serif !important;
}
.crete-round {
    font-family: "Crete Round", serif !important;
}
.lobster-two {
    font-family: "Lobster Two", cursive !important;
}
.pacifico {
    font-family: "Pacifico", cursive !important;
}
.caveat {
    font-family: "Caveat", cursive !important;
}
.satisfy {
    font-family: "Satisfy", cursive !important;
}
.cookie {
    font-family: "Cookie", cursive !important;
}
.handlee {
    font-family: "Handlee", cursive !important;
}
.yellowtail {
    font-family: "Yellowtail", cursive !important;
}
.dancing-script {
    font-family: "Dancing Script", cursive !important;
}
.great-vibes {
    font-family: "Great Vibes", cursive !important;
}
.fira-code {
    font-family: "Fira Code", monospace !important;
}
.fs-s5 {
    font-size: 0.5rem !important;
}
.fs-s4 {
    font-size: 0.6rem !important;
}
.fs-s3 {
    font-size: 0.7rem !important;
}
.fs-s2 {
    font-size: 0.8rem !important;
}
.fs-s1 {
    font-size: 0.9rem !important;
}
.fs-m1 {
    font-size: 1.125rem !important;
}
.fs-m2 {
    font-size: 1.25rem !important;
}
.fs-m3 {
    font-size: 1.5rem !important;
}
.fs-m4 {
    font-size: 1.75rem !important;
}
.fs-m5 {
    font-size: 2rem !important;
}
.fs-l1 {
    font-size: 2.25rem !important;
}
.fs-l2 {
    font-size: 2.5rem !important;
}
.fs-l3 {
    font-size: 3rem !important;
}
.fs-l4 {
    font-size: 3.5rem !important;
}
.fs-l5 {
    font-size: 4rem !important;
}
.fs-xl1 {
    font-size: 5rem !important;
}
.fs-xl2 {
    font-size: 6rem !important;
}
.fs-xl3 {
    font-size: 7rem !important;
}
.fs-xl4 {
    font-size: 8rem !important;
}
.fs-xl5 {
    font-size: 9rem !important;
}
@media (min-width: 576px) {
    .sm-fs-s5 {
        font-size: 0.5rem !important;
    }
    .sm-fs-s4 {
        font-size: 0.6rem !important;
    }
    .sm-fs-s3 {
        font-size: 0.7rem !important;
    }
    .sm-fs-s2 {
        font-size: 0.8rem !important;
    }
    .sm-fs-s1 {
        font-size: 0.9rem !important;
    }
    .sm-fs-m1 {
        font-size: 1.125rem !important;
    }
    .sm-fs-m2 {
        font-size: 1.25rem !important;
    }
    .sm-fs-m3 {
        font-size: 1.5rem !important;
    }
    .sm-fs-m4 {
        font-size: 1.75rem !important;
    }
    .sm-fs-m5 {
        font-size: 2rem !important;
    }
    .sm-fs-l1 {
        font-size: 2.25rem !important;
    }
    .sm-fs-l2 {
        font-size: 2.5rem !important;
    }
    .sm-fs-l3 {
        font-size: 3rem !important;
    }
    .sm-fs-l4 {
        font-size: 3.5rem !important;
    }
    .sm-fs-l5 {
        font-size: 4rem !important;
    }
    .sm-fs-xl1 {
        font-size: 5rem !important;
    }
    .sm-fs-xl2 {
        font-size: 6rem !important;
    }
    .sm-fs-xl3 {
        font-size: 7rem !important;
    }
    .sm-fs-xl4 {
        font-size: 8rem !important;
    }
    .sm-fs-xl5 {
        font-size: 9rem !important;
    }
}
@media (min-width: 768px) {
    .md-fs-s5 {
        font-size: 0.5rem !important;
    }
    .md-fs-s4 {
        font-size: 0.6rem !important;
    }
    .md-fs-s3 {
        font-size: 0.7rem !important;
    }
    .md-fs-s2 {
        font-size: 0.8rem !important;
    }
    .md-fs-s1 {
        font-size: 0.9rem !important;
    }
    .md-fs-m1 {
        font-size: 1.125rem !important;
    }
    .md-fs-m2 {
        font-size: 1.25rem !important;
    }
    .md-fs-m3 {
        font-size: 1.5rem !important;
    }
    .md-fs-m4 {
        font-size: 1.75rem !important;
    }
    .md-fs-m5 {
        font-size: 2rem !important;
    }
    .md-fs-l1 {
        font-size: 2.25rem !important;
    }
    .md-fs-l2 {
        font-size: 2.5rem !important;
    }
    .md-fs-l3 {
        font-size: 3rem !important;
    }
    .md-fs-l4 {
        font-size: 3.5rem !important;
    }
    .md-fs-l5 {
        font-size: 4rem !important;
    }
    .md-fs-xl1 {
        font-size: 5rem !important;
    }
    .md-fs-xl2 {
        font-size: 6rem !important;
    }
    .md-fs-xl3 {
        font-size: 7rem !important;
    }
    .md-fs-xl4 {
        font-size: 8rem !important;
    }
    .md-fs-xl5 {
        font-size: 9rem !important;
    }
}
@media (min-width: 992px) {
    .lg-fs-s5 {
        font-size: 0.5rem !important;
    }
    .lg-fs-s4 {
        font-size: 0.6rem !important;
    }
    .lg-fs-s3 {
        font-size: 0.7rem !important;
    }
    .lg-fs-s2 {
        font-size: 0.8rem !important;
    }
    .lg-fs-s1 {
        font-size: 0.9rem !important;
    }
    .lg-fs-m1 {
        font-size: 1.125rem !important;
    }
    .lg-fs-m2 {
        font-size: 1.25rem !important;
    }
    .lg-fs-m3 {
        font-size: 1.5rem !important;
    }
    .lg-fs-m4 {
        font-size: 1.75rem !important;
    }
    .lg-fs-m5 {
        font-size: 2rem !important;
    }
    .lg-fs-l1 {
        font-size: 2.25rem !important;
    }
    .lg-fs-l2 {
        font-size: 2.5rem !important;
    }
    .lg-fs-l3 {
        font-size: 3rem !important;
    }
    .lg-fs-l4 {
        font-size: 3.5rem !important;
    }
    .lg-fs-l5 {
        font-size: 4rem !important;
    }
    .lg-fs-xl1 {
        font-size: 5rem !important;
    }
    .lg-fs-xl2 {
        font-size: 6rem !important;
    }
    .lg-fs-xl3 {
        font-size: 7rem !important;
    }
    .lg-fs-xl4 {
        font-size: 8rem !important;
    }
    .lg-fs-xl5 {
        font-size: 9rem !important;
    }
}
@media (min-width: 1200px) {
    .xl-fs-s5 {
        font-size: 0.5rem !important;
    }
    .xl-fs-s4 {
        font-size: 0.6rem !important;
    }
    .xl-fs-s3 {
        font-size: 0.7rem !important;
    }
    .xl-fs-s2 {
        font-size: 0.8rem !important;
    }
    .xl-fs-s1 {
        font-size: 0.9rem !important;
    }
    .xl-fs-m1 {
        font-size: 1.125rem !important;
    }
    .xl-fs-m2 {
        font-size: 1.25rem !important;
    }
    .xl-fs-m3 {
        font-size: 1.5rem !important;
    }
    .xl-fs-m4 {
        font-size: 1.75rem !important;
    }
    .xl-fs-m5 {
        font-size: 2rem !important;
    }
    .xl-fs-l1 {
        font-size: 2.25rem !important;
    }
    .xl-fs-l2 {
        font-size: 2.5rem !important;
    }
    .xl-fs-l3 {
        font-size: 3rem !important;
    }
    .xl-fs-l4 {
        font-size: 3.5rem !important;
    }
    .xl-fs-l5 {
        font-size: 4rem !important;
    }
    .xl-fs-xl1 {
        font-size: 5rem !important;
    }
    .xl-fs-xl2 {
        font-size: 6rem !important;
    }
    .xl-fs-xl3 {
        font-size: 7rem !important;
    }
    .xl-fs-xl4 {
        font-size: 8rem !important;
    }
    .xl-fs-xl5 {
        font-size: 9rem !important;
    }
}
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-bold {
    font-weight: bold !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-2 {
    line-height: 1.25 !important;
}
.lh-3 {
    line-height: 1.5 !important;
}
.lh-4 {
    line-height: 1.75 !important;
}
.lh-5 {
    line-height: 2 !important;
}
.lh-6 {
    line-height: 2.25 !important;
}
.lh-7 {
    line-height: 2.5 !important;
}
.ls-tightest,
.hover-ls-tightest:hover {
    letter-spacing: -1px;
}
.ls-tighter,
.hover-ls-tighter:hover {
    letter-spacing: -0.75px;
}
.ls-tight,
.hover-ls-tight:hover {
    letter-spacing: -0.5px;
}
.ls-none,
.hover-ls-none:hover {
    letter-spacing: 0;
}
.ls-wide,
.hover-ls-wide:hover {
    letter-spacing: 0.5px;
}
.ls-wider,
.hover-ls-wider:hover {
    letter-spacing: 0.75px;
}
.ls-widest,
.hover-ls-widest:hover {
    letter-spacing: 1px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.underline,
.hover-underline:hover {
    text-decoration: underline !important;
}
.line-through,
.hover-line-through:hover {
    text-decoration: line-through !important;
}
.no-underline,
.hover-no-underline:hover {
    text-decoration: none !important;
}
.underline-solid,
.hover-underline-solid:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
}
.underline-double,
.hover-underline-double:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: double !important;
    text-decoration-style: double !important;
}
.underline-dotted,
.hover-underline-dotted:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted !important;
    text-decoration-style: dotted !important;
}
.underline-dashed,
.hover-underline-dashed:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dashed !important;
    text-decoration-style: dashed !important;
}
.underline-wavy,
.hover-underline-wavy:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: wavy !important;
    text-decoration-style: wavy !important;
}
.underline-black {
    text-decoration: underline;
    -webkit-text-decoration-color: #000 !important;
    text-decoration-color: #000 !important;
}
.underline-white {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff !important;
    text-decoration-color: #fff !important;
}
.underline-transparent {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0) !important;
    text-decoration-color: rgba(0, 0, 0, 0) !important;
}
.underline-blue-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #02305d !important;
    text-decoration-color: #02305d !important;
}
.underline-blue-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #1a5d9e !important;
    text-decoration-color: #1a5d9e !important;
}
.underline-blue-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #1773ce !important;
    text-decoration-color: #1773ce !important;
}
.underline-blue {
    text-decoration: underline;
    -webkit-text-decoration-color: #409eff !important;
    text-decoration-color: #409eff !important;
}
.underline-blue-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #65b2ff !important;
    text-decoration-color: #65b2ff !important;
}
.underline-blue-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #b3d9ff !important;
    text-decoration-color: #b3d9ff !important;
}
.underline-blue-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #ecf5ff !important;
    text-decoration-color: #ecf5ff !important;
}
.underline-indigo-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #272075 !important;
    text-decoration-color: #272075 !important;
}
.underline-indigo-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #332a99 !important;
    text-decoration-color: #332a99 !important;
}
.underline-indigo-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #3f33bd !important;
    text-decoration-color: #3f33bd !important;
}
.underline-indigo {
    text-decoration: underline;
    -webkit-text-decoration-color: #5a4fcf !important;
    text-decoration-color: #5a4fcf !important;
}
.underline-indigo-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #837ae6 !important;
    text-decoration-color: #837ae6 !important;
}
.underline-indigo-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #c2bdf6 !important;
    text-decoration-color: #c2bdf6 !important;
}
.underline-indigo-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #f0eeff !important;
    text-decoration-color: #f0eeff !important;
}
.underline-purple-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #3d065f !important;
    text-decoration-color: #3d065f !important;
}
.underline-purple-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #600a97 !important;
    text-decoration-color: #600a97 !important;
}
.underline-purple-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #840dce !important;
    text-decoration-color: #840dce !important;
}
.underline-purple {
    text-decoration: underline;
    -webkit-text-decoration-color: #aa38f2 !important;
    text-decoration-color: #aa38f2 !important;
}
.underline-purple-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #cc88f7 !important;
    text-decoration-color: #cc88f7 !important;
}
.underline-purple-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #e9cbfc !important;
    text-decoration-color: #e9cbfc !important;
}
.underline-purple-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #f9f0fe !important;
    text-decoration-color: #f9f0fe !important;
}
.underline-pink-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #580020 !important;
    text-decoration-color: #580020 !important;
}
.underline-pink-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #930036 !important;
    text-decoration-color: #930036 !important;
}
.underline-pink-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #c9366c !important;
    text-decoration-color: #c9366c !important;
}
.underline-pink {
    text-decoration: underline;
    -webkit-text-decoration-color: #f06597 !important;
    text-decoration-color: #f06597 !important;
}
.underline-pink-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #f58eb4 !important;
    text-decoration-color: #f58eb4 !important;
}
.underline-pink-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #ffcddf !important;
    text-decoration-color: #ffcddf !important;
}
.underline-pink-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #ffebf2 !important;
    text-decoration-color: #ffebf2 !important;
}
.underline-red-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #750e12 !important;
    text-decoration-color: #750e12 !important;
}
.underline-red-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #a9151a !important;
    text-decoration-color: #a9151a !important;
}
.underline-red-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #cc191f !important;
    text-decoration-color: #cc191f !important;
}
.underline-red {
    text-decoration: underline;
    -webkit-text-decoration-color: #e7393f !important;
    text-decoration-color: #e7393f !important;
}
.underline-red-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #ed6d72 !important;
    text-decoration-color: #ed6d72 !important;
}
.underline-red-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #f8c5c7 !important;
    text-decoration-color: #f8c5c7 !important;
}
.underline-red-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #fce8e8 !important;
    text-decoration-color: #fce8e8 !important;
}
.underline-orange-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #854300 !important;
    text-decoration-color: #854300 !important;
}
.underline-orange-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #c06000 !important;
    text-decoration-color: #c06000 !important;
}
.underline-orange-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #e77400 !important;
    text-decoration-color: #e77400 !important;
}
.underline-orange {
    text-decoration: underline;
    -webkit-text-decoration-color: #ff8710 !important;
    text-decoration-color: #ff8710 !important;
}
.underline-orange-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #ffb872 !important;
    text-decoration-color: #ffb872 !important;
}
.underline-orange-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #ffe0c0 !important;
    text-decoration-color: #ffe0c0 !important;
}
.underline-orange-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff3e7 !important;
    text-decoration-color: #fff3e7 !important;
}
.underline-yellow-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #6a5502 !important;
    text-decoration-color: #6a5502 !important;
}
.underline-yellow-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #b79303 !important;
    text-decoration-color: #b79303 !important;
}
.underline-yellow-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #ddb104 !important;
    text-decoration-color: #ddb104 !important;
}
.underline-yellow {
    text-decoration: underline;
    -webkit-text-decoration-color: #facb0e !important;
    text-decoration-color: #facb0e !important;
}
.underline-yellow-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #fde482 !important;
    text-decoration-color: #fde482 !important;
}
.underline-yellow-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #fef0bc !important;
    text-decoration-color: #fef0bc !important;
}
.underline-yellow-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #fef7db !important;
    text-decoration-color: #fef7db !important;
}
.underline-pear-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #4f560c !important;
    text-decoration-color: #4f560c !important;
}
.underline-pear-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #7f8a13 !important;
    text-decoration-color: #7f8a13 !important;
}
.underline-pear-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #9eac18 !important;
    text-decoration-color: #9eac18 !important;
}
.underline-pear {
    text-decoration: underline;
    -webkit-text-decoration-color: #becf1d !important;
    text-decoration-color: #becf1d !important;
}
.underline-pear-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #dde965 !important;
    text-decoration-color: #dde965 !important;
}
.underline-pear-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #f4f8cc !important;
    text-decoration-color: #f4f8cc !important;
}
.underline-pear-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #fbfdee !important;
    text-decoration-color: #fbfdee !important;
}
.underline-green-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #206120 !important;
    text-decoration-color: #206120 !important;
}
.underline-green-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #2f8d2f !important;
    text-decoration-color: #2f8d2f !important;
}
.underline-green-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #39ab39 !important;
    text-decoration-color: #39ab39 !important;
}
.underline-green {
    text-decoration: underline;
    -webkit-text-decoration-color: #49c249 !important;
    text-decoration-color: #49c249 !important;
}
.underline-green-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #89e089 !important;
    text-decoration-color: #89e089 !important;
}
.underline-green-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #dcf3dc !important;
    text-decoration-color: #dcf3dc !important;
}
.underline-green-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #eaf8ea !important;
    text-decoration-color: #eaf8ea !important;
}
.underline-mint-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #136b44 !important;
    text-decoration-color: #136b44 !important;
}
.underline-mint-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #1da569 !important;
    text-decoration-color: #1da569 !important;
}
.underline-mint-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #23c67e !important;
    text-decoration-color: #23c67e !important;
}
.underline-mint {
    text-decoration: underline;
    -webkit-text-decoration-color: #35db92 !important;
    text-decoration-color: #35db92 !important;
}
.underline-mint-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #89eabf !important;
    text-decoration-color: #89eabf !important;
}
.underline-mint-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #dcf9ec !important;
    text-decoration-color: #dcf9ec !important;
}
.underline-mint-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #f2fcf7 !important;
    text-decoration-color: #f2fcf7 !important;
}
.underline-teal-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #225960 !important;
    text-decoration-color: #225960 !important;
}
.underline-teal-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #2d747d !important;
    text-decoration-color: #2d747d !important;
}
.underline-teal-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #378e99 !important;
    text-decoration-color: #378e99 !important;
}
.underline-teal {
    text-decoration: underline;
    -webkit-text-decoration-color: #42a9b6 !important;
    text-decoration-color: #42a9b6 !important;
}
.underline-teal-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #95d1d9 !important;
    text-decoration-color: #95d1d9 !important;
}
.underline-teal-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #ddf0f3 !important;
    text-decoration-color: #ddf0f3 !important;
}
.underline-teal-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #edf9fa !important;
    text-decoration-color: #edf9fa !important;
}
.underline-wine-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #481e23 !important;
    text-decoration-color: #481e23 !important;
}
.underline-wine-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #722f37 !important;
    text-decoration-color: #722f37 !important;
}
.underline-wine-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #8e3a44 !important;
    text-decoration-color: #8e3a44 !important;
}
.underline-wine {
    text-decoration: underline;
    -webkit-text-decoration-color: #aa4652 !important;
    text-decoration-color: #aa4652 !important;
}
.underline-wine-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #d2939a !important;
    text-decoration-color: #d2939a !important;
}
.underline-wine-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #efd8db !important;
    text-decoration-color: #efd8db !important;
}
.underline-wine-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #faf3f4 !important;
    text-decoration-color: #faf3f4 !important;
}
.underline-brown-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #3d2f2b !important;
    text-decoration-color: #3d2f2b !important;
}
.underline-brown-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #54413b !important;
    text-decoration-color: #54413b !important;
}
.underline-brown-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #6b534c !important;
    text-decoration-color: #6b534c !important;
}
.underline-brown {
    text-decoration: underline;
    -webkit-text-decoration-color: #8d6d64 !important;
    text-decoration-color: #8d6d64 !important;
}
.underline-brown-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #c8b7b2 !important;
    text-decoration-color: #c8b7b2 !important;
}
.underline-brown-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #e9e2e0 !important;
    text-decoration-color: #e9e2e0 !important;
}
.underline-brown-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff9f7 !important;
    text-decoration-color: #fff9f7 !important;
}
.underline-almond-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #634120 !important;
    text-decoration-color: #634120 !important;
}
.underline-almond-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #8a5b2c !important;
    text-decoration-color: #8a5b2c !important;
}
.underline-almond-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #ad7237 !important;
    text-decoration-color: #ad7237 !important;
}
.underline-almond {
    text-decoration: underline;
    -webkit-text-decoration-color: #c48647 !important;
    text-decoration-color: #c48647 !important;
}
.underline-almond-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #dcb792 !important;
    text-decoration-color: #dcb792 !important;
}
.underline-almond-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #efdecd !important;
    text-decoration-color: #efdecd !important;
}
.underline-almond-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #f9f0e8 !important;
    text-decoration-color: #f9f0e8 !important;
}
.underline-slategray-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #05192d !important;
    text-decoration-color: #05192d !important;
}
.underline-slategray-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #102c45 !important;
    text-decoration-color: #102c45 !important;
}
.underline-slategray-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #2f5070 !important;
    text-decoration-color: #2f5070 !important;
}
.underline-slategray {
    text-decoration: underline;
    -webkit-text-decoration-color: #517495 !important;
    text-decoration-color: #517495 !important;
}
.underline-slategray-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #96b1cb !important;
    text-decoration-color: #96b1cb !important;
}
.underline-slategray-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #d0dce7 !important;
    text-decoration-color: #d0dce7 !important;
}
.underline-slategray-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #f2f5f7 !important;
    text-decoration-color: #f2f5f7 !important;
}
.underline-gray-darkest {
    text-decoration: underline;
    -webkit-text-decoration-color: #36454f !important;
    text-decoration-color: #36454f !important;
}
.underline-gray-darker {
    text-decoration: underline;
    -webkit-text-decoration-color: #465966 !important;
    text-decoration-color: #465966 !important;
}
.underline-gray-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: #566e7e !important;
    text-decoration-color: #566e7e !important;
}
.underline-gray {
    text-decoration: underline;
    -webkit-text-decoration-color: #668295 !important;
    text-decoration-color: #668295 !important;
}
.underline-gray-light {
    text-decoration: underline;
    -webkit-text-decoration-color: #b7c4cd !important;
    text-decoration-color: #b7c4cd !important;
}
.underline-gray-lighter {
    text-decoration: underline;
    -webkit-text-decoration-color: #e4e8eb !important;
    text-decoration-color: #e4e8eb !important;
}
.underline-gray-lightest {
    text-decoration: underline;
    -webkit-text-decoration-color: #eef1f5 !important;
    text-decoration-color: #eef1f5 !important;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.ws-normal {
    white-space: normal;
}
.ws-nowrap {
    white-space: nowrap;
}
.ws-pre {
    white-space: pre;
}
.ws-pre-line {
    white-space: pre-line;
}
.ws-pre-wrap {
    white-space: pre-wrap;
}
.ws-inherit {
    white-space: inherit;
}
.italic {
    font-style: italic;
}
.not-italic {
    font-style: normal;
}
.ws-tightest,
.hover-ws-tightest:hover {
    word-spacing: -2px;
}
.ws-tighter,
.hover-ws-tighter:hover {
    word-spacing: -0.1px;
}
.ws-tight,
.hover-ws-tight:hover {
    word-spacing: -0.5px;
}
.ws-none,
.hover-ws-none:hover {
    word-spacing: 0;
}
.ws-wide,
.hover-ws-wide:hover {
    word-spacing: 1px;
}
.ws-wider,
.hover-ws-wider:hover {
    word-spacing: 5px;
}
.ws-widest,
.hover-ws-widest:hover {
    word-spacing: 10px;
}
.word-break-normal {
    word-break: normal;
}
.word-break-all {
    word-break: break-all;
}
.word-keep-all {
    word-break: keep-all;
}
.word-break {
    word-break: break-word;
}
.word-wrap-break {
    word-wrap: break-word;
}
.word-wrap-normal {
    word-wrap: normal;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-stroke-0 {
    -webkit-text-stroke-width: 0px !important;
}
.text-stroke-1 {
    -webkit-text-stroke-width: 1px !important;
}
.text-stroke-2 {
    -webkit-text-stroke-width: 2px !important;
}
.text-stroke-3 {
    -webkit-text-stroke-width: 3px !important;
}
.text-stroke-4 {
    -webkit-text-stroke-width: 4px !important;
}
.text-stroke-6 {
    -webkit-text-stroke-width: 6px !important;
}
.text-stroke-8 {
    -webkit-text-stroke-width: 8px !important;
}
.text-stroke-12 {
    -webkit-text-stroke-width: 12px !important;
}
.text-stroke-16 {
    -webkit-text-stroke-width: 16px !important;
}
.text-stroke-black,
.hover-text-stroke-black:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000 !important;
}
.text-stroke-white,
.hover-text-stroke-white:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff !important;
}
.text-stroke-transparent,
.hover-text-stroke-transparent:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0) !important;
}
.text-stroke-blue-darkest,
.hover-text-stroke-blue-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #02305d !important;
}
.text-stroke-blue-darker,
.hover-text-stroke-blue-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1a5d9e !important;
}
.text-stroke-blue-dark,
.hover-text-stroke-blue-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1773ce !important;
}
.text-stroke-blue,
.hover-text-stroke-blue:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #409eff !important;
}
.text-stroke-blue-light,
.hover-text-stroke-blue-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #65b2ff !important;
}
.text-stroke-blue-lighter,
.hover-text-stroke-blue-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #b3d9ff !important;
}
.text-stroke-blue-lightest,
.hover-text-stroke-blue-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ecf5ff !important;
}
.text-stroke-indigo-darkest,
.hover-text-stroke-indigo-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #272075 !important;
}
.text-stroke-indigo-darker,
.hover-text-stroke-indigo-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #332a99 !important;
}
.text-stroke-indigo-dark,
.hover-text-stroke-indigo-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #3f33bd !important;
}
.text-stroke-indigo,
.hover-text-stroke-indigo:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #5a4fcf !important;
}
.text-stroke-indigo-light,
.hover-text-stroke-indigo-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #837ae6 !important;
}
.text-stroke-indigo-lighter,
.hover-text-stroke-indigo-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c2bdf6 !important;
}
.text-stroke-indigo-lightest,
.hover-text-stroke-indigo-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f0eeff !important;
}
.text-stroke-purple-darkest,
.hover-text-stroke-purple-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #3d065f !important;
}
.text-stroke-purple-darker,
.hover-text-stroke-purple-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #600a97 !important;
}
.text-stroke-purple-dark,
.hover-text-stroke-purple-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #840dce !important;
}
.text-stroke-purple,
.hover-text-stroke-purple:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #aa38f2 !important;
}
.text-stroke-purple-light,
.hover-text-stroke-purple-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cc88f7 !important;
}
.text-stroke-purple-lighter,
.hover-text-stroke-purple-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e9cbfc !important;
}
.text-stroke-purple-lightest,
.hover-text-stroke-purple-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f9f0fe !important;
}
.text-stroke-pink-darkest,
.hover-text-stroke-pink-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #580020 !important;
}
.text-stroke-pink-darker,
.hover-text-stroke-pink-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #930036 !important;
}
.text-stroke-pink-dark,
.hover-text-stroke-pink-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c9366c !important;
}
.text-stroke-pink,
.hover-text-stroke-pink:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f06597 !important;
}
.text-stroke-pink-light,
.hover-text-stroke-pink-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f58eb4 !important;
}
.text-stroke-pink-lighter,
.hover-text-stroke-pink-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffcddf !important;
}
.text-stroke-pink-lightest,
.hover-text-stroke-pink-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffebf2 !important;
}
.text-stroke-red-darkest,
.hover-text-stroke-red-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #750e12 !important;
}
.text-stroke-red-darker,
.hover-text-stroke-red-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #a9151a !important;
}
.text-stroke-red-dark,
.hover-text-stroke-red-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cc191f !important;
}
.text-stroke-red,
.hover-text-stroke-red:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e7393f !important;
}
.text-stroke-red-light,
.hover-text-stroke-red-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ed6d72 !important;
}
.text-stroke-red-lighter,
.hover-text-stroke-red-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f8c5c7 !important;
}
.text-stroke-red-lightest,
.hover-text-stroke-red-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fce8e8 !important;
}
.text-stroke-orange-darkest,
.hover-text-stroke-orange-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #854300 !important;
}
.text-stroke-orange-darker,
.hover-text-stroke-orange-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c06000 !important;
}
.text-stroke-orange-dark,
.hover-text-stroke-orange-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e77400 !important;
}
.text-stroke-orange,
.hover-text-stroke-orange:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ff8710 !important;
}
.text-stroke-orange-light,
.hover-text-stroke-orange-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffb872 !important;
}
.text-stroke-orange-lighter,
.hover-text-stroke-orange-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffe0c0 !important;
}
.text-stroke-orange-lightest,
.hover-text-stroke-orange-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff3e7 !important;
}
.text-stroke-yellow-darkest,
.hover-text-stroke-yellow-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #6a5502 !important;
}
.text-stroke-yellow-darker,
.hover-text-stroke-yellow-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #b79303 !important;
}
.text-stroke-yellow-dark,
.hover-text-stroke-yellow-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ddb104 !important;
}
.text-stroke-yellow,
.hover-text-stroke-yellow:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #facb0e !important;
}
.text-stroke-yellow-light,
.hover-text-stroke-yellow-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fde482 !important;
}
.text-stroke-yellow-lighter,
.hover-text-stroke-yellow-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fef0bc !important;
}
.text-stroke-yellow-lightest,
.hover-text-stroke-yellow-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fef7db !important;
}
.text-stroke-pear-darkest,
.hover-text-stroke-pear-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #4f560c !important;
}
.text-stroke-pear-darker,
.hover-text-stroke-pear-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #7f8a13 !important;
}
.text-stroke-pear-dark,
.hover-text-stroke-pear-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #9eac18 !important;
}
.text-stroke-pear,
.hover-text-stroke-pear:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #becf1d !important;
}
.text-stroke-pear-light,
.hover-text-stroke-pear-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #dde965 !important;
}
.text-stroke-pear-lighter,
.hover-text-stroke-pear-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f4f8cc !important;
}
.text-stroke-pear-lightest,
.hover-text-stroke-pear-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fbfdee !important;
}
.text-stroke-green-darkest,
.hover-text-stroke-green-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #206120 !important;
}
.text-stroke-green-darker,
.hover-text-stroke-green-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2f8d2f !important;
}
.text-stroke-green-dark,
.hover-text-stroke-green-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #39ab39 !important;
}
.text-stroke-green,
.hover-text-stroke-green:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #49c249 !important;
}
.text-stroke-green-light,
.hover-text-stroke-green-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #89e089 !important;
}
.text-stroke-green-lighter,
.hover-text-stroke-green-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #dcf3dc !important;
}
.text-stroke-green-lightest,
.hover-text-stroke-green-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #eaf8ea !important;
}
.text-stroke-mint-darkest,
.hover-text-stroke-mint-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #136b44 !important;
}
.text-stroke-mint-darker,
.hover-text-stroke-mint-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1da569 !important;
}
.text-stroke-mint-dark,
.hover-text-stroke-mint-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #23c67e !important;
}
.text-stroke-mint,
.hover-text-stroke-mint:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #35db92 !important;
}
.text-stroke-mint-light,
.hover-text-stroke-mint-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #89eabf !important;
}
.text-stroke-mint-lighter,
.hover-text-stroke-mint-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #dcf9ec !important;
}
.text-stroke-mint-lightest,
.hover-text-stroke-mint-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f2fcf7 !important;
}
.text-stroke-teal-darkest,
.hover-text-stroke-teal-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #225960 !important;
}
.text-stroke-teal-darker,
.hover-text-stroke-teal-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2d747d !important;
}
.text-stroke-teal-dark,
.hover-text-stroke-teal-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #378e99 !important;
}
.text-stroke-teal,
.hover-text-stroke-teal:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #42a9b6 !important;
}
.text-stroke-teal-light,
.hover-text-stroke-teal-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #95d1d9 !important;
}
.text-stroke-teal-lighter,
.hover-text-stroke-teal-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ddf0f3 !important;
}
.text-stroke-teal-lightest,
.hover-text-stroke-teal-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #edf9fa !important;
}
.text-stroke-wine-darkest,
.hover-text-stroke-wine-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #481e23 !important;
}
.text-stroke-wine-darker,
.hover-text-stroke-wine-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #722f37 !important;
}
.text-stroke-wine-dark,
.hover-text-stroke-wine-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #8e3a44 !important;
}
.text-stroke-wine,
.hover-text-stroke-wine:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #aa4652 !important;
}
.text-stroke-wine-light,
.hover-text-stroke-wine-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #d2939a !important;
}
.text-stroke-wine-lighter,
.hover-text-stroke-wine-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #efd8db !important;
}
.text-stroke-wine-lightest,
.hover-text-stroke-wine-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #faf3f4 !important;
}
.text-stroke-brown-darkest,
.hover-text-stroke-brown-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #3d2f2b !important;
}
.text-stroke-brown-darker,
.hover-text-stroke-brown-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #54413b !important;
}
.text-stroke-brown-dark,
.hover-text-stroke-brown-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #6b534c !important;
}
.text-stroke-brown,
.hover-text-stroke-brown:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #8d6d64 !important;
}
.text-stroke-brown-light,
.hover-text-stroke-brown-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c8b7b2 !important;
}
.text-stroke-brown-lighter,
.hover-text-stroke-brown-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e9e2e0 !important;
}
.text-stroke-brown-lightest,
.hover-text-stroke-brown-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff9f7 !important;
}
.text-stroke-almond-darkest,
.hover-text-stroke-almond-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #634120 !important;
}
.text-stroke-almond-darker,
.hover-text-stroke-almond-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #8a5b2c !important;
}
.text-stroke-almond-dark,
.hover-text-stroke-almond-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ad7237 !important;
}
.text-stroke-almond,
.hover-text-stroke-almond:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c48647 !important;
}
.text-stroke-almond-light,
.hover-text-stroke-almond-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #dcb792 !important;
}
.text-stroke-almond-lighter,
.hover-text-stroke-almond-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #efdecd !important;
}
.text-stroke-almond-lightest,
.hover-text-stroke-almond-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f9f0e8 !important;
}
.text-stroke-slategray-darkest,
.hover-text-stroke-slategray-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #05192d !important;
}
.text-stroke-slategray-darker,
.hover-text-stroke-slategray-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #102c45 !important;
}
.text-stroke-slategray-dark,
.hover-text-stroke-slategray-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2f5070 !important;
}
.text-stroke-slategray,
.hover-text-stroke-slategray:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #517495 !important;
}
.text-stroke-slategray-light,
.hover-text-stroke-slategray-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #96b1cb !important;
}
.text-stroke-slategray-lighter,
.hover-text-stroke-slategray-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #d0dce7 !important;
}
.text-stroke-slategray-lightest,
.hover-text-stroke-slategray-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f2f5f7 !important;
}
.text-stroke-gray-darkest,
.hover-text-stroke-gray-darkest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #36454f !important;
}
.text-stroke-gray-darker,
.hover-text-stroke-gray-darker:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #465966 !important;
}
.text-stroke-gray-dark,
.hover-text-stroke-gray-dark:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #566e7e !important;
}
.text-stroke-gray,
.hover-text-stroke-gray:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #668295 !important;
}
.text-stroke-gray-light,
.hover-text-stroke-gray-light:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #b7c4cd !important;
}
.text-stroke-gray-lighter,
.hover-text-stroke-gray-lighter:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e4e8eb !important;
}
.text-stroke-gray-lightest,
.hover-text-stroke-gray-lightest:hover {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #eef1f5 !important;
}
.text-fill-black,
.hover-text-fill-black:hover {
    -webkit-text-fill-color: #000;
}
.text-fill-white,
.hover-text-fill-white:hover {
    -webkit-text-fill-color: #fff;
}
.text-fill-transparent,
.hover-text-fill-transparent:hover {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.text-fill-blue-darkest,
.hover-text-fill-blue-darkest:hover {
    -webkit-text-fill-color: #02305d;
}
.text-fill-blue-darker,
.hover-text-fill-blue-darker:hover {
    -webkit-text-fill-color: #1a5d9e;
}
.text-fill-blue-dark,
.hover-text-fill-blue-dark:hover {
    -webkit-text-fill-color: #1773ce;
}
.text-fill-blue,
.hover-text-fill-blue:hover {
    -webkit-text-fill-color: #409eff;
}
.text-fill-blue-light,
.hover-text-fill-blue-light:hover {
    -webkit-text-fill-color: #65b2ff;
}
.text-fill-blue-lighter,
.hover-text-fill-blue-lighter:hover {
    -webkit-text-fill-color: #b3d9ff;
}
.text-fill-blue-lightest,
.hover-text-fill-blue-lightest:hover {
    -webkit-text-fill-color: #ecf5ff;
}
.text-fill-indigo-darkest,
.hover-text-fill-indigo-darkest:hover {
    -webkit-text-fill-color: #272075;
}
.text-fill-indigo-darker,
.hover-text-fill-indigo-darker:hover {
    -webkit-text-fill-color: #332a99;
}
.text-fill-indigo-dark,
.hover-text-fill-indigo-dark:hover {
    -webkit-text-fill-color: #3f33bd;
}
.text-fill-indigo,
.hover-text-fill-indigo:hover {
    -webkit-text-fill-color: #5a4fcf;
}
.text-fill-indigo-light,
.hover-text-fill-indigo-light:hover {
    -webkit-text-fill-color: #837ae6;
}
.text-fill-indigo-lighter,
.hover-text-fill-indigo-lighter:hover {
    -webkit-text-fill-color: #c2bdf6;
}
.text-fill-indigo-lightest,
.hover-text-fill-indigo-lightest:hover {
    -webkit-text-fill-color: #f0eeff;
}
.text-fill-purple-darkest,
.hover-text-fill-purple-darkest:hover {
    -webkit-text-fill-color: #3d065f;
}
.text-fill-purple-darker,
.hover-text-fill-purple-darker:hover {
    -webkit-text-fill-color: #600a97;
}
.text-fill-purple-dark,
.hover-text-fill-purple-dark:hover {
    -webkit-text-fill-color: #840dce;
}
.text-fill-purple,
.hover-text-fill-purple:hover {
    -webkit-text-fill-color: #aa38f2;
}
.text-fill-purple-light,
.hover-text-fill-purple-light:hover {
    -webkit-text-fill-color: #cc88f7;
}
.text-fill-purple-lighter,
.hover-text-fill-purple-lighter:hover {
    -webkit-text-fill-color: #e9cbfc;
}
.text-fill-purple-lightest,
.hover-text-fill-purple-lightest:hover {
    -webkit-text-fill-color: #f9f0fe;
}
.text-fill-pink-darkest,
.hover-text-fill-pink-darkest:hover {
    -webkit-text-fill-color: #580020;
}
.text-fill-pink-darker,
.hover-text-fill-pink-darker:hover {
    -webkit-text-fill-color: #930036;
}
.text-fill-pink-dark,
.hover-text-fill-pink-dark:hover {
    -webkit-text-fill-color: #c9366c;
}
.text-fill-pink,
.hover-text-fill-pink:hover {
    -webkit-text-fill-color: #f06597;
}
.text-fill-pink-light,
.hover-text-fill-pink-light:hover {
    -webkit-text-fill-color: #f58eb4;
}
.text-fill-pink-lighter,
.hover-text-fill-pink-lighter:hover {
    -webkit-text-fill-color: #ffcddf;
}
.text-fill-pink-lightest,
.hover-text-fill-pink-lightest:hover {
    -webkit-text-fill-color: #ffebf2;
}
.text-fill-red-darkest,
.hover-text-fill-red-darkest:hover {
    -webkit-text-fill-color: #750e12;
}
.text-fill-red-darker,
.hover-text-fill-red-darker:hover {
    -webkit-text-fill-color: #a9151a;
}
.text-fill-red-dark,
.hover-text-fill-red-dark:hover {
    -webkit-text-fill-color: #cc191f;
}
.text-fill-red,
.hover-text-fill-red:hover {
    -webkit-text-fill-color: #e7393f;
}
.text-fill-red-light,
.hover-text-fill-red-light:hover {
    -webkit-text-fill-color: #ed6d72;
}
.text-fill-red-lighter,
.hover-text-fill-red-lighter:hover {
    -webkit-text-fill-color: #f8c5c7;
}
.text-fill-red-lightest,
.hover-text-fill-red-lightest:hover {
    -webkit-text-fill-color: #fce8e8;
}
.text-fill-orange-darkest,
.hover-text-fill-orange-darkest:hover {
    -webkit-text-fill-color: #854300;
}
.text-fill-orange-darker,
.hover-text-fill-orange-darker:hover {
    -webkit-text-fill-color: #c06000;
}
.text-fill-orange-dark,
.hover-text-fill-orange-dark:hover {
    -webkit-text-fill-color: #e77400;
}
.text-fill-orange,
.hover-text-fill-orange:hover {
    -webkit-text-fill-color: #ff8710;
}
.text-fill-orange-light,
.hover-text-fill-orange-light:hover {
    -webkit-text-fill-color: #ffb872;
}
.text-fill-orange-lighter,
.hover-text-fill-orange-lighter:hover {
    -webkit-text-fill-color: #ffe0c0;
}
.text-fill-orange-lightest,
.hover-text-fill-orange-lightest:hover {
    -webkit-text-fill-color: #fff3e7;
}
.text-fill-yellow-darkest,
.hover-text-fill-yellow-darkest:hover {
    -webkit-text-fill-color: #6a5502;
}
.text-fill-yellow-darker,
.hover-text-fill-yellow-darker:hover {
    -webkit-text-fill-color: #b79303;
}
.text-fill-yellow-dark,
.hover-text-fill-yellow-dark:hover {
    -webkit-text-fill-color: #ddb104;
}
.text-fill-yellow,
.hover-text-fill-yellow:hover {
    -webkit-text-fill-color: #facb0e;
}
.text-fill-yellow-light,
.hover-text-fill-yellow-light:hover {
    -webkit-text-fill-color: #fde482;
}
.text-fill-yellow-lighter,
.hover-text-fill-yellow-lighter:hover {
    -webkit-text-fill-color: #fef0bc;
}
.text-fill-yellow-lightest,
.hover-text-fill-yellow-lightest:hover {
    -webkit-text-fill-color: #fef7db;
}
.text-fill-pear-darkest,
.hover-text-fill-pear-darkest:hover {
    -webkit-text-fill-color: #4f560c;
}
.text-fill-pear-darker,
.hover-text-fill-pear-darker:hover {
    -webkit-text-fill-color: #7f8a13;
}
.text-fill-pear-dark,
.hover-text-fill-pear-dark:hover {
    -webkit-text-fill-color: #9eac18;
}
.text-fill-pear,
.hover-text-fill-pear:hover {
    -webkit-text-fill-color: #becf1d;
}
.text-fill-pear-light,
.hover-text-fill-pear-light:hover {
    -webkit-text-fill-color: #dde965;
}
.text-fill-pear-lighter,
.hover-text-fill-pear-lighter:hover {
    -webkit-text-fill-color: #f4f8cc;
}
.text-fill-pear-lightest,
.hover-text-fill-pear-lightest:hover {
    -webkit-text-fill-color: #fbfdee;
}
.text-fill-green-darkest,
.hover-text-fill-green-darkest:hover {
    -webkit-text-fill-color: #206120;
}
.text-fill-green-darker,
.hover-text-fill-green-darker:hover {
    -webkit-text-fill-color: #2f8d2f;
}
.text-fill-green-dark,
.hover-text-fill-green-dark:hover {
    -webkit-text-fill-color: #39ab39;
}
.text-fill-green,
.hover-text-fill-green:hover {
    -webkit-text-fill-color: #49c249;
}
.text-fill-green-light,
.hover-text-fill-green-light:hover {
    -webkit-text-fill-color: #89e089;
}
.text-fill-green-lighter,
.hover-text-fill-green-lighter:hover {
    -webkit-text-fill-color: #dcf3dc;
}
.text-fill-green-lightest,
.hover-text-fill-green-lightest:hover {
    -webkit-text-fill-color: #eaf8ea;
}
.text-fill-mint-darkest,
.hover-text-fill-mint-darkest:hover {
    -webkit-text-fill-color: #136b44;
}
.text-fill-mint-darker,
.hover-text-fill-mint-darker:hover {
    -webkit-text-fill-color: #1da569;
}
.text-fill-mint-dark,
.hover-text-fill-mint-dark:hover {
    -webkit-text-fill-color: #23c67e;
}
.text-fill-mint,
.hover-text-fill-mint:hover {
    -webkit-text-fill-color: #35db92;
}
.text-fill-mint-light,
.hover-text-fill-mint-light:hover {
    -webkit-text-fill-color: #89eabf;
}
.text-fill-mint-lighter,
.hover-text-fill-mint-lighter:hover {
    -webkit-text-fill-color: #dcf9ec;
}
.text-fill-mint-lightest,
.hover-text-fill-mint-lightest:hover {
    -webkit-text-fill-color: #f2fcf7;
}
.text-fill-teal-darkest,
.hover-text-fill-teal-darkest:hover {
    -webkit-text-fill-color: #225960;
}
.text-fill-teal-darker,
.hover-text-fill-teal-darker:hover {
    -webkit-text-fill-color: #2d747d;
}
.text-fill-teal-dark,
.hover-text-fill-teal-dark:hover {
    -webkit-text-fill-color: #378e99;
}
.text-fill-teal,
.hover-text-fill-teal:hover {
    -webkit-text-fill-color: #42a9b6;
}
.text-fill-teal-light,
.hover-text-fill-teal-light:hover {
    -webkit-text-fill-color: #95d1d9;
}
.text-fill-teal-lighter,
.hover-text-fill-teal-lighter:hover {
    -webkit-text-fill-color: #ddf0f3;
}
.text-fill-teal-lightest,
.hover-text-fill-teal-lightest:hover {
    -webkit-text-fill-color: #edf9fa;
}
.text-fill-wine-darkest,
.hover-text-fill-wine-darkest:hover {
    -webkit-text-fill-color: #481e23;
}
.text-fill-wine-darker,
.hover-text-fill-wine-darker:hover {
    -webkit-text-fill-color: #722f37;
}
.text-fill-wine-dark,
.hover-text-fill-wine-dark:hover {
    -webkit-text-fill-color: #8e3a44;
}
.text-fill-wine,
.hover-text-fill-wine:hover {
    -webkit-text-fill-color: #aa4652;
}
.text-fill-wine-light,
.hover-text-fill-wine-light:hover {
    -webkit-text-fill-color: #d2939a;
}
.text-fill-wine-lighter,
.hover-text-fill-wine-lighter:hover {
    -webkit-text-fill-color: #efd8db;
}
.text-fill-wine-lightest,
.hover-text-fill-wine-lightest:hover {
    -webkit-text-fill-color: #faf3f4;
}
.text-fill-brown-darkest,
.hover-text-fill-brown-darkest:hover {
    -webkit-text-fill-color: #3d2f2b;
}
.text-fill-brown-darker,
.hover-text-fill-brown-darker:hover {
    -webkit-text-fill-color: #54413b;
}
.text-fill-brown-dark,
.hover-text-fill-brown-dark:hover {
    -webkit-text-fill-color: #6b534c;
}
.text-fill-brown,
.hover-text-fill-brown:hover {
    -webkit-text-fill-color: #8d6d64;
}
.text-fill-brown-light,
.hover-text-fill-brown-light:hover {
    -webkit-text-fill-color: #c8b7b2;
}
.text-fill-brown-lighter,
.hover-text-fill-brown-lighter:hover {
    -webkit-text-fill-color: #e9e2e0;
}
.text-fill-brown-lightest,
.hover-text-fill-brown-lightest:hover {
    -webkit-text-fill-color: #fff9f7;
}
.text-fill-almond-darkest,
.hover-text-fill-almond-darkest:hover {
    -webkit-text-fill-color: #634120;
}
.text-fill-almond-darker,
.hover-text-fill-almond-darker:hover {
    -webkit-text-fill-color: #8a5b2c;
}
.text-fill-almond-dark,
.hover-text-fill-almond-dark:hover {
    -webkit-text-fill-color: #ad7237;
}
.text-fill-almond,
.hover-text-fill-almond:hover {
    -webkit-text-fill-color: #c48647;
}
.text-fill-almond-light,
.hover-text-fill-almond-light:hover {
    -webkit-text-fill-color: #dcb792;
}
.text-fill-almond-lighter,
.hover-text-fill-almond-lighter:hover {
    -webkit-text-fill-color: #efdecd;
}
.text-fill-almond-lightest,
.hover-text-fill-almond-lightest:hover {
    -webkit-text-fill-color: #f9f0e8;
}
.text-fill-slategray-darkest,
.hover-text-fill-slategray-darkest:hover {
    -webkit-text-fill-color: #05192d;
}
.text-fill-slategray-darker,
.hover-text-fill-slategray-darker:hover {
    -webkit-text-fill-color: #102c45;
}
.text-fill-slategray-dark,
.hover-text-fill-slategray-dark:hover {
    -webkit-text-fill-color: #2f5070;
}
.text-fill-slategray,
.hover-text-fill-slategray:hover {
    -webkit-text-fill-color: #517495;
}
.text-fill-slategray-light,
.hover-text-fill-slategray-light:hover {
    -webkit-text-fill-color: #96b1cb;
}
.text-fill-slategray-lighter,
.hover-text-fill-slategray-lighter:hover {
    -webkit-text-fill-color: #d0dce7;
}
.text-fill-slategray-lightest,
.hover-text-fill-slategray-lightest:hover {
    -webkit-text-fill-color: #f2f5f7;
}
.text-fill-gray-darkest,
.hover-text-fill-gray-darkest:hover {
    -webkit-text-fill-color: #36454f;
}
.text-fill-gray-darker,
.hover-text-fill-gray-darker:hover {
    -webkit-text-fill-color: #465966;
}
.text-fill-gray-dark,
.hover-text-fill-gray-dark:hover {
    -webkit-text-fill-color: #566e7e;
}
.text-fill-gray,
.hover-text-fill-gray:hover {
    -webkit-text-fill-color: #668295;
}
.text-fill-gray-light,
.hover-text-fill-gray-light:hover {
    -webkit-text-fill-color: #b7c4cd;
}
.text-fill-gray-lighter,
.hover-text-fill-gray-lighter:hover {
    -webkit-text-fill-color: #e4e8eb;
}
.text-fill-gray-lightest,
.hover-text-fill-gray-lightest:hover {
    -webkit-text-fill-color: #eef1f5;
}
.list-none {
    list-style-type: none;
}
.list-disc {
    list-style-type: disc;
}
.list-decimal {
    list-style-type: decimal;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.opacity-0 {
    opacity: 0;
}
.hover-opacity-0:hover {
    opacity: 0;
}
.opacity-10 {
    opacity: 0.1;
}
.hover-opacity-10:hover {
    opacity: 0.1;
}
.opacity-20 {
    opacity: 0.2;
}
.hover-opacity-20:hover {
    opacity: 0.2;
}
.opacity-30 {
    opacity: 0.3;
}
.hover-opacity-30:hover {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.hover-opacity-40:hover {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.hover-opacity-50:hover {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.hover-opacity-60:hover {
    opacity: 0.6;
}
.opacity-70 {
    opacity: 0.7;
}
.hover-opacity-70:hover {
    opacity: 0.7;
}
.opacity-80 {
    opacity: 0.8;
}
.hover-opacity-80:hover {
    opacity: 0.8;
}
.opacity-90 {
    opacity: 0.9;
}
.hover-opacity-90:hover {
    opacity: 0.9;
}
.opacity-100 {
    opacity: 1;
}
.hover-opacity-100:hover {
    opacity: 1;
}
.absolute {
    position: absolute !important;
}
.fixed {
    position: fixed !important;
}
.relative {
    position: relative !important;
}
.static {
    position: static !important;
}
.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
@media (min-width: 576px) {
    .sm-absolute {
        position: absolute !important;
    }
    .sm-fixed {
        position: fixed !important;
    }
    .sm-relative {
        position: relative !important;
    }
    .sm-static {
        position: static !important;
    }
    .sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}
@media (min-width: 768px) {
    .md-absolute {
        position: absolute !important;
    }
    .md-fixed {
        position: fixed !important;
    }
    .md-relative {
        position: relative !important;
    }
    .md-static {
        position: static !important;
    }
    .md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}
@media (min-width: 992px) {
    .lg-absolute {
        position: absolute !important;
    }
    .lg-fixed {
        position: fixed !important;
    }
    .lg-relative {
        position: relative !important;
    }
    .lg-static {
        position: static !important;
    }
    .lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}
@media (min-width: 1200px) {
    .xl-absolute {
        position: absolute !important;
    }
    .xl-fixed {
        position: fixed !important;
    }
    .xl-relative {
        position: relative !important;
    }
    .xl-static {
        position: static !important;
    }
    .xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.top-50pc {
    top: 50%;
}
.right-50pc {
    right: 50%;
}
.bottom-50pc {
    bottom: 50%;
}
.left-50pc {
    left: 50%;
}
.top-100pc {
    top: 100%;
}
.right-100pc {
    right: 100%;
}
.bottom-100pc {
    bottom: 100%;
}
.left-100pc {
    left: 100%;
}
.top-auto {
    top: auto;
}
.right-auto {
    right: auto;
}
.bottom-auto {
    bottom: auto;
}
.left-auto {
    left: auto;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.flex {
    display: flex !important;
}
.inline-flex {
    display: inline-flex !important;
}
.table {
    display: table !important;
}
.table-row {
    display: table-row !important;
}
.table-cell {
    display: table-cell !important;
}
.hidden {
    display: none !important;
}
@media (min-width: 576px) {
    .sm-block {
        display: block !important;
    }
    .sm-inline-block {
        display: inline-block !important;
    }
    .sm-inline {
        display: inline !important;
    }
    .sm-flex {
        display: flex !important;
    }
    .sm-inline-flex {
        display: inline-flex !important;
    }
    .sm-table {
        display: table !important;
    }
    .sm-table-row {
        display: table-row !important;
    }
    .sm-table-cell {
        display: table-cell !important;
    }
    .sm-hidden {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .md-block {
        display: block !important;
    }
    .md-inline-block {
        display: inline-block !important;
    }
    .md-inline {
        display: inline !important;
    }
    .md-flex {
        display: flex !important;
    }
    .md-inline-flex {
        display: inline-flex !important;
    }
    .md-table {
        display: table !important;
    }
    .md-table-row {
        display: table-row !important;
    }
    .md-table-cell {
        display: table-cell !important;
    }
    .md-hidden {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .lg-block {
        display: block !important;
    }
    .lg-inline-block {
        display: inline-block !important;
    }
    .lg-inline {
        display: inline !important;
    }
    .lg-flex {
        display: flex !important;
    }
    .lg-inline-flex {
        display: inline-flex !important;
    }
    .lg-table {
        display: table !important;
    }
    .lg-table-row {
        display: table-row !important;
    }
    .lg-table-cell {
        display: table-cell !important;
    }
    .lg-hidden {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .xl-block {
        display: block !important;
    }
    .xl-inline-block {
        display: inline-block !important;
    }
    .xl-inline {
        display: inline !important;
    }
    .xl-flex {
        display: flex !important;
    }
    .xl-inline-flex {
        display: inline-flex !important;
    }
    .xl-table {
        display: table !important;
    }
    .xl-table-row {
        display: table-row !important;
    }
    .xl-table-cell {
        display: table-cell !important;
    }
    .xl-hidden {
        display: none !important;
    }
}
.z--1 {
    z-index: -1;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-100 {
    z-index: 100;
}
.z-1000 {
    z-index: 1000;
}
.z-2000 {
    z-index: 2000;
}
.z-5000 {
    z-index: 5000;
}
.z-10000 {
    z-index: 10000;
}
.z-auto {
    z-index: auto;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-none {
    float: none;
}
.align-baseline {
    vertical-align: baseline;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.clearfix::after,
.clear-both::after {
    content: "";
    display: table;
    clear: both;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-scroll {
    overflow-y: scroll !important;
}
@media (min-width: 576px) {
    .sm-overflow-auto {
        overflow: auto !important;
    }
    .sm-overflow-x-auto {
        overflow-x: auto !important;
    }
    .sm-overflow-y-auto {
        overflow-y: auto !important;
    }
    .sm-overflow-hidden {
        overflow: hidden !important;
    }
    .sm-overflow-x-hidden {
        overflow-x: hidden !important;
    }
    .sm-overflow-y-hidden {
        overflow-y: hidden !important;
    }
    .sm-overflow-visible {
        overflow: visible !important;
    }
    .sm-overflow-x-visible {
        overflow-x: visible !important;
    }
    .sm-overflow-y-visible {
        overflow-y: visible !important;
    }
    .sm-overflow-scroll {
        overflow: scroll !important;
    }
    .sm-overflow-x-scroll {
        overflow-x: scroll !important;
    }
    .sm-overflow-y-scroll {
        overflow-y: scroll !important;
    }
}
@media (min-width: 768px) {
    .md-overflow-auto {
        overflow: auto !important;
    }
    .md-overflow-x-auto {
        overflow-x: auto !important;
    }
    .md-overflow-y-auto {
        overflow-y: auto !important;
    }
    .md-overflow-hidden {
        overflow: hidden !important;
    }
    .md-overflow-x-hidden {
        overflow-x: hidden !important;
    }
    .md-overflow-y-hidden {
        overflow-y: hidden !important;
    }
    .md-overflow-visible {
        overflow: visible !important;
    }
    .md-overflow-x-visible {
        overflow-x: visible !important;
    }
    .md-overflow-y-visible {
        overflow-y: visible !important;
    }
    .md-overflow-scroll {
        overflow: scroll !important;
    }
    .md-overflow-x-scroll {
        overflow-x: scroll !important;
    }
    .md-overflow-y-scroll {
        overflow-y: scroll !important;
    }
}
@media (min-width: 992px) {
    .lg-overflow-auto {
        overflow: auto !important;
    }
    .lg-overflow-x-auto {
        overflow-x: auto !important;
    }
    .lg-overflow-y-auto {
        overflow-y: auto !important;
    }
    .lg-overflow-hidden {
        overflow: hidden !important;
    }
    .lg-overflow-x-hidden {
        overflow-x: hidden !important;
    }
    .lg-overflow-y-hidden {
        overflow-y: hidden !important;
    }
    .lg-overflow-visible {
        overflow: visible !important;
    }
    .lg-overflow-x-visible {
        overflow-x: visible !important;
    }
    .lg-overflow-y-visible {
        overflow-y: visible !important;
    }
    .lg-overflow-scroll {
        overflow: scroll !important;
    }
    .lg-overflow-x-scroll {
        overflow-x: scroll !important;
    }
    .lg-overflow-y-scroll {
        overflow-y: scroll !important;
    }
}
@media (min-width: 1200px) {
    .xl-overflow-auto {
        overflow: auto !important;
    }
    .xl-overflow-x-auto {
        overflow-x: auto !important;
    }
    .xl-overflow-y-auto {
        overflow-y: auto !important;
    }
    .xl-overflow-hidden {
        overflow: hidden !important;
    }
    .xl-overflow-x-hidden {
        overflow-x: hidden !important;
    }
    .xl-overflow-y-hidden {
        overflow-y: hidden !important;
    }
    .xl-overflow-visible {
        overflow: visible !important;
    }
    .xl-overflow-x-visible {
        overflow-x: visible !important;
    }
    .xl-overflow-y-visible {
        overflow-y: visible !important;
    }
    .xl-overflow-scroll {
        overflow: scroll !important;
    }
    .xl-overflow-x-scroll {
        overflow-x: scroll !important;
    }
    .xl-overflow-y-scroll {
        overflow-y: scroll !important;
    }
}
.absolute-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.absolute-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.absolute-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.absolute-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.fixed-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fixed-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
.fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
}
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.fixed-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.shadow-0,
.hover-shadow-0:hover {
    box-shadow: none;
}
.shadow,
.hover-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-1,
.hover-shadow-1:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-2,
.hover-shadow-2:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-3,
.hover-shadow-3:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-4,
.hover-shadow-4:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-blue,
.hover-shadow-blue:hover {
    box-shadow: 0 2px 3px 0 rgba(64, 158, 255, 0.5);
}
.shadow-1-blue,
.hover-shadow-1-blue:hover {
    box-shadow: 0 4px 6px -1px rgba(64, 158, 255, 0.5);
}
.shadow-2-blue,
.hover-shadow-2-blue:hover {
    box-shadow: 0 10px 15px -3px rgba(64, 158, 255, 0.5);
}
.shadow-3-blue,
.hover-shadow-3-blue:hover {
    box-shadow: 0 20px 25px -5px rgba(64, 158, 255, 0.4);
}
.shadow-4-blue,
.hover-shadow-4-blue:hover {
    box-shadow: 0 25px 40px -8px rgba(64, 158, 255, 0.25);
}
.shadow-indigo,
.hover-shadow-indigo:hover {
    box-shadow: 0 2px 3px 0 rgba(90, 79, 207, 0.5);
}
.shadow-1-indigo,
.hover-shadow-1-indigo:hover {
    box-shadow: 0 4px 6px -1px rgba(90, 79, 207, 0.5);
}
.shadow-2-indigo,
.hover-shadow-2-indigo:hover {
    box-shadow: 0 10px 15px -3px rgba(90, 79, 207, 0.5);
}
.shadow-3-indigo,
.hover-shadow-3-indigo:hover {
    box-shadow: 0 20px 25px -5px rgba(90, 79, 207, 0.4);
}
.shadow-4-indigo,
.hover-shadow-4-indigo:hover {
    box-shadow: 0 25px 40px -8px rgba(90, 79, 207, 0.25);
}
.shadow-gray,
.hover-shadow-gray:hover {
    box-shadow: 0 2px 3px 0 rgba(102, 130, 149, 0.5);
}
.shadow-1-gray,
.hover-shadow-1-gray:hover {
    box-shadow: 0 4px 6px -1px rgba(102, 130, 149, 0.5);
}
.shadow-2-gray,
.hover-shadow-2-gray:hover {
    box-shadow: 0 10px 15px -3px rgba(102, 130, 149, 0.5);
}
.shadow-3-gray,
.hover-shadow-3-gray:hover {
    box-shadow: 0 20px 25px -5px rgba(102, 130, 149, 0.4);
}
.shadow-4-gray,
.hover-shadow-4-gray:hover {
    box-shadow: 0 25px 40px -8px rgba(102, 130, 149, 0.25);
}
.shadow-purple,
.hover-shadow-purple:hover {
    box-shadow: 0 2px 3px 0 rgba(170, 56, 242, 0.5);
}
.shadow-1-purple,
.hover-shadow-1-purple:hover {
    box-shadow: 0 4px 6px -1px rgba(170, 56, 242, 0.5);
}
.shadow-2-purple,
.hover-shadow-2-purple:hover {
    box-shadow: 0 10px 15px -3px rgba(170, 56, 242, 0.5);
}
.shadow-3-purple,
.hover-shadow-3-purple:hover {
    box-shadow: 0 20px 25px -5px rgba(170, 56, 242, 0.4);
}
.shadow-4-purple,
.hover-shadow-4-purple:hover {
    box-shadow: 0 25px 40px -8px rgba(170, 56, 242, 0.25);
}
.shadow-pink,
.hover-shadow-pink:hover {
    box-shadow: 0 2px 3px 0 rgba(240, 101, 151, 0.5);
}
.shadow-1-pink,
.hover-shadow-1-pink:hover {
    box-shadow: 0 4px 6px -1px rgba(240, 101, 151, 0.5);
}
.shadow-2-pink,
.hover-shadow-2-pink:hover {
    box-shadow: 0 10px 15px -3px rgba(240, 101, 151, 0.5);
}
.shadow-3-pink,
.hover-shadow-3-pink:hover {
    box-shadow: 0 20px 25px -5px rgba(240, 101, 151, 0.4);
}
.shadow-4-pink,
.hover-shadow-4-pink:hover {
    box-shadow: 0 25px 40px -8px rgba(240, 101, 151, 0.25);
}
.shadow-red,
.hover-shadow-red:hover {
    box-shadow: 0 2px 3px 0 rgba(231, 57, 63, 0.5);
}
.shadow-1-red,
.hover-shadow-1-red:hover {
    box-shadow: 0 4px 6px -1px rgba(231, 57, 63, 0.5);
}
.shadow-2-red,
.hover-shadow-2-red:hover {
    box-shadow: 0 10px 15px -3px rgba(231, 57, 63, 0.5);
}
.shadow-3-red,
.hover-shadow-3-red:hover {
    box-shadow: 0 20px 25px -5px rgba(231, 57, 63, 0.4);
}
.shadow-4-red,
.hover-shadow-4-red:hover {
    box-shadow: 0 25px 40px -8px rgba(231, 57, 63, 0.25);
}
.shadow-orange,
.hover-shadow-orange:hover {
    box-shadow: 0 2px 3px 0 rgba(255, 135, 16, 0.5);
}
.shadow-1-orange,
.hover-shadow-1-orange:hover {
    box-shadow: 0 4px 6px -1px rgba(255, 135, 16, 0.5);
}
.shadow-2-orange,
.hover-shadow-2-orange:hover {
    box-shadow: 0 10px 15px -3px rgba(255, 135, 16, 0.5);
}
.shadow-3-orange,
.hover-shadow-3-orange:hover {
    box-shadow: 0 20px 25px -5px rgba(255, 135, 16, 0.4);
}
.shadow-4-orange,
.hover-shadow-4-orange:hover {
    box-shadow: 0 25px 40px -8px rgba(255, 135, 16, 0.25);
}
.shadow-yellow,
.hover-shadow-yellow:hover {
    box-shadow: 0 2px 3px 0 rgba(250, 203, 14, 0.5);
}
.shadow-1-yellow,
.hover-shadow-1-yellow:hover {
    box-shadow: 0 4px 6px -1px rgba(250, 203, 14, 0.5);
}
.shadow-2-yellow,
.hover-shadow-2-yellow:hover {
    box-shadow: 0 10px 15px -3px rgba(250, 203, 14, 0.5);
}
.shadow-3-yellow,
.hover-shadow-3-yellow:hover {
    box-shadow: 0 20px 25px -5px rgba(250, 203, 14, 0.4);
}
.shadow-4-yellow,
.hover-shadow-4-yellow:hover {
    box-shadow: 0 25px 40px -8px rgba(250, 203, 14, 0.25);
}
.shadow-pear,
.hover-shadow-pear:hover {
    box-shadow: 0 2px 3px 0 rgba(190, 207, 29, 0.5);
}
.shadow-1-pear,
.hover-shadow-1-pear:hover {
    box-shadow: 0 4px 6px -1px rgba(190, 207, 29, 0.5);
}
.shadow-2-pear,
.hover-shadow-2-pear:hover {
    box-shadow: 0 10px 15px -3px rgba(190, 207, 29, 0.5);
}
.shadow-3-pear,
.hover-shadow-3-pear:hover {
    box-shadow: 0 20px 25px -5px rgba(190, 207, 29, 0.4);
}
.shadow-4-pear,
.hover-shadow-4-pear:hover {
    box-shadow: 0 25px 40px -8px rgba(190, 207, 29, 0.25);
}
.shadow-green,
.hover-shadow-green:hover {
    box-shadow: 0 2px 3px 0 rgba(73, 194, 73, 0.5);
}
.shadow-1-green,
.hover-shadow-1-green:hover {
    box-shadow: 0 4px 6px -1px rgba(73, 194, 73, 0.5);
}
.shadow-2-green,
.hover-shadow-2-green:hover {
    box-shadow: 0 10px 15px -3px rgba(73, 194, 73, 0.5);
}
.shadow-3-green,
.hover-shadow-3-green:hover {
    box-shadow: 0 20px 25px -5px rgba(73, 194, 73, 0.4);
}
.shadow-4-green,
.hover-shadow-4-green:hover {
    box-shadow: 0 25px 40px -8px rgba(73, 194, 73, 0.25);
}
.shadow-mint,
.hover-shadow-mint:hover {
    box-shadow: 0 2px 3px 0 rgba(53, 219, 146, 0.5);
}
.shadow-1-mint,
.hover-shadow-1-mint:hover {
    box-shadow: 0 4px 6px -1px rgba(53, 219, 146, 0.5);
}
.shadow-2-mint,
.hover-shadow-2-mint:hover {
    box-shadow: 0 10px 15px -3px rgba(53, 219, 146, 0.5);
}
.shadow-3-mint,
.hover-shadow-3-mint:hover {
    box-shadow: 0 20px 25px -5px rgba(53, 219, 146, 0.4);
}
.shadow-4-mint,
.hover-shadow-4-mint:hover {
    box-shadow: 0 25px 40px -8px rgba(53, 219, 146, 0.25);
}
.shadow-teal,
.hover-shadow-teal:hover {
    box-shadow: 0 2px 3px 0 rgba(66, 169, 182, 0.5);
}
.shadow-1-teal,
.hover-shadow-1-teal:hover {
    box-shadow: 0 4px 6px -1px rgba(66, 169, 182, 0.5);
}
.shadow-2-teal,
.hover-shadow-2-teal:hover {
    box-shadow: 0 10px 15px -3px rgba(66, 169, 182, 0.5);
}
.shadow-3-teal,
.hover-shadow-3-teal:hover {
    box-shadow: 0 20px 25px -5px rgba(66, 169, 182, 0.4);
}
.shadow-4-teal,
.hover-shadow-4-teal:hover {
    box-shadow: 0 25px 40px -8px rgba(66, 169, 182, 0.25);
}
.shadow-slategray,
.hover-shadow-slategray:hover {
    box-shadow: 0 2px 3px 0 rgba(81, 116, 149, 0.5);
}
.shadow-1-slategray,
.hover-shadow-1-slategray:hover {
    box-shadow: 0 4px 6px -1px rgba(81, 116, 149, 0.5);
}
.shadow-2-slategray,
.hover-shadow-2-slategray:hover {
    box-shadow: 0 10px 15px -3px rgba(81, 116, 149, 0.5);
}
.shadow-3-slategray,
.hover-shadow-3-slategray:hover {
    box-shadow: 0 20px 25px -5px rgba(81, 116, 149, 0.4);
}
.shadow-4-slategray,
.hover-shadow-4-slategray:hover {
    box-shadow: 0 25px 40px -8px rgba(81, 116, 149, 0.25);
}
.shadow-brown,
.hover-shadow-brown:hover {
    box-shadow: 0 2px 3px 0 rgba(141, 109, 100, 0.5);
}
.shadow-1-brown,
.hover-shadow-1-brown:hover {
    box-shadow: 0 4px 6px -1px rgba(141, 109, 100, 0.5);
}
.shadow-2-brown,
.hover-shadow-2-brown:hover {
    box-shadow: 0 10px 15px -3px rgba(141, 109, 100, 0.5);
}
.shadow-3-brown,
.hover-shadow-3-brown:hover {
    box-shadow: 0 20px 25px -5px rgba(141, 109, 100, 0.4);
}
.shadow-4-brown,
.hover-shadow-4-brown:hover {
    box-shadow: 0 25px 40px -8px rgba(141, 109, 100, 0.25);
}
.shadow-wine,
.hover-shadow-wine:hover {
    box-shadow: 0 2px 3px 0 rgba(170, 70, 82, 0.5);
}
.shadow-1-wine,
.hover-shadow-1-wine:hover {
    box-shadow: 0 4px 6px -1px rgba(170, 70, 82, 0.5);
}
.shadow-2-wine,
.hover-shadow-2-wine:hover {
    box-shadow: 0 10px 15px -3px rgba(170, 70, 82, 0.5);
}
.shadow-3-wine,
.hover-shadow-3-wine:hover {
    box-shadow: 0 20px 25px -5px rgba(170, 70, 82, 0.4);
}
.shadow-4-wine,
.hover-shadow-4-wine:hover {
    box-shadow: 0 25px 40px -8px rgba(170, 70, 82, 0.25);
}
.shadow-almond,
.hover-shadow-almond:hover {
    box-shadow: 0 2px 3px 0 rgba(196, 134, 71, 0.5);
}
.shadow-1-almond,
.hover-shadow-1-almond:hover {
    box-shadow: 0 4px 6px -1px rgba(196, 134, 71, 0.5);
}
.shadow-2-almond,
.hover-shadow-2-almond:hover {
    box-shadow: 0 10px 15px -3px rgba(196, 134, 71, 0.5);
}
.shadow-3-almond,
.hover-shadow-3-almond:hover {
    box-shadow: 0 20px 25px -5px rgba(196, 134, 71, 0.4);
}
.shadow-4-almond,
.hover-shadow-4-almond:hover {
    box-shadow: 0 25px 40px -8px rgba(196, 134, 71, 0.25);
}
.focus-black:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25) !important;
}
.focus-white:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25) !important;
}
.focus-transparent:focus {
    border-color: rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25) !important;
}
.focus-blue-darkest:focus {
    border-color: #02305d !important;
    box-shadow: 0 0 0 0.125em rgba(2, 48, 93, 0.25) !important;
}
.focus-blue-darker:focus {
    border-color: #1a5d9e !important;
    box-shadow: 0 0 0 0.125em rgba(26, 93, 158, 0.25) !important;
}
.focus-blue-dark:focus {
    border-color: #1773ce !important;
    box-shadow: 0 0 0 0.125em rgba(23, 115, 206, 0.25) !important;
}
.focus-blue:focus {
    border-color: #409eff !important;
    box-shadow: 0 0 0 0.125em rgba(64, 158, 255, 0.25) !important;
}
.focus-blue-light:focus {
    border-color: #65b2ff !important;
    box-shadow: 0 0 0 0.125em rgba(101, 178, 255, 0.25) !important;
}
.focus-blue-lighter:focus {
    border-color: #b3d9ff !important;
    box-shadow: 0 0 0 0.125em rgba(179, 217, 255, 0.25) !important;
}
.focus-blue-lightest:focus {
    border-color: #ecf5ff !important;
    box-shadow: 0 0 0 0.125em rgba(236, 245, 255, 0.25) !important;
}
.focus-indigo-darkest:focus {
    border-color: #272075 !important;
    box-shadow: 0 0 0 0.125em rgba(39, 32, 117, 0.25) !important;
}
.focus-indigo-darker:focus {
    border-color: #332a99 !important;
    box-shadow: 0 0 0 0.125em rgba(51, 42, 153, 0.25) !important;
}
.focus-indigo-dark:focus {
    border-color: #3f33bd !important;
    box-shadow: 0 0 0 0.125em rgba(63, 51, 189, 0.25) !important;
}
.focus-indigo:focus {
    border-color: #5a4fcf !important;
    box-shadow: 0 0 0 0.125em rgba(90, 79, 207, 0.25) !important;
}
.focus-indigo-light:focus {
    border-color: #837ae6 !important;
    box-shadow: 0 0 0 0.125em rgba(131, 122, 230, 0.25) !important;
}
.focus-indigo-lighter:focus {
    border-color: #c2bdf6 !important;
    box-shadow: 0 0 0 0.125em rgba(194, 189, 246, 0.25) !important;
}
.focus-indigo-lightest:focus {
    border-color: #f0eeff !important;
    box-shadow: 0 0 0 0.125em rgba(240, 238, 255, 0.25) !important;
}
.focus-purple-darkest:focus {
    border-color: #3d065f !important;
    box-shadow: 0 0 0 0.125em rgba(61, 6, 95, 0.25) !important;
}
.focus-purple-darker:focus {
    border-color: #600a97 !important;
    box-shadow: 0 0 0 0.125em rgba(96, 10, 151, 0.25) !important;
}
.focus-purple-dark:focus {
    border-color: #840dce !important;
    box-shadow: 0 0 0 0.125em rgba(132, 13, 206, 0.25) !important;
}
.focus-purple:focus {
    border-color: #aa38f2 !important;
    box-shadow: 0 0 0 0.125em rgba(170, 56, 242, 0.25) !important;
}
.focus-purple-light:focus {
    border-color: #cc88f7 !important;
    box-shadow: 0 0 0 0.125em rgba(204, 136, 247, 0.25) !important;
}
.focus-purple-lighter:focus {
    border-color: #e9cbfc !important;
    box-shadow: 0 0 0 0.125em rgba(233, 203, 252, 0.25) !important;
}
.focus-purple-lightest:focus {
    border-color: #f9f0fe !important;
    box-shadow: 0 0 0 0.125em rgba(249, 240, 254, 0.25) !important;
}
.focus-pink-darkest:focus {
    border-color: #580020 !important;
    box-shadow: 0 0 0 0.125em rgba(88, 0, 32, 0.25) !important;
}
.focus-pink-darker:focus {
    border-color: #930036 !important;
    box-shadow: 0 0 0 0.125em rgba(147, 0, 54, 0.25) !important;
}
.focus-pink-dark:focus {
    border-color: #c9366c !important;
    box-shadow: 0 0 0 0.125em rgba(201, 54, 108, 0.25) !important;
}
.focus-pink:focus {
    border-color: #f06597 !important;
    box-shadow: 0 0 0 0.125em rgba(240, 101, 151, 0.25) !important;
}
.focus-pink-light:focus {
    border-color: #f58eb4 !important;
    box-shadow: 0 0 0 0.125em rgba(245, 142, 180, 0.25) !important;
}
.focus-pink-lighter:focus {
    border-color: #ffcddf !important;
    box-shadow: 0 0 0 0.125em rgba(255, 205, 223, 0.25) !important;
}
.focus-pink-lightest:focus {
    border-color: #ffebf2 !important;
    box-shadow: 0 0 0 0.125em rgba(255, 235, 242, 0.25) !important;
}
.focus-red-darkest:focus {
    border-color: #750e12 !important;
    box-shadow: 0 0 0 0.125em rgba(117, 14, 18, 0.25) !important;
}
.focus-red-darker:focus {
    border-color: #a9151a !important;
    box-shadow: 0 0 0 0.125em rgba(169, 21, 26, 0.25) !important;
}
.focus-red-dark:focus {
    border-color: #cc191f !important;
    box-shadow: 0 0 0 0.125em rgba(204, 25, 31, 0.25) !important;
}
.focus-red:focus {
    border-color: #e7393f !important;
    box-shadow: 0 0 0 0.125em rgba(231, 57, 63, 0.25) !important;
}
.focus-red-light:focus {
    border-color: #ed6d72 !important;
    box-shadow: 0 0 0 0.125em rgba(237, 109, 114, 0.25) !important;
}
.focus-red-lighter:focus {
    border-color: #f8c5c7 !important;
    box-shadow: 0 0 0 0.125em rgba(248, 197, 199, 0.25) !important;
}
.focus-red-lightest:focus {
    border-color: #fce8e8 !important;
    box-shadow: 0 0 0 0.125em rgba(252, 232, 232, 0.25) !important;
}
.focus-orange-darkest:focus {
    border-color: #854300 !important;
    box-shadow: 0 0 0 0.125em rgba(133, 67, 0, 0.25) !important;
}
.focus-orange-darker:focus {
    border-color: #c06000 !important;
    box-shadow: 0 0 0 0.125em rgba(192, 96, 0, 0.25) !important;
}
.focus-orange-dark:focus {
    border-color: #e77400 !important;
    box-shadow: 0 0 0 0.125em rgba(231, 116, 0, 0.25) !important;
}
.focus-orange:focus {
    border-color: #ff8710 !important;
    box-shadow: 0 0 0 0.125em rgba(255, 135, 16, 0.25) !important;
}
.focus-orange-light:focus {
    border-color: #ffb872 !important;
    box-shadow: 0 0 0 0.125em rgba(255, 184, 114, 0.25) !important;
}
.focus-orange-lighter:focus {
    border-color: #ffe0c0 !important;
    box-shadow: 0 0 0 0.125em rgba(255, 224, 192, 0.25) !important;
}
.focus-orange-lightest:focus {
    border-color: #fff3e7 !important;
    box-shadow: 0 0 0 0.125em rgba(255, 243, 231, 0.25) !important;
}
.focus-yellow-darkest:focus {
    border-color: #6a5502 !important;
    box-shadow: 0 0 0 0.125em rgba(106, 85, 2, 0.25) !important;
}
.focus-yellow-darker:focus {
    border-color: #b79303 !important;
    box-shadow: 0 0 0 0.125em rgba(183, 147, 3, 0.25) !important;
}
.focus-yellow-dark:focus {
    border-color: #ddb104 !important;
    box-shadow: 0 0 0 0.125em rgba(221, 177, 4, 0.25) !important;
}
.focus-yellow:focus {
    border-color: #facb0e !important;
    box-shadow: 0 0 0 0.125em rgba(250, 203, 14, 0.25) !important;
}
.focus-yellow-light:focus {
    border-color: #fde482 !important;
    box-shadow: 0 0 0 0.125em rgba(253, 228, 130, 0.25) !important;
}
.focus-yellow-lighter:focus {
    border-color: #fef0bc !important;
    box-shadow: 0 0 0 0.125em rgba(254, 240, 188, 0.25) !important;
}
.focus-yellow-lightest:focus {
    border-color: #fef7db !important;
    box-shadow: 0 0 0 0.125em rgba(254, 247, 219, 0.25) !important;
}
.focus-pear-darkest:focus {
    border-color: #4f560c !important;
    box-shadow: 0 0 0 0.125em rgba(79, 86, 12, 0.25) !important;
}
.focus-pear-darker:focus {
    border-color: #7f8a13 !important;
    box-shadow: 0 0 0 0.125em rgba(127, 138, 19, 0.25) !important;
}
.focus-pear-dark:focus {
    border-color: #9eac18 !important;
    box-shadow: 0 0 0 0.125em rgba(158, 172, 24, 0.25) !important;
}
.focus-pear:focus {
    border-color: #becf1d !important;
    box-shadow: 0 0 0 0.125em rgba(190, 207, 29, 0.25) !important;
}
.focus-pear-light:focus {
    border-color: #dde965 !important;
    box-shadow: 0 0 0 0.125em rgba(221, 233, 101, 0.25) !important;
}
.focus-pear-lighter:focus {
    border-color: #f4f8cc !important;
    box-shadow: 0 0 0 0.125em rgba(244, 248, 204, 0.25) !important;
}
.focus-pear-lightest:focus {
    border-color: #fbfdee !important;
    box-shadow: 0 0 0 0.125em rgba(251, 253, 238, 0.25) !important;
}
.focus-green-darkest:focus {
    border-color: #206120 !important;
    box-shadow: 0 0 0 0.125em rgba(32, 97, 32, 0.25) !important;
}
.focus-green-darker:focus {
    border-color: #2f8d2f !important;
    box-shadow: 0 0 0 0.125em rgba(47, 141, 47, 0.25) !important;
}
.focus-green-dark:focus {
    border-color: #39ab39 !important;
    box-shadow: 0 0 0 0.125em rgba(57, 171, 57, 0.25) !important;
}
.focus-green:focus {
    border-color: #49c249 !important;
    box-shadow: 0 0 0 0.125em rgba(73, 194, 73, 0.25) !important;
}
.focus-green-light:focus {
    border-color: #89e089 !important;
    box-shadow: 0 0 0 0.125em rgba(137, 224, 137, 0.25) !important;
}
.focus-green-lighter:focus {
    border-color: #dcf3dc !important;
    box-shadow: 0 0 0 0.125em rgba(220, 243, 220, 0.25) !important;
}
.focus-green-lightest:focus {
    border-color: #eaf8ea !important;
    box-shadow: 0 0 0 0.125em rgba(234, 248, 234, 0.25) !important;
}
.focus-mint-darkest:focus {
    border-color: #136b44 !important;
    box-shadow: 0 0 0 0.125em rgba(19, 107, 68, 0.25) !important;
}
.focus-mint-darker:focus {
    border-color: #1da569 !important;
    box-shadow: 0 0 0 0.125em rgba(29, 165, 105, 0.25) !important;
}
.focus-mint-dark:focus {
    border-color: #23c67e !important;
    box-shadow: 0 0 0 0.125em rgba(35, 198, 126, 0.25) !important;
}
.focus-mint:focus {
    border-color: #35db92 !important;
    box-shadow: 0 0 0 0.125em rgba(53, 219, 146, 0.25) !important;
}
.focus-mint-light:focus {
    border-color: #89eabf !important;
    box-shadow: 0 0 0 0.125em rgba(137, 234, 191, 0.25) !important;
}
.focus-mint-lighter:focus {
    border-color: #dcf9ec !important;
    box-shadow: 0 0 0 0.125em rgba(220, 249, 236, 0.25) !important;
}
.focus-mint-lightest:focus {
    border-color: #f2fcf7 !important;
    box-shadow: 0 0 0 0.125em rgba(242, 252, 247, 0.25) !important;
}
.focus-teal-darkest:focus {
    border-color: #225960 !important;
    box-shadow: 0 0 0 0.125em rgba(34, 89, 96, 0.25) !important;
}
.focus-teal-darker:focus {
    border-color: #2d747d !important;
    box-shadow: 0 0 0 0.125em rgba(45, 116, 125, 0.25) !important;
}
.focus-teal-dark:focus {
    border-color: #378e99 !important;
    box-shadow: 0 0 0 0.125em rgba(55, 142, 153, 0.25) !important;
}
.focus-teal:focus {
    border-color: #42a9b6 !important;
    box-shadow: 0 0 0 0.125em rgba(66, 169, 182, 0.25) !important;
}
.focus-teal-light:focus {
    border-color: #95d1d9 !important;
    box-shadow: 0 0 0 0.125em rgba(149, 209, 217, 0.25) !important;
}
.focus-teal-lighter:focus {
    border-color: #ddf0f3 !important;
    box-shadow: 0 0 0 0.125em rgba(221, 240, 243, 0.25) !important;
}
.focus-teal-lightest:focus {
    border-color: #edf9fa !important;
    box-shadow: 0 0 0 0.125em rgba(237, 249, 250, 0.25) !important;
}
.focus-wine-darkest:focus {
    border-color: #481e23 !important;
    box-shadow: 0 0 0 0.125em rgba(72, 30, 35, 0.25) !important;
}
.focus-wine-darker:focus {
    border-color: #722f37 !important;
    box-shadow: 0 0 0 0.125em rgba(114, 47, 55, 0.25) !important;
}
.focus-wine-dark:focus {
    border-color: #8e3a44 !important;
    box-shadow: 0 0 0 0.125em rgba(142, 58, 68, 0.25) !important;
}
.focus-wine:focus {
    border-color: #aa4652 !important;
    box-shadow: 0 0 0 0.125em rgba(170, 70, 82, 0.25) !important;
}
.focus-wine-light:focus {
    border-color: #d2939a !important;
    box-shadow: 0 0 0 0.125em rgba(210, 147, 154, 0.25) !important;
}
.focus-wine-lighter:focus {
    border-color: #efd8db !important;
    box-shadow: 0 0 0 0.125em rgba(239, 216, 219, 0.25) !important;
}
.focus-wine-lightest:focus {
    border-color: #faf3f4 !important;
    box-shadow: 0 0 0 0.125em rgba(250, 243, 244, 0.25) !important;
}
.focus-brown-darkest:focus {
    border-color: #3d2f2b !important;
    box-shadow: 0 0 0 0.125em rgba(61, 47, 43, 0.25) !important;
}
.focus-brown-darker:focus {
    border-color: #54413b !important;
    box-shadow: 0 0 0 0.125em rgba(84, 65, 59, 0.25) !important;
}
.focus-brown-dark:focus {
    border-color: #6b534c !important;
    box-shadow: 0 0 0 0.125em rgba(107, 83, 76, 0.25) !important;
}
.focus-brown:focus {
    border-color: #8d6d64 !important;
    box-shadow: 0 0 0 0.125em rgba(141, 109, 100, 0.25) !important;
}
.focus-brown-light:focus {
    border-color: #c8b7b2 !important;
    box-shadow: 0 0 0 0.125em rgba(200, 183, 178, 0.25) !important;
}
.focus-brown-lighter:focus {
    border-color: #e9e2e0 !important;
    box-shadow: 0 0 0 0.125em rgba(233, 226, 224, 0.25) !important;
}
.focus-brown-lightest:focus {
    border-color: #fff9f7 !important;
    box-shadow: 0 0 0 0.125em rgba(255, 249, 247, 0.25) !important;
}
.focus-almond-darkest:focus {
    border-color: #634120 !important;
    box-shadow: 0 0 0 0.125em rgba(99, 65, 32, 0.25) !important;
}
.focus-almond-darker:focus {
    border-color: #8a5b2c !important;
    box-shadow: 0 0 0 0.125em rgba(138, 91, 44, 0.25) !important;
}
.focus-almond-dark:focus {
    border-color: #ad7237 !important;
    box-shadow: 0 0 0 0.125em rgba(173, 114, 55, 0.25) !important;
}
.focus-almond:focus {
    border-color: #c48647 !important;
    box-shadow: 0 0 0 0.125em rgba(196, 134, 71, 0.25) !important;
}
.focus-almond-light:focus {
    border-color: #dcb792 !important;
    box-shadow: 0 0 0 0.125em rgba(220, 183, 146, 0.25) !important;
}
.focus-almond-lighter:focus {
    border-color: #efdecd !important;
    box-shadow: 0 0 0 0.125em rgba(239, 222, 205, 0.25) !important;
}
.focus-almond-lightest:focus {
    border-color: #f9f0e8 !important;
    box-shadow: 0 0 0 0.125em rgba(249, 240, 232, 0.25) !important;
}
.focus-slategray-darkest:focus {
    border-color: #05192d !important;
    box-shadow: 0 0 0 0.125em rgba(5, 25, 45, 0.25) !important;
}
.focus-slategray-darker:focus {
    border-color: #102c45 !important;
    box-shadow: 0 0 0 0.125em rgba(16, 44, 69, 0.25) !important;
}
.focus-slategray-dark:focus {
    border-color: #2f5070 !important;
    box-shadow: 0 0 0 0.125em rgba(47, 80, 112, 0.25) !important;
}
.focus-slategray:focus {
    border-color: #517495 !important;
    box-shadow: 0 0 0 0.125em rgba(81, 116, 149, 0.25) !important;
}
.focus-slategray-light:focus {
    border-color: #96b1cb !important;
    box-shadow: 0 0 0 0.125em rgba(150, 177, 203, 0.25) !important;
}
.focus-slategray-lighter:focus {
    border-color: #d0dce7 !important;
    box-shadow: 0 0 0 0.125em rgba(208, 220, 231, 0.25) !important;
}
.focus-slategray-lightest:focus {
    border-color: #f2f5f7 !important;
    box-shadow: 0 0 0 0.125em rgba(242, 245, 247, 0.25) !important;
}
.focus-gray-darkest:focus {
    border-color: #36454f !important;
    box-shadow: 0 0 0 0.125em rgba(54, 69, 79, 0.25) !important;
}
.focus-gray-darker:focus {
    border-color: #465966 !important;
    box-shadow: 0 0 0 0.125em rgba(70, 89, 102, 0.25) !important;
}
.focus-gray-dark:focus {
    border-color: #566e7e !important;
    box-shadow: 0 0 0 0.125em rgba(86, 110, 126, 0.25) !important;
}
.focus-gray:focus {
    border-color: #668295 !important;
    box-shadow: 0 0 0 0.125em rgba(102, 130, 149, 0.25) !important;
}
.focus-gray-light:focus {
    border-color: #b7c4cd !important;
    box-shadow: 0 0 0 0.125em rgba(183, 196, 205, 0.25) !important;
}
.focus-gray-lighter:focus {
    border-color: #e4e8eb !important;
    box-shadow: 0 0 0 0.125em rgba(228, 232, 235, 0.25) !important;
}
.focus-gray-lightest:focus {
    border-color: #eef1f5 !important;
    box-shadow: 0 0 0 0.125em rgba(238, 241, 245, 0.25) !important;
}
.focus-none:focus {
    border-color: inherit !important;
    box-shadow: inherit !important;
}
.w-0 {
    width: 0 !important;
}
.max-w-0 {
    max-width: 0 !important;
}
.min-w-0 {
    min-width: 0 !important;
}
.w-1 {
    width: 0.25rem !important;
}
.max-w-1 {
    max-width: 0.25rem !important;
}
.min-w-1 {
    min-width: 0.25rem !important;
}
.w-2 {
    width: 0.5rem !important;
}
.max-w-2 {
    max-width: 0.5rem !important;
}
.min-w-2 {
    min-width: 0.5rem !important;
}
.w-3 {
    width: 0.75rem !important;
}
.max-w-3 {
    max-width: 0.75rem !important;
}
.min-w-3 {
    min-width: 0.75rem !important;
}
.w-4 {
    width: 1rem !important;
}
.max-w-4 {
    max-width: 1rem !important;
}
.min-w-4 {
    min-width: 1rem !important;
}
.w-5 {
    width: 1.25rem !important;
}
.max-w-5 {
    max-width: 1.25rem !important;
}
.min-w-5 {
    min-width: 1.25rem !important;
}
.w-6 {
    width: 1.5rem !important;
}
.max-w-6 {
    max-width: 1.5rem !important;
}
.min-w-6 {
    min-width: 1.5rem !important;
}
.w-7 {
    width: 1.75rem !important;
}
.max-w-7 {
    max-width: 1.75rem !important;
}
.min-w-7 {
    min-width: 1.75rem !important;
}
.w-8 {
    width: 2rem !important;
}
.max-w-8 {
    max-width: 2rem !important;
}
.min-w-8 {
    min-width: 2rem !important;
}
.w-9 {
    width: 2.25rem !important;
}
.max-w-9 {
    max-width: 2.25rem !important;
}
.min-w-9 {
    min-width: 2.25rem !important;
}
.w-10 {
    width: 2.5rem !important;
}
.max-w-10 {
    max-width: 2.5rem !important;
}
.min-w-10 {
    min-width: 2.5rem !important;
}
.w-l1 {
    width: 1rem !important;
}
.max-w-l1 {
    max-width: 1rem !important;
}
.min-w-l1 {
    min-width: 1rem !important;
}
.w-l2 {
    width: 2rem !important;
}
.max-w-l2 {
    max-width: 2rem !important;
}
.min-w-l2 {
    min-width: 2rem !important;
}
.w-l3 {
    width: 3rem !important;
}
.max-w-l3 {
    max-width: 3rem !important;
}
.min-w-l3 {
    min-width: 3rem !important;
}
.w-l4 {
    width: 4rem !important;
}
.max-w-l4 {
    max-width: 4rem !important;
}
.min-w-l4 {
    min-width: 4rem !important;
}
.w-l5 {
    width: 5rem !important;
}
.max-w-l5 {
    max-width: 5rem !important;
}
.min-w-l5 {
    min-width: 5rem !important;
}
.w-l6 {
    width: 6rem !important;
}
.max-w-l6 {
    max-width: 6rem !important;
}
.min-w-l6 {
    min-width: 6rem !important;
}
.w-l7 {
    width: 7rem !important;
}
.max-w-l7 {
    max-width: 7rem !important;
}
.min-w-l7 {
    min-width: 7rem !important;
}
.w-l8 {
    width: 8rem !important;
}
.max-w-l8 {
    max-width: 8rem !important;
}
.min-w-l8 {
    min-width: 8rem !important;
}
.w-l9 {
    width: 9rem !important;
}
.max-w-l9 {
    max-width: 9rem !important;
}
.min-w-l9 {
    min-width: 9rem !important;
}
.w-l10 {
    width: 10rem !important;
}
.max-w-l10 {
    max-width: 10rem !important;
}
.min-w-l10 {
    min-width: 10rem !important;
}
.w-auto {
    width: auto !important;
}
.max-w-auto {
    max-width: auto !important;
}
.min-w-auto {
    min-width: auto !important;
}
.w-1px {
    width: 1px !important;
}
.max-w-1px {
    max-width: 1px !important;
}
.min-w-1px {
    min-width: 1px !important;
}
.w-10pc {
    width: 10% !important;
}
.max-w-10pc {
    max-width: 10% !important;
}
.min-w-10pc {
    min-width: 10% !important;
}
.w-20pc {
    width: 20% !important;
}
.max-w-20pc {
    max-width: 20% !important;
}
.min-w-20pc {
    min-width: 20% !important;
}
.w-25pc {
    width: 25% !important;
}
.max-w-25pc {
    max-width: 25% !important;
}
.min-w-25pc {
    min-width: 25% !important;
}
.w-30pc {
    width: 30% !important;
}
.max-w-30pc {
    max-width: 30% !important;
}
.min-w-30pc {
    min-width: 30% !important;
}
.w-33pc {
    width: 33.3333% !important;
}
.max-w-33pc {
    max-width: 33.3333% !important;
}
.min-w-33pc {
    min-width: 33.3333% !important;
}
.w-40pc {
    width: 40% !important;
}
.max-w-40pc {
    max-width: 40% !important;
}
.min-w-40pc {
    min-width: 40% !important;
}
.w-50pc {
    width: 50% !important;
}
.max-w-50pc {
    max-width: 50% !important;
}
.min-w-50pc {
    min-width: 50% !important;
}
.w-60pc {
    width: 60% !important;
}
.max-w-60pc {
    max-width: 60% !important;
}
.min-w-60pc {
    min-width: 60% !important;
}
.w-66pc {
    width: 66.6666% !important;
}
.max-w-66pc {
    max-width: 66.6666% !important;
}
.min-w-66pc {
    min-width: 66.6666% !important;
}
.w-70pc {
    width: 70% !important;
}
.max-w-70pc {
    max-width: 70% !important;
}
.min-w-70pc {
    min-width: 70% !important;
}
.w-75pc {
    width: 75% !important;
}
.max-w-75pc {
    max-width: 75% !important;
}
.min-w-75pc {
    min-width: 75% !important;
}
.w-80pc {
    width: 80% !important;
}
.max-w-80pc {
    max-width: 80% !important;
}
.min-w-80pc {
    min-width: 80% !important;
}
.w-90pc {
    width: 90% !important;
}
.max-w-90pc {
    max-width: 90% !important;
}
.min-w-90pc {
    min-width: 90% !important;
}
.w-100pc {
    width: 100% !important;
}
.max-w-100pc {
    max-width: 100% !important;
}
.min-w-100pc {
    min-width: 100% !important;
}
.w-25vw {
    width: 25vw !important;
}
.max-w-25vw {
    max-width: 25vw !important;
}
.min-w-25vw {
    min-width: 25vw !important;
}
.w-50vw {
    width: 50vw !important;
}
.max-w-50vw {
    max-width: 50vw !important;
}
.min-w-50vw {
    min-width: 50vw !important;
}
.w-75vw {
    width: 75vw !important;
}
.max-w-75vw {
    max-width: 75vw !important;
}
.min-w-75vw {
    min-width: 75vw !important;
}
.w-100vw {
    width: 100vw !important;
}
.max-w-100vw {
    max-width: 100vw !important;
}
.min-w-100vw {
    min-width: 100vw !important;
}
@media (min-width: 576px) {
    .sm-w-0 {
        width: 0 !important;
    }
    .sm-max-w-0 {
        max-width: 0 !important;
    }
    .sm-min-w-0 {
        min-width: 0 !important;
    }
    .sm-w-1 {
        width: 0.25rem !important;
    }
    .sm-max-w-1 {
        max-width: 0.25rem !important;
    }
    .sm-min-w-1 {
        min-width: 0.25rem !important;
    }
    .sm-w-2 {
        width: 0.5rem !important;
    }
    .sm-max-w-2 {
        max-width: 0.5rem !important;
    }
    .sm-min-w-2 {
        min-width: 0.5rem !important;
    }
    .sm-w-3 {
        width: 0.75rem !important;
    }
    .sm-max-w-3 {
        max-width: 0.75rem !important;
    }
    .sm-min-w-3 {
        min-width: 0.75rem !important;
    }
    .sm-w-4 {
        width: 1rem !important;
    }
    .sm-max-w-4 {
        max-width: 1rem !important;
    }
    .sm-min-w-4 {
        min-width: 1rem !important;
    }
    .sm-w-5 {
        width: 1.25rem !important;
    }
    .sm-max-w-5 {
        max-width: 1.25rem !important;
    }
    .sm-min-w-5 {
        min-width: 1.25rem !important;
    }
    .sm-w-6 {
        width: 1.5rem !important;
    }
    .sm-max-w-6 {
        max-width: 1.5rem !important;
    }
    .sm-min-w-6 {
        min-width: 1.5rem !important;
    }
    .sm-w-7 {
        width: 1.75rem !important;
    }
    .sm-max-w-7 {
        max-width: 1.75rem !important;
    }
    .sm-min-w-7 {
        min-width: 1.75rem !important;
    }
    .sm-w-8 {
        width: 2rem !important;
    }
    .sm-max-w-8 {
        max-width: 2rem !important;
    }
    .sm-min-w-8 {
        min-width: 2rem !important;
    }
    .sm-w-9 {
        width: 2.25rem !important;
    }
    .sm-max-w-9 {
        max-width: 2.25rem !important;
    }
    .sm-min-w-9 {
        min-width: 2.25rem !important;
    }
    .sm-w-10 {
        width: 2.5rem !important;
    }
    .sm-max-w-10 {
        max-width: 2.5rem !important;
    }
    .sm-min-w-10 {
        min-width: 2.5rem !important;
    }
    .sm-w-l1 {
        width: 1rem !important;
    }
    .sm-max-w-l1 {
        max-width: 1rem !important;
    }
    .sm-min-w-l1 {
        min-width: 1rem !important;
    }
    .sm-w-l2 {
        width: 2rem !important;
    }
    .sm-max-w-l2 {
        max-width: 2rem !important;
    }
    .sm-min-w-l2 {
        min-width: 2rem !important;
    }
    .sm-w-l3 {
        width: 3rem !important;
    }
    .sm-max-w-l3 {
        max-width: 3rem !important;
    }
    .sm-min-w-l3 {
        min-width: 3rem !important;
    }
    .sm-w-l4 {
        width: 4rem !important;
    }
    .sm-max-w-l4 {
        max-width: 4rem !important;
    }
    .sm-min-w-l4 {
        min-width: 4rem !important;
    }
    .sm-w-l5 {
        width: 5rem !important;
    }
    .sm-max-w-l5 {
        max-width: 5rem !important;
    }
    .sm-min-w-l5 {
        min-width: 5rem !important;
    }
    .sm-w-l6 {
        width: 6rem !important;
    }
    .sm-max-w-l6 {
        max-width: 6rem !important;
    }
    .sm-min-w-l6 {
        min-width: 6rem !important;
    }
    .sm-w-l7 {
        width: 7rem !important;
    }
    .sm-max-w-l7 {
        max-width: 7rem !important;
    }
    .sm-min-w-l7 {
        min-width: 7rem !important;
    }
    .sm-w-l8 {
        width: 8rem !important;
    }
    .sm-max-w-l8 {
        max-width: 8rem !important;
    }
    .sm-min-w-l8 {
        min-width: 8rem !important;
    }
    .sm-w-l9 {
        width: 9rem !important;
    }
    .sm-max-w-l9 {
        max-width: 9rem !important;
    }
    .sm-min-w-l9 {
        min-width: 9rem !important;
    }
    .sm-w-l10 {
        width: 10rem !important;
    }
    .sm-max-w-l10 {
        max-width: 10rem !important;
    }
    .sm-min-w-l10 {
        min-width: 10rem !important;
    }
    .sm-w-auto {
        width: auto !important;
    }
    .sm-max-w-auto {
        max-width: auto !important;
    }
    .sm-min-w-auto {
        min-width: auto !important;
    }
    .sm-w-1px {
        width: 1px !important;
    }
    .sm-max-w-1px {
        max-width: 1px !important;
    }
    .sm-min-w-1px {
        min-width: 1px !important;
    }
    .sm-w-10pc {
        width: 10% !important;
    }
    .sm-max-w-10pc {
        max-width: 10% !important;
    }
    .sm-min-w-10pc {
        min-width: 10% !important;
    }
    .sm-w-20pc {
        width: 20% !important;
    }
    .sm-max-w-20pc {
        max-width: 20% !important;
    }
    .sm-min-w-20pc {
        min-width: 20% !important;
    }
    .sm-w-25pc {
        width: 25% !important;
    }
    .sm-max-w-25pc {
        max-width: 25% !important;
    }
    .sm-min-w-25pc {
        min-width: 25% !important;
    }
    .sm-w-30pc {
        width: 30% !important;
    }
    .sm-max-w-30pc {
        max-width: 30% !important;
    }
    .sm-min-w-30pc {
        min-width: 30% !important;
    }
    .sm-w-33pc {
        width: 33.3333% !important;
    }
    .sm-max-w-33pc {
        max-width: 33.3333% !important;
    }
    .sm-min-w-33pc {
        min-width: 33.3333% !important;
    }
    .sm-w-40pc {
        width: 40% !important;
    }
    .sm-max-w-40pc {
        max-width: 40% !important;
    }
    .sm-min-w-40pc {
        min-width: 40% !important;
    }
    .sm-w-50pc {
        width: 50% !important;
    }
    .sm-max-w-50pc {
        max-width: 50% !important;
    }
    .sm-min-w-50pc {
        min-width: 50% !important;
    }
    .sm-w-60pc {
        width: 60% !important;
    }
    .sm-max-w-60pc {
        max-width: 60% !important;
    }
    .sm-min-w-60pc {
        min-width: 60% !important;
    }
    .sm-w-66pc {
        width: 66.6666% !important;
    }
    .sm-max-w-66pc {
        max-width: 66.6666% !important;
    }
    .sm-min-w-66pc {
        min-width: 66.6666% !important;
    }
    .sm-w-70pc {
        width: 70% !important;
    }
    .sm-max-w-70pc {
        max-width: 70% !important;
    }
    .sm-min-w-70pc {
        min-width: 70% !important;
    }
    .sm-w-75pc {
        width: 75% !important;
    }
    .sm-max-w-75pc {
        max-width: 75% !important;
    }
    .sm-min-w-75pc {
        min-width: 75% !important;
    }
    .sm-w-80pc {
        width: 80% !important;
    }
    .sm-max-w-80pc {
        max-width: 80% !important;
    }
    .sm-min-w-80pc {
        min-width: 80% !important;
    }
    .sm-w-90pc {
        width: 90% !important;
    }
    .sm-max-w-90pc {
        max-width: 90% !important;
    }
    .sm-min-w-90pc {
        min-width: 90% !important;
    }
    .sm-w-100pc {
        width: 100% !important;
    }
    .sm-max-w-100pc {
        max-width: 100% !important;
    }
    .sm-min-w-100pc {
        min-width: 100% !important;
    }
    .sm-w-25vw {
        width: 25vw !important;
    }
    .sm-max-w-25vw {
        max-width: 25vw !important;
    }
    .sm-min-w-25vw {
        min-width: 25vw !important;
    }
    .sm-w-50vw {
        width: 50vw !important;
    }
    .sm-max-w-50vw {
        max-width: 50vw !important;
    }
    .sm-min-w-50vw {
        min-width: 50vw !important;
    }
    .sm-w-75vw {
        width: 75vw !important;
    }
    .sm-max-w-75vw {
        max-width: 75vw !important;
    }
    .sm-min-w-75vw {
        min-width: 75vw !important;
    }
    .sm-w-100vw {
        width: 100vw !important;
    }
    .sm-max-w-100vw {
        max-width: 100vw !important;
    }
    .sm-min-w-100vw {
        min-width: 100vw !important;
    }
}
@media (min-width: 768px) {
    .md-w-0 {
        width: 0 !important;
    }
    .md-max-w-0 {
        max-width: 0 !important;
    }
    .md-min-w-0 {
        min-width: 0 !important;
    }
    .md-w-1 {
        width: 0.25rem !important;
    }
    .md-max-w-1 {
        max-width: 0.25rem !important;
    }
    .md-min-w-1 {
        min-width: 0.25rem !important;
    }
    .md-w-2 {
        width: 0.5rem !important;
    }
    .md-max-w-2 {
        max-width: 0.5rem !important;
    }
    .md-min-w-2 {
        min-width: 0.5rem !important;
    }
    .md-w-3 {
        width: 0.75rem !important;
    }
    .md-max-w-3 {
        max-width: 0.75rem !important;
    }
    .md-min-w-3 {
        min-width: 0.75rem !important;
    }
    .md-w-4 {
        width: 1rem !important;
    }
    .md-max-w-4 {
        max-width: 1rem !important;
    }
    .md-min-w-4 {
        min-width: 1rem !important;
    }
    .md-w-5 {
        width: 1.25rem !important;
    }
    .md-max-w-5 {
        max-width: 1.25rem !important;
    }
    .md-min-w-5 {
        min-width: 1.25rem !important;
    }
    .md-w-6 {
        width: 1.5rem !important;
    }
    .md-max-w-6 {
        max-width: 1.5rem !important;
    }
    .md-min-w-6 {
        min-width: 1.5rem !important;
    }
    .md-w-7 {
        width: 1.75rem !important;
    }
    .md-max-w-7 {
        max-width: 1.75rem !important;
    }
    .md-min-w-7 {
        min-width: 1.75rem !important;
    }
    .md-w-8 {
        width: 2rem !important;
    }
    .md-max-w-8 {
        max-width: 2rem !important;
    }
    .md-min-w-8 {
        min-width: 2rem !important;
    }
    .md-w-9 {
        width: 2.25rem !important;
    }
    .md-max-w-9 {
        max-width: 2.25rem !important;
    }
    .md-min-w-9 {
        min-width: 2.25rem !important;
    }
    .md-w-10 {
        width: 2.5rem !important;
    }
    .md-max-w-10 {
        max-width: 2.5rem !important;
    }
    .md-min-w-10 {
        min-width: 2.5rem !important;
    }
    .md-w-l1 {
        width: 1rem !important;
    }
    .md-max-w-l1 {
        max-width: 1rem !important;
    }
    .md-min-w-l1 {
        min-width: 1rem !important;
    }
    .md-w-l2 {
        width: 2rem !important;
    }
    .md-max-w-l2 {
        max-width: 2rem !important;
    }
    .md-min-w-l2 {
        min-width: 2rem !important;
    }
    .md-w-l3 {
        width: 3rem !important;
    }
    .md-max-w-l3 {
        max-width: 3rem !important;
    }
    .md-min-w-l3 {
        min-width: 3rem !important;
    }
    .md-w-l4 {
        width: 4rem !important;
    }
    .md-max-w-l4 {
        max-width: 4rem !important;
    }
    .md-min-w-l4 {
        min-width: 4rem !important;
    }
    .md-w-l5 {
        width: 5rem !important;
    }
    .md-max-w-l5 {
        max-width: 5rem !important;
    }
    .md-min-w-l5 {
        min-width: 5rem !important;
    }
    .md-w-l6 {
        width: 6rem !important;
    }
    .md-max-w-l6 {
        max-width: 6rem !important;
    }
    .md-min-w-l6 {
        min-width: 6rem !important;
    }
    .md-w-l7 {
        width: 7rem !important;
    }
    .md-max-w-l7 {
        max-width: 7rem !important;
    }
    .md-min-w-l7 {
        min-width: 7rem !important;
    }
    .md-w-l8 {
        width: 8rem !important;
    }
    .md-max-w-l8 {
        max-width: 8rem !important;
    }
    .md-min-w-l8 {
        min-width: 8rem !important;
    }
    .md-w-l9 {
        width: 9rem !important;
    }
    .md-max-w-l9 {
        max-width: 9rem !important;
    }
    .md-min-w-l9 {
        min-width: 9rem !important;
    }
    .md-w-l10 {
        width: 10rem !important;
    }
    .md-max-w-l10 {
        max-width: 10rem !important;
    }
    .md-min-w-l10 {
        min-width: 10rem !important;
    }
    .md-w-auto {
        width: auto !important;
    }
    .md-max-w-auto {
        max-width: auto !important;
    }
    .md-min-w-auto {
        min-width: auto !important;
    }
    .md-w-1px {
        width: 1px !important;
    }
    .md-max-w-1px {
        max-width: 1px !important;
    }
    .md-min-w-1px {
        min-width: 1px !important;
    }
    .md-w-10pc {
        width: 10% !important;
    }
    .md-max-w-10pc {
        max-width: 10% !important;
    }
    .md-min-w-10pc {
        min-width: 10% !important;
    }
    .md-w-20pc {
        width: 20% !important;
    }
    .md-max-w-20pc {
        max-width: 20% !important;
    }
    .md-min-w-20pc {
        min-width: 20% !important;
    }
    .md-w-25pc {
        width: 25% !important;
    }
    .md-max-w-25pc {
        max-width: 25% !important;
    }
    .md-min-w-25pc {
        min-width: 25% !important;
    }
    .md-w-30pc {
        width: 30% !important;
    }
    .md-max-w-30pc {
        max-width: 30% !important;
    }
    .md-min-w-30pc {
        min-width: 30% !important;
    }
    .md-w-33pc {
        width: 33.3333% !important;
    }
    .md-max-w-33pc {
        max-width: 33.3333% !important;
    }
    .md-min-w-33pc {
        min-width: 33.3333% !important;
    }
    .md-w-40pc {
        width: 40% !important;
    }
    .md-max-w-40pc {
        max-width: 40% !important;
    }
    .md-min-w-40pc {
        min-width: 40% !important;
    }
    .md-w-50pc {
        width: 50% !important;
    }
    .md-max-w-50pc {
        max-width: 50% !important;
    }
    .md-min-w-50pc {
        min-width: 50% !important;
    }
    .md-w-60pc {
        width: 60% !important;
    }
    .md-max-w-60pc {
        max-width: 60% !important;
    }
    .md-min-w-60pc {
        min-width: 60% !important;
    }
    .md-w-66pc {
        width: 66.6666% !important;
    }
    .md-max-w-66pc {
        max-width: 66.6666% !important;
    }
    .md-min-w-66pc {
        min-width: 66.6666% !important;
    }
    .md-w-70pc {
        width: 70% !important;
    }
    .md-max-w-70pc {
        max-width: 70% !important;
    }
    .md-min-w-70pc {
        min-width: 70% !important;
    }
    .md-w-75pc {
        width: 75% !important;
    }
    .md-max-w-75pc {
        max-width: 75% !important;
    }
    .md-min-w-75pc {
        min-width: 75% !important;
    }
    .md-w-80pc {
        width: 80% !important;
    }
    .md-max-w-80pc {
        max-width: 80% !important;
    }
    .md-min-w-80pc {
        min-width: 80% !important;
    }
    .md-w-90pc {
        width: 90% !important;
    }
    .md-max-w-90pc {
        max-width: 90% !important;
    }
    .md-min-w-90pc {
        min-width: 90% !important;
    }
    .md-w-100pc {
        width: 100% !important;
    }
    .md-max-w-100pc {
        max-width: 100% !important;
    }
    .md-min-w-100pc {
        min-width: 100% !important;
    }
    .md-w-25vw {
        width: 25vw !important;
    }
    .md-max-w-25vw {
        max-width: 25vw !important;
    }
    .md-min-w-25vw {
        min-width: 25vw !important;
    }
    .md-w-50vw {
        width: 50vw !important;
    }
    .md-max-w-50vw {
        max-width: 50vw !important;
    }
    .md-min-w-50vw {
        min-width: 50vw !important;
    }
    .md-w-75vw {
        width: 75vw !important;
    }
    .md-max-w-75vw {
        max-width: 75vw !important;
    }
    .md-min-w-75vw {
        min-width: 75vw !important;
    }
    .md-w-100vw {
        width: 100vw !important;
    }
    .md-max-w-100vw {
        max-width: 100vw !important;
    }
    .md-min-w-100vw {
        min-width: 100vw !important;
    }
}
@media (min-width: 992px) {
    .lg-w-0 {
        width: 0 !important;
    }
    .lg-max-w-0 {
        max-width: 0 !important;
    }
    .lg-min-w-0 {
        min-width: 0 !important;
    }
    .lg-w-1 {
        width: 0.25rem !important;
    }
    .lg-max-w-1 {
        max-width: 0.25rem !important;
    }
    .lg-min-w-1 {
        min-width: 0.25rem !important;
    }
    .lg-w-2 {
        width: 0.5rem !important;
    }
    .lg-max-w-2 {
        max-width: 0.5rem !important;
    }
    .lg-min-w-2 {
        min-width: 0.5rem !important;
    }
    .lg-w-3 {
        width: 0.75rem !important;
    }
    .lg-max-w-3 {
        max-width: 0.75rem !important;
    }
    .lg-min-w-3 {
        min-width: 0.75rem !important;
    }
    .lg-w-4 {
        width: 1rem !important;
    }
    .lg-max-w-4 {
        max-width: 1rem !important;
    }
    .lg-min-w-4 {
        min-width: 1rem !important;
    }
    .lg-w-5 {
        width: 1.25rem !important;
    }
    .lg-max-w-5 {
        max-width: 1.25rem !important;
    }
    .lg-min-w-5 {
        min-width: 1.25rem !important;
    }
    .lg-w-6 {
        width: 1.5rem !important;
    }
    .lg-max-w-6 {
        max-width: 1.5rem !important;
    }
    .lg-min-w-6 {
        min-width: 1.5rem !important;
    }
    .lg-w-7 {
        width: 1.75rem !important;
    }
    .lg-max-w-7 {
        max-width: 1.75rem !important;
    }
    .lg-min-w-7 {
        min-width: 1.75rem !important;
    }
    .lg-w-8 {
        width: 2rem !important;
    }
    .lg-max-w-8 {
        max-width: 2rem !important;
    }
    .lg-min-w-8 {
        min-width: 2rem !important;
    }
    .lg-w-9 {
        width: 2.25rem !important;
    }
    .lg-max-w-9 {
        max-width: 2.25rem !important;
    }
    .lg-min-w-9 {
        min-width: 2.25rem !important;
    }
    .lg-w-10 {
        width: 2.5rem !important;
    }
    .lg-max-w-10 {
        max-width: 2.5rem !important;
    }
    .lg-min-w-10 {
        min-width: 2.5rem !important;
    }
    .lg-w-l1 {
        width: 1rem !important;
    }
    .lg-max-w-l1 {
        max-width: 1rem !important;
    }
    .lg-min-w-l1 {
        min-width: 1rem !important;
    }
    .lg-w-l2 {
        width: 2rem !important;
    }
    .lg-max-w-l2 {
        max-width: 2rem !important;
    }
    .lg-min-w-l2 {
        min-width: 2rem !important;
    }
    .lg-w-l3 {
        width: 3rem !important;
    }
    .lg-max-w-l3 {
        max-width: 3rem !important;
    }
    .lg-min-w-l3 {
        min-width: 3rem !important;
    }
    .lg-w-l4 {
        width: 4rem !important;
    }
    .lg-max-w-l4 {
        max-width: 4rem !important;
    }
    .lg-min-w-l4 {
        min-width: 4rem !important;
    }
    .lg-w-l5 {
        width: 5rem !important;
    }
    .lg-max-w-l5 {
        max-width: 5rem !important;
    }
    .lg-min-w-l5 {
        min-width: 5rem !important;
    }
    .lg-w-l6 {
        width: 6rem !important;
    }
    .lg-max-w-l6 {
        max-width: 6rem !important;
    }
    .lg-min-w-l6 {
        min-width: 6rem !important;
    }
    .lg-w-l7 {
        width: 7rem !important;
    }
    .lg-max-w-l7 {
        max-width: 7rem !important;
    }
    .lg-min-w-l7 {
        min-width: 7rem !important;
    }
    .lg-w-l8 {
        width: 8rem !important;
    }
    .lg-max-w-l8 {
        max-width: 8rem !important;
    }
    .lg-min-w-l8 {
        min-width: 8rem !important;
    }
    .lg-w-l9 {
        width: 9rem !important;
    }
    .lg-max-w-l9 {
        max-width: 9rem !important;
    }
    .lg-min-w-l9 {
        min-width: 9rem !important;
    }
    .lg-w-l10 {
        width: 10rem !important;
    }
    .lg-max-w-l10 {
        max-width: 10rem !important;
    }
    .lg-min-w-l10 {
        min-width: 10rem !important;
    }
    .lg-w-auto {
        width: auto !important;
    }
    .lg-max-w-auto {
        max-width: auto !important;
    }
    .lg-min-w-auto {
        min-width: auto !important;
    }
    .lg-w-1px {
        width: 1px !important;
    }
    .lg-max-w-1px {
        max-width: 1px !important;
    }
    .lg-min-w-1px {
        min-width: 1px !important;
    }
    .lg-w-10pc {
        width: 10% !important;
    }
    .lg-max-w-10pc {
        max-width: 10% !important;
    }
    .lg-min-w-10pc {
        min-width: 10% !important;
    }
    .lg-w-20pc {
        width: 20% !important;
    }
    .lg-max-w-20pc {
        max-width: 20% !important;
    }
    .lg-min-w-20pc {
        min-width: 20% !important;
    }
    .lg-w-25pc {
        width: 25% !important;
    }
    .lg-max-w-25pc {
        max-width: 25% !important;
    }
    .lg-min-w-25pc {
        min-width: 25% !important;
    }
    .lg-w-30pc {
        width: 30% !important;
    }
    .lg-max-w-30pc {
        max-width: 30% !important;
    }
    .lg-min-w-30pc {
        min-width: 30% !important;
    }
    .lg-w-33pc {
        width: 33.3333% !important;
    }
    .lg-max-w-33pc {
        max-width: 33.3333% !important;
    }
    .lg-min-w-33pc {
        min-width: 33.3333% !important;
    }
    .lg-w-40pc {
        width: 40% !important;
    }
    .lg-max-w-40pc {
        max-width: 40% !important;
    }
    .lg-min-w-40pc {
        min-width: 40% !important;
    }
    .lg-w-50pc {
        width: 50% !important;
    }
    .lg-max-w-50pc {
        max-width: 50% !important;
    }
    .lg-min-w-50pc {
        min-width: 50% !important;
    }
    .lg-w-60pc {
        width: 60% !important;
    }
    .lg-max-w-60pc {
        max-width: 60% !important;
    }
    .lg-min-w-60pc {
        min-width: 60% !important;
    }
    .lg-w-66pc {
        width: 66.6666% !important;
    }
    .lg-max-w-66pc {
        max-width: 66.6666% !important;
    }
    .lg-min-w-66pc {
        min-width: 66.6666% !important;
    }
    .lg-w-70pc {
        width: 70% !important;
    }
    .lg-max-w-70pc {
        max-width: 70% !important;
    }
    .lg-min-w-70pc {
        min-width: 70% !important;
    }
    .lg-w-75pc {
        width: 75% !important;
    }
    .lg-max-w-75pc {
        max-width: 75% !important;
    }
    .lg-min-w-75pc {
        min-width: 75% !important;
    }
    .lg-w-80pc {
        width: 80% !important;
    }
    .lg-max-w-80pc {
        max-width: 80% !important;
    }
    .lg-min-w-80pc {
        min-width: 80% !important;
    }
    .lg-w-90pc {
        width: 90% !important;
    }
    .lg-max-w-90pc {
        max-width: 90% !important;
    }
    .lg-min-w-90pc {
        min-width: 90% !important;
    }
    .lg-w-100pc {
        width: 100% !important;
    }
    .lg-max-w-100pc {
        max-width: 100% !important;
    }
    .lg-min-w-100pc {
        min-width: 100% !important;
    }
    .lg-w-25vw {
        width: 25vw !important;
    }
    .lg-max-w-25vw {
        max-width: 25vw !important;
    }
    .lg-min-w-25vw {
        min-width: 25vw !important;
    }
    .lg-w-50vw {
        width: 50vw !important;
    }
    .lg-max-w-50vw {
        max-width: 50vw !important;
    }
    .lg-min-w-50vw {
        min-width: 50vw !important;
    }
    .lg-w-75vw {
        width: 75vw !important;
    }
    .lg-max-w-75vw {
        max-width: 75vw !important;
    }
    .lg-min-w-75vw {
        min-width: 75vw !important;
    }
    .lg-w-100vw {
        width: 100vw !important;
    }
    .lg-max-w-100vw {
        max-width: 100vw !important;
    }
    .lg-min-w-100vw {
        min-width: 100vw !important;
    }
}
@media (min-width: 1200px) {
    .xl-w-0 {
        width: 0 !important;
    }
    .xl-max-w-0 {
        max-width: 0 !important;
    }
    .xl-min-w-0 {
        min-width: 0 !important;
    }
    .xl-w-1 {
        width: 0.25rem !important;
    }
    .xl-max-w-1 {
        max-width: 0.25rem !important;
    }
    .xl-min-w-1 {
        min-width: 0.25rem !important;
    }
    .xl-w-2 {
        width: 0.5rem !important;
    }
    .xl-max-w-2 {
        max-width: 0.5rem !important;
    }
    .xl-min-w-2 {
        min-width: 0.5rem !important;
    }
    .xl-w-3 {
        width: 0.75rem !important;
    }
    .xl-max-w-3 {
        max-width: 0.75rem !important;
    }
    .xl-min-w-3 {
        min-width: 0.75rem !important;
    }
    .xl-w-4 {
        width: 1rem !important;
    }
    .xl-max-w-4 {
        max-width: 1rem !important;
    }
    .xl-min-w-4 {
        min-width: 1rem !important;
    }
    .xl-w-5 {
        width: 1.25rem !important;
    }
    .xl-max-w-5 {
        max-width: 1.25rem !important;
    }
    .xl-min-w-5 {
        min-width: 1.25rem !important;
    }
    .xl-w-6 {
        width: 1.5rem !important;
    }
    .xl-max-w-6 {
        max-width: 1.5rem !important;
    }
    .xl-min-w-6 {
        min-width: 1.5rem !important;
    }
    .xl-w-7 {
        width: 1.75rem !important;
    }
    .xl-max-w-7 {
        max-width: 1.75rem !important;
    }
    .xl-min-w-7 {
        min-width: 1.75rem !important;
    }
    .xl-w-8 {
        width: 2rem !important;
    }
    .xl-max-w-8 {
        max-width: 2rem !important;
    }
    .xl-min-w-8 {
        min-width: 2rem !important;
    }
    .xl-w-9 {
        width: 2.25rem !important;
    }
    .xl-max-w-9 {
        max-width: 2.25rem !important;
    }
    .xl-min-w-9 {
        min-width: 2.25rem !important;
    }
    .xl-w-10 {
        width: 2.5rem !important;
    }
    .xl-max-w-10 {
        max-width: 2.5rem !important;
    }
    .xl-min-w-10 {
        min-width: 2.5rem !important;
    }
    .xl-w-l1 {
        width: 1rem !important;
    }
    .xl-max-w-l1 {
        max-width: 1rem !important;
    }
    .xl-min-w-l1 {
        min-width: 1rem !important;
    }
    .xl-w-l2 {
        width: 2rem !important;
    }
    .xl-max-w-l2 {
        max-width: 2rem !important;
    }
    .xl-min-w-l2 {
        min-width: 2rem !important;
    }
    .xl-w-l3 {
        width: 3rem !important;
    }
    .xl-max-w-l3 {
        max-width: 3rem !important;
    }
    .xl-min-w-l3 {
        min-width: 3rem !important;
    }
    .xl-w-l4 {
        width: 4rem !important;
    }
    .xl-max-w-l4 {
        max-width: 4rem !important;
    }
    .xl-min-w-l4 {
        min-width: 4rem !important;
    }
    .xl-w-l5 {
        width: 5rem !important;
    }
    .xl-max-w-l5 {
        max-width: 5rem !important;
    }
    .xl-min-w-l5 {
        min-width: 5rem !important;
    }
    .xl-w-l6 {
        width: 6rem !important;
    }
    .xl-max-w-l6 {
        max-width: 6rem !important;
    }
    .xl-min-w-l6 {
        min-width: 6rem !important;
    }
    .xl-w-l7 {
        width: 7rem !important;
    }
    .xl-max-w-l7 {
        max-width: 7rem !important;
    }
    .xl-min-w-l7 {
        min-width: 7rem !important;
    }
    .xl-w-l8 {
        width: 8rem !important;
    }
    .xl-max-w-l8 {
        max-width: 8rem !important;
    }
    .xl-min-w-l8 {
        min-width: 8rem !important;
    }
    .xl-w-l9 {
        width: 9rem !important;
    }
    .xl-max-w-l9 {
        max-width: 9rem !important;
    }
    .xl-min-w-l9 {
        min-width: 9rem !important;
    }
    .xl-w-l10 {
        width: 10rem !important;
    }
    .xl-max-w-l10 {
        max-width: 10rem !important;
    }
    .xl-min-w-l10 {
        min-width: 10rem !important;
    }
    .xl-w-auto {
        width: auto !important;
    }
    .xl-max-w-auto {
        max-width: auto !important;
    }
    .xl-min-w-auto {
        min-width: auto !important;
    }
    .xl-w-1px {
        width: 1px !important;
    }
    .xl-max-w-1px {
        max-width: 1px !important;
    }
    .xl-min-w-1px {
        min-width: 1px !important;
    }
    .xl-w-10pc {
        width: 10% !important;
    }
    .xl-max-w-10pc {
        max-width: 10% !important;
    }
    .xl-min-w-10pc {
        min-width: 10% !important;
    }
    .xl-w-20pc {
        width: 20% !important;
    }
    .xl-max-w-20pc {
        max-width: 20% !important;
    }
    .xl-min-w-20pc {
        min-width: 20% !important;
    }
    .xl-w-25pc {
        width: 25% !important;
    }
    .xl-max-w-25pc {
        max-width: 25% !important;
    }
    .xl-min-w-25pc {
        min-width: 25% !important;
    }
    .xl-w-30pc {
        width: 30% !important;
    }
    .xl-max-w-30pc {
        max-width: 30% !important;
    }
    .xl-min-w-30pc {
        min-width: 30% !important;
    }
    .xl-w-33pc {
        width: 33.3333% !important;
    }
    .xl-max-w-33pc {
        max-width: 33.3333% !important;
    }
    .xl-min-w-33pc {
        min-width: 33.3333% !important;
    }
    .xl-w-40pc {
        width: 40% !important;
    }
    .xl-max-w-40pc {
        max-width: 40% !important;
    }
    .xl-min-w-40pc {
        min-width: 40% !important;
    }
    .xl-w-50pc {
        width: 50% !important;
    }
    .xl-max-w-50pc {
        max-width: 50% !important;
    }
    .xl-min-w-50pc {
        min-width: 50% !important;
    }
    .xl-w-60pc {
        width: 60% !important;
    }
    .xl-max-w-60pc {
        max-width: 60% !important;
    }
    .xl-min-w-60pc {
        min-width: 60% !important;
    }
    .xl-w-66pc {
        width: 66.6666% !important;
    }
    .xl-max-w-66pc {
        max-width: 66.6666% !important;
    }
    .xl-min-w-66pc {
        min-width: 66.6666% !important;
    }
    .xl-w-70pc {
        width: 70% !important;
    }
    .xl-max-w-70pc {
        max-width: 70% !important;
    }
    .xl-min-w-70pc {
        min-width: 70% !important;
    }
    .xl-w-75pc {
        width: 75% !important;
    }
    .xl-max-w-75pc {
        max-width: 75% !important;
    }
    .xl-min-w-75pc {
        min-width: 75% !important;
    }
    .xl-w-80pc {
        width: 80% !important;
    }
    .xl-max-w-80pc {
        max-width: 80% !important;
    }
    .xl-min-w-80pc {
        min-width: 80% !important;
    }
    .xl-w-90pc {
        width: 90% !important;
    }
    .xl-max-w-90pc {
        max-width: 90% !important;
    }
    .xl-min-w-90pc {
        min-width: 90% !important;
    }
    .xl-w-100pc {
        width: 100% !important;
    }
    .xl-max-w-100pc {
        max-width: 100% !important;
    }
    .xl-min-w-100pc {
        min-width: 100% !important;
    }
    .xl-w-25vw {
        width: 25vw !important;
    }
    .xl-max-w-25vw {
        max-width: 25vw !important;
    }
    .xl-min-w-25vw {
        min-width: 25vw !important;
    }
    .xl-w-50vw {
        width: 50vw !important;
    }
    .xl-max-w-50vw {
        max-width: 50vw !important;
    }
    .xl-min-w-50vw {
        min-width: 50vw !important;
    }
    .xl-w-75vw {
        width: 75vw !important;
    }
    .xl-max-w-75vw {
        max-width: 75vw !important;
    }
    .xl-min-w-75vw {
        min-width: 75vw !important;
    }
    .xl-w-100vw {
        width: 100vw !important;
    }
    .xl-max-w-100vw {
        max-width: 100vw !important;
    }
    .xl-min-w-100vw {
        min-width: 100vw !important;
    }
}
.h-0 {
    height: 0 !important;
}
.max-h-0 {
    max-height: 0 !important;
}
.min-h-0 {
    min-height: 0 !important;
}
.h-1 {
    height: 0.25rem !important;
}
.max-h-1 {
    max-height: 0.25rem !important;
}
.min-h-1 {
    min-height: 0.25rem !important;
}
.h-2 {
    height: 0.5rem !important;
}
.max-h-2 {
    max-height: 0.5rem !important;
}
.min-h-2 {
    min-height: 0.5rem !important;
}
.h-3 {
    height: 0.75rem !important;
}
.max-h-3 {
    max-height: 0.75rem !important;
}
.min-h-3 {
    min-height: 0.75rem !important;
}
.h-4 {
    height: 1rem !important;
}
.max-h-4 {
    max-height: 1rem !important;
}
.min-h-4 {
    min-height: 1rem !important;
}
.h-5 {
    height: 1.25rem !important;
}
.max-h-5 {
    max-height: 1.25rem !important;
}
.min-h-5 {
    min-height: 1.25rem !important;
}
.h-6 {
    height: 1.5rem !important;
}
.max-h-6 {
    max-height: 1.5rem !important;
}
.min-h-6 {
    min-height: 1.5rem !important;
}
.h-7 {
    height: 1.75rem !important;
}
.max-h-7 {
    max-height: 1.75rem !important;
}
.min-h-7 {
    min-height: 1.75rem !important;
}
.h-8 {
    height: 2rem !important;
}
.max-h-8 {
    max-height: 2rem !important;
}
.min-h-8 {
    min-height: 2rem !important;
}
.h-9 {
    height: 2.25rem !important;
}
.max-h-9 {
    max-height: 2.25rem !important;
}
.min-h-9 {
    min-height: 2.25rem !important;
}
.h-10 {
    height: 2.5rem !important;
}
.max-h-10 {
    max-height: 2.5rem !important;
}
.min-h-10 {
    min-height: 2.5rem !important;
}
.h-l1 {
    height: 1rem !important;
}
.max-h-l1 {
    max-height: 1rem !important;
}
.min-h-l1 {
    min-height: 1rem !important;
}
.h-l2 {
    height: 2rem !important;
}
.max-h-l2 {
    max-height: 2rem !important;
}
.min-h-l2 {
    min-height: 2rem !important;
}
.h-l3 {
    height: 3rem !important;
}
.max-h-l3 {
    max-height: 3rem !important;
}
.min-h-l3 {
    min-height: 3rem !important;
}
.h-l4 {
    height: 4rem !important;
}
.max-h-l4 {
    max-height: 4rem !important;
}
.min-h-l4 {
    min-height: 4rem !important;
}
.h-l5 {
    height: 5rem !important;
}
.max-h-l5 {
    max-height: 5rem !important;
}
.min-h-l5 {
    min-height: 5rem !important;
}
.h-l6 {
    height: 6rem !important;
}
.max-h-l6 {
    max-height: 6rem !important;
}
.min-h-l6 {
    min-height: 6rem !important;
}
.h-l7 {
    height: 7rem !important;
}
.max-h-l7 {
    max-height: 7rem !important;
}
.min-h-l7 {
    min-height: 7rem !important;
}
.h-l8 {
    height: 8rem !important;
}
.max-h-l8 {
    max-height: 8rem !important;
}
.min-h-l8 {
    min-height: 8rem !important;
}
.h-l9 {
    height: 9rem !important;
}
.max-h-l9 {
    max-height: 9rem !important;
}
.min-h-l9 {
    min-height: 9rem !important;
}
.h-l10 {
    height: 10rem !important;
}
.max-h-l10 {
    max-height: 10rem !important;
}
.min-h-l10 {
    min-height: 10rem !important;
}
.h-auto {
    height: auto !important;
}
.max-h-auto {
    max-height: auto !important;
}
.min-h-auto {
    min-height: auto !important;
}
.h-1px {
    height: 1px !important;
}
.max-h-1px {
    max-height: 1px !important;
}
.min-h-1px {
    min-height: 1px !important;
}
.h-25pc {
    height: 25% !important;
}
.max-h-25pc {
    max-height: 25% !important;
}
.min-h-25pc {
    min-height: 25% !important;
}
.h-33pc {
    height: 33.3333% !important;
}
.max-h-33pc {
    max-height: 33.3333% !important;
}
.min-h-33pc {
    min-height: 33.3333% !important;
}
.h-50pc {
    height: 50% !important;
}
.max-h-50pc {
    max-height: 50% !important;
}
.min-h-50pc {
    min-height: 50% !important;
}
.h-66pc {
    height: 66.6666% !important;
}
.max-h-66pc {
    max-height: 66.6666% !important;
}
.min-h-66pc {
    min-height: 66.6666% !important;
}
.h-75pc {
    height: 75% !important;
}
.max-h-75pc {
    max-height: 75% !important;
}
.min-h-75pc {
    min-height: 75% !important;
}
.h-100pc {
    height: 100% !important;
}
.max-h-100pc {
    max-height: 100% !important;
}
.min-h-100pc {
    min-height: 100% !important;
}
.h-25vh {
    height: 25vh !important;
}
.max-h-25vh {
    max-height: 25vh !important;
}
.min-h-25vh {
    min-height: 25vh !important;
}
.h-50vh {
    height: 50vh !important;
}
.max-h-50vh {
    max-height: 50vh !important;
}
.min-h-50vh {
    min-height: 50vh !important;
}
.h-75vh {
    height: 75vh !important;
}
.max-h-75vh {
    max-height: 75vh !important;
}
.min-h-75vh {
    min-height: 75vh !important;
}
.h-100vh {
    height: 100vh !important;
}
.max-h-100vh {
    max-height: 100vh !important;
}
.min-h-100vh {
    min-height: 100vh !important;
}
@media (min-width: 576px) {
    .sm-h-0 {
        height: 0 !important;
    }
    .sm-max-h-0 {
        max-height: 0 !important;
    }
    .sm-min-h-0 {
        min-height: 0 !important;
    }
    .sm-h-1 {
        height: 0.25rem !important;
    }
    .sm-max-h-1 {
        max-height: 0.25rem !important;
    }
    .sm-min-h-1 {
        min-height: 0.25rem !important;
    }
    .sm-h-2 {
        height: 0.5rem !important;
    }
    .sm-max-h-2 {
        max-height: 0.5rem !important;
    }
    .sm-min-h-2 {
        min-height: 0.5rem !important;
    }
    .sm-h-3 {
        height: 0.75rem !important;
    }
    .sm-max-h-3 {
        max-height: 0.75rem !important;
    }
    .sm-min-h-3 {
        min-height: 0.75rem !important;
    }
    .sm-h-4 {
        height: 1rem !important;
    }
    .sm-max-h-4 {
        max-height: 1rem !important;
    }
    .sm-min-h-4 {
        min-height: 1rem !important;
    }
    .sm-h-5 {
        height: 1.25rem !important;
    }
    .sm-max-h-5 {
        max-height: 1.25rem !important;
    }
    .sm-min-h-5 {
        min-height: 1.25rem !important;
    }
    .sm-h-6 {
        height: 1.5rem !important;
    }
    .sm-max-h-6 {
        max-height: 1.5rem !important;
    }
    .sm-min-h-6 {
        min-height: 1.5rem !important;
    }
    .sm-h-7 {
        height: 1.75rem !important;
    }
    .sm-max-h-7 {
        max-height: 1.75rem !important;
    }
    .sm-min-h-7 {
        min-height: 1.75rem !important;
    }
    .sm-h-8 {
        height: 2rem !important;
    }
    .sm-max-h-8 {
        max-height: 2rem !important;
    }
    .sm-min-h-8 {
        min-height: 2rem !important;
    }
    .sm-h-9 {
        height: 2.25rem !important;
    }
    .sm-max-h-9 {
        max-height: 2.25rem !important;
    }
    .sm-min-h-9 {
        min-height: 2.25rem !important;
    }
    .sm-h-10 {
        height: 2.5rem !important;
    }
    .sm-max-h-10 {
        max-height: 2.5rem !important;
    }
    .sm-min-h-10 {
        min-height: 2.5rem !important;
    }
    .sm-h-l1 {
        height: 1rem !important;
    }
    .sm-max-h-l1 {
        max-height: 1rem !important;
    }
    .sm-min-h-l1 {
        min-height: 1rem !important;
    }
    .sm-h-l2 {
        height: 2rem !important;
    }
    .sm-max-h-l2 {
        max-height: 2rem !important;
    }
    .sm-min-h-l2 {
        min-height: 2rem !important;
    }
    .sm-h-l3 {
        height: 3rem !important;
    }
    .sm-max-h-l3 {
        max-height: 3rem !important;
    }
    .sm-min-h-l3 {
        min-height: 3rem !important;
    }
    .sm-h-l4 {
        height: 4rem !important;
    }
    .sm-max-h-l4 {
        max-height: 4rem !important;
    }
    .sm-min-h-l4 {
        min-height: 4rem !important;
    }
    .sm-h-l5 {
        height: 5rem !important;
    }
    .sm-max-h-l5 {
        max-height: 5rem !important;
    }
    .sm-min-h-l5 {
        min-height: 5rem !important;
    }
    .sm-h-l6 {
        height: 6rem !important;
    }
    .sm-max-h-l6 {
        max-height: 6rem !important;
    }
    .sm-min-h-l6 {
        min-height: 6rem !important;
    }
    .sm-h-l7 {
        height: 7rem !important;
    }
    .sm-max-h-l7 {
        max-height: 7rem !important;
    }
    .sm-min-h-l7 {
        min-height: 7rem !important;
    }
    .sm-h-l8 {
        height: 8rem !important;
    }
    .sm-max-h-l8 {
        max-height: 8rem !important;
    }
    .sm-min-h-l8 {
        min-height: 8rem !important;
    }
    .sm-h-l9 {
        height: 9rem !important;
    }
    .sm-max-h-l9 {
        max-height: 9rem !important;
    }
    .sm-min-h-l9 {
        min-height: 9rem !important;
    }
    .sm-h-l10 {
        height: 10rem !important;
    }
    .sm-max-h-l10 {
        max-height: 10rem !important;
    }
    .sm-min-h-l10 {
        min-height: 10rem !important;
    }
    .sm-h-auto {
        height: auto !important;
    }
    .sm-max-h-auto {
        max-height: auto !important;
    }
    .sm-min-h-auto {
        min-height: auto !important;
    }
    .sm-h-1px {
        height: 1px !important;
    }
    .sm-max-h-1px {
        max-height: 1px !important;
    }
    .sm-min-h-1px {
        min-height: 1px !important;
    }
    .sm-h-25pc {
        height: 25% !important;
    }
    .sm-max-h-25pc {
        max-height: 25% !important;
    }
    .sm-min-h-25pc {
        min-height: 25% !important;
    }
    .sm-h-33pc {
        height: 33.3333% !important;
    }
    .sm-max-h-33pc {
        max-height: 33.3333% !important;
    }
    .sm-min-h-33pc {
        min-height: 33.3333% !important;
    }
    .sm-h-50pc {
        height: 50% !important;
    }
    .sm-max-h-50pc {
        max-height: 50% !important;
    }
    .sm-min-h-50pc {
        min-height: 50% !important;
    }
    .sm-h-66pc {
        height: 66.6666% !important;
    }
    .sm-max-h-66pc {
        max-height: 66.6666% !important;
    }
    .sm-min-h-66pc {
        min-height: 66.6666% !important;
    }
    .sm-h-75pc {
        height: 75% !important;
    }
    .sm-max-h-75pc {
        max-height: 75% !important;
    }
    .sm-min-h-75pc {
        min-height: 75% !important;
    }
    .sm-h-100pc {
        height: 100% !important;
    }
    .sm-max-h-100pc {
        max-height: 100% !important;
    }
    .sm-min-h-100pc {
        min-height: 100% !important;
    }
    .sm-h-25vh {
        height: 25vh !important;
    }
    .sm-max-h-25vh {
        max-height: 25vh !important;
    }
    .sm-min-h-25vh {
        min-height: 25vh !important;
    }
    .sm-h-50vh {
        height: 50vh !important;
    }
    .sm-max-h-50vh {
        max-height: 50vh !important;
    }
    .sm-min-h-50vh {
        min-height: 50vh !important;
    }
    .sm-h-75vh {
        height: 75vh !important;
    }
    .sm-max-h-75vh {
        max-height: 75vh !important;
    }
    .sm-min-h-75vh {
        min-height: 75vh !important;
    }
    .sm-h-100vh {
        height: 100vh !important;
    }
    .sm-max-h-100vh {
        max-height: 100vh !important;
    }
    .sm-min-h-100vh {
        min-height: 100vh !important;
    }
}
@media (min-width: 768px) {
    .md-h-0 {
        height: 0 !important;
    }
    .md-max-h-0 {
        max-height: 0 !important;
    }
    .md-min-h-0 {
        min-height: 0 !important;
    }
    .md-h-1 {
        height: 0.25rem !important;
    }
    .md-max-h-1 {
        max-height: 0.25rem !important;
    }
    .md-min-h-1 {
        min-height: 0.25rem !important;
    }
    .md-h-2 {
        height: 0.5rem !important;
    }
    .md-max-h-2 {
        max-height: 0.5rem !important;
    }
    .md-min-h-2 {
        min-height: 0.5rem !important;
    }
    .md-h-3 {
        height: 0.75rem !important;
    }
    .md-max-h-3 {
        max-height: 0.75rem !important;
    }
    .md-min-h-3 {
        min-height: 0.75rem !important;
    }
    .md-h-4 {
        height: 1rem !important;
    }
    .md-max-h-4 {
        max-height: 1rem !important;
    }
    .md-min-h-4 {
        min-height: 1rem !important;
    }
    .md-h-5 {
        height: 1.25rem !important;
    }
    .md-max-h-5 {
        max-height: 1.25rem !important;
    }
    .md-min-h-5 {
        min-height: 1.25rem !important;
    }
    .md-h-6 {
        height: 1.5rem !important;
    }
    .md-max-h-6 {
        max-height: 1.5rem !important;
    }
    .md-min-h-6 {
        min-height: 1.5rem !important;
    }
    .md-h-7 {
        height: 1.75rem !important;
    }
    .md-max-h-7 {
        max-height: 1.75rem !important;
    }
    .md-min-h-7 {
        min-height: 1.75rem !important;
    }
    .md-h-8 {
        height: 2rem !important;
    }
    .md-max-h-8 {
        max-height: 2rem !important;
    }
    .md-min-h-8 {
        min-height: 2rem !important;
    }
    .md-h-9 {
        height: 2.25rem !important;
    }
    .md-max-h-9 {
        max-height: 2.25rem !important;
    }
    .md-min-h-9 {
        min-height: 2.25rem !important;
    }
    .md-h-10 {
        height: 2.5rem !important;
    }
    .md-max-h-10 {
        max-height: 2.5rem !important;
    }
    .md-min-h-10 {
        min-height: 2.5rem !important;
    }
    .md-h-l1 {
        height: 1rem !important;
    }
    .md-max-h-l1 {
        max-height: 1rem !important;
    }
    .md-min-h-l1 {
        min-height: 1rem !important;
    }
    .md-h-l2 {
        height: 2rem !important;
    }
    .md-max-h-l2 {
        max-height: 2rem !important;
    }
    .md-min-h-l2 {
        min-height: 2rem !important;
    }
    .md-h-l3 {
        height: 3rem !important;
    }
    .md-max-h-l3 {
        max-height: 3rem !important;
    }
    .md-min-h-l3 {
        min-height: 3rem !important;
    }
    .md-h-l4 {
        height: 4rem !important;
    }
    .md-max-h-l4 {
        max-height: 4rem !important;
    }
    .md-min-h-l4 {
        min-height: 4rem !important;
    }
    .md-h-l5 {
        height: 5rem !important;
    }
    .md-max-h-l5 {
        max-height: 5rem !important;
    }
    .md-min-h-l5 {
        min-height: 5rem !important;
    }
    .md-h-l6 {
        height: 6rem !important;
    }
    .md-max-h-l6 {
        max-height: 6rem !important;
    }
    .md-min-h-l6 {
        min-height: 6rem !important;
    }
    .md-h-l7 {
        height: 7rem !important;
    }
    .md-max-h-l7 {
        max-height: 7rem !important;
    }
    .md-min-h-l7 {
        min-height: 7rem !important;
    }
    .md-h-l8 {
        height: 8rem !important;
    }
    .md-max-h-l8 {
        max-height: 8rem !important;
    }
    .md-min-h-l8 {
        min-height: 8rem !important;
    }
    .md-h-l9 {
        height: 9rem !important;
    }
    .md-max-h-l9 {
        max-height: 9rem !important;
    }
    .md-min-h-l9 {
        min-height: 9rem !important;
    }
    .md-h-l10 {
        height: 10rem !important;
    }
    .md-max-h-l10 {
        max-height: 10rem !important;
    }
    .md-min-h-l10 {
        min-height: 10rem !important;
    }
    .md-h-auto {
        height: auto !important;
    }
    .md-max-h-auto {
        max-height: auto !important;
    }
    .md-min-h-auto {
        min-height: auto !important;
    }
    .md-h-1px {
        height: 1px !important;
    }
    .md-max-h-1px {
        max-height: 1px !important;
    }
    .md-min-h-1px {
        min-height: 1px !important;
    }
    .md-h-25pc {
        height: 25% !important;
    }
    .md-max-h-25pc {
        max-height: 25% !important;
    }
    .md-min-h-25pc {
        min-height: 25% !important;
    }
    .md-h-33pc {
        height: 33.3333% !important;
    }
    .md-max-h-33pc {
        max-height: 33.3333% !important;
    }
    .md-min-h-33pc {
        min-height: 33.3333% !important;
    }
    .md-h-50pc {
        height: 50% !important;
    }
    .md-max-h-50pc {
        max-height: 50% !important;
    }
    .md-min-h-50pc {
        min-height: 50% !important;
    }
    .md-h-66pc {
        height: 66.6666% !important;
    }
    .md-max-h-66pc {
        max-height: 66.6666% !important;
    }
    .md-min-h-66pc {
        min-height: 66.6666% !important;
    }
    .md-h-75pc {
        height: 75% !important;
    }
    .md-max-h-75pc {
        max-height: 75% !important;
    }
    .md-min-h-75pc {
        min-height: 75% !important;
    }
    .md-h-100pc {
        height: 100% !important;
    }
    .md-max-h-100pc {
        max-height: 100% !important;
    }
    .md-min-h-100pc {
        min-height: 100% !important;
    }
    .md-h-25vh {
        height: 25vh !important;
    }
    .md-max-h-25vh {
        max-height: 25vh !important;
    }
    .md-min-h-25vh {
        min-height: 25vh !important;
    }
    .md-h-50vh {
        height: 50vh !important;
    }
    .md-max-h-50vh {
        max-height: 50vh !important;
    }
    .md-min-h-50vh {
        min-height: 50vh !important;
    }
    .md-h-75vh {
        height: 75vh !important;
    }
    .md-max-h-75vh {
        max-height: 75vh !important;
    }
    .md-min-h-75vh {
        min-height: 75vh !important;
    }
    .md-h-100vh {
        height: 100vh !important;
    }
    .md-max-h-100vh {
        max-height: 100vh !important;
    }
    .md-min-h-100vh {
        min-height: 100vh !important;
    }
}
@media (min-width: 992px) {
    .lg-h-0 {
        height: 0 !important;
    }
    .lg-max-h-0 {
        max-height: 0 !important;
    }
    .lg-min-h-0 {
        min-height: 0 !important;
    }
    .lg-h-1 {
        height: 0.25rem !important;
    }
    .lg-max-h-1 {
        max-height: 0.25rem !important;
    }
    .lg-min-h-1 {
        min-height: 0.25rem !important;
    }
    .lg-h-2 {
        height: 0.5rem !important;
    }
    .lg-max-h-2 {
        max-height: 0.5rem !important;
    }
    .lg-min-h-2 {
        min-height: 0.5rem !important;
    }
    .lg-h-3 {
        height: 0.75rem !important;
    }
    .lg-max-h-3 {
        max-height: 0.75rem !important;
    }
    .lg-min-h-3 {
        min-height: 0.75rem !important;
    }
    .lg-h-4 {
        height: 1rem !important;
    }
    .lg-max-h-4 {
        max-height: 1rem !important;
    }
    .lg-min-h-4 {
        min-height: 1rem !important;
    }
    .lg-h-5 {
        height: 1.25rem !important;
    }
    .lg-max-h-5 {
        max-height: 1.25rem !important;
    }
    .lg-min-h-5 {
        min-height: 1.25rem !important;
    }
    .lg-h-6 {
        height: 1.5rem !important;
    }
    .lg-max-h-6 {
        max-height: 1.5rem !important;
    }
    .lg-min-h-6 {
        min-height: 1.5rem !important;
    }
    .lg-h-7 {
        height: 1.75rem !important;
    }
    .lg-max-h-7 {
        max-height: 1.75rem !important;
    }
    .lg-min-h-7 {
        min-height: 1.75rem !important;
    }
    .lg-h-8 {
        height: 2rem !important;
    }
    .lg-max-h-8 {
        max-height: 2rem !important;
    }
    .lg-min-h-8 {
        min-height: 2rem !important;
    }
    .lg-h-9 {
        height: 2.25rem !important;
    }
    .lg-max-h-9 {
        max-height: 2.25rem !important;
    }
    .lg-min-h-9 {
        min-height: 2.25rem !important;
    }
    .lg-h-10 {
        height: 2.5rem !important;
    }
    .lg-max-h-10 {
        max-height: 2.5rem !important;
    }
    .lg-min-h-10 {
        min-height: 2.5rem !important;
    }
    .lg-h-l1 {
        height: 1rem !important;
    }
    .lg-max-h-l1 {
        max-height: 1rem !important;
    }
    .lg-min-h-l1 {
        min-height: 1rem !important;
    }
    .lg-h-l2 {
        height: 2rem !important;
    }
    .lg-max-h-l2 {
        max-height: 2rem !important;
    }
    .lg-min-h-l2 {
        min-height: 2rem !important;
    }
    .lg-h-l3 {
        height: 3rem !important;
    }
    .lg-max-h-l3 {
        max-height: 3rem !important;
    }
    .lg-min-h-l3 {
        min-height: 3rem !important;
    }
    .lg-h-l4 {
        height: 4rem !important;
    }
    .lg-max-h-l4 {
        max-height: 4rem !important;
    }
    .lg-min-h-l4 {
        min-height: 4rem !important;
    }
    .lg-h-l5 {
        height: 5rem !important;
    }
    .lg-max-h-l5 {
        max-height: 5rem !important;
    }
    .lg-min-h-l5 {
        min-height: 5rem !important;
    }
    .lg-h-l6 {
        height: 6rem !important;
    }
    .lg-max-h-l6 {
        max-height: 6rem !important;
    }
    .lg-min-h-l6 {
        min-height: 6rem !important;
    }
    .lg-h-l7 {
        height: 7rem !important;
    }
    .lg-max-h-l7 {
        max-height: 7rem !important;
    }
    .lg-min-h-l7 {
        min-height: 7rem !important;
    }
    .lg-h-l8 {
        height: 8rem !important;
    }
    .lg-max-h-l8 {
        max-height: 8rem !important;
    }
    .lg-min-h-l8 {
        min-height: 8rem !important;
    }
    .lg-h-l9 {
        height: 9rem !important;
    }
    .lg-max-h-l9 {
        max-height: 9rem !important;
    }
    .lg-min-h-l9 {
        min-height: 9rem !important;
    }
    .lg-h-l10 {
        height: 10rem !important;
    }
    .lg-max-h-l10 {
        max-height: 10rem !important;
    }
    .lg-min-h-l10 {
        min-height: 10rem !important;
    }
    .lg-h-auto {
        height: auto !important;
    }
    .lg-max-h-auto {
        max-height: auto !important;
    }
    .lg-min-h-auto {
        min-height: auto !important;
    }
    .lg-h-1px {
        height: 1px !important;
    }
    .lg-max-h-1px {
        max-height: 1px !important;
    }
    .lg-min-h-1px {
        min-height: 1px !important;
    }
    .lg-h-25pc {
        height: 25% !important;
    }
    .lg-max-h-25pc {
        max-height: 25% !important;
    }
    .lg-min-h-25pc {
        min-height: 25% !important;
    }
    .lg-h-33pc {
        height: 33.3333% !important;
    }
    .lg-max-h-33pc {
        max-height: 33.3333% !important;
    }
    .lg-min-h-33pc {
        min-height: 33.3333% !important;
    }
    .lg-h-50pc {
        height: 50% !important;
    }
    .lg-max-h-50pc {
        max-height: 50% !important;
    }
    .lg-min-h-50pc {
        min-height: 50% !important;
    }
    .lg-h-66pc {
        height: 66.6666% !important;
    }
    .lg-max-h-66pc {
        max-height: 66.6666% !important;
    }
    .lg-min-h-66pc {
        min-height: 66.6666% !important;
    }
    .lg-h-75pc {
        height: 75% !important;
    }
    .lg-max-h-75pc {
        max-height: 75% !important;
    }
    .lg-min-h-75pc {
        min-height: 75% !important;
    }
    .lg-h-100pc {
        height: 100% !important;
    }
    .lg-max-h-100pc {
        max-height: 100% !important;
    }
    .lg-min-h-100pc {
        min-height: 100% !important;
    }
    .lg-h-25vh {
        height: 25vh !important;
    }
    .lg-max-h-25vh {
        max-height: 25vh !important;
    }
    .lg-min-h-25vh {
        min-height: 25vh !important;
    }
    .lg-h-50vh {
        height: 50vh !important;
    }
    .lg-max-h-50vh {
        max-height: 50vh !important;
    }
    .lg-min-h-50vh {
        min-height: 50vh !important;
    }
    .lg-h-75vh {
        height: 75vh !important;
    }
    .lg-max-h-75vh {
        max-height: 75vh !important;
    }
    .lg-min-h-75vh {
        min-height: 75vh !important;
    }
    .lg-h-100vh {
        height: 100vh !important;
    }
    .lg-max-h-100vh {
        max-height: 100vh !important;
    }
    .lg-min-h-100vh {
        min-height: 100vh !important;
    }
}
@media (min-width: 1200px) {
    .xl-h-0 {
        height: 0 !important;
    }
    .xl-max-h-0 {
        max-height: 0 !important;
    }
    .xl-min-h-0 {
        min-height: 0 !important;
    }
    .xl-h-1 {
        height: 0.25rem !important;
    }
    .xl-max-h-1 {
        max-height: 0.25rem !important;
    }
    .xl-min-h-1 {
        min-height: 0.25rem !important;
    }
    .xl-h-2 {
        height: 0.5rem !important;
    }
    .xl-max-h-2 {
        max-height: 0.5rem !important;
    }
    .xl-min-h-2 {
        min-height: 0.5rem !important;
    }
    .xl-h-3 {
        height: 0.75rem !important;
    }
    .xl-max-h-3 {
        max-height: 0.75rem !important;
    }
    .xl-min-h-3 {
        min-height: 0.75rem !important;
    }
    .xl-h-4 {
        height: 1rem !important;
    }
    .xl-max-h-4 {
        max-height: 1rem !important;
    }
    .xl-min-h-4 {
        min-height: 1rem !important;
    }
    .xl-h-5 {
        height: 1.25rem !important;
    }
    .xl-max-h-5 {
        max-height: 1.25rem !important;
    }
    .xl-min-h-5 {
        min-height: 1.25rem !important;
    }
    .xl-h-6 {
        height: 1.5rem !important;
    }
    .xl-max-h-6 {
        max-height: 1.5rem !important;
    }
    .xl-min-h-6 {
        min-height: 1.5rem !important;
    }
    .xl-h-7 {
        height: 1.75rem !important;
    }
    .xl-max-h-7 {
        max-height: 1.75rem !important;
    }
    .xl-min-h-7 {
        min-height: 1.75rem !important;
    }
    .xl-h-8 {
        height: 2rem !important;
    }
    .xl-max-h-8 {
        max-height: 2rem !important;
    }
    .xl-min-h-8 {
        min-height: 2rem !important;
    }
    .xl-h-9 {
        height: 2.25rem !important;
    }
    .xl-max-h-9 {
        max-height: 2.25rem !important;
    }
    .xl-min-h-9 {
        min-height: 2.25rem !important;
    }
    .xl-h-10 {
        height: 2.5rem !important;
    }
    .xl-max-h-10 {
        max-height: 2.5rem !important;
    }
    .xl-min-h-10 {
        min-height: 2.5rem !important;
    }
    .xl-h-l1 {
        height: 1rem !important;
    }
    .xl-max-h-l1 {
        max-height: 1rem !important;
    }
    .xl-min-h-l1 {
        min-height: 1rem !important;
    }
    .xl-h-l2 {
        height: 2rem !important;
    }
    .xl-max-h-l2 {
        max-height: 2rem !important;
    }
    .xl-min-h-l2 {
        min-height: 2rem !important;
    }
    .xl-h-l3 {
        height: 3rem !important;
    }
    .xl-max-h-l3 {
        max-height: 3rem !important;
    }
    .xl-min-h-l3 {
        min-height: 3rem !important;
    }
    .xl-h-l4 {
        height: 4rem !important;
    }
    .xl-max-h-l4 {
        max-height: 4rem !important;
    }
    .xl-min-h-l4 {
        min-height: 4rem !important;
    }
    .xl-h-l5 {
        height: 5rem !important;
    }
    .xl-max-h-l5 {
        max-height: 5rem !important;
    }
    .xl-min-h-l5 {
        min-height: 5rem !important;
    }
    .xl-h-l6 {
        height: 6rem !important;
    }
    .xl-max-h-l6 {
        max-height: 6rem !important;
    }
    .xl-min-h-l6 {
        min-height: 6rem !important;
    }
    .xl-h-l7 {
        height: 7rem !important;
    }
    .xl-max-h-l7 {
        max-height: 7rem !important;
    }
    .xl-min-h-l7 {
        min-height: 7rem !important;
    }
    .xl-h-l8 {
        height: 8rem !important;
    }
    .xl-max-h-l8 {
        max-height: 8rem !important;
    }
    .xl-min-h-l8 {
        min-height: 8rem !important;
    }
    .xl-h-l9 {
        height: 9rem !important;
    }
    .xl-max-h-l9 {
        max-height: 9rem !important;
    }
    .xl-min-h-l9 {
        min-height: 9rem !important;
    }
    .xl-h-l10 {
        height: 10rem !important;
    }
    .xl-max-h-l10 {
        max-height: 10rem !important;
    }
    .xl-min-h-l10 {
        min-height: 10rem !important;
    }
    .xl-h-auto {
        height: auto !important;
    }
    .xl-max-h-auto {
        max-height: auto !important;
    }
    .xl-min-h-auto {
        min-height: auto !important;
    }
    .xl-h-1px {
        height: 1px !important;
    }
    .xl-max-h-1px {
        max-height: 1px !important;
    }
    .xl-min-h-1px {
        min-height: 1px !important;
    }
    .xl-h-25pc {
        height: 25% !important;
    }
    .xl-max-h-25pc {
        max-height: 25% !important;
    }
    .xl-min-h-25pc {
        min-height: 25% !important;
    }
    .xl-h-33pc {
        height: 33.3333% !important;
    }
    .xl-max-h-33pc {
        max-height: 33.3333% !important;
    }
    .xl-min-h-33pc {
        min-height: 33.3333% !important;
    }
    .xl-h-50pc {
        height: 50% !important;
    }
    .xl-max-h-50pc {
        max-height: 50% !important;
    }
    .xl-min-h-50pc {
        min-height: 50% !important;
    }
    .xl-h-66pc {
        height: 66.6666% !important;
    }
    .xl-max-h-66pc {
        max-height: 66.6666% !important;
    }
    .xl-min-h-66pc {
        min-height: 66.6666% !important;
    }
    .xl-h-75pc {
        height: 75% !important;
    }
    .xl-max-h-75pc {
        max-height: 75% !important;
    }
    .xl-min-h-75pc {
        min-height: 75% !important;
    }
    .xl-h-100pc {
        height: 100% !important;
    }
    .xl-max-h-100pc {
        max-height: 100% !important;
    }
    .xl-min-h-100pc {
        min-height: 100% !important;
    }
    .xl-h-25vh {
        height: 25vh !important;
    }
    .xl-max-h-25vh {
        max-height: 25vh !important;
    }
    .xl-min-h-25vh {
        min-height: 25vh !important;
    }
    .xl-h-50vh {
        height: 50vh !important;
    }
    .xl-max-h-50vh {
        max-height: 50vh !important;
    }
    .xl-min-h-50vh {
        min-height: 50vh !important;
    }
    .xl-h-75vh {
        height: 75vh !important;
    }
    .xl-max-h-75vh {
        max-height: 75vh !important;
    }
    .xl-min-h-75vh {
        min-height: 75vh !important;
    }
    .xl-h-100vh {
        height: 100vh !important;
    }
    .xl-max-h-100vh {
        max-height: 100vh !important;
    }
    .xl-min-h-100vh {
        min-height: 100vh !important;
    }
}
.h-1by1:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.h-1by2:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}
.h-2by1:after {
    content: "";
    display: block;
    padding-bottom: 200%;
}
.h-9by16:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.h-16by9:after {
    content: "";
    display: block;
    padding-bottom: 177.77%;
}
.h-4by3:after {
    content: "";
    display: block;
    padding-bottom: 133.33%;
}
.h-3by4:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}
@media (min-width: 576px) {
    .sm-h-1by1:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    .sm-h-1by2:after {
        content: "";
        display: block;
        padding-bottom: 50%;
    }
    .sm-h-2by1:after {
        content: "";
        display: block;
        padding-bottom: 200%;
    }
    .sm-h-9by16:after {
        content: "";
        display: block;
        padding-bottom: 56.25%;
    }
    .sm-h-16by9:after {
        content: "";
        display: block;
        padding-bottom: 177.77%;
    }
    .sm-h-4by3:after {
        content: "";
        display: block;
        padding-bottom: 133.33%;
    }
    .sm-h-3by4:after {
        content: "";
        display: block;
        padding-bottom: 75%;
    }
}
@media (min-width: 768px) {
    .md-h-1by1:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    .md-h-1by2:after {
        content: "";
        display: block;
        padding-bottom: 50%;
    }
    .md-h-2by1:after {
        content: "";
        display: block;
        padding-bottom: 200%;
    }
    .md-h-9by16:after {
        content: "";
        display: block;
        padding-bottom: 56.25%;
    }
    .md-h-16by9:after {
        content: "";
        display: block;
        padding-bottom: 177.77%;
    }
    .md-h-4by3:after {
        content: "";
        display: block;
        padding-bottom: 133.33%;
    }
    .md-h-3by4:after {
        content: "";
        display: block;
        padding-bottom: 75%;
    }
}
@media (min-width: 992px) {
    .lg-h-1by1:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    .lg-h-1by2:after {
        content: "";
        display: block;
        padding-bottom: 50%;
    }
    .lg-h-2by1:after {
        content: "";
        display: block;
        padding-bottom: 200%;
    }
    .lg-h-9by16:after {
        content: "";
        display: block;
        padding-bottom: 56.25%;
    }
    .lg-h-16by9:after {
        content: "";
        display: block;
        padding-bottom: 177.77%;
    }
    .lg-h-4by3:after {
        content: "";
        display: block;
        padding-bottom: 133.33%;
    }
    .lg-h-3by4:after {
        content: "";
        display: block;
        padding-bottom: 75%;
    }
}
@media (min-width: 1200px) {
    .xl-h-1by1:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    .xl-h-1by2:after {
        content: "";
        display: block;
        padding-bottom: 50%;
    }
    .xl-h-2by1:after {
        content: "";
        display: block;
        padding-bottom: 200%;
    }
    .xl-h-9by16:after {
        content: "";
        display: block;
        padding-bottom: 56.25%;
    }
    .xl-h-16by9:after {
        content: "";
        display: block;
        padding-bottom: 177.77%;
    }
    .xl-h-4by3:after {
        content: "";
        display: block;
        padding-bottom: 133.33%;
    }
    .xl-h-3by4:after {
        content: "";
        display: block;
        padding-bottom: 75%;
    }
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pr-3 {
    padding-right: 0.75rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pl-3 {
    padding-left: 0.75rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-5 {
    padding: 1.25rem !important;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.pr-5 {
    padding-right: 1.25rem !important;
}
.pb-5 {
    padding-bottom: 1.25rem !important;
}
.pl-5 {
    padding-left: 1.25rem !important;
}
.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.pt-6 {
    padding-top: 1.5rem !important;
}
.pr-6 {
    padding-right: 1.5rem !important;
}
.pb-6 {
    padding-bottom: 1.5rem !important;
}
.pl-6 {
    padding-left: 1.5rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-7 {
    padding: 1.75rem !important;
}
.pt-7 {
    padding-top: 1.75rem !important;
}
.pr-7 {
    padding-right: 1.75rem !important;
}
.pb-7 {
    padding-bottom: 1.75rem !important;
}
.pl-7 {
    padding-left: 1.75rem !important;
}
.px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}
.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}
.p-8 {
    padding: 2rem !important;
}
.pt-8 {
    padding-top: 2rem !important;
}
.pr-8 {
    padding-right: 2rem !important;
}
.pb-8 {
    padding-bottom: 2rem !important;
}
.pl-8 {
    padding-left: 2rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-9 {
    padding: 2.25rem !important;
}
.pt-9 {
    padding-top: 2.25rem !important;
}
.pr-9 {
    padding-right: 2.25rem !important;
}
.pb-9 {
    padding-bottom: 2.25rem !important;
}
.pl-9 {
    padding-left: 2.25rem !important;
}
.px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}
.p-10 {
    padding: 2.5rem !important;
}
.pt-10 {
    padding-top: 2.5rem !important;
}
.pr-10 {
    padding-right: 2.5rem !important;
}
.pb-10 {
    padding-bottom: 2.5rem !important;
}
.pl-10 {
    padding-left: 2.5rem !important;
}
.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.p-l1 {
    padding: 1rem !important;
}
.pt-l1 {
    padding-top: 1rem !important;
}
.pr-l1 {
    padding-right: 1rem !important;
}
.pb-l1 {
    padding-bottom: 1rem !important;
}
.pl-l1 {
    padding-left: 1rem !important;
}
.px-l1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.py-l1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-l2 {
    padding: 2rem !important;
}
.pt-l2 {
    padding-top: 2rem !important;
}
.pr-l2 {
    padding-right: 2rem !important;
}
.pb-l2 {
    padding-bottom: 2rem !important;
}
.pl-l2 {
    padding-left: 2rem !important;
}
.px-l2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-l2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-l3 {
    padding: 3rem !important;
}
.pt-l3 {
    padding-top: 3rem !important;
}
.pr-l3 {
    padding-right: 3rem !important;
}
.pb-l3 {
    padding-bottom: 3rem !important;
}
.pl-l3 {
    padding-left: 3rem !important;
}
.px-l3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.py-l3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-l4 {
    padding: 4rem !important;
}
.pt-l4 {
    padding-top: 4rem !important;
}
.pr-l4 {
    padding-right: 4rem !important;
}
.pb-l4 {
    padding-bottom: 4rem !important;
}
.pl-l4 {
    padding-left: 4rem !important;
}
.px-l4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.py-l4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.p-l5 {
    padding: 5rem !important;
}
.pt-l5 {
    padding-top: 5rem !important;
}
.pr-l5 {
    padding-right: 5rem !important;
}
.pb-l5 {
    padding-bottom: 5rem !important;
}
.pl-l5 {
    padding-left: 5rem !important;
}
.px-l5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-l5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.p-l6 {
    padding: 6rem !important;
}
.pt-l6 {
    padding-top: 6rem !important;
}
.pr-l6 {
    padding-right: 6rem !important;
}
.pb-l6 {
    padding-bottom: 6rem !important;
}
.pl-l6 {
    padding-left: 6rem !important;
}
.px-l6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.py-l6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.p-l7 {
    padding: 7rem !important;
}
.pt-l7 {
    padding-top: 7rem !important;
}
.pr-l7 {
    padding-right: 7rem !important;
}
.pb-l7 {
    padding-bottom: 7rem !important;
}
.pl-l7 {
    padding-left: 7rem !important;
}
.px-l7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.py-l7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.p-l8 {
    padding: 8rem !important;
}
.pt-l8 {
    padding-top: 8rem !important;
}
.pr-l8 {
    padding-right: 8rem !important;
}
.pb-l8 {
    padding-bottom: 8rem !important;
}
.pl-l8 {
    padding-left: 8rem !important;
}
.px-l8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.py-l8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.p-l9 {
    padding: 9rem !important;
}
.pt-l9 {
    padding-top: 9rem !important;
}
.pr-l9 {
    padding-right: 9rem !important;
}
.pb-l9 {
    padding-bottom: 9rem !important;
}
.pl-l9 {
    padding-left: 9rem !important;
}
.px-l9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.py-l9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.p-l10 {
    padding: 10rem !important;
}
.pt-l10 {
    padding-top: 10rem !important;
}
.pr-l10 {
    padding-right: 10rem !important;
}
.pb-l10 {
    padding-bottom: 10rem !important;
}
.pl-l10 {
    padding-left: 10rem !important;
}
.px-l10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.py-l10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.p-1px {
    padding: 1px !important;
}
.pt-1px {
    padding-top: 1px !important;
}
.pr-1px {
    padding-right: 1px !important;
}
.pb-1px {
    padding-bottom: 1px !important;
}
.pl-1px {
    padding-left: 1px !important;
}
.px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
@media (min-width: 576px) {
    .sm-p-0 {
        padding: 0 !important;
    }
    .sm-pt-0 {
        padding-top: 0 !important;
    }
    .sm-pr-0 {
        padding-right: 0 !important;
    }
    .sm-pb-0 {
        padding-bottom: 0 !important;
    }
    .sm-pl-0 {
        padding-left: 0 !important;
    }
    .sm-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .sm-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .sm-p-1 {
        padding: 0.25rem !important;
    }
    .sm-pt-1 {
        padding-top: 0.25rem !important;
    }
    .sm-pr-1 {
        padding-right: 0.25rem !important;
    }
    .sm-pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .sm-pl-1 {
        padding-left: 0.25rem !important;
    }
    .sm-px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .sm-py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .sm-p-2 {
        padding: 0.5rem !important;
    }
    .sm-pt-2 {
        padding-top: 0.5rem !important;
    }
    .sm-pr-2 {
        padding-right: 0.5rem !important;
    }
    .sm-pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .sm-pl-2 {
        padding-left: 0.5rem !important;
    }
    .sm-px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .sm-py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .sm-p-3 {
        padding: 0.75rem !important;
    }
    .sm-pt-3 {
        padding-top: 0.75rem !important;
    }
    .sm-pr-3 {
        padding-right: 0.75rem !important;
    }
    .sm-pb-3 {
        padding-bottom: 0.75rem !important;
    }
    .sm-pl-3 {
        padding-left: 0.75rem !important;
    }
    .sm-px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .sm-py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .sm-p-4 {
        padding: 1rem !important;
    }
    .sm-pt-4 {
        padding-top: 1rem !important;
    }
    .sm-pr-4 {
        padding-right: 1rem !important;
    }
    .sm-pb-4 {
        padding-bottom: 1rem !important;
    }
    .sm-pl-4 {
        padding-left: 1rem !important;
    }
    .sm-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .sm-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .sm-p-5 {
        padding: 1.25rem !important;
    }
    .sm-pt-5 {
        padding-top: 1.25rem !important;
    }
    .sm-pr-5 {
        padding-right: 1.25rem !important;
    }
    .sm-pb-5 {
        padding-bottom: 1.25rem !important;
    }
    .sm-pl-5 {
        padding-left: 1.25rem !important;
    }
    .sm-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .sm-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .sm-p-6 {
        padding: 1.5rem !important;
    }
    .sm-pt-6 {
        padding-top: 1.5rem !important;
    }
    .sm-pr-6 {
        padding-right: 1.5rem !important;
    }
    .sm-pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .sm-pl-6 {
        padding-left: 1.5rem !important;
    }
    .sm-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .sm-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .sm-p-7 {
        padding: 1.75rem !important;
    }
    .sm-pt-7 {
        padding-top: 1.75rem !important;
    }
    .sm-pr-7 {
        padding-right: 1.75rem !important;
    }
    .sm-pb-7 {
        padding-bottom: 1.75rem !important;
    }
    .sm-pl-7 {
        padding-left: 1.75rem !important;
    }
    .sm-px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .sm-py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .sm-p-8 {
        padding: 2rem !important;
    }
    .sm-pt-8 {
        padding-top: 2rem !important;
    }
    .sm-pr-8 {
        padding-right: 2rem !important;
    }
    .sm-pb-8 {
        padding-bottom: 2rem !important;
    }
    .sm-pl-8 {
        padding-left: 2rem !important;
    }
    .sm-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .sm-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .sm-p-9 {
        padding: 2.25rem !important;
    }
    .sm-pt-9 {
        padding-top: 2.25rem !important;
    }
    .sm-pr-9 {
        padding-right: 2.25rem !important;
    }
    .sm-pb-9 {
        padding-bottom: 2.25rem !important;
    }
    .sm-pl-9 {
        padding-left: 2.25rem !important;
    }
    .sm-px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .sm-py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .sm-p-10 {
        padding: 2.5rem !important;
    }
    .sm-pt-10 {
        padding-top: 2.5rem !important;
    }
    .sm-pr-10 {
        padding-right: 2.5rem !important;
    }
    .sm-pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .sm-pl-10 {
        padding-left: 2.5rem !important;
    }
    .sm-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .sm-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .sm-p-l1 {
        padding: 1rem !important;
    }
    .sm-pt-l1 {
        padding-top: 1rem !important;
    }
    .sm-pr-l1 {
        padding-right: 1rem !important;
    }
    .sm-pb-l1 {
        padding-bottom: 1rem !important;
    }
    .sm-pl-l1 {
        padding-left: 1rem !important;
    }
    .sm-px-l1 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .sm-py-l1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .sm-p-l2 {
        padding: 2rem !important;
    }
    .sm-pt-l2 {
        padding-top: 2rem !important;
    }
    .sm-pr-l2 {
        padding-right: 2rem !important;
    }
    .sm-pb-l2 {
        padding-bottom: 2rem !important;
    }
    .sm-pl-l2 {
        padding-left: 2rem !important;
    }
    .sm-px-l2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .sm-py-l2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .sm-p-l3 {
        padding: 3rem !important;
    }
    .sm-pt-l3 {
        padding-top: 3rem !important;
    }
    .sm-pr-l3 {
        padding-right: 3rem !important;
    }
    .sm-pb-l3 {
        padding-bottom: 3rem !important;
    }
    .sm-pl-l3 {
        padding-left: 3rem !important;
    }
    .sm-px-l3 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .sm-py-l3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .sm-p-l4 {
        padding: 4rem !important;
    }
    .sm-pt-l4 {
        padding-top: 4rem !important;
    }
    .sm-pr-l4 {
        padding-right: 4rem !important;
    }
    .sm-pb-l4 {
        padding-bottom: 4rem !important;
    }
    .sm-pl-l4 {
        padding-left: 4rem !important;
    }
    .sm-px-l4 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .sm-py-l4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .sm-p-l5 {
        padding: 5rem !important;
    }
    .sm-pt-l5 {
        padding-top: 5rem !important;
    }
    .sm-pr-l5 {
        padding-right: 5rem !important;
    }
    .sm-pb-l5 {
        padding-bottom: 5rem !important;
    }
    .sm-pl-l5 {
        padding-left: 5rem !important;
    }
    .sm-px-l5 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .sm-py-l5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .sm-p-l6 {
        padding: 6rem !important;
    }
    .sm-pt-l6 {
        padding-top: 6rem !important;
    }
    .sm-pr-l6 {
        padding-right: 6rem !important;
    }
    .sm-pb-l6 {
        padding-bottom: 6rem !important;
    }
    .sm-pl-l6 {
        padding-left: 6rem !important;
    }
    .sm-px-l6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .sm-py-l6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .sm-p-l7 {
        padding: 7rem !important;
    }
    .sm-pt-l7 {
        padding-top: 7rem !important;
    }
    .sm-pr-l7 {
        padding-right: 7rem !important;
    }
    .sm-pb-l7 {
        padding-bottom: 7rem !important;
    }
    .sm-pl-l7 {
        padding-left: 7rem !important;
    }
    .sm-px-l7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .sm-py-l7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .sm-p-l8 {
        padding: 8rem !important;
    }
    .sm-pt-l8 {
        padding-top: 8rem !important;
    }
    .sm-pr-l8 {
        padding-right: 8rem !important;
    }
    .sm-pb-l8 {
        padding-bottom: 8rem !important;
    }
    .sm-pl-l8 {
        padding-left: 8rem !important;
    }
    .sm-px-l8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .sm-py-l8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .sm-p-l9 {
        padding: 9rem !important;
    }
    .sm-pt-l9 {
        padding-top: 9rem !important;
    }
    .sm-pr-l9 {
        padding-right: 9rem !important;
    }
    .sm-pb-l9 {
        padding-bottom: 9rem !important;
    }
    .sm-pl-l9 {
        padding-left: 9rem !important;
    }
    .sm-px-l9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .sm-py-l9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .sm-p-l10 {
        padding: 10rem !important;
    }
    .sm-pt-l10 {
        padding-top: 10rem !important;
    }
    .sm-pr-l10 {
        padding-right: 10rem !important;
    }
    .sm-pb-l10 {
        padding-bottom: 10rem !important;
    }
    .sm-pl-l10 {
        padding-left: 10rem !important;
    }
    .sm-px-l10 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .sm-py-l10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .sm-p-1px {
        padding: 1px !important;
    }
    .sm-pt-1px {
        padding-top: 1px !important;
    }
    .sm-pr-1px {
        padding-right: 1px !important;
    }
    .sm-pb-1px {
        padding-bottom: 1px !important;
    }
    .sm-pl-1px {
        padding-left: 1px !important;
    }
    .sm-px-1px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .sm-py-1px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
}
@media (min-width: 768px) {
    .md-p-0 {
        padding: 0 !important;
    }
    .md-pt-0 {
        padding-top: 0 !important;
    }
    .md-pr-0 {
        padding-right: 0 !important;
    }
    .md-pb-0 {
        padding-bottom: 0 !important;
    }
    .md-pl-0 {
        padding-left: 0 !important;
    }
    .md-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .md-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .md-p-1 {
        padding: 0.25rem !important;
    }
    .md-pt-1 {
        padding-top: 0.25rem !important;
    }
    .md-pr-1 {
        padding-right: 0.25rem !important;
    }
    .md-pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .md-pl-1 {
        padding-left: 0.25rem !important;
    }
    .md-px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .md-py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .md-p-2 {
        padding: 0.5rem !important;
    }
    .md-pt-2 {
        padding-top: 0.5rem !important;
    }
    .md-pr-2 {
        padding-right: 0.5rem !important;
    }
    .md-pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .md-pl-2 {
        padding-left: 0.5rem !important;
    }
    .md-px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .md-py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .md-p-3 {
        padding: 0.75rem !important;
    }
    .md-pt-3 {
        padding-top: 0.75rem !important;
    }
    .md-pr-3 {
        padding-right: 0.75rem !important;
    }
    .md-pb-3 {
        padding-bottom: 0.75rem !important;
    }
    .md-pl-3 {
        padding-left: 0.75rem !important;
    }
    .md-px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .md-py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .md-p-4 {
        padding: 1rem !important;
    }
    .md-pt-4 {
        padding-top: 1rem !important;
    }
    .md-pr-4 {
        padding-right: 1rem !important;
    }
    .md-pb-4 {
        padding-bottom: 1rem !important;
    }
    .md-pl-4 {
        padding-left: 1rem !important;
    }
    .md-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .md-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .md-p-5 {
        padding: 1.25rem !important;
    }
    .md-pt-5 {
        padding-top: 1.25rem !important;
    }
    .md-pr-5 {
        padding-right: 1.25rem !important;
    }
    .md-pb-5 {
        padding-bottom: 1.25rem !important;
    }
    .md-pl-5 {
        padding-left: 1.25rem !important;
    }
    .md-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .md-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .md-p-6 {
        padding: 1.5rem !important;
    }
    .md-pt-6 {
        padding-top: 1.5rem !important;
    }
    .md-pr-6 {
        padding-right: 1.5rem !important;
    }
    .md-pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .md-pl-6 {
        padding-left: 1.5rem !important;
    }
    .md-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .md-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .md-p-7 {
        padding: 1.75rem !important;
    }
    .md-pt-7 {
        padding-top: 1.75rem !important;
    }
    .md-pr-7 {
        padding-right: 1.75rem !important;
    }
    .md-pb-7 {
        padding-bottom: 1.75rem !important;
    }
    .md-pl-7 {
        padding-left: 1.75rem !important;
    }
    .md-px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .md-py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .md-p-8 {
        padding: 2rem !important;
    }
    .md-pt-8 {
        padding-top: 2rem !important;
    }
    .md-pr-8 {
        padding-right: 2rem !important;
    }
    .md-pb-8 {
        padding-bottom: 2rem !important;
    }
    .md-pl-8 {
        padding-left: 2rem !important;
    }
    .md-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .md-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .md-p-9 {
        padding: 2.25rem !important;
    }
    .md-pt-9 {
        padding-top: 2.25rem !important;
    }
    .md-pr-9 {
        padding-right: 2.25rem !important;
    }
    .md-pb-9 {
        padding-bottom: 2.25rem !important;
    }
    .md-pl-9 {
        padding-left: 2.25rem !important;
    }
    .md-px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .md-py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .md-p-10 {
        padding: 2.5rem !important;
    }
    .md-pt-10 {
        padding-top: 2.5rem !important;
    }
    .md-pr-10 {
        padding-right: 2.5rem !important;
    }
    .md-pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .md-pl-10 {
        padding-left: 2.5rem !important;
    }
    .md-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .md-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .md-p-l1 {
        padding: 1rem !important;
    }
    .md-pt-l1 {
        padding-top: 1rem !important;
    }
    .md-pr-l1 {
        padding-right: 1rem !important;
    }
    .md-pb-l1 {
        padding-bottom: 1rem !important;
    }
    .md-pl-l1 {
        padding-left: 1rem !important;
    }
    .md-px-l1 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .md-py-l1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .md-p-l2 {
        padding: 2rem !important;
    }
    .md-pt-l2 {
        padding-top: 2rem !important;
    }
    .md-pr-l2 {
        padding-right: 2rem !important;
    }
    .md-pb-l2 {
        padding-bottom: 2rem !important;
    }
    .md-pl-l2 {
        padding-left: 2rem !important;
    }
    .md-px-l2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .md-py-l2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .md-p-l3 {
        padding: 3rem !important;
    }
    .md-pt-l3 {
        padding-top: 3rem !important;
    }
    .md-pr-l3 {
        padding-right: 3rem !important;
    }
    .md-pb-l3 {
        padding-bottom: 3rem !important;
    }
    .md-pl-l3 {
        padding-left: 3rem !important;
    }
    .md-px-l3 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .md-py-l3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .md-p-l4 {
        padding: 4rem !important;
    }
    .md-pt-l4 {
        padding-top: 4rem !important;
    }
    .md-pr-l4 {
        padding-right: 4rem !important;
    }
    .md-pb-l4 {
        padding-bottom: 4rem !important;
    }
    .md-pl-l4 {
        padding-left: 4rem !important;
    }
    .md-px-l4 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .md-py-l4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .md-p-l5 {
        padding: 5rem !important;
    }
    .md-pt-l5 {
        padding-top: 5rem !important;
    }
    .md-pr-l5 {
        padding-right: 5rem !important;
    }
    .md-pb-l5 {
        padding-bottom: 5rem !important;
    }
    .md-pl-l5 {
        padding-left: 5rem !important;
    }
    .md-px-l5 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .md-py-l5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .md-p-l6 {
        padding: 6rem !important;
    }
    .md-pt-l6 {
        padding-top: 6rem !important;
    }
    .md-pr-l6 {
        padding-right: 6rem !important;
    }
    .md-pb-l6 {
        padding-bottom: 6rem !important;
    }
    .md-pl-l6 {
        padding-left: 6rem !important;
    }
    .md-px-l6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .md-py-l6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .md-p-l7 {
        padding: 7rem !important;
    }
    .md-pt-l7 {
        padding-top: 7rem !important;
    }
    .md-pr-l7 {
        padding-right: 7rem !important;
    }
    .md-pb-l7 {
        padding-bottom: 7rem !important;
    }
    .md-pl-l7 {
        padding-left: 7rem !important;
    }
    .md-px-l7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .md-py-l7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .md-p-l8 {
        padding: 8rem !important;
    }
    .md-pt-l8 {
        padding-top: 8rem !important;
    }
    .md-pr-l8 {
        padding-right: 8rem !important;
    }
    .md-pb-l8 {
        padding-bottom: 8rem !important;
    }
    .md-pl-l8 {
        padding-left: 8rem !important;
    }
    .md-px-l8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .md-py-l8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .md-p-l9 {
        padding: 9rem !important;
    }
    .md-pt-l9 {
        padding-top: 9rem !important;
    }
    .md-pr-l9 {
        padding-right: 9rem !important;
    }
    .md-pb-l9 {
        padding-bottom: 9rem !important;
    }
    .md-pl-l9 {
        padding-left: 9rem !important;
    }
    .md-px-l9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .md-py-l9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .md-p-l10 {
        padding: 10rem !important;
    }
    .md-pt-l10 {
        padding-top: 10rem !important;
    }
    .md-pr-l10 {
        padding-right: 10rem !important;
    }
    .md-pb-l10 {
        padding-bottom: 10rem !important;
    }
    .md-pl-l10 {
        padding-left: 10rem !important;
    }
    .md-px-l10 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .md-py-l10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .md-p-1px {
        padding: 1px !important;
    }
    .md-pt-1px {
        padding-top: 1px !important;
    }
    .md-pr-1px {
        padding-right: 1px !important;
    }
    .md-pb-1px {
        padding-bottom: 1px !important;
    }
    .md-pl-1px {
        padding-left: 1px !important;
    }
    .md-px-1px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .md-py-1px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
}
@media (min-width: 992px) {
    .lg-p-0 {
        padding: 0 !important;
    }
    .lg-pt-0 {
        padding-top: 0 !important;
    }
    .lg-pr-0 {
        padding-right: 0 !important;
    }
    .lg-pb-0 {
        padding-bottom: 0 !important;
    }
    .lg-pl-0 {
        padding-left: 0 !important;
    }
    .lg-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .lg-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .lg-p-1 {
        padding: 0.25rem !important;
    }
    .lg-pt-1 {
        padding-top: 0.25rem !important;
    }
    .lg-pr-1 {
        padding-right: 0.25rem !important;
    }
    .lg-pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .lg-pl-1 {
        padding-left: 0.25rem !important;
    }
    .lg-px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .lg-py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .lg-p-2 {
        padding: 0.5rem !important;
    }
    .lg-pt-2 {
        padding-top: 0.5rem !important;
    }
    .lg-pr-2 {
        padding-right: 0.5rem !important;
    }
    .lg-pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .lg-pl-2 {
        padding-left: 0.5rem !important;
    }
    .lg-px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .lg-py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .lg-p-3 {
        padding: 0.75rem !important;
    }
    .lg-pt-3 {
        padding-top: 0.75rem !important;
    }
    .lg-pr-3 {
        padding-right: 0.75rem !important;
    }
    .lg-pb-3 {
        padding-bottom: 0.75rem !important;
    }
    .lg-pl-3 {
        padding-left: 0.75rem !important;
    }
    .lg-px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .lg-py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .lg-p-4 {
        padding: 1rem !important;
    }
    .lg-pt-4 {
        padding-top: 1rem !important;
    }
    .lg-pr-4 {
        padding-right: 1rem !important;
    }
    .lg-pb-4 {
        padding-bottom: 1rem !important;
    }
    .lg-pl-4 {
        padding-left: 1rem !important;
    }
    .lg-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .lg-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .lg-p-5 {
        padding: 1.25rem !important;
    }
    .lg-pt-5 {
        padding-top: 1.25rem !important;
    }
    .lg-pr-5 {
        padding-right: 1.25rem !important;
    }
    .lg-pb-5 {
        padding-bottom: 1.25rem !important;
    }
    .lg-pl-5 {
        padding-left: 1.25rem !important;
    }
    .lg-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .lg-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .lg-p-6 {
        padding: 1.5rem !important;
    }
    .lg-pt-6 {
        padding-top: 1.5rem !important;
    }
    .lg-pr-6 {
        padding-right: 1.5rem !important;
    }
    .lg-pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .lg-pl-6 {
        padding-left: 1.5rem !important;
    }
    .lg-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .lg-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .lg-p-7 {
        padding: 1.75rem !important;
    }
    .lg-pt-7 {
        padding-top: 1.75rem !important;
    }
    .lg-pr-7 {
        padding-right: 1.75rem !important;
    }
    .lg-pb-7 {
        padding-bottom: 1.75rem !important;
    }
    .lg-pl-7 {
        padding-left: 1.75rem !important;
    }
    .lg-px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .lg-py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .lg-p-8 {
        padding: 2rem !important;
    }
    .lg-pt-8 {
        padding-top: 2rem !important;
    }
    .lg-pr-8 {
        padding-right: 2rem !important;
    }
    .lg-pb-8 {
        padding-bottom: 2rem !important;
    }
    .lg-pl-8 {
        padding-left: 2rem !important;
    }
    .lg-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .lg-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .lg-p-9 {
        padding: 2.25rem !important;
    }
    .lg-pt-9 {
        padding-top: 2.25rem !important;
    }
    .lg-pr-9 {
        padding-right: 2.25rem !important;
    }
    .lg-pb-9 {
        padding-bottom: 2.25rem !important;
    }
    .lg-pl-9 {
        padding-left: 2.25rem !important;
    }
    .lg-px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .lg-py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .lg-p-10 {
        padding: 2.5rem !important;
    }
    .lg-pt-10 {
        padding-top: 2.5rem !important;
    }
    .lg-pr-10 {
        padding-right: 2.5rem !important;
    }
    .lg-pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .lg-pl-10 {
        padding-left: 2.5rem !important;
    }
    .lg-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .lg-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .lg-p-l1 {
        padding: 1rem !important;
    }
    .lg-pt-l1 {
        padding-top: 1rem !important;
    }
    .lg-pr-l1 {
        padding-right: 1rem !important;
    }
    .lg-pb-l1 {
        padding-bottom: 1rem !important;
    }
    .lg-pl-l1 {
        padding-left: 1rem !important;
    }
    .lg-px-l1 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .lg-py-l1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .lg-p-l2 {
        padding: 2rem !important;
    }
    .lg-pt-l2 {
        padding-top: 2rem !important;
    }
    .lg-pr-l2 {
        padding-right: 2rem !important;
    }
    .lg-pb-l2 {
        padding-bottom: 2rem !important;
    }
    .lg-pl-l2 {
        padding-left: 2rem !important;
    }
    .lg-px-l2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .lg-py-l2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .lg-p-l3 {
        padding: 3rem !important;
    }
    .lg-pt-l3 {
        padding-top: 3rem !important;
    }
    .lg-pr-l3 {
        padding-right: 3rem !important;
    }
    .lg-pb-l3 {
        padding-bottom: 3rem !important;
    }
    .lg-pl-l3 {
        padding-left: 3rem !important;
    }
    .lg-px-l3 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .lg-py-l3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .lg-p-l4 {
        padding: 4rem !important;
    }
    .lg-pt-l4 {
        padding-top: 4rem !important;
    }
    .lg-pr-l4 {
        padding-right: 4rem !important;
    }
    .lg-pb-l4 {
        padding-bottom: 4rem !important;
    }
    .lg-pl-l4 {
        padding-left: 4rem !important;
    }
    .lg-px-l4 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .lg-py-l4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .lg-p-l5 {
        padding: 5rem !important;
    }
    .lg-pt-l5 {
        padding-top: 5rem !important;
    }
    .lg-pr-l5 {
        padding-right: 5rem !important;
    }
    .lg-pb-l5 {
        padding-bottom: 5rem !important;
    }
    .lg-pl-l5 {
        padding-left: 5rem !important;
    }
    .lg-px-l5 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .lg-py-l5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .lg-p-l6 {
        padding: 6rem !important;
    }
    .lg-pt-l6 {
        padding-top: 6rem !important;
    }
    .lg-pr-l6 {
        padding-right: 6rem !important;
    }
    .lg-pb-l6 {
        padding-bottom: 6rem !important;
    }
    .lg-pl-l6 {
        padding-left: 6rem !important;
    }
    .lg-px-l6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .lg-py-l6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .lg-p-l7 {
        padding: 7rem !important;
    }
    .lg-pt-l7 {
        padding-top: 7rem !important;
    }
    .lg-pr-l7 {
        padding-right: 7rem !important;
    }
    .lg-pb-l7 {
        padding-bottom: 7rem !important;
    }
    .lg-pl-l7 {
        padding-left: 7rem !important;
    }
    .lg-px-l7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .lg-py-l7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .lg-p-l8 {
        padding: 8rem !important;
    }
    .lg-pt-l8 {
        padding-top: 8rem !important;
    }
    .lg-pr-l8 {
        padding-right: 8rem !important;
    }
    .lg-pb-l8 {
        padding-bottom: 8rem !important;
    }
    .lg-pl-l8 {
        padding-left: 8rem !important;
    }
    .lg-px-l8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .lg-py-l8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .lg-p-l9 {
        padding: 9rem !important;
    }
    .lg-pt-l9 {
        padding-top: 9rem !important;
    }
    .lg-pr-l9 {
        padding-right: 9rem !important;
    }
    .lg-pb-l9 {
        padding-bottom: 9rem !important;
    }
    .lg-pl-l9 {
        padding-left: 9rem !important;
    }
    .lg-px-l9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .lg-py-l9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .lg-p-l10 {
        padding: 10rem !important;
    }
    .lg-pt-l10 {
        padding-top: 10rem !important;
    }
    .lg-pr-l10 {
        padding-right: 10rem !important;
    }
    .lg-pb-l10 {
        padding-bottom: 10rem !important;
    }
    .lg-pl-l10 {
        padding-left: 10rem !important;
    }
    .lg-px-l10 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .lg-py-l10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .lg-p-1px {
        padding: 1px !important;
    }
    .lg-pt-1px {
        padding-top: 1px !important;
    }
    .lg-pr-1px {
        padding-right: 1px !important;
    }
    .lg-pb-1px {
        padding-bottom: 1px !important;
    }
    .lg-pl-1px {
        padding-left: 1px !important;
    }
    .lg-px-1px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .lg-py-1px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
}
@media (min-width: 1200px) {
    .xl-p-0 {
        padding: 0 !important;
    }
    .xl-pt-0 {
        padding-top: 0 !important;
    }
    .xl-pr-0 {
        padding-right: 0 !important;
    }
    .xl-pb-0 {
        padding-bottom: 0 !important;
    }
    .xl-pl-0 {
        padding-left: 0 !important;
    }
    .xl-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .xl-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .xl-p-1 {
        padding: 0.25rem !important;
    }
    .xl-pt-1 {
        padding-top: 0.25rem !important;
    }
    .xl-pr-1 {
        padding-right: 0.25rem !important;
    }
    .xl-pb-1 {
        padding-bottom: 0.25rem !important;
    }
    .xl-pl-1 {
        padding-left: 0.25rem !important;
    }
    .xl-px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .xl-py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .xl-p-2 {
        padding: 0.5rem !important;
    }
    .xl-pt-2 {
        padding-top: 0.5rem !important;
    }
    .xl-pr-2 {
        padding-right: 0.5rem !important;
    }
    .xl-pb-2 {
        padding-bottom: 0.5rem !important;
    }
    .xl-pl-2 {
        padding-left: 0.5rem !important;
    }
    .xl-px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .xl-py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .xl-p-3 {
        padding: 0.75rem !important;
    }
    .xl-pt-3 {
        padding-top: 0.75rem !important;
    }
    .xl-pr-3 {
        padding-right: 0.75rem !important;
    }
    .xl-pb-3 {
        padding-bottom: 0.75rem !important;
    }
    .xl-pl-3 {
        padding-left: 0.75rem !important;
    }
    .xl-px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .xl-py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .xl-p-4 {
        padding: 1rem !important;
    }
    .xl-pt-4 {
        padding-top: 1rem !important;
    }
    .xl-pr-4 {
        padding-right: 1rem !important;
    }
    .xl-pb-4 {
        padding-bottom: 1rem !important;
    }
    .xl-pl-4 {
        padding-left: 1rem !important;
    }
    .xl-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .xl-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .xl-p-5 {
        padding: 1.25rem !important;
    }
    .xl-pt-5 {
        padding-top: 1.25rem !important;
    }
    .xl-pr-5 {
        padding-right: 1.25rem !important;
    }
    .xl-pb-5 {
        padding-bottom: 1.25rem !important;
    }
    .xl-pl-5 {
        padding-left: 1.25rem !important;
    }
    .xl-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .xl-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .xl-p-6 {
        padding: 1.5rem !important;
    }
    .xl-pt-6 {
        padding-top: 1.5rem !important;
    }
    .xl-pr-6 {
        padding-right: 1.5rem !important;
    }
    .xl-pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .xl-pl-6 {
        padding-left: 1.5rem !important;
    }
    .xl-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .xl-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .xl-p-7 {
        padding: 1.75rem !important;
    }
    .xl-pt-7 {
        padding-top: 1.75rem !important;
    }
    .xl-pr-7 {
        padding-right: 1.75rem !important;
    }
    .xl-pb-7 {
        padding-bottom: 1.75rem !important;
    }
    .xl-pl-7 {
        padding-left: 1.75rem !important;
    }
    .xl-px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .xl-py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .xl-p-8 {
        padding: 2rem !important;
    }
    .xl-pt-8 {
        padding-top: 2rem !important;
    }
    .xl-pr-8 {
        padding-right: 2rem !important;
    }
    .xl-pb-8 {
        padding-bottom: 2rem !important;
    }
    .xl-pl-8 {
        padding-left: 2rem !important;
    }
    .xl-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .xl-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .xl-p-9 {
        padding: 2.25rem !important;
    }
    .xl-pt-9 {
        padding-top: 2.25rem !important;
    }
    .xl-pr-9 {
        padding-right: 2.25rem !important;
    }
    .xl-pb-9 {
        padding-bottom: 2.25rem !important;
    }
    .xl-pl-9 {
        padding-left: 2.25rem !important;
    }
    .xl-px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }
    .xl-py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .xl-p-10 {
        padding: 2.5rem !important;
    }
    .xl-pt-10 {
        padding-top: 2.5rem !important;
    }
    .xl-pr-10 {
        padding-right: 2.5rem !important;
    }
    .xl-pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .xl-pl-10 {
        padding-left: 2.5rem !important;
    }
    .xl-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .xl-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .xl-p-l1 {
        padding: 1rem !important;
    }
    .xl-pt-l1 {
        padding-top: 1rem !important;
    }
    .xl-pr-l1 {
        padding-right: 1rem !important;
    }
    .xl-pb-l1 {
        padding-bottom: 1rem !important;
    }
    .xl-pl-l1 {
        padding-left: 1rem !important;
    }
    .xl-px-l1 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .xl-py-l1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .xl-p-l2 {
        padding: 2rem !important;
    }
    .xl-pt-l2 {
        padding-top: 2rem !important;
    }
    .xl-pr-l2 {
        padding-right: 2rem !important;
    }
    .xl-pb-l2 {
        padding-bottom: 2rem !important;
    }
    .xl-pl-l2 {
        padding-left: 2rem !important;
    }
    .xl-px-l2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .xl-py-l2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .xl-p-l3 {
        padding: 3rem !important;
    }
    .xl-pt-l3 {
        padding-top: 3rem !important;
    }
    .xl-pr-l3 {
        padding-right: 3rem !important;
    }
    .xl-pb-l3 {
        padding-bottom: 3rem !important;
    }
    .xl-pl-l3 {
        padding-left: 3rem !important;
    }
    .xl-px-l3 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .xl-py-l3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .xl-p-l4 {
        padding: 4rem !important;
    }
    .xl-pt-l4 {
        padding-top: 4rem !important;
    }
    .xl-pr-l4 {
        padding-right: 4rem !important;
    }
    .xl-pb-l4 {
        padding-bottom: 4rem !important;
    }
    .xl-pl-l4 {
        padding-left: 4rem !important;
    }
    .xl-px-l4 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .xl-py-l4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .xl-p-l5 {
        padding: 5rem !important;
    }
    .xl-pt-l5 {
        padding-top: 5rem !important;
    }
    .xl-pr-l5 {
        padding-right: 5rem !important;
    }
    .xl-pb-l5 {
        padding-bottom: 5rem !important;
    }
    .xl-pl-l5 {
        padding-left: 5rem !important;
    }
    .xl-px-l5 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .xl-py-l5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .xl-p-l6 {
        padding: 6rem !important;
    }
    .xl-pt-l6 {
        padding-top: 6rem !important;
    }
    .xl-pr-l6 {
        padding-right: 6rem !important;
    }
    .xl-pb-l6 {
        padding-bottom: 6rem !important;
    }
    .xl-pl-l6 {
        padding-left: 6rem !important;
    }
    .xl-px-l6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .xl-py-l6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .xl-p-l7 {
        padding: 7rem !important;
    }
    .xl-pt-l7 {
        padding-top: 7rem !important;
    }
    .xl-pr-l7 {
        padding-right: 7rem !important;
    }
    .xl-pb-l7 {
        padding-bottom: 7rem !important;
    }
    .xl-pl-l7 {
        padding-left: 7rem !important;
    }
    .xl-px-l7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .xl-py-l7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .xl-p-l8 {
        padding: 8rem !important;
    }
    .xl-pt-l8 {
        padding-top: 8rem !important;
    }
    .xl-pr-l8 {
        padding-right: 8rem !important;
    }
    .xl-pb-l8 {
        padding-bottom: 8rem !important;
    }
    .xl-pl-l8 {
        padding-left: 8rem !important;
    }
    .xl-px-l8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .xl-py-l8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .xl-p-l9 {
        padding: 9rem !important;
    }
    .xl-pt-l9 {
        padding-top: 9rem !important;
    }
    .xl-pr-l9 {
        padding-right: 9rem !important;
    }
    .xl-pb-l9 {
        padding-bottom: 9rem !important;
    }
    .xl-pl-l9 {
        padding-left: 9rem !important;
    }
    .xl-px-l9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
    .xl-py-l9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .xl-p-l10 {
        padding: 10rem !important;
    }
    .xl-pt-l10 {
        padding-top: 10rem !important;
    }
    .xl-pr-l10 {
        padding-right: 10rem !important;
    }
    .xl-pb-l10 {
        padding-bottom: 10rem !important;
    }
    .xl-pl-l10 {
        padding-left: 10rem !important;
    }
    .xl-px-l10 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .xl-py-l10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .xl-p-1px {
        padding: 1px !important;
    }
    .xl-pt-1px {
        padding-top: 1px !important;
    }
    .xl-pr-1px {
        padding-right: 1px !important;
    }
    .xl-pb-1px {
        padding-bottom: 1px !important;
    }
    .xl-pl-1px {
        padding-left: 1px !important;
    }
    .xl-px-1px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .xl-py-1px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
}
.m-auto,
.after-m-auto::after,
.before-m-auto::before {
    margin: auto !important;
}
.mx-auto,
.after-mx-auto::after,
.before-mx-auto::before {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-auto,
.after-my-auto::after,
.before-my-auto::before {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-auto,
.after-mt-auto::after,
.before-mt-auto::before {
    margin-top: auto !important;
}
.mr-auto,
.after-mr-auto::after,
.before-mr-auto::before {
    margin-right: auto !important;
}
.mb-auto,
.after-mb-auto::after,
.before-mb-auto::before {
    margin-bottom: auto !important;
}
.ml-auto,
.after-ml-auto::after,
.before-ml-auto::before {
    margin-left: auto !important;
}
.m--100pc,
.after-m--100pc::after,
.before-m--100pc::before {
    margin: -100% !important;
}
.mx--100pc,
.after-mx--100pc::after,
.before-mx--100pc::before {
    margin-left: -100% !important;
    margin-right: -100% !important;
}
.my--100pc,
.after-my--100pc::after,
.before-my--100pc::before {
    margin-top: -100% !important;
    margin-bottom: -100% !important;
}
.mt--100pc,
.after-mt--100pc::after,
.before-mt--100pc::before {
    margin-top: -100% !important;
}
.mr--100pc,
.after-mr--100pc::after,
.before-mr--100pc::before {
    margin-right: -100% !important;
}
.mb--100pc,
.after-mb--100pc::after,
.before-mb--100pc::before {
    margin-bottom: -100% !important;
}
.ml--100pc,
.after-ml--100pc::after,
.before-ml--100pc::before {
    margin-left: -100% !important;
}
.m-0,
.after-m-0::after,
.before-m-0::before {
    margin: 0 !important;
}
.mx-0,
.after-mx-0::after,
.before-mx-0::before {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.my-0,
.after-my-0::after,
.before-my-0::before {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mt-0,
.after-mt-0::after,
.before-mt-0::before {
    margin-top: 0 !important;
}
.mr-0,
.after-mr-0::after,
.before-mr-0::before {
    margin-right: 0 !important;
}
.mb-0,
.after-mb-0::after,
.before-mb-0::before {
    margin-bottom: 0 !important;
}
.ml-0,
.after-ml-0::after,
.before-ml-0::before {
    margin-left: 0 !important;
}
.m-1,
.after-m-1::after,
.before-m-1::before {
    margin: 0.25rem !important;
}
.mx-1,
.after-mx-1::after,
.before-mx-1::before {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.my-1,
.after-my-1::after,
.before-my-1::before {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.mt-1,
.after-mt-1::after,
.before-mt-1::before {
    margin-top: 0.25rem !important;
}
.mr-1,
.after-mr-1::after,
.before-mr-1::before {
    margin-right: 0.25rem !important;
}
.mb-1,
.after-mb-1::after,
.before-mb-1::before {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.after-ml-1::after,
.before-ml-1::before {
    margin-left: 0.25rem !important;
}
.m-2,
.after-m-2::after,
.before-m-2::before {
    margin: 0.5rem !important;
}
.mx-2,
.after-mx-2::after,
.before-mx-2::before {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.my-2,
.after-my-2::after,
.before-my-2::before {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.mt-2,
.after-mt-2::after,
.before-mt-2::before {
    margin-top: 0.5rem !important;
}
.mr-2,
.after-mr-2::after,
.before-mr-2::before {
    margin-right: 0.5rem !important;
}
.mb-2,
.after-mb-2::after,
.before-mb-2::before {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.after-ml-2::after,
.before-ml-2::before {
    margin-left: 0.5rem !important;
}
.m-3,
.after-m-3::after,
.before-m-3::before {
    margin: 0.75rem !important;
}
.mx-3,
.after-mx-3::after,
.before-mx-3::before {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.my-3,
.after-my-3::after,
.before-my-3::before {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.mt-3,
.after-mt-3::after,
.before-mt-3::before {
    margin-top: 0.75rem !important;
}
.mr-3,
.after-mr-3::after,
.before-mr-3::before {
    margin-right: 0.75rem !important;
}
.mb-3,
.after-mb-3::after,
.before-mb-3::before {
    margin-bottom: 0.75rem !important;
}
.ml-3,
.after-ml-3::after,
.before-ml-3::before {
    margin-left: 0.75rem !important;
}
.m-4,
.after-m-4::after,
.before-m-4::before {
    margin: 1rem !important;
}
.mx-4,
.after-mx-4::after,
.before-mx-4::before {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.my-4,
.after-my-4::after,
.before-my-4::before {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.mt-4,
.after-mt-4::after,
.before-mt-4::before {
    margin-top: 1rem !important;
}
.mr-4,
.after-mr-4::after,
.before-mr-4::before {
    margin-right: 1rem !important;
}
.mb-4,
.after-mb-4::after,
.before-mb-4::before {
    margin-bottom: 1rem !important;
}
.ml-4,
.after-ml-4::after,
.before-ml-4::before {
    margin-left: 1rem !important;
}
.m-5,
.after-m-5::after,
.before-m-5::before {
    margin: 1.25rem !important;
}
.mx-5,
.after-mx-5::after,
.before-mx-5::before {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}
.my-5,
.after-my-5::after,
.before-my-5::before {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}
.mt-5,
.after-mt-5::after,
.before-mt-5::before {
    margin-top: 1.25rem !important;
}
.mr-5,
.after-mr-5::after,
.before-mr-5::before {
    margin-right: 1.25rem !important;
}
.mb-5,
.after-mb-5::after,
.before-mb-5::before {
    margin-bottom: 1.25rem !important;
}
.ml-5,
.after-ml-5::after,
.before-ml-5::before {
    margin-left: 1.25rem !important;
}
.m-6,
.after-m-6::after,
.before-m-6::before {
    margin: 1.5rem !important;
}
.mx-6,
.after-mx-6::after,
.before-mx-6::before {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.my-6,
.after-my-6::after,
.before-my-6::before {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.mt-6,
.after-mt-6::after,
.before-mt-6::before {
    margin-top: 1.5rem !important;
}
.mr-6,
.after-mr-6::after,
.before-mr-6::before {
    margin-right: 1.5rem !important;
}
.mb-6,
.after-mb-6::after,
.before-mb-6::before {
    margin-bottom: 1.5rem !important;
}
.ml-6,
.after-ml-6::after,
.before-ml-6::before {
    margin-left: 1.5rem !important;
}
.m-7,
.after-m-7::after,
.before-m-7::before {
    margin: 1.75rem !important;
}
.mx-7,
.after-mx-7::after,
.before-mx-7::before {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
}
.my-7,
.after-my-7::after,
.before-my-7::before {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}
.mt-7,
.after-mt-7::after,
.before-mt-7::before {
    margin-top: 1.75rem !important;
}
.mr-7,
.after-mr-7::after,
.before-mr-7::before {
    margin-right: 1.75rem !important;
}
.mb-7,
.after-mb-7::after,
.before-mb-7::before {
    margin-bottom: 1.75rem !important;
}
.ml-7,
.after-ml-7::after,
.before-ml-7::before {
    margin-left: 1.75rem !important;
}
.m-8,
.after-m-8::after,
.before-m-8::before {
    margin: 2rem !important;
}
.mx-8,
.after-mx-8::after,
.before-mx-8::before {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.my-8,
.after-my-8::after,
.before-my-8::before {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.mt-8,
.after-mt-8::after,
.before-mt-8::before {
    margin-top: 2rem !important;
}
.mr-8,
.after-mr-8::after,
.before-mr-8::before {
    margin-right: 2rem !important;
}
.mb-8,
.after-mb-8::after,
.before-mb-8::before {
    margin-bottom: 2rem !important;
}
.ml-8,
.after-ml-8::after,
.before-ml-8::before {
    margin-left: 2rem !important;
}
.m-9,
.after-m-9::after,
.before-m-9::before {
    margin: 2.25rem !important;
}
.mx-9,
.after-mx-9::after,
.before-mx-9::before {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}
.my-9,
.after-my-9::after,
.before-my-9::before {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}
.mt-9,
.after-mt-9::after,
.before-mt-9::before {
    margin-top: 2.25rem !important;
}
.mr-9,
.after-mr-9::after,
.before-mr-9::before {
    margin-right: 2.25rem !important;
}
.mb-9,
.after-mb-9::after,
.before-mb-9::before {
    margin-bottom: 2.25rem !important;
}
.ml-9,
.after-ml-9::after,
.before-ml-9::before {
    margin-left: 2.25rem !important;
}
.m-10,
.after-m-10::after,
.before-m-10::before {
    margin: 2.5rem !important;
}
.mx-10,
.after-mx-10::after,
.before-mx-10::before {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.my-10,
.after-my-10::after,
.before-my-10::before {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.mt-10,
.after-mt-10::after,
.before-mt-10::before {
    margin-top: 2.5rem !important;
}
.mr-10,
.after-mr-10::after,
.before-mr-10::before {
    margin-right: 2.5rem !important;
}
.mb-10,
.after-mb-10::after,
.before-mb-10::before {
    margin-bottom: 2.5rem !important;
}
.ml-10,
.after-ml-10::after,
.before-ml-10::before {
    margin-left: 2.5rem !important;
}
.m-l1,
.after-m-l1::after,
.before-m-l1::before {
    margin: 1rem !important;
}
.mx-l1,
.after-mx-l1::after,
.before-mx-l1::before {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.my-l1,
.after-my-l1::after,
.before-my-l1::before {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.mt-l1,
.after-mt-l1::after,
.before-mt-l1::before {
    margin-top: 1rem !important;
}
.mr-l1,
.after-mr-l1::after,
.before-mr-l1::before {
    margin-right: 1rem !important;
}
.mb-l1,
.after-mb-l1::after,
.before-mb-l1::before {
    margin-bottom: 1rem !important;
}
.ml-l1,
.after-ml-l1::after,
.before-ml-l1::before {
    margin-left: 1rem !important;
}
.m-l2,
.after-m-l2::after,
.before-m-l2::before {
    margin: 2rem !important;
}
.mx-l2,
.after-mx-l2::after,
.before-mx-l2::before {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.my-l2,
.after-my-l2::after,
.before-my-l2::before {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.mt-l2,
.after-mt-l2::after,
.before-mt-l2::before {
    margin-top: 2rem !important;
}
.mr-l2,
.after-mr-l2::after,
.before-mr-l2::before {
    margin-right: 2rem !important;
}
.mb-l2,
.after-mb-l2::after,
.before-mb-l2::before {
    margin-bottom: 2rem !important;
}
.ml-l2,
.after-ml-l2::after,
.before-ml-l2::before {
    margin-left: 2rem !important;
}
.m-l3,
.after-m-l3::after,
.before-m-l3::before {
    margin: 3rem !important;
}
.mx-l3,
.after-mx-l3::after,
.before-mx-l3::before {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.my-l3,
.after-my-l3::after,
.before-my-l3::before {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.mt-l3,
.after-mt-l3::after,
.before-mt-l3::before {
    margin-top: 3rem !important;
}
.mr-l3,
.after-mr-l3::after,
.before-mr-l3::before {
    margin-right: 3rem !important;
}
.mb-l3,
.after-mb-l3::after,
.before-mb-l3::before {
    margin-bottom: 3rem !important;
}
.ml-l3,
.after-ml-l3::after,
.before-ml-l3::before {
    margin-left: 3rem !important;
}
.m-l4,
.after-m-l4::after,
.before-m-l4::before {
    margin: 4rem !important;
}
.mx-l4,
.after-mx-l4::after,
.before-mx-l4::before {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.my-l4,
.after-my-l4::after,
.before-my-l4::before {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.mt-l4,
.after-mt-l4::after,
.before-mt-l4::before {
    margin-top: 4rem !important;
}
.mr-l4,
.after-mr-l4::after,
.before-mr-l4::before {
    margin-right: 4rem !important;
}
.mb-l4,
.after-mb-l4::after,
.before-mb-l4::before {
    margin-bottom: 4rem !important;
}
.ml-l4,
.after-ml-l4::after,
.before-ml-l4::before {
    margin-left: 4rem !important;
}
.m-l5,
.after-m-l5::after,
.before-m-l5::before {
    margin: 5rem !important;
}
.mx-l5,
.after-mx-l5::after,
.before-mx-l5::before {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.my-l5,
.after-my-l5::after,
.before-my-l5::before {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.mt-l5,
.after-mt-l5::after,
.before-mt-l5::before {
    margin-top: 5rem !important;
}
.mr-l5,
.after-mr-l5::after,
.before-mr-l5::before {
    margin-right: 5rem !important;
}
.mb-l5,
.after-mb-l5::after,
.before-mb-l5::before {
    margin-bottom: 5rem !important;
}
.ml-l5,
.after-ml-l5::after,
.before-ml-l5::before {
    margin-left: 5rem !important;
}
.m-l6,
.after-m-l6::after,
.before-m-l6::before {
    margin: 6rem !important;
}
.mx-l6,
.after-mx-l6::after,
.before-mx-l6::before {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.my-l6,
.after-my-l6::after,
.before-my-l6::before {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.mt-l6,
.after-mt-l6::after,
.before-mt-l6::before {
    margin-top: 6rem !important;
}
.mr-l6,
.after-mr-l6::after,
.before-mr-l6::before {
    margin-right: 6rem !important;
}
.mb-l6,
.after-mb-l6::after,
.before-mb-l6::before {
    margin-bottom: 6rem !important;
}
.ml-l6,
.after-ml-l6::after,
.before-ml-l6::before {
    margin-left: 6rem !important;
}
.m-l7,
.after-m-l7::after,
.before-m-l7::before {
    margin: 7rem !important;
}
.mx-l7,
.after-mx-l7::after,
.before-mx-l7::before {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.my-l7,
.after-my-l7::after,
.before-my-l7::before {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.mt-l7,
.after-mt-l7::after,
.before-mt-l7::before {
    margin-top: 7rem !important;
}
.mr-l7,
.after-mr-l7::after,
.before-mr-l7::before {
    margin-right: 7rem !important;
}
.mb-l7,
.after-mb-l7::after,
.before-mb-l7::before {
    margin-bottom: 7rem !important;
}
.ml-l7,
.after-ml-l7::after,
.before-ml-l7::before {
    margin-left: 7rem !important;
}
.m-l8,
.after-m-l8::after,
.before-m-l8::before {
    margin: 8rem !important;
}
.mx-l8,
.after-mx-l8::after,
.before-mx-l8::before {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.my-l8,
.after-my-l8::after,
.before-my-l8::before {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.mt-l8,
.after-mt-l8::after,
.before-mt-l8::before {
    margin-top: 8rem !important;
}
.mr-l8,
.after-mr-l8::after,
.before-mr-l8::before {
    margin-right: 8rem !important;
}
.mb-l8,
.after-mb-l8::after,
.before-mb-l8::before {
    margin-bottom: 8rem !important;
}
.ml-l8,
.after-ml-l8::after,
.before-ml-l8::before {
    margin-left: 8rem !important;
}
.m-l9,
.after-m-l9::after,
.before-m-l9::before {
    margin: 9rem !important;
}
.mx-l9,
.after-mx-l9::after,
.before-mx-l9::before {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.my-l9,
.after-my-l9::after,
.before-my-l9::before {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.mt-l9,
.after-mt-l9::after,
.before-mt-l9::before {
    margin-top: 9rem !important;
}
.mr-l9,
.after-mr-l9::after,
.before-mr-l9::before {
    margin-right: 9rem !important;
}
.mb-l9,
.after-mb-l9::after,
.before-mb-l9::before {
    margin-bottom: 9rem !important;
}
.ml-l9,
.after-ml-l9::after,
.before-ml-l9::before {
    margin-left: 9rem !important;
}
.m-l10,
.after-m-l10::after,
.before-m-l10::before {
    margin: 10rem !important;
}
.mx-l10,
.after-mx-l10::after,
.before-mx-l10::before {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.my-l10,
.after-my-l10::after,
.before-my-l10::before {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.mt-l10,
.after-mt-l10::after,
.before-mt-l10::before {
    margin-top: 10rem !important;
}
.mr-l10,
.after-mr-l10::after,
.before-mr-l10::before {
    margin-right: 10rem !important;
}
.mb-l10,
.after-mb-l10::after,
.before-mb-l10::before {
    margin-bottom: 10rem !important;
}
.ml-l10,
.after-ml-l10::after,
.before-ml-l10::before {
    margin-left: 10rem !important;
}
.m-1px,
.after-m-1px::after,
.before-m-1px::before {
    margin: 1px !important;
}
.mx-1px,
.after-mx-1px::after,
.before-mx-1px::before {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.my-1px,
.after-my-1px::after,
.before-my-1px::before {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
.mt-1px,
.after-mt-1px::after,
.before-mt-1px::before {
    margin-top: 1px !important;
}
.mr-1px,
.after-mr-1px::after,
.before-mr-1px::before {
    margin-right: 1px !important;
}
.mb-1px,
.after-mb-1px::after,
.before-mb-1px::before {
    margin-bottom: 1px !important;
}
.ml-1px,
.after-ml-1px::after,
.before-ml-1px::before {
    margin-left: 1px !important;
}
@media (min-width: 576px) {
    .sm-m-auto {
        margin: auto !important;
    }
    .sm-mt-auto {
        margin-top: auto !important;
    }
    .sm-mr-auto {
        margin-right: auto !important;
    }
    .sm-mb-auto {
        margin-bottom: auto !important;
    }
    .sm-ml-auto {
        margin-left: auto !important;
    }
    .sm-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sm-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .sm-m--100pc {
        margin: -100% !important;
    }
    .sm-mt--100pc {
        margin-top: -100% !important;
    }
    .sm-mr--100pc {
        margin-right: -100% !important;
    }
    .sm-mb--100pc {
        margin-bottom: -100% !important;
    }
    .sm-ml--100pc {
        margin-left: -100% !important;
    }
    .sm-mx--100pc {
        margin-left: -100% !important;
        margin-right: -100% !important;
    }
    .sm-my--100pc {
        margin-top: -100% !important;
        margin-bottom: -100% !important;
    }
    .sm-m-0 {
        margin: 0 !important;
    }
    .sm-mt-0 {
        margin-top: 0 !important;
    }
    .sm-mr-0 {
        margin-right: 0 !important;
    }
    .sm-mb-0 {
        margin-bottom: 0 !important;
    }
    .sm-ml-0 {
        margin-left: 0 !important;
    }
    .sm-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .sm-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .sm-m-1 {
        margin: 0.25rem !important;
    }
    .sm-mt-1 {
        margin-top: 0.25rem !important;
    }
    .sm-mr-1 {
        margin-right: 0.25rem !important;
    }
    .sm-mb-1 {
        margin-bottom: 0.25rem !important;
    }
    .sm-ml-1 {
        margin-left: 0.25rem !important;
    }
    .sm-mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .sm-my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .sm-m-2 {
        margin: 0.5rem !important;
    }
    .sm-mt-2 {
        margin-top: 0.5rem !important;
    }
    .sm-mr-2 {
        margin-right: 0.5rem !important;
    }
    .sm-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .sm-ml-2 {
        margin-left: 0.5rem !important;
    }
    .sm-mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .sm-my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .sm-m-3 {
        margin: 0.75rem !important;
    }
    .sm-mt-3 {
        margin-top: 0.75rem !important;
    }
    .sm-mr-3 {
        margin-right: 0.75rem !important;
    }
    .sm-mb-3 {
        margin-bottom: 0.75rem !important;
    }
    .sm-ml-3 {
        margin-left: 0.75rem !important;
    }
    .sm-mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .sm-my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .sm-m-4 {
        margin: 1rem !important;
    }
    .sm-mt-4 {
        margin-top: 1rem !important;
    }
    .sm-mr-4 {
        margin-right: 1rem !important;
    }
    .sm-mb-4 {
        margin-bottom: 1rem !important;
    }
    .sm-ml-4 {
        margin-left: 1rem !important;
    }
    .sm-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .sm-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .sm-m-5 {
        margin: 1.25rem !important;
    }
    .sm-mt-5 {
        margin-top: 1.25rem !important;
    }
    .sm-mr-5 {
        margin-right: 1.25rem !important;
    }
    .sm-mb-5 {
        margin-bottom: 1.25rem !important;
    }
    .sm-ml-5 {
        margin-left: 1.25rem !important;
    }
    .sm-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    .sm-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .sm-m-6 {
        margin: 1.5rem !important;
    }
    .sm-mt-6 {
        margin-top: 1.5rem !important;
    }
    .sm-mr-6 {
        margin-right: 1.5rem !important;
    }
    .sm-mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .sm-ml-6 {
        margin-left: 1.5rem !important;
    }
    .sm-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .sm-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .sm-m-7 {
        margin: 1.75rem !important;
    }
    .sm-mt-7 {
        margin-top: 1.75rem !important;
    }
    .sm-mr-7 {
        margin-right: 1.75rem !important;
    }
    .sm-mb-7 {
        margin-bottom: 1.75rem !important;
    }
    .sm-ml-7 {
        margin-left: 1.75rem !important;
    }
    .sm-mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .sm-my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .sm-m-8 {
        margin: 2rem !important;
    }
    .sm-mt-8 {
        margin-top: 2rem !important;
    }
    .sm-mr-8 {
        margin-right: 2rem !important;
    }
    .sm-mb-8 {
        margin-bottom: 2rem !important;
    }
    .sm-ml-8 {
        margin-left: 2rem !important;
    }
    .sm-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .sm-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .sm-m-9 {
        margin: 2.25rem !important;
    }
    .sm-mt-9 {
        margin-top: 2.25rem !important;
    }
    .sm-mr-9 {
        margin-right: 2.25rem !important;
    }
    .sm-mb-9 {
        margin-bottom: 2.25rem !important;
    }
    .sm-ml-9 {
        margin-left: 2.25rem !important;
    }
    .sm-mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .sm-my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .sm-m-10 {
        margin: 2.5rem !important;
    }
    .sm-mt-10 {
        margin-top: 2.5rem !important;
    }
    .sm-mr-10 {
        margin-right: 2.5rem !important;
    }
    .sm-mb-10 {
        margin-bottom: 2.5rem !important;
    }
    .sm-ml-10 {
        margin-left: 2.5rem !important;
    }
    .sm-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .sm-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .sm-m-l1 {
        margin: 1rem !important;
    }
    .sm-mt-l1 {
        margin-top: 1rem !important;
    }
    .sm-mr-l1 {
        margin-right: 1rem !important;
    }
    .sm-mb-l1 {
        margin-bottom: 1rem !important;
    }
    .sm-ml-l1 {
        margin-left: 1rem !important;
    }
    .sm-mx-l1 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .sm-my-l1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .sm-m-l2 {
        margin: 2rem !important;
    }
    .sm-mt-l2 {
        margin-top: 2rem !important;
    }
    .sm-mr-l2 {
        margin-right: 2rem !important;
    }
    .sm-mb-l2 {
        margin-bottom: 2rem !important;
    }
    .sm-ml-l2 {
        margin-left: 2rem !important;
    }
    .sm-mx-l2 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .sm-my-l2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .sm-m-l3 {
        margin: 3rem !important;
    }
    .sm-mt-l3 {
        margin-top: 3rem !important;
    }
    .sm-mr-l3 {
        margin-right: 3rem !important;
    }
    .sm-mb-l3 {
        margin-bottom: 3rem !important;
    }
    .sm-ml-l3 {
        margin-left: 3rem !important;
    }
    .sm-mx-l3 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .sm-my-l3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .sm-m-l4 {
        margin: 4rem !important;
    }
    .sm-mt-l4 {
        margin-top: 4rem !important;
    }
    .sm-mr-l4 {
        margin-right: 4rem !important;
    }
    .sm-mb-l4 {
        margin-bottom: 4rem !important;
    }
    .sm-ml-l4 {
        margin-left: 4rem !important;
    }
    .sm-mx-l4 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .sm-my-l4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .sm-m-l5 {
        margin: 5rem !important;
    }
    .sm-mt-l5 {
        margin-top: 5rem !important;
    }
    .sm-mr-l5 {
        margin-right: 5rem !important;
    }
    .sm-mb-l5 {
        margin-bottom: 5rem !important;
    }
    .sm-ml-l5 {
        margin-left: 5rem !important;
    }
    .sm-mx-l5 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .sm-my-l5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .sm-m-l6 {
        margin: 6rem !important;
    }
    .sm-mt-l6 {
        margin-top: 6rem !important;
    }
    .sm-mr-l6 {
        margin-right: 6rem !important;
    }
    .sm-mb-l6 {
        margin-bottom: 6rem !important;
    }
    .sm-ml-l6 {
        margin-left: 6rem !important;
    }
    .sm-mx-l6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .sm-my-l6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .sm-m-l7 {
        margin: 7rem !important;
    }
    .sm-mt-l7 {
        margin-top: 7rem !important;
    }
    .sm-mr-l7 {
        margin-right: 7rem !important;
    }
    .sm-mb-l7 {
        margin-bottom: 7rem !important;
    }
    .sm-ml-l7 {
        margin-left: 7rem !important;
    }
    .sm-mx-l7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .sm-my-l7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .sm-m-l8 {
        margin: 8rem !important;
    }
    .sm-mt-l8 {
        margin-top: 8rem !important;
    }
    .sm-mr-l8 {
        margin-right: 8rem !important;
    }
    .sm-mb-l8 {
        margin-bottom: 8rem !important;
    }
    .sm-ml-l8 {
        margin-left: 8rem !important;
    }
    .sm-mx-l8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .sm-my-l8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    .sm-m-l9 {
        margin: 9rem !important;
    }
    .sm-mt-l9 {
        margin-top: 9rem !important;
    }
    .sm-mr-l9 {
        margin-right: 9rem !important;
    }
    .sm-mb-l9 {
        margin-bottom: 9rem !important;
    }
    .sm-ml-l9 {
        margin-left: 9rem !important;
    }
    .sm-mx-l9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .sm-my-l9 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .sm-m-l10 {
        margin: 10rem !important;
    }
    .sm-mt-l10 {
        margin-top: 10rem !important;
    }
    .sm-mr-l10 {
        margin-right: 10rem !important;
    }
    .sm-mb-l10 {
        margin-bottom: 10rem !important;
    }
    .sm-ml-l10 {
        margin-left: 10rem !important;
    }
    .sm-mx-l10 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .sm-my-l10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .sm-m-1px {
        margin: 1px !important;
    }
    .sm-mt-1px {
        margin-top: 1px !important;
    }
    .sm-mr-1px {
        margin-right: 1px !important;
    }
    .sm-mb-1px {
        margin-bottom: 1px !important;
    }
    .sm-ml-1px {
        margin-left: 1px !important;
    }
    .sm-mx-1px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }
    .sm-my-1px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
}
@media (min-width: 768px) {
    .md-m-auto {
        margin: auto !important;
    }
    .md-mt-auto {
        margin-top: auto !important;
    }
    .md-mr-auto {
        margin-right: auto !important;
    }
    .md-mb-auto {
        margin-bottom: auto !important;
    }
    .md-ml-auto {
        margin-left: auto !important;
    }
    .md-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .md-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .md-m--100pc {
        margin: -100% !important;
    }
    .md-mt--100pc {
        margin-top: -100% !important;
    }
    .md-mr--100pc {
        margin-right: -100% !important;
    }
    .md-mb--100pc {
        margin-bottom: -100% !important;
    }
    .md-ml--100pc {
        margin-left: -100% !important;
    }
    .md-mx--100pc {
        margin-left: -100% !important;
        margin-right: -100% !important;
    }
    .md-my--100pc {
        margin-top: -100% !important;
        margin-bottom: -100% !important;
    }
    .md-m-0 {
        margin: 0 !important;
    }
    .md-mt-0 {
        margin-top: 0 !important;
    }
    .md-mr-0 {
        margin-right: 0 !important;
    }
    .md-mb-0 {
        margin-bottom: 0 !important;
    }
    .md-ml-0 {
        margin-left: 0 !important;
    }
    .md-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .md-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .md-m-1 {
        margin: 0.25rem !important;
    }
    .md-mt-1 {
        margin-top: 0.25rem !important;
    }
    .md-mr-1 {
        margin-right: 0.25rem !important;
    }
    .md-mb-1 {
        margin-bottom: 0.25rem !important;
    }
    .md-ml-1 {
        margin-left: 0.25rem !important;
    }
    .md-mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .md-my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .md-m-2 {
        margin: 0.5rem !important;
    }
    .md-mt-2 {
        margin-top: 0.5rem !important;
    }
    .md-mr-2 {
        margin-right: 0.5rem !important;
    }
    .md-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .md-ml-2 {
        margin-left: 0.5rem !important;
    }
    .md-mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .md-my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .md-m-3 {
        margin: 0.75rem !important;
    }
    .md-mt-3 {
        margin-top: 0.75rem !important;
    }
    .md-mr-3 {
        margin-right: 0.75rem !important;
    }
    .md-mb-3 {
        margin-bottom: 0.75rem !important;
    }
    .md-ml-3 {
        margin-left: 0.75rem !important;
    }
    .md-mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .md-my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .md-m-4 {
        margin: 1rem !important;
    }
    .md-mt-4 {
        margin-top: 1rem !important;
    }
    .md-mr-4 {
        margin-right: 1rem !important;
    }
    .md-mb-4 {
        margin-bottom: 1rem !important;
    }
    .md-ml-4 {
        margin-left: 1rem !important;
    }
    .md-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .md-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .md-m-5 {
        margin: 1.25rem !important;
    }
    .md-mt-5 {
        margin-top: 1.25rem !important;
    }
    .md-mr-5 {
        margin-right: 1.25rem !important;
    }
    .md-mb-5 {
        margin-bottom: 1.25rem !important;
    }
    .md-ml-5 {
        margin-left: 1.25rem !important;
    }
    .md-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    .md-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .md-m-6 {
        margin: 1.5rem !important;
    }
    .md-mt-6 {
        margin-top: 1.5rem !important;
    }
    .md-mr-6 {
        margin-right: 1.5rem !important;
    }
    .md-mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .md-ml-6 {
        margin-left: 1.5rem !important;
    }
    .md-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .md-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .md-m-7 {
        margin: 1.75rem !important;
    }
    .md-mt-7 {
        margin-top: 1.75rem !important;
    }
    .md-mr-7 {
        margin-right: 1.75rem !important;
    }
    .md-mb-7 {
        margin-bottom: 1.75rem !important;
    }
    .md-ml-7 {
        margin-left: 1.75rem !important;
    }
    .md-mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .md-my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .md-m-8 {
        margin: 2rem !important;
    }
    .md-mt-8 {
        margin-top: 2rem !important;
    }
    .md-mr-8 {
        margin-right: 2rem !important;
    }
    .md-mb-8 {
        margin-bottom: 2rem !important;
    }
    .md-ml-8 {
        margin-left: 2rem !important;
    }
    .md-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .md-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .md-m-9 {
        margin: 2.25rem !important;
    }
    .md-mt-9 {
        margin-top: 2.25rem !important;
    }
    .md-mr-9 {
        margin-right: 2.25rem !important;
    }
    .md-mb-9 {
        margin-bottom: 2.25rem !important;
    }
    .md-ml-9 {
        margin-left: 2.25rem !important;
    }
    .md-mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .md-my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .md-m-10 {
        margin: 2.5rem !important;
    }
    .md-mt-10 {
        margin-top: 2.5rem !important;
    }
    .md-mr-10 {
        margin-right: 2.5rem !important;
    }
    .md-mb-10 {
        margin-bottom: 2.5rem !important;
    }
    .md-ml-10 {
        margin-left: 2.5rem !important;
    }
    .md-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .md-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .md-m-l1 {
        margin: 1rem !important;
    }
    .md-mt-l1 {
        margin-top: 1rem !important;
    }
    .md-mr-l1 {
        margin-right: 1rem !important;
    }
    .md-mb-l1 {
        margin-bottom: 1rem !important;
    }
    .md-ml-l1 {
        margin-left: 1rem !important;
    }
    .md-mx-l1 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .md-my-l1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .md-m-l2 {
        margin: 2rem !important;
    }
    .md-mt-l2 {
        margin-top: 2rem !important;
    }
    .md-mr-l2 {
        margin-right: 2rem !important;
    }
    .md-mb-l2 {
        margin-bottom: 2rem !important;
    }
    .md-ml-l2 {
        margin-left: 2rem !important;
    }
    .md-mx-l2 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .md-my-l2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .md-m-l3 {
        margin: 3rem !important;
    }
    .md-mt-l3 {
        margin-top: 3rem !important;
    }
    .md-mr-l3 {
        margin-right: 3rem !important;
    }
    .md-mb-l3 {
        margin-bottom: 3rem !important;
    }
    .md-ml-l3 {
        margin-left: 3rem !important;
    }
    .md-mx-l3 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .md-my-l3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .md-m-l4 {
        margin: 4rem !important;
    }
    .md-mt-l4 {
        margin-top: 4rem !important;
    }
    .md-mr-l4 {
        margin-right: 4rem !important;
    }
    .md-mb-l4 {
        margin-bottom: 4rem !important;
    }
    .md-ml-l4 {
        margin-left: 4rem !important;
    }
    .md-mx-l4 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .md-my-l4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .md-m-l5 {
        margin: 5rem !important;
    }
    .md-mt-l5 {
        margin-top: 5rem !important;
    }
    .md-mr-l5 {
        margin-right: 5rem !important;
    }
    .md-mb-l5 {
        margin-bottom: 5rem !important;
    }
    .md-ml-l5 {
        margin-left: 5rem !important;
    }
    .md-mx-l5 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .md-my-l5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .md-m-l6 {
        margin: 6rem !important;
    }
    .md-mt-l6 {
        margin-top: 6rem !important;
    }
    .md-mr-l6 {
        margin-right: 6rem !important;
    }
    .md-mb-l6 {
        margin-bottom: 6rem !important;
    }
    .md-ml-l6 {
        margin-left: 6rem !important;
    }
    .md-mx-l6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .md-my-l6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .md-m-l7 {
        margin: 7rem !important;
    }
    .md-mt-l7 {
        margin-top: 7rem !important;
    }
    .md-mr-l7 {
        margin-right: 7rem !important;
    }
    .md-mb-l7 {
        margin-bottom: 7rem !important;
    }
    .md-ml-l7 {
        margin-left: 7rem !important;
    }
    .md-mx-l7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .md-my-l7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .md-m-l8 {
        margin: 8rem !important;
    }
    .md-mt-l8 {
        margin-top: 8rem !important;
    }
    .md-mr-l8 {
        margin-right: 8rem !important;
    }
    .md-mb-l8 {
        margin-bottom: 8rem !important;
    }
    .md-ml-l8 {
        margin-left: 8rem !important;
    }
    .md-mx-l8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .md-my-l8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    .md-m-l9 {
        margin: 9rem !important;
    }
    .md-mt-l9 {
        margin-top: 9rem !important;
    }
    .md-mr-l9 {
        margin-right: 9rem !important;
    }
    .md-mb-l9 {
        margin-bottom: 9rem !important;
    }
    .md-ml-l9 {
        margin-left: 9rem !important;
    }
    .md-mx-l9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .md-my-l9 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .md-m-l10 {
        margin: 10rem !important;
    }
    .md-mt-l10 {
        margin-top: 10rem !important;
    }
    .md-mr-l10 {
        margin-right: 10rem !important;
    }
    .md-mb-l10 {
        margin-bottom: 10rem !important;
    }
    .md-ml-l10 {
        margin-left: 10rem !important;
    }
    .md-mx-l10 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .md-my-l10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .md-m-1px {
        margin: 1px !important;
    }
    .md-mt-1px {
        margin-top: 1px !important;
    }
    .md-mr-1px {
        margin-right: 1px !important;
    }
    .md-mb-1px {
        margin-bottom: 1px !important;
    }
    .md-ml-1px {
        margin-left: 1px !important;
    }
    .md-mx-1px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }
    .md-my-1px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
}
@media (min-width: 992px) {
    .lg-m-auto {
        margin: auto !important;
    }
    .lg-mt-auto {
        margin-top: auto !important;
    }
    .lg-mr-auto {
        margin-right: auto !important;
    }
    .lg-mb-auto {
        margin-bottom: auto !important;
    }
    .lg-ml-auto {
        margin-left: auto !important;
    }
    .lg-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .lg-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .lg-m--100pc {
        margin: -100% !important;
    }
    .lg-mt--100pc {
        margin-top: -100% !important;
    }
    .lg-mr--100pc {
        margin-right: -100% !important;
    }
    .lg-mb--100pc {
        margin-bottom: -100% !important;
    }
    .lg-ml--100pc {
        margin-left: -100% !important;
    }
    .lg-mx--100pc {
        margin-left: -100% !important;
        margin-right: -100% !important;
    }
    .lg-my--100pc {
        margin-top: -100% !important;
        margin-bottom: -100% !important;
    }
    .lg-m-0 {
        margin: 0 !important;
    }
    .lg-mt-0 {
        margin-top: 0 !important;
    }
    .lg-mr-0 {
        margin-right: 0 !important;
    }
    .lg-mb-0 {
        margin-bottom: 0 !important;
    }
    .lg-ml-0 {
        margin-left: 0 !important;
    }
    .lg-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .lg-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .lg-m-1 {
        margin: 0.25rem !important;
    }
    .lg-mt-1 {
        margin-top: 0.25rem !important;
    }
    .lg-mr-1 {
        margin-right: 0.25rem !important;
    }
    .lg-mb-1 {
        margin-bottom: 0.25rem !important;
    }
    .lg-ml-1 {
        margin-left: 0.25rem !important;
    }
    .lg-mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .lg-my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .lg-m-2 {
        margin: 0.5rem !important;
    }
    .lg-mt-2 {
        margin-top: 0.5rem !important;
    }
    .lg-mr-2 {
        margin-right: 0.5rem !important;
    }
    .lg-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .lg-ml-2 {
        margin-left: 0.5rem !important;
    }
    .lg-mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .lg-my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .lg-m-3 {
        margin: 0.75rem !important;
    }
    .lg-mt-3 {
        margin-top: 0.75rem !important;
    }
    .lg-mr-3 {
        margin-right: 0.75rem !important;
    }
    .lg-mb-3 {
        margin-bottom: 0.75rem !important;
    }
    .lg-ml-3 {
        margin-left: 0.75rem !important;
    }
    .lg-mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .lg-my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .lg-m-4 {
        margin: 1rem !important;
    }
    .lg-mt-4 {
        margin-top: 1rem !important;
    }
    .lg-mr-4 {
        margin-right: 1rem !important;
    }
    .lg-mb-4 {
        margin-bottom: 1rem !important;
    }
    .lg-ml-4 {
        margin-left: 1rem !important;
    }
    .lg-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .lg-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .lg-m-5 {
        margin: 1.25rem !important;
    }
    .lg-mt-5 {
        margin-top: 1.25rem !important;
    }
    .lg-mr-5 {
        margin-right: 1.25rem !important;
    }
    .lg-mb-5 {
        margin-bottom: 1.25rem !important;
    }
    .lg-ml-5 {
        margin-left: 1.25rem !important;
    }
    .lg-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    .lg-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .lg-m-6 {
        margin: 1.5rem !important;
    }
    .lg-mt-6 {
        margin-top: 1.5rem !important;
    }
    .lg-mr-6 {
        margin-right: 1.5rem !important;
    }
    .lg-mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .lg-ml-6 {
        margin-left: 1.5rem !important;
    }
    .lg-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .lg-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .lg-m-7 {
        margin: 1.75rem !important;
    }
    .lg-mt-7 {
        margin-top: 1.75rem !important;
    }
    .lg-mr-7 {
        margin-right: 1.75rem !important;
    }
    .lg-mb-7 {
        margin-bottom: 1.75rem !important;
    }
    .lg-ml-7 {
        margin-left: 1.75rem !important;
    }
    .lg-mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .lg-my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .lg-m-8 {
        margin: 2rem !important;
    }
    .lg-mt-8 {
        margin-top: 2rem !important;
    }
    .lg-mr-8 {
        margin-right: 2rem !important;
    }
    .lg-mb-8 {
        margin-bottom: 2rem !important;
    }
    .lg-ml-8 {
        margin-left: 2rem !important;
    }
    .lg-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .lg-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .lg-m-9 {
        margin: 2.25rem !important;
    }
    .lg-mt-9 {
        margin-top: 2.25rem !important;
    }
    .lg-mr-9 {
        margin-right: 2.25rem !important;
    }
    .lg-mb-9 {
        margin-bottom: 2.25rem !important;
    }
    .lg-ml-9 {
        margin-left: 2.25rem !important;
    }
    .lg-mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .lg-my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .lg-m-10 {
        margin: 2.5rem !important;
    }
    .lg-mt-10 {
        margin-top: 2.5rem !important;
    }
    .lg-mr-10 {
        margin-right: 2.5rem !important;
    }
    .lg-mb-10 {
        margin-bottom: 2.5rem !important;
    }
    .lg-ml-10 {
        margin-left: 2.5rem !important;
    }
    .lg-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .lg-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .lg-m-l1 {
        margin: 1rem !important;
    }
    .lg-mt-l1 {
        margin-top: 1rem !important;
    }
    .lg-mr-l1 {
        margin-right: 1rem !important;
    }
    .lg-mb-l1 {
        margin-bottom: 1rem !important;
    }
    .lg-ml-l1 {
        margin-left: 1rem !important;
    }
    .lg-mx-l1 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .lg-my-l1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .lg-m-l2 {
        margin: 2rem !important;
    }
    .lg-mt-l2 {
        margin-top: 2rem !important;
    }
    .lg-mr-l2 {
        margin-right: 2rem !important;
    }
    .lg-mb-l2 {
        margin-bottom: 2rem !important;
    }
    .lg-ml-l2 {
        margin-left: 2rem !important;
    }
    .lg-mx-l2 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .lg-my-l2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .lg-m-l3 {
        margin: 3rem !important;
    }
    .lg-mt-l3 {
        margin-top: 3rem !important;
    }
    .lg-mr-l3 {
        margin-right: 3rem !important;
    }
    .lg-mb-l3 {
        margin-bottom: 3rem !important;
    }
    .lg-ml-l3 {
        margin-left: 3rem !important;
    }
    .lg-mx-l3 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .lg-my-l3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .lg-m-l4 {
        margin: 4rem !important;
    }
    .lg-mt-l4 {
        margin-top: 4rem !important;
    }
    .lg-mr-l4 {
        margin-right: 4rem !important;
    }
    .lg-mb-l4 {
        margin-bottom: 4rem !important;
    }
    .lg-ml-l4 {
        margin-left: 4rem !important;
    }
    .lg-mx-l4 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .lg-my-l4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .lg-m-l5 {
        margin: 5rem !important;
    }
    .lg-mt-l5 {
        margin-top: 5rem !important;
    }
    .lg-mr-l5 {
        margin-right: 5rem !important;
    }
    .lg-mb-l5 {
        margin-bottom: 5rem !important;
    }
    .lg-ml-l5 {
        margin-left: 5rem !important;
    }
    .lg-mx-l5 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .lg-my-l5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .lg-m-l6 {
        margin: 6rem !important;
    }
    .lg-mt-l6 {
        margin-top: 6rem !important;
    }
    .lg-mr-l6 {
        margin-right: 6rem !important;
    }
    .lg-mb-l6 {
        margin-bottom: 6rem !important;
    }
    .lg-ml-l6 {
        margin-left: 6rem !important;
    }
    .lg-mx-l6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .lg-my-l6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .lg-m-l7 {
        margin: 7rem !important;
    }
    .lg-mt-l7 {
        margin-top: 7rem !important;
    }
    .lg-mr-l7 {
        margin-right: 7rem !important;
    }
    .lg-mb-l7 {
        margin-bottom: 7rem !important;
    }
    .lg-ml-l7 {
        margin-left: 7rem !important;
    }
    .lg-mx-l7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .lg-my-l7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .lg-m-l8 {
        margin: 8rem !important;
    }
    .lg-mt-l8 {
        margin-top: 8rem !important;
    }
    .lg-mr-l8 {
        margin-right: 8rem !important;
    }
    .lg-mb-l8 {
        margin-bottom: 8rem !important;
    }
    .lg-ml-l8 {
        margin-left: 8rem !important;
    }
    .lg-mx-l8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .lg-my-l8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    .lg-m-l9 {
        margin: 9rem !important;
    }
    .lg-mt-l9 {
        margin-top: 9rem !important;
    }
    .lg-mr-l9 {
        margin-right: 9rem !important;
    }
    .lg-mb-l9 {
        margin-bottom: 9rem !important;
    }
    .lg-ml-l9 {
        margin-left: 9rem !important;
    }
    .lg-mx-l9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .lg-my-l9 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .lg-m-l10 {
        margin: 10rem !important;
    }
    .lg-mt-l10 {
        margin-top: 10rem !important;
    }
    .lg-mr-l10 {
        margin-right: 10rem !important;
    }
    .lg-mb-l10 {
        margin-bottom: 10rem !important;
    }
    .lg-ml-l10 {
        margin-left: 10rem !important;
    }
    .lg-mx-l10 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .lg-my-l10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .lg-m-1px {
        margin: 1px !important;
    }
    .lg-mt-1px {
        margin-top: 1px !important;
    }
    .lg-mr-1px {
        margin-right: 1px !important;
    }
    .lg-mb-1px {
        margin-bottom: 1px !important;
    }
    .lg-ml-1px {
        margin-left: 1px !important;
    }
    .lg-mx-1px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }
    .lg-my-1px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
}
@media (min-width: 1200px) {
    .xl-m-auto {
        margin: auto !important;
    }
    .xl-mt-auto {
        margin-top: auto !important;
    }
    .xl-mr-auto {
        margin-right: auto !important;
    }
    .xl-mb-auto {
        margin-bottom: auto !important;
    }
    .xl-ml-auto {
        margin-left: auto !important;
    }
    .xl-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .xl-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .xl-m--100pc {
        margin: -100% !important;
    }
    .xl-mt--100pc {
        margin-top: -100% !important;
    }
    .xl-mr--100pc {
        margin-right: -100% !important;
    }
    .xl-mb--100pc {
        margin-bottom: -100% !important;
    }
    .xl-ml--100pc {
        margin-left: -100% !important;
    }
    .xl-mx--100pc {
        margin-left: -100% !important;
        margin-right: -100% !important;
    }
    .xl-my--100pc {
        margin-top: -100% !important;
        margin-bottom: -100% !important;
    }
    .xl-m-0 {
        margin: 0 !important;
    }
    .xl-mt-0 {
        margin-top: 0 !important;
    }
    .xl-mr-0 {
        margin-right: 0 !important;
    }
    .xl-mb-0 {
        margin-bottom: 0 !important;
    }
    .xl-ml-0 {
        margin-left: 0 !important;
    }
    .xl-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .xl-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .xl-m-1 {
        margin: 0.25rem !important;
    }
    .xl-mt-1 {
        margin-top: 0.25rem !important;
    }
    .xl-mr-1 {
        margin-right: 0.25rem !important;
    }
    .xl-mb-1 {
        margin-bottom: 0.25rem !important;
    }
    .xl-ml-1 {
        margin-left: 0.25rem !important;
    }
    .xl-mx-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .xl-my-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .xl-m-2 {
        margin: 0.5rem !important;
    }
    .xl-mt-2 {
        margin-top: 0.5rem !important;
    }
    .xl-mr-2 {
        margin-right: 0.5rem !important;
    }
    .xl-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .xl-ml-2 {
        margin-left: 0.5rem !important;
    }
    .xl-mx-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .xl-my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .xl-m-3 {
        margin: 0.75rem !important;
    }
    .xl-mt-3 {
        margin-top: 0.75rem !important;
    }
    .xl-mr-3 {
        margin-right: 0.75rem !important;
    }
    .xl-mb-3 {
        margin-bottom: 0.75rem !important;
    }
    .xl-ml-3 {
        margin-left: 0.75rem !important;
    }
    .xl-mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .xl-my-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .xl-m-4 {
        margin: 1rem !important;
    }
    .xl-mt-4 {
        margin-top: 1rem !important;
    }
    .xl-mr-4 {
        margin-right: 1rem !important;
    }
    .xl-mb-4 {
        margin-bottom: 1rem !important;
    }
    .xl-ml-4 {
        margin-left: 1rem !important;
    }
    .xl-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .xl-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .xl-m-5 {
        margin: 1.25rem !important;
    }
    .xl-mt-5 {
        margin-top: 1.25rem !important;
    }
    .xl-mr-5 {
        margin-right: 1.25rem !important;
    }
    .xl-mb-5 {
        margin-bottom: 1.25rem !important;
    }
    .xl-ml-5 {
        margin-left: 1.25rem !important;
    }
    .xl-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    .xl-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .xl-m-6 {
        margin: 1.5rem !important;
    }
    .xl-mt-6 {
        margin-top: 1.5rem !important;
    }
    .xl-mr-6 {
        margin-right: 1.5rem !important;
    }
    .xl-mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .xl-ml-6 {
        margin-left: 1.5rem !important;
    }
    .xl-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .xl-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .xl-m-7 {
        margin: 1.75rem !important;
    }
    .xl-mt-7 {
        margin-top: 1.75rem !important;
    }
    .xl-mr-7 {
        margin-right: 1.75rem !important;
    }
    .xl-mb-7 {
        margin-bottom: 1.75rem !important;
    }
    .xl-ml-7 {
        margin-left: 1.75rem !important;
    }
    .xl-mx-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }
    .xl-my-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
    .xl-m-8 {
        margin: 2rem !important;
    }
    .xl-mt-8 {
        margin-top: 2rem !important;
    }
    .xl-mr-8 {
        margin-right: 2rem !important;
    }
    .xl-mb-8 {
        margin-bottom: 2rem !important;
    }
    .xl-ml-8 {
        margin-left: 2rem !important;
    }
    .xl-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .xl-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .xl-m-9 {
        margin: 2.25rem !important;
    }
    .xl-mt-9 {
        margin-top: 2.25rem !important;
    }
    .xl-mr-9 {
        margin-right: 2.25rem !important;
    }
    .xl-mb-9 {
        margin-bottom: 2.25rem !important;
    }
    .xl-ml-9 {
        margin-left: 2.25rem !important;
    }
    .xl-mx-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
    .xl-my-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
    .xl-m-10 {
        margin: 2.5rem !important;
    }
    .xl-mt-10 {
        margin-top: 2.5rem !important;
    }
    .xl-mr-10 {
        margin-right: 2.5rem !important;
    }
    .xl-mb-10 {
        margin-bottom: 2.5rem !important;
    }
    .xl-ml-10 {
        margin-left: 2.5rem !important;
    }
    .xl-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .xl-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .xl-m-l1 {
        margin: 1rem !important;
    }
    .xl-mt-l1 {
        margin-top: 1rem !important;
    }
    .xl-mr-l1 {
        margin-right: 1rem !important;
    }
    .xl-mb-l1 {
        margin-bottom: 1rem !important;
    }
    .xl-ml-l1 {
        margin-left: 1rem !important;
    }
    .xl-mx-l1 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .xl-my-l1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .xl-m-l2 {
        margin: 2rem !important;
    }
    .xl-mt-l2 {
        margin-top: 2rem !important;
    }
    .xl-mr-l2 {
        margin-right: 2rem !important;
    }
    .xl-mb-l2 {
        margin-bottom: 2rem !important;
    }
    .xl-ml-l2 {
        margin-left: 2rem !important;
    }
    .xl-mx-l2 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .xl-my-l2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .xl-m-l3 {
        margin: 3rem !important;
    }
    .xl-mt-l3 {
        margin-top: 3rem !important;
    }
    .xl-mr-l3 {
        margin-right: 3rem !important;
    }
    .xl-mb-l3 {
        margin-bottom: 3rem !important;
    }
    .xl-ml-l3 {
        margin-left: 3rem !important;
    }
    .xl-mx-l3 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .xl-my-l3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .xl-m-l4 {
        margin: 4rem !important;
    }
    .xl-mt-l4 {
        margin-top: 4rem !important;
    }
    .xl-mr-l4 {
        margin-right: 4rem !important;
    }
    .xl-mb-l4 {
        margin-bottom: 4rem !important;
    }
    .xl-ml-l4 {
        margin-left: 4rem !important;
    }
    .xl-mx-l4 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .xl-my-l4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .xl-m-l5 {
        margin: 5rem !important;
    }
    .xl-mt-l5 {
        margin-top: 5rem !important;
    }
    .xl-mr-l5 {
        margin-right: 5rem !important;
    }
    .xl-mb-l5 {
        margin-bottom: 5rem !important;
    }
    .xl-ml-l5 {
        margin-left: 5rem !important;
    }
    .xl-mx-l5 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .xl-my-l5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .xl-m-l6 {
        margin: 6rem !important;
    }
    .xl-mt-l6 {
        margin-top: 6rem !important;
    }
    .xl-mr-l6 {
        margin-right: 6rem !important;
    }
    .xl-mb-l6 {
        margin-bottom: 6rem !important;
    }
    .xl-ml-l6 {
        margin-left: 6rem !important;
    }
    .xl-mx-l6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    .xl-my-l6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .xl-m-l7 {
        margin: 7rem !important;
    }
    .xl-mt-l7 {
        margin-top: 7rem !important;
    }
    .xl-mr-l7 {
        margin-right: 7rem !important;
    }
    .xl-mb-l7 {
        margin-bottom: 7rem !important;
    }
    .xl-ml-l7 {
        margin-left: 7rem !important;
    }
    .xl-mx-l7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }
    .xl-my-l7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .xl-m-l8 {
        margin: 8rem !important;
    }
    .xl-mt-l8 {
        margin-top: 8rem !important;
    }
    .xl-mr-l8 {
        margin-right: 8rem !important;
    }
    .xl-mb-l8 {
        margin-bottom: 8rem !important;
    }
    .xl-ml-l8 {
        margin-left: 8rem !important;
    }
    .xl-mx-l8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .xl-my-l8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    .xl-m-l9 {
        margin: 9rem !important;
    }
    .xl-mt-l9 {
        margin-top: 9rem !important;
    }
    .xl-mr-l9 {
        margin-right: 9rem !important;
    }
    .xl-mb-l9 {
        margin-bottom: 9rem !important;
    }
    .xl-ml-l9 {
        margin-left: 9rem !important;
    }
    .xl-mx-l9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }
    .xl-my-l9 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
    .xl-m-l10 {
        margin: 10rem !important;
    }
    .xl-mt-l10 {
        margin-top: 10rem !important;
    }
    .xl-mr-l10 {
        margin-right: 10rem !important;
    }
    .xl-mb-l10 {
        margin-bottom: 10rem !important;
    }
    .xl-ml-l10 {
        margin-left: 10rem !important;
    }
    .xl-mx-l10 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .xl-my-l10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .xl-m-1px {
        margin: 1px !important;
    }
    .xl-mt-1px {
        margin-top: 1px !important;
    }
    .xl-mr-1px {
        margin-right: 1px !important;
    }
    .xl-mb-1px {
        margin-bottom: 1px !important;
    }
    .xl-ml-1px {
        margin-left: 1px !important;
    }
    .xl-mx-1px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }
    .xl-my-1px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
}
.scale-down-4,
.hover-scale-down-4:hover,
.after-scale-down-4::after,
.before-scale-down-4::before {
    transform: scale(0.125);
}
.scale-down-3,
.hover-scale-down-3:hover,
.after-scale-down-3::after,
.before-scale-down-3::before {
    transform: scale(0.25);
}
.scale-down-2,
.hover-scale-down-2:hover,
.after-scale-down-2::after,
.before-scale-down-2::before {
    transform: scale(0.5);
}
.scale-down-1,
.hover-scale-down-1:hover,
.after-scale-down-1::after,
.before-scale-down-1::before {
    transform: scale(0.75);
}
.scale-none,
.hover-scale-none:hover,
.after-scale-none::after,
.before-scale-none::before {
    transform: scale(1);
}
.scale-up-1,
.hover-scale-up-1:hover,
.after-scale-up-1::after,
.before-scale-up-1::before {
    transform: scale(1.125);
}
.scale-up-2,
.hover-scale-up-2:hover,
.after-scale-up-2::after,
.before-scale-up-2::before {
    transform: scale(1.25);
}
.scale-up-3,
.hover-scale-up-3:hover,
.after-scale-up-3::after,
.before-scale-up-3::before {
    transform: scale(1.5);
}
.scale-up-4,
.hover-scale-up-4:hover,
.after-scale-up-4::after,
.before-scale-up-4::before {
    transform: scale(1.75);
}
@media (min-width: 576px) {
    .sm-scale-down-4,
    .sm-hover-scale-down-4:hover {
        transform: scale(0.125);
    }
    .sm-scale-down-3,
    .sm-hover-scale-down-3:hover {
        transform: scale(0.25);
    }
    .sm-scale-down-2,
    .sm-hover-scale-down-2:hover {
        transform: scale(0.5);
    }
    .sm-scale-down-1,
    .sm-hover-scale-down-1:hover {
        transform: scale(0.75);
    }
    .sm-scale-none,
    .sm-hover-scale-none:hover {
        transform: scale(1);
    }
    .sm-scale-up-1,
    .sm-hover-scale-up-1:hover {
        transform: scale(1.125);
    }
    .sm-scale-up-2,
    .sm-hover-scale-up-2:hover {
        transform: scale(1.25);
    }
    .sm-scale-up-3,
    .sm-hover-scale-up-3:hover {
        transform: scale(1.5);
    }
    .sm-scale-up-4,
    .sm-hover-scale-up-4:hover {
        transform: scale(1.75);
    }
}
@media (min-width: 768px) {
    .md-scale-down-4,
    .md-hover-scale-down-4:hover {
        transform: scale(0.125);
    }
    .md-scale-down-3,
    .md-hover-scale-down-3:hover {
        transform: scale(0.25);
    }
    .md-scale-down-2,
    .md-hover-scale-down-2:hover {
        transform: scale(0.5);
    }
    .md-scale-down-1,
    .md-hover-scale-down-1:hover {
        transform: scale(0.75);
    }
    .md-scale-none,
    .md-hover-scale-none:hover {
        transform: scale(1);
    }
    .md-scale-up-1,
    .md-hover-scale-up-1:hover {
        transform: scale(1.125);
    }
    .md-scale-up-2,
    .md-hover-scale-up-2:hover {
        transform: scale(1.25);
    }
    .md-scale-up-3,
    .md-hover-scale-up-3:hover {
        transform: scale(1.5);
    }
    .md-scale-up-4,
    .md-hover-scale-up-4:hover {
        transform: scale(1.75);
    }
}
@media (min-width: 992px) {
    .lg-scale-down-4,
    .lg-hover-scale-down-4:hover {
        transform: scale(0.125);
    }
    .lg-scale-down-3,
    .lg-hover-scale-down-3:hover {
        transform: scale(0.25);
    }
    .lg-scale-down-2,
    .lg-hover-scale-down-2:hover {
        transform: scale(0.5);
    }
    .lg-scale-down-1,
    .lg-hover-scale-down-1:hover {
        transform: scale(0.75);
    }
    .lg-scale-none,
    .lg-hover-scale-none:hover {
        transform: scale(1);
    }
    .lg-scale-up-1,
    .lg-hover-scale-up-1:hover {
        transform: scale(1.125);
    }
    .lg-scale-up-2,
    .lg-hover-scale-up-2:hover {
        transform: scale(1.25);
    }
    .lg-scale-up-3,
    .lg-hover-scale-up-3:hover {
        transform: scale(1.5);
    }
    .lg-scale-up-4,
    .lg-hover-scale-up-4:hover {
        transform: scale(1.75);
    }
}
@media (min-width: 1200px) {
    .xl-scale-down-4,
    .xl-hover-scale-down-4:hover {
        transform: scale(0.125);
    }
    .xl-scale-down-3,
    .xl-hover-scale-down-3:hover {
        transform: scale(0.25);
    }
    .xl-scale-down-2,
    .xl-hover-scale-down-2:hover {
        transform: scale(0.5);
    }
    .xl-scale-down-1,
    .xl-hover-scale-down-1:hover {
        transform: scale(0.75);
    }
    .xl-scale-none,
    .xl-hover-scale-none:hover {
        transform: scale(1);
    }
    .xl-scale-up-1,
    .xl-hover-scale-up-1:hover {
        transform: scale(1.125);
    }
    .xl-scale-up-2,
    .xl-hover-scale-up-2:hover {
        transform: scale(1.25);
    }
    .xl-scale-up-3,
    .xl-hover-scale-up-3:hover {
        transform: scale(1.5);
    }
    .xl-scale-up-4,
    .xl-hover-scale-up-4:hover {
        transform: scale(1.75);
    }
}
.shift-tr,
.shift-rt {
    transform: translateY(-50%) translateX(50%);
}
.shift-tl,
.shift-lt {
    transform: translateY(-50%) translateX(-50%);
}
.shift-bl,
.shift-lb {
    transform: translateY(50%) translateX(-50%);
}
.shift-br,
.shift-rb {
    transform: translateY(50%) translateX(50%);
}
.shift-l {
    transform: translateX(-50%);
}
.shift-r {
    transform: translateX(50%);
}
.shift-t {
    transform: translateY(-50%);
}
.shift-b {
    transform: translateY(50%);
}
.shift-l-1,
.hover-shift-l-1:hover {
    transform: translateX(-1px);
}
.shift-r-1,
.hover-shift-r-1:hover {
    transform: translateX(1px);
}
.shift-t-1,
.hover-shift-t-1:hover {
    transform: translateY(-1px);
}
.shift-b-1,
.hover-shift-b-1:hover {
    transform: translateY(1px);
}
.shift-l-2,
.hover-shift-l-2:hover {
    transform: translateX(-2px);
}
.shift-r-2,
.hover-shift-r-2:hover {
    transform: translateX(2px);
}
.shift-t-2,
.hover-shift-t-2:hover {
    transform: translateY(-2px);
}
.shift-b-2,
.hover-shift-b-2:hover {
    transform: translateY(2px);
}
.shift-l-3,
.hover-shift-l-3:hover {
    transform: translateX(-3px);
}
.shift-r-3,
.hover-shift-r-3:hover {
    transform: translateX(3px);
}
.shift-t-3,
.hover-shift-t-3:hover {
    transform: translateY(-3px);
}
.shift-b-3,
.hover-shift-b-3:hover {
    transform: translateY(3px);
}
.shift-l-4,
.hover-shift-l-4:hover {
    transform: translateX(-4px);
}
.shift-r-4,
.hover-shift-r-4:hover {
    transform: translateX(4px);
}
.shift-t-4,
.hover-shift-t-4:hover {
    transform: translateY(-4px);
}
.shift-b-4,
.hover-shift-b-4:hover {
    transform: translateY(4px);
}
.shift-l-6,
.hover-shift-l-6:hover {
    transform: translateX(-6px);
}
.shift-r-6,
.hover-shift-r-6:hover {
    transform: translateX(6px);
}
.shift-t-6,
.hover-shift-t-6:hover {
    transform: translateY(-6px);
}
.shift-b-6,
.hover-shift-b-6:hover {
    transform: translateY(6px);
}
.shift-l-8,
.hover-shift-l-8:hover {
    transform: translateX(-8px);
}
.shift-r-8,
.hover-shift-r-8:hover {
    transform: translateX(8px);
}
.shift-t-8,
.hover-shift-t-8:hover {
    transform: translateY(-8px);
}
.shift-b-8,
.hover-shift-b-8:hover {
    transform: translateY(8px);
}
.shift-l-12,
.hover-shift-l-12:hover {
    transform: translateX(-12px);
}
.shift-r-12,
.hover-shift-r-12:hover {
    transform: translateX(12px);
}
.shift-t-12,
.hover-shift-t-12:hover {
    transform: translateY(-12px);
}
.shift-b-12,
.hover-shift-b-12:hover {
    transform: translateY(12px);
}
.shift-l-16,
.hover-shift-l-16:hover {
    transform: translateX(-16px);
}
.shift-r-16,
.hover-shift-r-16:hover {
    transform: translateX(16px);
}
.shift-t-16,
.hover-shift-t-16:hover {
    transform: translateY(-16px);
}
.shift-b-16,
.hover-shift-b-16:hover {
    transform: translateY(16px);
}
.rotate-0,
.hover-rotate-0:hover {
    transform: rotate(0deg);
}
.rotate-1,
.hover-rotate-1:hover {
    transform: rotate(1deg);
}
.rotate-2,
.hover-rotate-2:hover {
    transform: rotate(2deg);
}
.rotate-5,
.hover-rotate-5:hover {
    transform: rotate(5deg);
}
.rotate-10,
.hover-rotate-10:hover {
    transform: rotate(10deg);
}
.rotate-20,
.hover-rotate-20:hover {
    transform: rotate(20deg);
}
.rotate-45,
.hover-rotate-45:hover {
    transform: rotate(45deg);
}
.rotate-90,
.hover-rotate-90:hover {
    transform: rotate(90deg);
}
.rotate-180,
.hover-rotate-180:hover {
    transform: rotate(180deg);
}
.rotate-270,
.hover-rotate-270:hover {
    transform: rotate(270deg);
}
.ease-100 {
    transition: all 100ms ease;
}
.ease-200 {
    transition: all 200ms ease;
}
.ease-300 {
    transition: all 300ms ease;
}
.ease-400 {
    transition: all 400ms ease;
}
.ease-500 {
    transition: all 500ms ease;
}
.ease-600 {
    transition: all 600ms ease;
}
.ease-700 {
    transition: all 700ms ease;
}
.ease-800 {
    transition: all 800ms ease;
}
.ease-900 {
    transition: all 900ms ease;
}
.linear-100 {
    transition: all 100ms linear;
}
.linear-200 {
    transition: all 200ms linear;
}
.linear-300 {
    transition: all 300ms linear;
}
.linear-400 {
    transition: all 400ms linear;
}
.linear-500 {
    transition: all 500ms linear;
}
.linear-600 {
    transition: all 600ms linear;
}
.linear-700 {
    transition: all 700ms linear;
}
.linear-800 {
    transition: all 800ms linear;
}
.linear-900 {
    transition: all 900ms linear;
}
.ease-in-100 {
    transition: all 100ms ease-in;
}
.ease-in-200 {
    transition: all 200ms ease-in;
}
.ease-in-300 {
    transition: all 300ms ease-in;
}
.ease-in-400 {
    transition: all 400ms ease-in;
}
.ease-in-500 {
    transition: all 500ms ease-in;
}
.ease-in-600 {
    transition: all 600ms ease-in;
}
.ease-in-700 {
    transition: all 700ms ease-in;
}
.ease-in-800 {
    transition: all 800ms ease-in;
}
.ease-in-900 {
    transition: all 900ms ease-in;
}
.ease-out-100 {
    transition: all 100ms ease-out;
}
.ease-out-200 {
    transition: all 200ms ease-out;
}
.ease-out-300 {
    transition: all 300ms ease-out;
}
.ease-out-400 {
    transition: all 400ms ease-out;
}
.ease-out-500 {
    transition: all 500ms ease-out;
}
.ease-out-600 {
    transition: all 600ms ease-out;
}
.ease-out-700 {
    transition: all 700ms ease-out;
}
.ease-out-800 {
    transition: all 800ms ease-out;
}
.ease-out-900 {
    transition: all 900ms ease-out;
}
.transition-100 {
    transition-duration: 100ms;
}
.transition-200 {
    transition-duration: 200ms;
}
.transition-300 {
    transition-duration: 300ms;
}
.transition-400 {
    transition-duration: 400ms;
}
.transition-500 {
    transition-duration: 500ms;
}
.transition-600 {
    transition-duration: 600ms;
}
.transition-700 {
    transition-duration: 700ms;
}
.transition-800 {
    transition-duration: 800ms;
}
.transition-900 {
    transition-duration: 900ms;
}
.transition-width {
    transition-property: width !important;
}
.transition-height {
    transition-property: height !important;
}
.transition-padding {
    transition-property: padding !important;
}
.transition-margin {
    transition-property: margin !important;
}
.transition-color {
    transition-property: color !important;
}
.transition-background-color {
    transition-property: background-color !important;
}
.transition-background {
    transition-property: background !important;
}
.transition-all {
    transition-property: all !important;
}
.backdrop-blur-0,
.hover-backdrop-blur-0:hover {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.blur-0,
.hover-blur-0:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.grayscale-0,
.hover-grayscale-0:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.backdrop-blur-1,
.hover-backdrop-blur-1:hover {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
.blur-1,
.hover-blur-1:hover {
    -webkit-filter: blur(1px);
    filter: blur(1px);
}
.grayscale-1,
.hover-grayscale-1:hover {
    -webkit-filter: grayscale(0.1);
    filter: grayscale(0.1);
}
.backdrop-blur-2,
.hover-backdrop-blur-2:hover {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.blur-2,
.hover-blur-2:hover {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.grayscale-2,
.hover-grayscale-2:hover {
    -webkit-filter: grayscale(0.2);
    filter: grayscale(0.2);
}
.backdrop-blur-3,
.hover-backdrop-blur-3:hover {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.blur-3,
.hover-blur-3:hover {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.grayscale-3,
.hover-grayscale-3:hover {
    -webkit-filter: grayscale(0.3);
    filter: grayscale(0.3);
}
.backdrop-blur-4,
.hover-backdrop-blur-4:hover {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.blur-4,
.hover-blur-4:hover {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
.grayscale-4,
.hover-grayscale-4:hover {
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
}
.backdrop-blur-5,
.hover-backdrop-blur-5:hover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.blur-5,
.hover-blur-5:hover {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.grayscale-5,
.hover-grayscale-5:hover {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
.backdrop-blur-6,
.hover-backdrop-blur-6:hover {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.blur-6,
.hover-blur-6:hover {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.grayscale-6,
.hover-grayscale-6:hover {
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6);
}
.backdrop-blur-7,
.hover-backdrop-blur-7:hover {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.blur-7,
.hover-blur-7:hover {
    -webkit-filter: blur(7px);
    filter: blur(7px);
}
.grayscale-7,
.hover-grayscale-7:hover {
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
}
.backdrop-blur-8,
.hover-backdrop-blur-8:hover {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.blur-8,
.hover-blur-8:hover {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.grayscale-8,
.hover-grayscale-8:hover {
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
}
.backdrop-blur-9,
.hover-backdrop-blur-9:hover {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}
.blur-9,
.hover-blur-9:hover {
    -webkit-filter: blur(9px);
    filter: blur(9px);
}
.grayscale-9,
.hover-grayscale-9:hover {
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}
.backdrop-blur-10,
.hover-backdrop-blur-10:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.blur-10,
.hover-blur-10:hover {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.grayscale-10,
.hover-grayscale-10:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.after-plus::after,
.before-plus::before {
    content: "+";
    font-size: inherit;
}
.after-minus::after,
.before-minus::before {
    content: "−";
    font-size: inherit;
}
.after-times::after,
.before-times::before {
    content: "×";
    font-size: inherit;
}
.after-times-large::after,
.before-times-large::before {
    content: "╳";
    font-size: inherit;
}
.after-circle-plus::after,
.before-circle-plus::before {
    content: "⊕";
    font-size: inherit;
}
.after-circle-minus::after,
.before-circle-minus::before {
    content: "⊖";
    font-size: inherit;
}
.after-circle-times::after,
.before-circle-times::before {
    content: "⊗";
    font-size: inherit;
}
.after-hash::after,
.before-hash::before {
    content: "#";
    font-size: inherit;
}
.after-ellipsis::after,
.before-ellipsis::before {
    content: "…";
    font-size: inherit;
}
.after-ellipsis-midline::after,
.before-ellipsis-midline::before {
    content: "⋯";
    font-size: inherit;
}
.after-ellipsis-vertical::after,
.before-ellipsis-vertical::before {
    content: "⋮";
    font-size: inherit;
}
.after-arrow-left::after,
.before-arrow-left::before {
    content: "←";
    font-size: inherit;
}
.after-arrow-right::after,
.before-arrow-right::before {
    content: "→";
    font-size: inherit;
}
.after-arrow-up::after,
.before-arrow-up::before {
    content: "↑";
    font-size: inherit;
}
.after-arrow-down::after,
.before-arrow-down::before {
    content: "↓";
    font-size: inherit;
}
.after-triangle-left::after,
.before-triangle-left::before {
    content: "◀";
    font-size: inherit;
}
.after-triangle-right::after,
.before-triangle-right::before {
    content: "▶";
    font-size: inherit;
}
.after-triangle-up::after,
.before-triangle-up::before {
    content: "▲";
    font-size: inherit;
}
.after-triangle-down::after,
.before-triangle-down::before {
    content: "▼";
    font-size: inherit;
}
.after-asterisk::after,
.before-asterisk::before {
    content: "∗";
    font-size: inherit;
}
.after-menu::after,
.before-menu::before {
    content: "☰";
    font-size: inherit;
}
.after-checkmark::after,
.before-checkmark::before {
    content: "✓";
    font-size: inherit;
}
@media (min-width: 576px) {
    .after-plus::after,
    .before-plus::before {
        content: "+";
    }
    .after-minus::after,
    .before-minus::before {
        content: "−";
    }
    .after-times::after,
    .before-times::before {
        content: "×";
    }
    .after-times-large::after,
    .before-times-large::before {
        content: "╳";
    }
    .after-circle-plus::after,
    .before-circle-plus::before {
        content: "⊕";
    }
    .after-circle-minus::after,
    .before-circle-minus::before {
        content: "⊖";
    }
    .after-circle-times::after,
    .before-circle-times::before {
        content: "⊗";
    }
    .after-hash::after,
    .before-hash::before {
        content: "#";
    }
    .after-ellipsis::after,
    .before-ellipsis::before {
        content: "…";
    }
    .after-ellipsis-midline::after,
    .before-ellipsis-midline::before {
        content: "⋯";
    }
    .after-ellipsis-vertical::after,
    .before-ellipsis-vertical::before {
        content: "⋮";
    }
    .after-arrow-left::after,
    .before-arrow-left::before {
        content: "←";
    }
    .after-arrow-right::after,
    .before-arrow-right::before {
        content: "→";
    }
    .after-arrow-up::after,
    .before-arrow-up::before {
        content: "↑";
    }
    .after-arrow-down::after,
    .before-arrow-down::before {
        content: "↓";
    }
    .after-triangle-left::after,
    .before-triangle-left::before {
        content: "◀";
    }
    .after-triangle-right::after,
    .before-triangle-right::before {
        content: "▶";
    }
    .after-triangle-up::after,
    .before-triangle-up::before {
        content: "▲";
    }
    .after-triangle-down::after,
    .before-triangle-down::before {
        content: "▼";
    }
    .after-asterisk::after,
    .before-asterisk::before {
        content: "∗";
    }
    .after-menu::after,
    .before-menu::before {
        content: "☰";
    }
    .after-checkmark::after,
    .before-checkmark::before {
        content: "✓";
    }
}
@media (min-width: 768px) {
    .after-plus::after,
    .before-plus::before {
        content: "+";
    }
    .after-minus::after,
    .before-minus::before {
        content: "−";
    }
    .after-times::after,
    .before-times::before {
        content: "×";
    }
    .after-times-large::after,
    .before-times-large::before {
        content: "╳";
    }
    .after-circle-plus::after,
    .before-circle-plus::before {
        content: "⊕";
    }
    .after-circle-minus::after,
    .before-circle-minus::before {
        content: "⊖";
    }
    .after-circle-times::after,
    .before-circle-times::before {
        content: "⊗";
    }
    .after-hash::after,
    .before-hash::before {
        content: "#";
    }
    .after-ellipsis::after,
    .before-ellipsis::before {
        content: "…";
    }
    .after-ellipsis-midline::after,
    .before-ellipsis-midline::before {
        content: "⋯";
    }
    .after-ellipsis-vertical::after,
    .before-ellipsis-vertical::before {
        content: "⋮";
    }
    .after-arrow-left::after,
    .before-arrow-left::before {
        content: "←";
    }
    .after-arrow-right::after,
    .before-arrow-right::before {
        content: "→";
    }
    .after-arrow-up::after,
    .before-arrow-up::before {
        content: "↑";
    }
    .after-arrow-down::after,
    .before-arrow-down::before {
        content: "↓";
    }
    .after-triangle-left::after,
    .before-triangle-left::before {
        content: "◀";
    }
    .after-triangle-right::after,
    .before-triangle-right::before {
        content: "▶";
    }
    .after-triangle-up::after,
    .before-triangle-up::before {
        content: "▲";
    }
    .after-triangle-down::after,
    .before-triangle-down::before {
        content: "▼";
    }
    .after-asterisk::after,
    .before-asterisk::before {
        content: "∗";
    }
    .after-menu::after,
    .before-menu::before {
        content: "☰";
    }
    .after-checkmark::after,
    .before-checkmark::before {
        content: "✓";
    }
}
@media (min-width: 992px) {
    .after-plus::after,
    .before-plus::before {
        content: "+";
    }
    .after-minus::after,
    .before-minus::before {
        content: "−";
    }
    .after-times::after,
    .before-times::before {
        content: "×";
    }
    .after-times-large::after,
    .before-times-large::before {
        content: "╳";
    }
    .after-circle-plus::after,
    .before-circle-plus::before {
        content: "⊕";
    }
    .after-circle-minus::after,
    .before-circle-minus::before {
        content: "⊖";
    }
    .after-circle-times::after,
    .before-circle-times::before {
        content: "⊗";
    }
    .after-hash::after,
    .before-hash::before {
        content: "#";
    }
    .after-ellipsis::after,
    .before-ellipsis::before {
        content: "…";
    }
    .after-ellipsis-midline::after,
    .before-ellipsis-midline::before {
        content: "⋯";
    }
    .after-ellipsis-vertical::after,
    .before-ellipsis-vertical::before {
        content: "⋮";
    }
    .after-arrow-left::after,
    .before-arrow-left::before {
        content: "←";
    }
    .after-arrow-right::after,
    .before-arrow-right::before {
        content: "→";
    }
    .after-arrow-up::after,
    .before-arrow-up::before {
        content: "↑";
    }
    .after-arrow-down::after,
    .before-arrow-down::before {
        content: "↓";
    }
    .after-triangle-left::after,
    .before-triangle-left::before {
        content: "◀";
    }
    .after-triangle-right::after,
    .before-triangle-right::before {
        content: "▶";
    }
    .after-triangle-up::after,
    .before-triangle-up::before {
        content: "▲";
    }
    .after-triangle-down::after,
    .before-triangle-down::before {
        content: "▼";
    }
    .after-asterisk::after,
    .before-asterisk::before {
        content: "∗";
    }
    .after-menu::after,
    .before-menu::before {
        content: "☰";
    }
    .after-checkmark::after,
    .before-checkmark::before {
        content: "✓";
    }
}
@media (min-width: 1200px) {
    .after-plus::after,
    .before-plus::before {
        content: "+";
    }
    .after-minus::after,
    .before-minus::before {
        content: "−";
    }
    .after-times::after,
    .before-times::before {
        content: "×";
    }
    .after-times-large::after,
    .before-times-large::before {
        content: "╳";
    }
    .after-circle-plus::after,
    .before-circle-plus::before {
        content: "⊕";
    }
    .after-circle-minus::after,
    .before-circle-minus::before {
        content: "⊖";
    }
    .after-circle-times::after,
    .before-circle-times::before {
        content: "⊗";
    }
    .after-hash::after,
    .before-hash::before {
        content: "#";
    }
    .after-ellipsis::after,
    .before-ellipsis::before {
        content: "…";
    }
    .after-ellipsis-midline::after,
    .before-ellipsis-midline::before {
        content: "⋯";
    }
    .after-ellipsis-vertical::after,
    .before-ellipsis-vertical::before {
        content: "⋮";
    }
    .after-arrow-left::after,
    .before-arrow-left::before {
        content: "←";
    }
    .after-arrow-right::after,
    .before-arrow-right::before {
        content: "→";
    }
    .after-arrow-up::after,
    .before-arrow-up::before {
        content: "↑";
    }
    .after-arrow-down::after,
    .before-arrow-down::before {
        content: "↓";
    }
    .after-triangle-left::after,
    .before-triangle-left::before {
        content: "◀";
    }
    .after-triangle-right::after,
    .before-triangle-right::before {
        content: "▶";
    }
    .after-triangle-up::after,
    .before-triangle-up::before {
        content: "▲";
    }
    .after-triangle-down::after,
    .before-triangle-down::before {
        content: "▼";
    }
    .after-asterisk::after,
    .before-asterisk::before {
        content: "∗";
    }
    .after-menu::after,
    .before-menu::before {
        content: "☰";
    }
    .after-checkmark::after,
    .before-checkmark::before {
        content: "✓";
    }
}
.after-left:after,
.before-left::before {
    float: left;
}
.after-right:after,
.before-right::before {
    float: right;
}
@media (min-width: 576px) {
    .after-left:after,
    .before-left::before {
        float: left;
    }
    .after-right:after,
    .before-right::before {
        float: right;
    }
}
@media (min-width: 768px) {
    .after-left:after,
    .before-left::before {
        float: left;
    }
    .after-right:after,
    .before-right::before {
        float: right;
    }
}
@media (min-width: 992px) {
    .after-left:after,
    .before-left::before {
        float: left;
    }
    .after-right:after,
    .before-right::before {
        float: right;
    }
}
@media (min-width: 1200px) {
    .after-left:after,
    .before-left::before {
        float: left;
    }
    .after-right:after,
    .before-right::before {
        float: right;
    }
}
.in-progress {
    position: relative;
    overflow: hidden;
}
.in-progress::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 400%;
    margin-left: -200%;
    -webkit-animation: progress-animation 800ms linear infinite;
    animation: progress-animation 800ms linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}
@-webkit-keyframes progress-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
@keyframes progress-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
.cursor-auto {
    cursor: auto;
}
.cursor-crosshair {
    cursor: crosshair;
}
.cursor-default {
    cursor: default;
}
.cursor-help {
    cursor: help;
}
.cursor-move {
    cursor: move;
}
.cursor-none {
    cursor: none;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-progress {
    cursor: progress;
}
.cursor-text {
    cursor: text;
}
.cursor-wait {
    cursor: wait;
}
.cursor-zoom-in {
    cursor: zoom-in;
}
.cursor-zoom-out {
    cursor: zoom-out;
}
.pointer {
    cursor: pointer;
}
.ph-black::-webkit-input-placeholder,
.focus-ph-black:focus::-webkit-input-placeholder {
    color: #000 !important;
}
.ph-black::-moz-placeholder,
.focus-ph-black:focus::-moz-placeholder {
    color: #000 !important;
}
.ph-black:-ms-input-placeholder,
.focus-ph-black:focus:-ms-input-placeholder {
    color: #000 !important;
}
.ph-black::-ms-input-placeholder,
.focus-ph-black:focus::-ms-input-placeholder {
    color: #000 !important;
}
.ph-black::placeholder,
.focus-ph-black:focus::placeholder {
    color: #000 !important;
}
.ph-white::-webkit-input-placeholder,
.focus-ph-white:focus::-webkit-input-placeholder {
    color: #fff !important;
}
.ph-white::-moz-placeholder,
.focus-ph-white:focus::-moz-placeholder {
    color: #fff !important;
}
.ph-white:-ms-input-placeholder,
.focus-ph-white:focus:-ms-input-placeholder {
    color: #fff !important;
}
.ph-white::-ms-input-placeholder,
.focus-ph-white:focus::-ms-input-placeholder {
    color: #fff !important;
}
.ph-white::placeholder,
.focus-ph-white:focus::placeholder {
    color: #fff !important;
}
.ph-transparent::-webkit-input-placeholder,
.focus-ph-transparent:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.ph-transparent::-moz-placeholder,
.focus-ph-transparent:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.ph-transparent:-ms-input-placeholder,
.focus-ph-transparent:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.ph-transparent::-ms-input-placeholder,
.focus-ph-transparent:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.ph-transparent::placeholder,
.focus-ph-transparent:focus::placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.ph-blue-darkest::-webkit-input-placeholder,
.focus-ph-blue-darkest:focus::-webkit-input-placeholder {
    color: #02305d !important;
}
.ph-blue-darkest::-moz-placeholder,
.focus-ph-blue-darkest:focus::-moz-placeholder {
    color: #02305d !important;
}
.ph-blue-darkest:-ms-input-placeholder,
.focus-ph-blue-darkest:focus:-ms-input-placeholder {
    color: #02305d !important;
}
.ph-blue-darkest::-ms-input-placeholder,
.focus-ph-blue-darkest:focus::-ms-input-placeholder {
    color: #02305d !important;
}
.ph-blue-darkest::placeholder,
.focus-ph-blue-darkest:focus::placeholder {
    color: #02305d !important;
}
.ph-blue-darker::-webkit-input-placeholder,
.focus-ph-blue-darker:focus::-webkit-input-placeholder {
    color: #1a5d9e !important;
}
.ph-blue-darker::-moz-placeholder,
.focus-ph-blue-darker:focus::-moz-placeholder {
    color: #1a5d9e !important;
}
.ph-blue-darker:-ms-input-placeholder,
.focus-ph-blue-darker:focus:-ms-input-placeholder {
    color: #1a5d9e !important;
}
.ph-blue-darker::-ms-input-placeholder,
.focus-ph-blue-darker:focus::-ms-input-placeholder {
    color: #1a5d9e !important;
}
.ph-blue-darker::placeholder,
.focus-ph-blue-darker:focus::placeholder {
    color: #1a5d9e !important;
}
.ph-blue-dark::-webkit-input-placeholder,
.focus-ph-blue-dark:focus::-webkit-input-placeholder {
    color: #1773ce !important;
}
.ph-blue-dark::-moz-placeholder,
.focus-ph-blue-dark:focus::-moz-placeholder {
    color: #1773ce !important;
}
.ph-blue-dark:-ms-input-placeholder,
.focus-ph-blue-dark:focus:-ms-input-placeholder {
    color: #1773ce !important;
}
.ph-blue-dark::-ms-input-placeholder,
.focus-ph-blue-dark:focus::-ms-input-placeholder {
    color: #1773ce !important;
}
.ph-blue-dark::placeholder,
.focus-ph-blue-dark:focus::placeholder {
    color: #1773ce !important;
}
.ph-blue::-webkit-input-placeholder,
.focus-ph-blue:focus::-webkit-input-placeholder {
    color: #409eff !important;
}
.ph-blue::-moz-placeholder,
.focus-ph-blue:focus::-moz-placeholder {
    color: #409eff !important;
}
.ph-blue:-ms-input-placeholder,
.focus-ph-blue:focus:-ms-input-placeholder {
    color: #409eff !important;
}
.ph-blue::-ms-input-placeholder,
.focus-ph-blue:focus::-ms-input-placeholder {
    color: #409eff !important;
}
.ph-blue::placeholder,
.focus-ph-blue:focus::placeholder {
    color: #409eff !important;
}
.ph-blue-light::-webkit-input-placeholder,
.focus-ph-blue-light:focus::-webkit-input-placeholder {
    color: #65b2ff !important;
}
.ph-blue-light::-moz-placeholder,
.focus-ph-blue-light:focus::-moz-placeholder {
    color: #65b2ff !important;
}
.ph-blue-light:-ms-input-placeholder,
.focus-ph-blue-light:focus:-ms-input-placeholder {
    color: #65b2ff !important;
}
.ph-blue-light::-ms-input-placeholder,
.focus-ph-blue-light:focus::-ms-input-placeholder {
    color: #65b2ff !important;
}
.ph-blue-light::placeholder,
.focus-ph-blue-light:focus::placeholder {
    color: #65b2ff !important;
}
.ph-blue-lighter::-webkit-input-placeholder,
.focus-ph-blue-lighter:focus::-webkit-input-placeholder {
    color: #b3d9ff !important;
}
.ph-blue-lighter::-moz-placeholder,
.focus-ph-blue-lighter:focus::-moz-placeholder {
    color: #b3d9ff !important;
}
.ph-blue-lighter:-ms-input-placeholder,
.focus-ph-blue-lighter:focus:-ms-input-placeholder {
    color: #b3d9ff !important;
}
.ph-blue-lighter::-ms-input-placeholder,
.focus-ph-blue-lighter:focus::-ms-input-placeholder {
    color: #b3d9ff !important;
}
.ph-blue-lighter::placeholder,
.focus-ph-blue-lighter:focus::placeholder {
    color: #b3d9ff !important;
}
.ph-blue-lightest::-webkit-input-placeholder,
.focus-ph-blue-lightest:focus::-webkit-input-placeholder {
    color: #ecf5ff !important;
}
.ph-blue-lightest::-moz-placeholder,
.focus-ph-blue-lightest:focus::-moz-placeholder {
    color: #ecf5ff !important;
}
.ph-blue-lightest:-ms-input-placeholder,
.focus-ph-blue-lightest:focus:-ms-input-placeholder {
    color: #ecf5ff !important;
}
.ph-blue-lightest::-ms-input-placeholder,
.focus-ph-blue-lightest:focus::-ms-input-placeholder {
    color: #ecf5ff !important;
}
.ph-blue-lightest::placeholder,
.focus-ph-blue-lightest:focus::placeholder {
    color: #ecf5ff !important;
}
.ph-indigo-darkest::-webkit-input-placeholder,
.focus-ph-indigo-darkest:focus::-webkit-input-placeholder {
    color: #272075 !important;
}
.ph-indigo-darkest::-moz-placeholder,
.focus-ph-indigo-darkest:focus::-moz-placeholder {
    color: #272075 !important;
}
.ph-indigo-darkest:-ms-input-placeholder,
.focus-ph-indigo-darkest:focus:-ms-input-placeholder {
    color: #272075 !important;
}
.ph-indigo-darkest::-ms-input-placeholder,
.focus-ph-indigo-darkest:focus::-ms-input-placeholder {
    color: #272075 !important;
}
.ph-indigo-darkest::placeholder,
.focus-ph-indigo-darkest:focus::placeholder {
    color: #272075 !important;
}
.ph-indigo-darker::-webkit-input-placeholder,
.focus-ph-indigo-darker:focus::-webkit-input-placeholder {
    color: #332a99 !important;
}
.ph-indigo-darker::-moz-placeholder,
.focus-ph-indigo-darker:focus::-moz-placeholder {
    color: #332a99 !important;
}
.ph-indigo-darker:-ms-input-placeholder,
.focus-ph-indigo-darker:focus:-ms-input-placeholder {
    color: #332a99 !important;
}
.ph-indigo-darker::-ms-input-placeholder,
.focus-ph-indigo-darker:focus::-ms-input-placeholder {
    color: #332a99 !important;
}
.ph-indigo-darker::placeholder,
.focus-ph-indigo-darker:focus::placeholder {
    color: #332a99 !important;
}
.ph-indigo-dark::-webkit-input-placeholder,
.focus-ph-indigo-dark:focus::-webkit-input-placeholder {
    color: #3f33bd !important;
}
.ph-indigo-dark::-moz-placeholder,
.focus-ph-indigo-dark:focus::-moz-placeholder {
    color: #3f33bd !important;
}
.ph-indigo-dark:-ms-input-placeholder,
.focus-ph-indigo-dark:focus:-ms-input-placeholder {
    color: #3f33bd !important;
}
.ph-indigo-dark::-ms-input-placeholder,
.focus-ph-indigo-dark:focus::-ms-input-placeholder {
    color: #3f33bd !important;
}
.ph-indigo-dark::placeholder,
.focus-ph-indigo-dark:focus::placeholder {
    color: #3f33bd !important;
}
.ph-indigo::-webkit-input-placeholder,
.focus-ph-indigo:focus::-webkit-input-placeholder {
    color: #5a4fcf !important;
}
.ph-indigo::-moz-placeholder,
.focus-ph-indigo:focus::-moz-placeholder {
    color: #5a4fcf !important;
}
.ph-indigo:-ms-input-placeholder,
.focus-ph-indigo:focus:-ms-input-placeholder {
    color: #5a4fcf !important;
}
.ph-indigo::-ms-input-placeholder,
.focus-ph-indigo:focus::-ms-input-placeholder {
    color: #5a4fcf !important;
}
.ph-indigo::placeholder,
.focus-ph-indigo:focus::placeholder {
    color: #5a4fcf !important;
}
.ph-indigo-light::-webkit-input-placeholder,
.focus-ph-indigo-light:focus::-webkit-input-placeholder {
    color: #837ae6 !important;
}
.ph-indigo-light::-moz-placeholder,
.focus-ph-indigo-light:focus::-moz-placeholder {
    color: #837ae6 !important;
}
.ph-indigo-light:-ms-input-placeholder,
.focus-ph-indigo-light:focus:-ms-input-placeholder {
    color: #837ae6 !important;
}
.ph-indigo-light::-ms-input-placeholder,
.focus-ph-indigo-light:focus::-ms-input-placeholder {
    color: #837ae6 !important;
}
.ph-indigo-light::placeholder,
.focus-ph-indigo-light:focus::placeholder {
    color: #837ae6 !important;
}
.ph-indigo-lighter::-webkit-input-placeholder,
.focus-ph-indigo-lighter:focus::-webkit-input-placeholder {
    color: #c2bdf6 !important;
}
.ph-indigo-lighter::-moz-placeholder,
.focus-ph-indigo-lighter:focus::-moz-placeholder {
    color: #c2bdf6 !important;
}
.ph-indigo-lighter:-ms-input-placeholder,
.focus-ph-indigo-lighter:focus:-ms-input-placeholder {
    color: #c2bdf6 !important;
}
.ph-indigo-lighter::-ms-input-placeholder,
.focus-ph-indigo-lighter:focus::-ms-input-placeholder {
    color: #c2bdf6 !important;
}
.ph-indigo-lighter::placeholder,
.focus-ph-indigo-lighter:focus::placeholder {
    color: #c2bdf6 !important;
}
.ph-indigo-lightest::-webkit-input-placeholder,
.focus-ph-indigo-lightest:focus::-webkit-input-placeholder {
    color: #f0eeff !important;
}
.ph-indigo-lightest::-moz-placeholder,
.focus-ph-indigo-lightest:focus::-moz-placeholder {
    color: #f0eeff !important;
}
.ph-indigo-lightest:-ms-input-placeholder,
.focus-ph-indigo-lightest:focus:-ms-input-placeholder {
    color: #f0eeff !important;
}
.ph-indigo-lightest::-ms-input-placeholder,
.focus-ph-indigo-lightest:focus::-ms-input-placeholder {
    color: #f0eeff !important;
}
.ph-indigo-lightest::placeholder,
.focus-ph-indigo-lightest:focus::placeholder {
    color: #f0eeff !important;
}
.ph-purple-darkest::-webkit-input-placeholder,
.focus-ph-purple-darkest:focus::-webkit-input-placeholder {
    color: #3d065f !important;
}
.ph-purple-darkest::-moz-placeholder,
.focus-ph-purple-darkest:focus::-moz-placeholder {
    color: #3d065f !important;
}
.ph-purple-darkest:-ms-input-placeholder,
.focus-ph-purple-darkest:focus:-ms-input-placeholder {
    color: #3d065f !important;
}
.ph-purple-darkest::-ms-input-placeholder,
.focus-ph-purple-darkest:focus::-ms-input-placeholder {
    color: #3d065f !important;
}
.ph-purple-darkest::placeholder,
.focus-ph-purple-darkest:focus::placeholder {
    color: #3d065f !important;
}
.ph-purple-darker::-webkit-input-placeholder,
.focus-ph-purple-darker:focus::-webkit-input-placeholder {
    color: #600a97 !important;
}
.ph-purple-darker::-moz-placeholder,
.focus-ph-purple-darker:focus::-moz-placeholder {
    color: #600a97 !important;
}
.ph-purple-darker:-ms-input-placeholder,
.focus-ph-purple-darker:focus:-ms-input-placeholder {
    color: #600a97 !important;
}
.ph-purple-darker::-ms-input-placeholder,
.focus-ph-purple-darker:focus::-ms-input-placeholder {
    color: #600a97 !important;
}
.ph-purple-darker::placeholder,
.focus-ph-purple-darker:focus::placeholder {
    color: #600a97 !important;
}
.ph-purple-dark::-webkit-input-placeholder,
.focus-ph-purple-dark:focus::-webkit-input-placeholder {
    color: #840dce !important;
}
.ph-purple-dark::-moz-placeholder,
.focus-ph-purple-dark:focus::-moz-placeholder {
    color: #840dce !important;
}
.ph-purple-dark:-ms-input-placeholder,
.focus-ph-purple-dark:focus:-ms-input-placeholder {
    color: #840dce !important;
}
.ph-purple-dark::-ms-input-placeholder,
.focus-ph-purple-dark:focus::-ms-input-placeholder {
    color: #840dce !important;
}
.ph-purple-dark::placeholder,
.focus-ph-purple-dark:focus::placeholder {
    color: #840dce !important;
}
.ph-purple::-webkit-input-placeholder,
.focus-ph-purple:focus::-webkit-input-placeholder {
    color: #aa38f2 !important;
}
.ph-purple::-moz-placeholder,
.focus-ph-purple:focus::-moz-placeholder {
    color: #aa38f2 !important;
}
.ph-purple:-ms-input-placeholder,
.focus-ph-purple:focus:-ms-input-placeholder {
    color: #aa38f2 !important;
}
.ph-purple::-ms-input-placeholder,
.focus-ph-purple:focus::-ms-input-placeholder {
    color: #aa38f2 !important;
}
.ph-purple::placeholder,
.focus-ph-purple:focus::placeholder {
    color: #aa38f2 !important;
}
.ph-purple-light::-webkit-input-placeholder,
.focus-ph-purple-light:focus::-webkit-input-placeholder {
    color: #cc88f7 !important;
}
.ph-purple-light::-moz-placeholder,
.focus-ph-purple-light:focus::-moz-placeholder {
    color: #cc88f7 !important;
}
.ph-purple-light:-ms-input-placeholder,
.focus-ph-purple-light:focus:-ms-input-placeholder {
    color: #cc88f7 !important;
}
.ph-purple-light::-ms-input-placeholder,
.focus-ph-purple-light:focus::-ms-input-placeholder {
    color: #cc88f7 !important;
}
.ph-purple-light::placeholder,
.focus-ph-purple-light:focus::placeholder {
    color: #cc88f7 !important;
}
.ph-purple-lighter::-webkit-input-placeholder,
.focus-ph-purple-lighter:focus::-webkit-input-placeholder {
    color: #e9cbfc !important;
}
.ph-purple-lighter::-moz-placeholder,
.focus-ph-purple-lighter:focus::-moz-placeholder {
    color: #e9cbfc !important;
}
.ph-purple-lighter:-ms-input-placeholder,
.focus-ph-purple-lighter:focus:-ms-input-placeholder {
    color: #e9cbfc !important;
}
.ph-purple-lighter::-ms-input-placeholder,
.focus-ph-purple-lighter:focus::-ms-input-placeholder {
    color: #e9cbfc !important;
}
.ph-purple-lighter::placeholder,
.focus-ph-purple-lighter:focus::placeholder {
    color: #e9cbfc !important;
}
.ph-purple-lightest::-webkit-input-placeholder,
.focus-ph-purple-lightest:focus::-webkit-input-placeholder {
    color: #f9f0fe !important;
}
.ph-purple-lightest::-moz-placeholder,
.focus-ph-purple-lightest:focus::-moz-placeholder {
    color: #f9f0fe !important;
}
.ph-purple-lightest:-ms-input-placeholder,
.focus-ph-purple-lightest:focus:-ms-input-placeholder {
    color: #f9f0fe !important;
}
.ph-purple-lightest::-ms-input-placeholder,
.focus-ph-purple-lightest:focus::-ms-input-placeholder {
    color: #f9f0fe !important;
}
.ph-purple-lightest::placeholder,
.focus-ph-purple-lightest:focus::placeholder {
    color: #f9f0fe !important;
}
.ph-pink-darkest::-webkit-input-placeholder,
.focus-ph-pink-darkest:focus::-webkit-input-placeholder {
    color: #580020 !important;
}
.ph-pink-darkest::-moz-placeholder,
.focus-ph-pink-darkest:focus::-moz-placeholder {
    color: #580020 !important;
}
.ph-pink-darkest:-ms-input-placeholder,
.focus-ph-pink-darkest:focus:-ms-input-placeholder {
    color: #580020 !important;
}
.ph-pink-darkest::-ms-input-placeholder,
.focus-ph-pink-darkest:focus::-ms-input-placeholder {
    color: #580020 !important;
}
.ph-pink-darkest::placeholder,
.focus-ph-pink-darkest:focus::placeholder {
    color: #580020 !important;
}
.ph-pink-darker::-webkit-input-placeholder,
.focus-ph-pink-darker:focus::-webkit-input-placeholder {
    color: #930036 !important;
}
.ph-pink-darker::-moz-placeholder,
.focus-ph-pink-darker:focus::-moz-placeholder {
    color: #930036 !important;
}
.ph-pink-darker:-ms-input-placeholder,
.focus-ph-pink-darker:focus:-ms-input-placeholder {
    color: #930036 !important;
}
.ph-pink-darker::-ms-input-placeholder,
.focus-ph-pink-darker:focus::-ms-input-placeholder {
    color: #930036 !important;
}
.ph-pink-darker::placeholder,
.focus-ph-pink-darker:focus::placeholder {
    color: #930036 !important;
}
.ph-pink-dark::-webkit-input-placeholder,
.focus-ph-pink-dark:focus::-webkit-input-placeholder {
    color: #c9366c !important;
}
.ph-pink-dark::-moz-placeholder,
.focus-ph-pink-dark:focus::-moz-placeholder {
    color: #c9366c !important;
}
.ph-pink-dark:-ms-input-placeholder,
.focus-ph-pink-dark:focus:-ms-input-placeholder {
    color: #c9366c !important;
}
.ph-pink-dark::-ms-input-placeholder,
.focus-ph-pink-dark:focus::-ms-input-placeholder {
    color: #c9366c !important;
}
.ph-pink-dark::placeholder,
.focus-ph-pink-dark:focus::placeholder {
    color: #c9366c !important;
}
.ph-pink::-webkit-input-placeholder,
.focus-ph-pink:focus::-webkit-input-placeholder {
    color: #f06597 !important;
}
.ph-pink::-moz-placeholder,
.focus-ph-pink:focus::-moz-placeholder {
    color: #f06597 !important;
}
.ph-pink:-ms-input-placeholder,
.focus-ph-pink:focus:-ms-input-placeholder {
    color: #f06597 !important;
}
.ph-pink::-ms-input-placeholder,
.focus-ph-pink:focus::-ms-input-placeholder {
    color: #f06597 !important;
}
.ph-pink::placeholder,
.focus-ph-pink:focus::placeholder {
    color: #f06597 !important;
}
.ph-pink-light::-webkit-input-placeholder,
.focus-ph-pink-light:focus::-webkit-input-placeholder {
    color: #f58eb4 !important;
}
.ph-pink-light::-moz-placeholder,
.focus-ph-pink-light:focus::-moz-placeholder {
    color: #f58eb4 !important;
}
.ph-pink-light:-ms-input-placeholder,
.focus-ph-pink-light:focus:-ms-input-placeholder {
    color: #f58eb4 !important;
}
.ph-pink-light::-ms-input-placeholder,
.focus-ph-pink-light:focus::-ms-input-placeholder {
    color: #f58eb4 !important;
}
.ph-pink-light::placeholder,
.focus-ph-pink-light:focus::placeholder {
    color: #f58eb4 !important;
}
.ph-pink-lighter::-webkit-input-placeholder,
.focus-ph-pink-lighter:focus::-webkit-input-placeholder {
    color: #ffcddf !important;
}
.ph-pink-lighter::-moz-placeholder,
.focus-ph-pink-lighter:focus::-moz-placeholder {
    color: #ffcddf !important;
}
.ph-pink-lighter:-ms-input-placeholder,
.focus-ph-pink-lighter:focus:-ms-input-placeholder {
    color: #ffcddf !important;
}
.ph-pink-lighter::-ms-input-placeholder,
.focus-ph-pink-lighter:focus::-ms-input-placeholder {
    color: #ffcddf !important;
}
.ph-pink-lighter::placeholder,
.focus-ph-pink-lighter:focus::placeholder {
    color: #ffcddf !important;
}
.ph-pink-lightest::-webkit-input-placeholder,
.focus-ph-pink-lightest:focus::-webkit-input-placeholder {
    color: #ffebf2 !important;
}
.ph-pink-lightest::-moz-placeholder,
.focus-ph-pink-lightest:focus::-moz-placeholder {
    color: #ffebf2 !important;
}
.ph-pink-lightest:-ms-input-placeholder,
.focus-ph-pink-lightest:focus:-ms-input-placeholder {
    color: #ffebf2 !important;
}
.ph-pink-lightest::-ms-input-placeholder,
.focus-ph-pink-lightest:focus::-ms-input-placeholder {
    color: #ffebf2 !important;
}
.ph-pink-lightest::placeholder,
.focus-ph-pink-lightest:focus::placeholder {
    color: #ffebf2 !important;
}
.ph-red-darkest::-webkit-input-placeholder,
.focus-ph-red-darkest:focus::-webkit-input-placeholder {
    color: #750e12 !important;
}
.ph-red-darkest::-moz-placeholder,
.focus-ph-red-darkest:focus::-moz-placeholder {
    color: #750e12 !important;
}
.ph-red-darkest:-ms-input-placeholder,
.focus-ph-red-darkest:focus:-ms-input-placeholder {
    color: #750e12 !important;
}
.ph-red-darkest::-ms-input-placeholder,
.focus-ph-red-darkest:focus::-ms-input-placeholder {
    color: #750e12 !important;
}
.ph-red-darkest::placeholder,
.focus-ph-red-darkest:focus::placeholder {
    color: #750e12 !important;
}
.ph-red-darker::-webkit-input-placeholder,
.focus-ph-red-darker:focus::-webkit-input-placeholder {
    color: #a9151a !important;
}
.ph-red-darker::-moz-placeholder,
.focus-ph-red-darker:focus::-moz-placeholder {
    color: #a9151a !important;
}
.ph-red-darker:-ms-input-placeholder,
.focus-ph-red-darker:focus:-ms-input-placeholder {
    color: #a9151a !important;
}
.ph-red-darker::-ms-input-placeholder,
.focus-ph-red-darker:focus::-ms-input-placeholder {
    color: #a9151a !important;
}
.ph-red-darker::placeholder,
.focus-ph-red-darker:focus::placeholder {
    color: #a9151a !important;
}
.ph-red-dark::-webkit-input-placeholder,
.focus-ph-red-dark:focus::-webkit-input-placeholder {
    color: #cc191f !important;
}
.ph-red-dark::-moz-placeholder,
.focus-ph-red-dark:focus::-moz-placeholder {
    color: #cc191f !important;
}
.ph-red-dark:-ms-input-placeholder,
.focus-ph-red-dark:focus:-ms-input-placeholder {
    color: #cc191f !important;
}
.ph-red-dark::-ms-input-placeholder,
.focus-ph-red-dark:focus::-ms-input-placeholder {
    color: #cc191f !important;
}
.ph-red-dark::placeholder,
.focus-ph-red-dark:focus::placeholder {
    color: #cc191f !important;
}
.ph-red::-webkit-input-placeholder,
.focus-ph-red:focus::-webkit-input-placeholder {
    color: #e7393f !important;
}
.ph-red::-moz-placeholder,
.focus-ph-red:focus::-moz-placeholder {
    color: #e7393f !important;
}
.ph-red:-ms-input-placeholder,
.focus-ph-red:focus:-ms-input-placeholder {
    color: #e7393f !important;
}
.ph-red::-ms-input-placeholder,
.focus-ph-red:focus::-ms-input-placeholder {
    color: #e7393f !important;
}
.ph-red::placeholder,
.focus-ph-red:focus::placeholder {
    color: #e7393f !important;
}
.ph-red-light::-webkit-input-placeholder,
.focus-ph-red-light:focus::-webkit-input-placeholder {
    color: #ed6d72 !important;
}
.ph-red-light::-moz-placeholder,
.focus-ph-red-light:focus::-moz-placeholder {
    color: #ed6d72 !important;
}
.ph-red-light:-ms-input-placeholder,
.focus-ph-red-light:focus:-ms-input-placeholder {
    color: #ed6d72 !important;
}
.ph-red-light::-ms-input-placeholder,
.focus-ph-red-light:focus::-ms-input-placeholder {
    color: #ed6d72 !important;
}
.ph-red-light::placeholder,
.focus-ph-red-light:focus::placeholder {
    color: #ed6d72 !important;
}
.ph-red-lighter::-webkit-input-placeholder,
.focus-ph-red-lighter:focus::-webkit-input-placeholder {
    color: #f8c5c7 !important;
}
.ph-red-lighter::-moz-placeholder,
.focus-ph-red-lighter:focus::-moz-placeholder {
    color: #f8c5c7 !important;
}
.ph-red-lighter:-ms-input-placeholder,
.focus-ph-red-lighter:focus:-ms-input-placeholder {
    color: #f8c5c7 !important;
}
.ph-red-lighter::-ms-input-placeholder,
.focus-ph-red-lighter:focus::-ms-input-placeholder {
    color: #f8c5c7 !important;
}
.ph-red-lighter::placeholder,
.focus-ph-red-lighter:focus::placeholder {
    color: #f8c5c7 !important;
}
.ph-red-lightest::-webkit-input-placeholder,
.focus-ph-red-lightest:focus::-webkit-input-placeholder {
    color: #fce8e8 !important;
}
.ph-red-lightest::-moz-placeholder,
.focus-ph-red-lightest:focus::-moz-placeholder {
    color: #fce8e8 !important;
}
.ph-red-lightest:-ms-input-placeholder,
.focus-ph-red-lightest:focus:-ms-input-placeholder {
    color: #fce8e8 !important;
}
.ph-red-lightest::-ms-input-placeholder,
.focus-ph-red-lightest:focus::-ms-input-placeholder {
    color: #fce8e8 !important;
}
.ph-red-lightest::placeholder,
.focus-ph-red-lightest:focus::placeholder {
    color: #fce8e8 !important;
}
.ph-orange-darkest::-webkit-input-placeholder,
.focus-ph-orange-darkest:focus::-webkit-input-placeholder {
    color: #854300 !important;
}
.ph-orange-darkest::-moz-placeholder,
.focus-ph-orange-darkest:focus::-moz-placeholder {
    color: #854300 !important;
}
.ph-orange-darkest:-ms-input-placeholder,
.focus-ph-orange-darkest:focus:-ms-input-placeholder {
    color: #854300 !important;
}
.ph-orange-darkest::-ms-input-placeholder,
.focus-ph-orange-darkest:focus::-ms-input-placeholder {
    color: #854300 !important;
}
.ph-orange-darkest::placeholder,
.focus-ph-orange-darkest:focus::placeholder {
    color: #854300 !important;
}
.ph-orange-darker::-webkit-input-placeholder,
.focus-ph-orange-darker:focus::-webkit-input-placeholder {
    color: #c06000 !important;
}
.ph-orange-darker::-moz-placeholder,
.focus-ph-orange-darker:focus::-moz-placeholder {
    color: #c06000 !important;
}
.ph-orange-darker:-ms-input-placeholder,
.focus-ph-orange-darker:focus:-ms-input-placeholder {
    color: #c06000 !important;
}
.ph-orange-darker::-ms-input-placeholder,
.focus-ph-orange-darker:focus::-ms-input-placeholder {
    color: #c06000 !important;
}
.ph-orange-darker::placeholder,
.focus-ph-orange-darker:focus::placeholder {
    color: #c06000 !important;
}
.ph-orange-dark::-webkit-input-placeholder,
.focus-ph-orange-dark:focus::-webkit-input-placeholder {
    color: #e77400 !important;
}
.ph-orange-dark::-moz-placeholder,
.focus-ph-orange-dark:focus::-moz-placeholder {
    color: #e77400 !important;
}
.ph-orange-dark:-ms-input-placeholder,
.focus-ph-orange-dark:focus:-ms-input-placeholder {
    color: #e77400 !important;
}
.ph-orange-dark::-ms-input-placeholder,
.focus-ph-orange-dark:focus::-ms-input-placeholder {
    color: #e77400 !important;
}
.ph-orange-dark::placeholder,
.focus-ph-orange-dark:focus::placeholder {
    color: #e77400 !important;
}
.ph-orange::-webkit-input-placeholder,
.focus-ph-orange:focus::-webkit-input-placeholder {
    color: #ff8710 !important;
}
.ph-orange::-moz-placeholder,
.focus-ph-orange:focus::-moz-placeholder {
    color: #ff8710 !important;
}
.ph-orange:-ms-input-placeholder,
.focus-ph-orange:focus:-ms-input-placeholder {
    color: #ff8710 !important;
}
.ph-orange::-ms-input-placeholder,
.focus-ph-orange:focus::-ms-input-placeholder {
    color: #ff8710 !important;
}
.ph-orange::placeholder,
.focus-ph-orange:focus::placeholder {
    color: #ff8710 !important;
}
.ph-orange-light::-webkit-input-placeholder,
.focus-ph-orange-light:focus::-webkit-input-placeholder {
    color: #ffb872 !important;
}
.ph-orange-light::-moz-placeholder,
.focus-ph-orange-light:focus::-moz-placeholder {
    color: #ffb872 !important;
}
.ph-orange-light:-ms-input-placeholder,
.focus-ph-orange-light:focus:-ms-input-placeholder {
    color: #ffb872 !important;
}
.ph-orange-light::-ms-input-placeholder,
.focus-ph-orange-light:focus::-ms-input-placeholder {
    color: #ffb872 !important;
}
.ph-orange-light::placeholder,
.focus-ph-orange-light:focus::placeholder {
    color: #ffb872 !important;
}
.ph-orange-lighter::-webkit-input-placeholder,
.focus-ph-orange-lighter:focus::-webkit-input-placeholder {
    color: #ffe0c0 !important;
}
.ph-orange-lighter::-moz-placeholder,
.focus-ph-orange-lighter:focus::-moz-placeholder {
    color: #ffe0c0 !important;
}
.ph-orange-lighter:-ms-input-placeholder,
.focus-ph-orange-lighter:focus:-ms-input-placeholder {
    color: #ffe0c0 !important;
}
.ph-orange-lighter::-ms-input-placeholder,
.focus-ph-orange-lighter:focus::-ms-input-placeholder {
    color: #ffe0c0 !important;
}
.ph-orange-lighter::placeholder,
.focus-ph-orange-lighter:focus::placeholder {
    color: #ffe0c0 !important;
}
.ph-orange-lightest::-webkit-input-placeholder,
.focus-ph-orange-lightest:focus::-webkit-input-placeholder {
    color: #fff3e7 !important;
}
.ph-orange-lightest::-moz-placeholder,
.focus-ph-orange-lightest:focus::-moz-placeholder {
    color: #fff3e7 !important;
}
.ph-orange-lightest:-ms-input-placeholder,
.focus-ph-orange-lightest:focus:-ms-input-placeholder {
    color: #fff3e7 !important;
}
.ph-orange-lightest::-ms-input-placeholder,
.focus-ph-orange-lightest:focus::-ms-input-placeholder {
    color: #fff3e7 !important;
}
.ph-orange-lightest::placeholder,
.focus-ph-orange-lightest:focus::placeholder {
    color: #fff3e7 !important;
}
.ph-yellow-darkest::-webkit-input-placeholder,
.focus-ph-yellow-darkest:focus::-webkit-input-placeholder {
    color: #6a5502 !important;
}
.ph-yellow-darkest::-moz-placeholder,
.focus-ph-yellow-darkest:focus::-moz-placeholder {
    color: #6a5502 !important;
}
.ph-yellow-darkest:-ms-input-placeholder,
.focus-ph-yellow-darkest:focus:-ms-input-placeholder {
    color: #6a5502 !important;
}
.ph-yellow-darkest::-ms-input-placeholder,
.focus-ph-yellow-darkest:focus::-ms-input-placeholder {
    color: #6a5502 !important;
}
.ph-yellow-darkest::placeholder,
.focus-ph-yellow-darkest:focus::placeholder {
    color: #6a5502 !important;
}
.ph-yellow-darker::-webkit-input-placeholder,
.focus-ph-yellow-darker:focus::-webkit-input-placeholder {
    color: #b79303 !important;
}
.ph-yellow-darker::-moz-placeholder,
.focus-ph-yellow-darker:focus::-moz-placeholder {
    color: #b79303 !important;
}
.ph-yellow-darker:-ms-input-placeholder,
.focus-ph-yellow-darker:focus:-ms-input-placeholder {
    color: #b79303 !important;
}
.ph-yellow-darker::-ms-input-placeholder,
.focus-ph-yellow-darker:focus::-ms-input-placeholder {
    color: #b79303 !important;
}
.ph-yellow-darker::placeholder,
.focus-ph-yellow-darker:focus::placeholder {
    color: #b79303 !important;
}
.ph-yellow-dark::-webkit-input-placeholder,
.focus-ph-yellow-dark:focus::-webkit-input-placeholder {
    color: #ddb104 !important;
}
.ph-yellow-dark::-moz-placeholder,
.focus-ph-yellow-dark:focus::-moz-placeholder {
    color: #ddb104 !important;
}
.ph-yellow-dark:-ms-input-placeholder,
.focus-ph-yellow-dark:focus:-ms-input-placeholder {
    color: #ddb104 !important;
}
.ph-yellow-dark::-ms-input-placeholder,
.focus-ph-yellow-dark:focus::-ms-input-placeholder {
    color: #ddb104 !important;
}
.ph-yellow-dark::placeholder,
.focus-ph-yellow-dark:focus::placeholder {
    color: #ddb104 !important;
}
.ph-yellow::-webkit-input-placeholder,
.focus-ph-yellow:focus::-webkit-input-placeholder {
    color: #facb0e !important;
}
.ph-yellow::-moz-placeholder,
.focus-ph-yellow:focus::-moz-placeholder {
    color: #facb0e !important;
}
.ph-yellow:-ms-input-placeholder,
.focus-ph-yellow:focus:-ms-input-placeholder {
    color: #facb0e !important;
}
.ph-yellow::-ms-input-placeholder,
.focus-ph-yellow:focus::-ms-input-placeholder {
    color: #facb0e !important;
}
.ph-yellow::placeholder,
.focus-ph-yellow:focus::placeholder {
    color: #facb0e !important;
}
.ph-yellow-light::-webkit-input-placeholder,
.focus-ph-yellow-light:focus::-webkit-input-placeholder {
    color: #fde482 !important;
}
.ph-yellow-light::-moz-placeholder,
.focus-ph-yellow-light:focus::-moz-placeholder {
    color: #fde482 !important;
}
.ph-yellow-light:-ms-input-placeholder,
.focus-ph-yellow-light:focus:-ms-input-placeholder {
    color: #fde482 !important;
}
.ph-yellow-light::-ms-input-placeholder,
.focus-ph-yellow-light:focus::-ms-input-placeholder {
    color: #fde482 !important;
}
.ph-yellow-light::placeholder,
.focus-ph-yellow-light:focus::placeholder {
    color: #fde482 !important;
}
.ph-yellow-lighter::-webkit-input-placeholder,
.focus-ph-yellow-lighter:focus::-webkit-input-placeholder {
    color: #fef0bc !important;
}
.ph-yellow-lighter::-moz-placeholder,
.focus-ph-yellow-lighter:focus::-moz-placeholder {
    color: #fef0bc !important;
}
.ph-yellow-lighter:-ms-input-placeholder,
.focus-ph-yellow-lighter:focus:-ms-input-placeholder {
    color: #fef0bc !important;
}
.ph-yellow-lighter::-ms-input-placeholder,
.focus-ph-yellow-lighter:focus::-ms-input-placeholder {
    color: #fef0bc !important;
}
.ph-yellow-lighter::placeholder,
.focus-ph-yellow-lighter:focus::placeholder {
    color: #fef0bc !important;
}
.ph-yellow-lightest::-webkit-input-placeholder,
.focus-ph-yellow-lightest:focus::-webkit-input-placeholder {
    color: #fef7db !important;
}
.ph-yellow-lightest::-moz-placeholder,
.focus-ph-yellow-lightest:focus::-moz-placeholder {
    color: #fef7db !important;
}
.ph-yellow-lightest:-ms-input-placeholder,
.focus-ph-yellow-lightest:focus:-ms-input-placeholder {
    color: #fef7db !important;
}
.ph-yellow-lightest::-ms-input-placeholder,
.focus-ph-yellow-lightest:focus::-ms-input-placeholder {
    color: #fef7db !important;
}
.ph-yellow-lightest::placeholder,
.focus-ph-yellow-lightest:focus::placeholder {
    color: #fef7db !important;
}
.ph-pear-darkest::-webkit-input-placeholder,
.focus-ph-pear-darkest:focus::-webkit-input-placeholder {
    color: #4f560c !important;
}
.ph-pear-darkest::-moz-placeholder,
.focus-ph-pear-darkest:focus::-moz-placeholder {
    color: #4f560c !important;
}
.ph-pear-darkest:-ms-input-placeholder,
.focus-ph-pear-darkest:focus:-ms-input-placeholder {
    color: #4f560c !important;
}
.ph-pear-darkest::-ms-input-placeholder,
.focus-ph-pear-darkest:focus::-ms-input-placeholder {
    color: #4f560c !important;
}
.ph-pear-darkest::placeholder,
.focus-ph-pear-darkest:focus::placeholder {
    color: #4f560c !important;
}
.ph-pear-darker::-webkit-input-placeholder,
.focus-ph-pear-darker:focus::-webkit-input-placeholder {
    color: #7f8a13 !important;
}
.ph-pear-darker::-moz-placeholder,
.focus-ph-pear-darker:focus::-moz-placeholder {
    color: #7f8a13 !important;
}
.ph-pear-darker:-ms-input-placeholder,
.focus-ph-pear-darker:focus:-ms-input-placeholder {
    color: #7f8a13 !important;
}
.ph-pear-darker::-ms-input-placeholder,
.focus-ph-pear-darker:focus::-ms-input-placeholder {
    color: #7f8a13 !important;
}
.ph-pear-darker::placeholder,
.focus-ph-pear-darker:focus::placeholder {
    color: #7f8a13 !important;
}
.ph-pear-dark::-webkit-input-placeholder,
.focus-ph-pear-dark:focus::-webkit-input-placeholder {
    color: #9eac18 !important;
}
.ph-pear-dark::-moz-placeholder,
.focus-ph-pear-dark:focus::-moz-placeholder {
    color: #9eac18 !important;
}
.ph-pear-dark:-ms-input-placeholder,
.focus-ph-pear-dark:focus:-ms-input-placeholder {
    color: #9eac18 !important;
}
.ph-pear-dark::-ms-input-placeholder,
.focus-ph-pear-dark:focus::-ms-input-placeholder {
    color: #9eac18 !important;
}
.ph-pear-dark::placeholder,
.focus-ph-pear-dark:focus::placeholder {
    color: #9eac18 !important;
}
.ph-pear::-webkit-input-placeholder,
.focus-ph-pear:focus::-webkit-input-placeholder {
    color: #becf1d !important;
}
.ph-pear::-moz-placeholder,
.focus-ph-pear:focus::-moz-placeholder {
    color: #becf1d !important;
}
.ph-pear:-ms-input-placeholder,
.focus-ph-pear:focus:-ms-input-placeholder {
    color: #becf1d !important;
}
.ph-pear::-ms-input-placeholder,
.focus-ph-pear:focus::-ms-input-placeholder {
    color: #becf1d !important;
}
.ph-pear::placeholder,
.focus-ph-pear:focus::placeholder {
    color: #becf1d !important;
}
.ph-pear-light::-webkit-input-placeholder,
.focus-ph-pear-light:focus::-webkit-input-placeholder {
    color: #dde965 !important;
}
.ph-pear-light::-moz-placeholder,
.focus-ph-pear-light:focus::-moz-placeholder {
    color: #dde965 !important;
}
.ph-pear-light:-ms-input-placeholder,
.focus-ph-pear-light:focus:-ms-input-placeholder {
    color: #dde965 !important;
}
.ph-pear-light::-ms-input-placeholder,
.focus-ph-pear-light:focus::-ms-input-placeholder {
    color: #dde965 !important;
}
.ph-pear-light::placeholder,
.focus-ph-pear-light:focus::placeholder {
    color: #dde965 !important;
}
.ph-pear-lighter::-webkit-input-placeholder,
.focus-ph-pear-lighter:focus::-webkit-input-placeholder {
    color: #f4f8cc !important;
}
.ph-pear-lighter::-moz-placeholder,
.focus-ph-pear-lighter:focus::-moz-placeholder {
    color: #f4f8cc !important;
}
.ph-pear-lighter:-ms-input-placeholder,
.focus-ph-pear-lighter:focus:-ms-input-placeholder {
    color: #f4f8cc !important;
}
.ph-pear-lighter::-ms-input-placeholder,
.focus-ph-pear-lighter:focus::-ms-input-placeholder {
    color: #f4f8cc !important;
}
.ph-pear-lighter::placeholder,
.focus-ph-pear-lighter:focus::placeholder {
    color: #f4f8cc !important;
}
.ph-pear-lightest::-webkit-input-placeholder,
.focus-ph-pear-lightest:focus::-webkit-input-placeholder {
    color: #fbfdee !important;
}
.ph-pear-lightest::-moz-placeholder,
.focus-ph-pear-lightest:focus::-moz-placeholder {
    color: #fbfdee !important;
}
.ph-pear-lightest:-ms-input-placeholder,
.focus-ph-pear-lightest:focus:-ms-input-placeholder {
    color: #fbfdee !important;
}
.ph-pear-lightest::-ms-input-placeholder,
.focus-ph-pear-lightest:focus::-ms-input-placeholder {
    color: #fbfdee !important;
}
.ph-pear-lightest::placeholder,
.focus-ph-pear-lightest:focus::placeholder {
    color: #fbfdee !important;
}
.ph-green-darkest::-webkit-input-placeholder,
.focus-ph-green-darkest:focus::-webkit-input-placeholder {
    color: #206120 !important;
}
.ph-green-darkest::-moz-placeholder,
.focus-ph-green-darkest:focus::-moz-placeholder {
    color: #206120 !important;
}
.ph-green-darkest:-ms-input-placeholder,
.focus-ph-green-darkest:focus:-ms-input-placeholder {
    color: #206120 !important;
}
.ph-green-darkest::-ms-input-placeholder,
.focus-ph-green-darkest:focus::-ms-input-placeholder {
    color: #206120 !important;
}
.ph-green-darkest::placeholder,
.focus-ph-green-darkest:focus::placeholder {
    color: #206120 !important;
}
.ph-green-darker::-webkit-input-placeholder,
.focus-ph-green-darker:focus::-webkit-input-placeholder {
    color: #2f8d2f !important;
}
.ph-green-darker::-moz-placeholder,
.focus-ph-green-darker:focus::-moz-placeholder {
    color: #2f8d2f !important;
}
.ph-green-darker:-ms-input-placeholder,
.focus-ph-green-darker:focus:-ms-input-placeholder {
    color: #2f8d2f !important;
}
.ph-green-darker::-ms-input-placeholder,
.focus-ph-green-darker:focus::-ms-input-placeholder {
    color: #2f8d2f !important;
}
.ph-green-darker::placeholder,
.focus-ph-green-darker:focus::placeholder {
    color: #2f8d2f !important;
}
.ph-green-dark::-webkit-input-placeholder,
.focus-ph-green-dark:focus::-webkit-input-placeholder {
    color: #39ab39 !important;
}
.ph-green-dark::-moz-placeholder,
.focus-ph-green-dark:focus::-moz-placeholder {
    color: #39ab39 !important;
}
.ph-green-dark:-ms-input-placeholder,
.focus-ph-green-dark:focus:-ms-input-placeholder {
    color: #39ab39 !important;
}
.ph-green-dark::-ms-input-placeholder,
.focus-ph-green-dark:focus::-ms-input-placeholder {
    color: #39ab39 !important;
}
.ph-green-dark::placeholder,
.focus-ph-green-dark:focus::placeholder {
    color: #39ab39 !important;
}
.ph-green::-webkit-input-placeholder,
.focus-ph-green:focus::-webkit-input-placeholder {
    color: #49c249 !important;
}
.ph-green::-moz-placeholder,
.focus-ph-green:focus::-moz-placeholder {
    color: #49c249 !important;
}
.ph-green:-ms-input-placeholder,
.focus-ph-green:focus:-ms-input-placeholder {
    color: #49c249 !important;
}
.ph-green::-ms-input-placeholder,
.focus-ph-green:focus::-ms-input-placeholder {
    color: #49c249 !important;
}
.ph-green::placeholder,
.focus-ph-green:focus::placeholder {
    color: #49c249 !important;
}
.ph-green-light::-webkit-input-placeholder,
.focus-ph-green-light:focus::-webkit-input-placeholder {
    color: #89e089 !important;
}
.ph-green-light::-moz-placeholder,
.focus-ph-green-light:focus::-moz-placeholder {
    color: #89e089 !important;
}
.ph-green-light:-ms-input-placeholder,
.focus-ph-green-light:focus:-ms-input-placeholder {
    color: #89e089 !important;
}
.ph-green-light::-ms-input-placeholder,
.focus-ph-green-light:focus::-ms-input-placeholder {
    color: #89e089 !important;
}
.ph-green-light::placeholder,
.focus-ph-green-light:focus::placeholder {
    color: #89e089 !important;
}
.ph-green-lighter::-webkit-input-placeholder,
.focus-ph-green-lighter:focus::-webkit-input-placeholder {
    color: #dcf3dc !important;
}
.ph-green-lighter::-moz-placeholder,
.focus-ph-green-lighter:focus::-moz-placeholder {
    color: #dcf3dc !important;
}
.ph-green-lighter:-ms-input-placeholder,
.focus-ph-green-lighter:focus:-ms-input-placeholder {
    color: #dcf3dc !important;
}
.ph-green-lighter::-ms-input-placeholder,
.focus-ph-green-lighter:focus::-ms-input-placeholder {
    color: #dcf3dc !important;
}
.ph-green-lighter::placeholder,
.focus-ph-green-lighter:focus::placeholder {
    color: #dcf3dc !important;
}
.ph-green-lightest::-webkit-input-placeholder,
.focus-ph-green-lightest:focus::-webkit-input-placeholder {
    color: #eaf8ea !important;
}
.ph-green-lightest::-moz-placeholder,
.focus-ph-green-lightest:focus::-moz-placeholder {
    color: #eaf8ea !important;
}
.ph-green-lightest:-ms-input-placeholder,
.focus-ph-green-lightest:focus:-ms-input-placeholder {
    color: #eaf8ea !important;
}
.ph-green-lightest::-ms-input-placeholder,
.focus-ph-green-lightest:focus::-ms-input-placeholder {
    color: #eaf8ea !important;
}
.ph-green-lightest::placeholder,
.focus-ph-green-lightest:focus::placeholder {
    color: #eaf8ea !important;
}
.ph-mint-darkest::-webkit-input-placeholder,
.focus-ph-mint-darkest:focus::-webkit-input-placeholder {
    color: #136b44 !important;
}
.ph-mint-darkest::-moz-placeholder,
.focus-ph-mint-darkest:focus::-moz-placeholder {
    color: #136b44 !important;
}
.ph-mint-darkest:-ms-input-placeholder,
.focus-ph-mint-darkest:focus:-ms-input-placeholder {
    color: #136b44 !important;
}
.ph-mint-darkest::-ms-input-placeholder,
.focus-ph-mint-darkest:focus::-ms-input-placeholder {
    color: #136b44 !important;
}
.ph-mint-darkest::placeholder,
.focus-ph-mint-darkest:focus::placeholder {
    color: #136b44 !important;
}
.ph-mint-darker::-webkit-input-placeholder,
.focus-ph-mint-darker:focus::-webkit-input-placeholder {
    color: #1da569 !important;
}
.ph-mint-darker::-moz-placeholder,
.focus-ph-mint-darker:focus::-moz-placeholder {
    color: #1da569 !important;
}
.ph-mint-darker:-ms-input-placeholder,
.focus-ph-mint-darker:focus:-ms-input-placeholder {
    color: #1da569 !important;
}
.ph-mint-darker::-ms-input-placeholder,
.focus-ph-mint-darker:focus::-ms-input-placeholder {
    color: #1da569 !important;
}
.ph-mint-darker::placeholder,
.focus-ph-mint-darker:focus::placeholder {
    color: #1da569 !important;
}
.ph-mint-dark::-webkit-input-placeholder,
.focus-ph-mint-dark:focus::-webkit-input-placeholder {
    color: #23c67e !important;
}
.ph-mint-dark::-moz-placeholder,
.focus-ph-mint-dark:focus::-moz-placeholder {
    color: #23c67e !important;
}
.ph-mint-dark:-ms-input-placeholder,
.focus-ph-mint-dark:focus:-ms-input-placeholder {
    color: #23c67e !important;
}
.ph-mint-dark::-ms-input-placeholder,
.focus-ph-mint-dark:focus::-ms-input-placeholder {
    color: #23c67e !important;
}
.ph-mint-dark::placeholder,
.focus-ph-mint-dark:focus::placeholder {
    color: #23c67e !important;
}
.ph-mint::-webkit-input-placeholder,
.focus-ph-mint:focus::-webkit-input-placeholder {
    color: #35db92 !important;
}
.ph-mint::-moz-placeholder,
.focus-ph-mint:focus::-moz-placeholder {
    color: #35db92 !important;
}
.ph-mint:-ms-input-placeholder,
.focus-ph-mint:focus:-ms-input-placeholder {
    color: #35db92 !important;
}
.ph-mint::-ms-input-placeholder,
.focus-ph-mint:focus::-ms-input-placeholder {
    color: #35db92 !important;
}
.ph-mint::placeholder,
.focus-ph-mint:focus::placeholder {
    color: #35db92 !important;
}
.ph-mint-light::-webkit-input-placeholder,
.focus-ph-mint-light:focus::-webkit-input-placeholder {
    color: #89eabf !important;
}
.ph-mint-light::-moz-placeholder,
.focus-ph-mint-light:focus::-moz-placeholder {
    color: #89eabf !important;
}
.ph-mint-light:-ms-input-placeholder,
.focus-ph-mint-light:focus:-ms-input-placeholder {
    color: #89eabf !important;
}
.ph-mint-light::-ms-input-placeholder,
.focus-ph-mint-light:focus::-ms-input-placeholder {
    color: #89eabf !important;
}
.ph-mint-light::placeholder,
.focus-ph-mint-light:focus::placeholder {
    color: #89eabf !important;
}
.ph-mint-lighter::-webkit-input-placeholder,
.focus-ph-mint-lighter:focus::-webkit-input-placeholder {
    color: #dcf9ec !important;
}
.ph-mint-lighter::-moz-placeholder,
.focus-ph-mint-lighter:focus::-moz-placeholder {
    color: #dcf9ec !important;
}
.ph-mint-lighter:-ms-input-placeholder,
.focus-ph-mint-lighter:focus:-ms-input-placeholder {
    color: #dcf9ec !important;
}
.ph-mint-lighter::-ms-input-placeholder,
.focus-ph-mint-lighter:focus::-ms-input-placeholder {
    color: #dcf9ec !important;
}
.ph-mint-lighter::placeholder,
.focus-ph-mint-lighter:focus::placeholder {
    color: #dcf9ec !important;
}
.ph-mint-lightest::-webkit-input-placeholder,
.focus-ph-mint-lightest:focus::-webkit-input-placeholder {
    color: #f2fcf7 !important;
}
.ph-mint-lightest::-moz-placeholder,
.focus-ph-mint-lightest:focus::-moz-placeholder {
    color: #f2fcf7 !important;
}
.ph-mint-lightest:-ms-input-placeholder,
.focus-ph-mint-lightest:focus:-ms-input-placeholder {
    color: #f2fcf7 !important;
}
.ph-mint-lightest::-ms-input-placeholder,
.focus-ph-mint-lightest:focus::-ms-input-placeholder {
    color: #f2fcf7 !important;
}
.ph-mint-lightest::placeholder,
.focus-ph-mint-lightest:focus::placeholder {
    color: #f2fcf7 !important;
}
.ph-teal-darkest::-webkit-input-placeholder,
.focus-ph-teal-darkest:focus::-webkit-input-placeholder {
    color: #225960 !important;
}
.ph-teal-darkest::-moz-placeholder,
.focus-ph-teal-darkest:focus::-moz-placeholder {
    color: #225960 !important;
}
.ph-teal-darkest:-ms-input-placeholder,
.focus-ph-teal-darkest:focus:-ms-input-placeholder {
    color: #225960 !important;
}
.ph-teal-darkest::-ms-input-placeholder,
.focus-ph-teal-darkest:focus::-ms-input-placeholder {
    color: #225960 !important;
}
.ph-teal-darkest::placeholder,
.focus-ph-teal-darkest:focus::placeholder {
    color: #225960 !important;
}
.ph-teal-darker::-webkit-input-placeholder,
.focus-ph-teal-darker:focus::-webkit-input-placeholder {
    color: #2d747d !important;
}
.ph-teal-darker::-moz-placeholder,
.focus-ph-teal-darker:focus::-moz-placeholder {
    color: #2d747d !important;
}
.ph-teal-darker:-ms-input-placeholder,
.focus-ph-teal-darker:focus:-ms-input-placeholder {
    color: #2d747d !important;
}
.ph-teal-darker::-ms-input-placeholder,
.focus-ph-teal-darker:focus::-ms-input-placeholder {
    color: #2d747d !important;
}
.ph-teal-darker::placeholder,
.focus-ph-teal-darker:focus::placeholder {
    color: #2d747d !important;
}
.ph-teal-dark::-webkit-input-placeholder,
.focus-ph-teal-dark:focus::-webkit-input-placeholder {
    color: #378e99 !important;
}
.ph-teal-dark::-moz-placeholder,
.focus-ph-teal-dark:focus::-moz-placeholder {
    color: #378e99 !important;
}
.ph-teal-dark:-ms-input-placeholder,
.focus-ph-teal-dark:focus:-ms-input-placeholder {
    color: #378e99 !important;
}
.ph-teal-dark::-ms-input-placeholder,
.focus-ph-teal-dark:focus::-ms-input-placeholder {
    color: #378e99 !important;
}
.ph-teal-dark::placeholder,
.focus-ph-teal-dark:focus::placeholder {
    color: #378e99 !important;
}
.ph-teal::-webkit-input-placeholder,
.focus-ph-teal:focus::-webkit-input-placeholder {
    color: #42a9b6 !important;
}
.ph-teal::-moz-placeholder,
.focus-ph-teal:focus::-moz-placeholder {
    color: #42a9b6 !important;
}
.ph-teal:-ms-input-placeholder,
.focus-ph-teal:focus:-ms-input-placeholder {
    color: #42a9b6 !important;
}
.ph-teal::-ms-input-placeholder,
.focus-ph-teal:focus::-ms-input-placeholder {
    color: #42a9b6 !important;
}
.ph-teal::placeholder,
.focus-ph-teal:focus::placeholder {
    color: #42a9b6 !important;
}
.ph-teal-light::-webkit-input-placeholder,
.focus-ph-teal-light:focus::-webkit-input-placeholder {
    color: #95d1d9 !important;
}
.ph-teal-light::-moz-placeholder,
.focus-ph-teal-light:focus::-moz-placeholder {
    color: #95d1d9 !important;
}
.ph-teal-light:-ms-input-placeholder,
.focus-ph-teal-light:focus:-ms-input-placeholder {
    color: #95d1d9 !important;
}
.ph-teal-light::-ms-input-placeholder,
.focus-ph-teal-light:focus::-ms-input-placeholder {
    color: #95d1d9 !important;
}
.ph-teal-light::placeholder,
.focus-ph-teal-light:focus::placeholder {
    color: #95d1d9 !important;
}
.ph-teal-lighter::-webkit-input-placeholder,
.focus-ph-teal-lighter:focus::-webkit-input-placeholder {
    color: #ddf0f3 !important;
}
.ph-teal-lighter::-moz-placeholder,
.focus-ph-teal-lighter:focus::-moz-placeholder {
    color: #ddf0f3 !important;
}
.ph-teal-lighter:-ms-input-placeholder,
.focus-ph-teal-lighter:focus:-ms-input-placeholder {
    color: #ddf0f3 !important;
}
.ph-teal-lighter::-ms-input-placeholder,
.focus-ph-teal-lighter:focus::-ms-input-placeholder {
    color: #ddf0f3 !important;
}
.ph-teal-lighter::placeholder,
.focus-ph-teal-lighter:focus::placeholder {
    color: #ddf0f3 !important;
}
.ph-teal-lightest::-webkit-input-placeholder,
.focus-ph-teal-lightest:focus::-webkit-input-placeholder {
    color: #edf9fa !important;
}
.ph-teal-lightest::-moz-placeholder,
.focus-ph-teal-lightest:focus::-moz-placeholder {
    color: #edf9fa !important;
}
.ph-teal-lightest:-ms-input-placeholder,
.focus-ph-teal-lightest:focus:-ms-input-placeholder {
    color: #edf9fa !important;
}
.ph-teal-lightest::-ms-input-placeholder,
.focus-ph-teal-lightest:focus::-ms-input-placeholder {
    color: #edf9fa !important;
}
.ph-teal-lightest::placeholder,
.focus-ph-teal-lightest:focus::placeholder {
    color: #edf9fa !important;
}
.ph-wine-darkest::-webkit-input-placeholder,
.focus-ph-wine-darkest:focus::-webkit-input-placeholder {
    color: #481e23 !important;
}
.ph-wine-darkest::-moz-placeholder,
.focus-ph-wine-darkest:focus::-moz-placeholder {
    color: #481e23 !important;
}
.ph-wine-darkest:-ms-input-placeholder,
.focus-ph-wine-darkest:focus:-ms-input-placeholder {
    color: #481e23 !important;
}
.ph-wine-darkest::-ms-input-placeholder,
.focus-ph-wine-darkest:focus::-ms-input-placeholder {
    color: #481e23 !important;
}
.ph-wine-darkest::placeholder,
.focus-ph-wine-darkest:focus::placeholder {
    color: #481e23 !important;
}
.ph-wine-darker::-webkit-input-placeholder,
.focus-ph-wine-darker:focus::-webkit-input-placeholder {
    color: #722f37 !important;
}
.ph-wine-darker::-moz-placeholder,
.focus-ph-wine-darker:focus::-moz-placeholder {
    color: #722f37 !important;
}
.ph-wine-darker:-ms-input-placeholder,
.focus-ph-wine-darker:focus:-ms-input-placeholder {
    color: #722f37 !important;
}
.ph-wine-darker::-ms-input-placeholder,
.focus-ph-wine-darker:focus::-ms-input-placeholder {
    color: #722f37 !important;
}
.ph-wine-darker::placeholder,
.focus-ph-wine-darker:focus::placeholder {
    color: #722f37 !important;
}
.ph-wine-dark::-webkit-input-placeholder,
.focus-ph-wine-dark:focus::-webkit-input-placeholder {
    color: #8e3a44 !important;
}
.ph-wine-dark::-moz-placeholder,
.focus-ph-wine-dark:focus::-moz-placeholder {
    color: #8e3a44 !important;
}
.ph-wine-dark:-ms-input-placeholder,
.focus-ph-wine-dark:focus:-ms-input-placeholder {
    color: #8e3a44 !important;
}
.ph-wine-dark::-ms-input-placeholder,
.focus-ph-wine-dark:focus::-ms-input-placeholder {
    color: #8e3a44 !important;
}
.ph-wine-dark::placeholder,
.focus-ph-wine-dark:focus::placeholder {
    color: #8e3a44 !important;
}
.ph-wine::-webkit-input-placeholder,
.focus-ph-wine:focus::-webkit-input-placeholder {
    color: #aa4652 !important;
}
.ph-wine::-moz-placeholder,
.focus-ph-wine:focus::-moz-placeholder {
    color: #aa4652 !important;
}
.ph-wine:-ms-input-placeholder,
.focus-ph-wine:focus:-ms-input-placeholder {
    color: #aa4652 !important;
}
.ph-wine::-ms-input-placeholder,
.focus-ph-wine:focus::-ms-input-placeholder {
    color: #aa4652 !important;
}
.ph-wine::placeholder,
.focus-ph-wine:focus::placeholder {
    color: #aa4652 !important;
}
.ph-wine-light::-webkit-input-placeholder,
.focus-ph-wine-light:focus::-webkit-input-placeholder {
    color: #d2939a !important;
}
.ph-wine-light::-moz-placeholder,
.focus-ph-wine-light:focus::-moz-placeholder {
    color: #d2939a !important;
}
.ph-wine-light:-ms-input-placeholder,
.focus-ph-wine-light:focus:-ms-input-placeholder {
    color: #d2939a !important;
}
.ph-wine-light::-ms-input-placeholder,
.focus-ph-wine-light:focus::-ms-input-placeholder {
    color: #d2939a !important;
}
.ph-wine-light::placeholder,
.focus-ph-wine-light:focus::placeholder {
    color: #d2939a !important;
}
.ph-wine-lighter::-webkit-input-placeholder,
.focus-ph-wine-lighter:focus::-webkit-input-placeholder {
    color: #efd8db !important;
}
.ph-wine-lighter::-moz-placeholder,
.focus-ph-wine-lighter:focus::-moz-placeholder {
    color: #efd8db !important;
}
.ph-wine-lighter:-ms-input-placeholder,
.focus-ph-wine-lighter:focus:-ms-input-placeholder {
    color: #efd8db !important;
}
.ph-wine-lighter::-ms-input-placeholder,
.focus-ph-wine-lighter:focus::-ms-input-placeholder {
    color: #efd8db !important;
}
.ph-wine-lighter::placeholder,
.focus-ph-wine-lighter:focus::placeholder {
    color: #efd8db !important;
}
.ph-wine-lightest::-webkit-input-placeholder,
.focus-ph-wine-lightest:focus::-webkit-input-placeholder {
    color: #faf3f4 !important;
}
.ph-wine-lightest::-moz-placeholder,
.focus-ph-wine-lightest:focus::-moz-placeholder {
    color: #faf3f4 !important;
}
.ph-wine-lightest:-ms-input-placeholder,
.focus-ph-wine-lightest:focus:-ms-input-placeholder {
    color: #faf3f4 !important;
}
.ph-wine-lightest::-ms-input-placeholder,
.focus-ph-wine-lightest:focus::-ms-input-placeholder {
    color: #faf3f4 !important;
}
.ph-wine-lightest::placeholder,
.focus-ph-wine-lightest:focus::placeholder {
    color: #faf3f4 !important;
}
.ph-brown-darkest::-webkit-input-placeholder,
.focus-ph-brown-darkest:focus::-webkit-input-placeholder {
    color: #3d2f2b !important;
}
.ph-brown-darkest::-moz-placeholder,
.focus-ph-brown-darkest:focus::-moz-placeholder {
    color: #3d2f2b !important;
}
.ph-brown-darkest:-ms-input-placeholder,
.focus-ph-brown-darkest:focus:-ms-input-placeholder {
    color: #3d2f2b !important;
}
.ph-brown-darkest::-ms-input-placeholder,
.focus-ph-brown-darkest:focus::-ms-input-placeholder {
    color: #3d2f2b !important;
}
.ph-brown-darkest::placeholder,
.focus-ph-brown-darkest:focus::placeholder {
    color: #3d2f2b !important;
}
.ph-brown-darker::-webkit-input-placeholder,
.focus-ph-brown-darker:focus::-webkit-input-placeholder {
    color: #54413b !important;
}
.ph-brown-darker::-moz-placeholder,
.focus-ph-brown-darker:focus::-moz-placeholder {
    color: #54413b !important;
}
.ph-brown-darker:-ms-input-placeholder,
.focus-ph-brown-darker:focus:-ms-input-placeholder {
    color: #54413b !important;
}
.ph-brown-darker::-ms-input-placeholder,
.focus-ph-brown-darker:focus::-ms-input-placeholder {
    color: #54413b !important;
}
.ph-brown-darker::placeholder,
.focus-ph-brown-darker:focus::placeholder {
    color: #54413b !important;
}
.ph-brown-dark::-webkit-input-placeholder,
.focus-ph-brown-dark:focus::-webkit-input-placeholder {
    color: #6b534c !important;
}
.ph-brown-dark::-moz-placeholder,
.focus-ph-brown-dark:focus::-moz-placeholder {
    color: #6b534c !important;
}
.ph-brown-dark:-ms-input-placeholder,
.focus-ph-brown-dark:focus:-ms-input-placeholder {
    color: #6b534c !important;
}
.ph-brown-dark::-ms-input-placeholder,
.focus-ph-brown-dark:focus::-ms-input-placeholder {
    color: #6b534c !important;
}
.ph-brown-dark::placeholder,
.focus-ph-brown-dark:focus::placeholder {
    color: #6b534c !important;
}
.ph-brown::-webkit-input-placeholder,
.focus-ph-brown:focus::-webkit-input-placeholder {
    color: #8d6d64 !important;
}
.ph-brown::-moz-placeholder,
.focus-ph-brown:focus::-moz-placeholder {
    color: #8d6d64 !important;
}
.ph-brown:-ms-input-placeholder,
.focus-ph-brown:focus:-ms-input-placeholder {
    color: #8d6d64 !important;
}
.ph-brown::-ms-input-placeholder,
.focus-ph-brown:focus::-ms-input-placeholder {
    color: #8d6d64 !important;
}
.ph-brown::placeholder,
.focus-ph-brown:focus::placeholder {
    color: #8d6d64 !important;
}
.ph-brown-light::-webkit-input-placeholder,
.focus-ph-brown-light:focus::-webkit-input-placeholder {
    color: #c8b7b2 !important;
}
.ph-brown-light::-moz-placeholder,
.focus-ph-brown-light:focus::-moz-placeholder {
    color: #c8b7b2 !important;
}
.ph-brown-light:-ms-input-placeholder,
.focus-ph-brown-light:focus:-ms-input-placeholder {
    color: #c8b7b2 !important;
}
.ph-brown-light::-ms-input-placeholder,
.focus-ph-brown-light:focus::-ms-input-placeholder {
    color: #c8b7b2 !important;
}
.ph-brown-light::placeholder,
.focus-ph-brown-light:focus::placeholder {
    color: #c8b7b2 !important;
}
.ph-brown-lighter::-webkit-input-placeholder,
.focus-ph-brown-lighter:focus::-webkit-input-placeholder {
    color: #e9e2e0 !important;
}
.ph-brown-lighter::-moz-placeholder,
.focus-ph-brown-lighter:focus::-moz-placeholder {
    color: #e9e2e0 !important;
}
.ph-brown-lighter:-ms-input-placeholder,
.focus-ph-brown-lighter:focus:-ms-input-placeholder {
    color: #e9e2e0 !important;
}
.ph-brown-lighter::-ms-input-placeholder,
.focus-ph-brown-lighter:focus::-ms-input-placeholder {
    color: #e9e2e0 !important;
}
.ph-brown-lighter::placeholder,
.focus-ph-brown-lighter:focus::placeholder {
    color: #e9e2e0 !important;
}
.ph-brown-lightest::-webkit-input-placeholder,
.focus-ph-brown-lightest:focus::-webkit-input-placeholder {
    color: #fff9f7 !important;
}
.ph-brown-lightest::-moz-placeholder,
.focus-ph-brown-lightest:focus::-moz-placeholder {
    color: #fff9f7 !important;
}
.ph-brown-lightest:-ms-input-placeholder,
.focus-ph-brown-lightest:focus:-ms-input-placeholder {
    color: #fff9f7 !important;
}
.ph-brown-lightest::-ms-input-placeholder,
.focus-ph-brown-lightest:focus::-ms-input-placeholder {
    color: #fff9f7 !important;
}
.ph-brown-lightest::placeholder,
.focus-ph-brown-lightest:focus::placeholder {
    color: #fff9f7 !important;
}
.ph-almond-darkest::-webkit-input-placeholder,
.focus-ph-almond-darkest:focus::-webkit-input-placeholder {
    color: #634120 !important;
}
.ph-almond-darkest::-moz-placeholder,
.focus-ph-almond-darkest:focus::-moz-placeholder {
    color: #634120 !important;
}
.ph-almond-darkest:-ms-input-placeholder,
.focus-ph-almond-darkest:focus:-ms-input-placeholder {
    color: #634120 !important;
}
.ph-almond-darkest::-ms-input-placeholder,
.focus-ph-almond-darkest:focus::-ms-input-placeholder {
    color: #634120 !important;
}
.ph-almond-darkest::placeholder,
.focus-ph-almond-darkest:focus::placeholder {
    color: #634120 !important;
}
.ph-almond-darker::-webkit-input-placeholder,
.focus-ph-almond-darker:focus::-webkit-input-placeholder {
    color: #8a5b2c !important;
}
.ph-almond-darker::-moz-placeholder,
.focus-ph-almond-darker:focus::-moz-placeholder {
    color: #8a5b2c !important;
}
.ph-almond-darker:-ms-input-placeholder,
.focus-ph-almond-darker:focus:-ms-input-placeholder {
    color: #8a5b2c !important;
}
.ph-almond-darker::-ms-input-placeholder,
.focus-ph-almond-darker:focus::-ms-input-placeholder {
    color: #8a5b2c !important;
}
.ph-almond-darker::placeholder,
.focus-ph-almond-darker:focus::placeholder {
    color: #8a5b2c !important;
}
.ph-almond-dark::-webkit-input-placeholder,
.focus-ph-almond-dark:focus::-webkit-input-placeholder {
    color: #ad7237 !important;
}
.ph-almond-dark::-moz-placeholder,
.focus-ph-almond-dark:focus::-moz-placeholder {
    color: #ad7237 !important;
}
.ph-almond-dark:-ms-input-placeholder,
.focus-ph-almond-dark:focus:-ms-input-placeholder {
    color: #ad7237 !important;
}
.ph-almond-dark::-ms-input-placeholder,
.focus-ph-almond-dark:focus::-ms-input-placeholder {
    color: #ad7237 !important;
}
.ph-almond-dark::placeholder,
.focus-ph-almond-dark:focus::placeholder {
    color: #ad7237 !important;
}
.ph-almond::-webkit-input-placeholder,
.focus-ph-almond:focus::-webkit-input-placeholder {
    color: #c48647 !important;
}
.ph-almond::-moz-placeholder,
.focus-ph-almond:focus::-moz-placeholder {
    color: #c48647 !important;
}
.ph-almond:-ms-input-placeholder,
.focus-ph-almond:focus:-ms-input-placeholder {
    color: #c48647 !important;
}
.ph-almond::-ms-input-placeholder,
.focus-ph-almond:focus::-ms-input-placeholder {
    color: #c48647 !important;
}
.ph-almond::placeholder,
.focus-ph-almond:focus::placeholder {
    color: #c48647 !important;
}
.ph-almond-light::-webkit-input-placeholder,
.focus-ph-almond-light:focus::-webkit-input-placeholder {
    color: #dcb792 !important;
}
.ph-almond-light::-moz-placeholder,
.focus-ph-almond-light:focus::-moz-placeholder {
    color: #dcb792 !important;
}
.ph-almond-light:-ms-input-placeholder,
.focus-ph-almond-light:focus:-ms-input-placeholder {
    color: #dcb792 !important;
}
.ph-almond-light::-ms-input-placeholder,
.focus-ph-almond-light:focus::-ms-input-placeholder {
    color: #dcb792 !important;
}
.ph-almond-light::placeholder,
.focus-ph-almond-light:focus::placeholder {
    color: #dcb792 !important;
}
.ph-almond-lighter::-webkit-input-placeholder,
.focus-ph-almond-lighter:focus::-webkit-input-placeholder {
    color: #efdecd !important;
}
.ph-almond-lighter::-moz-placeholder,
.focus-ph-almond-lighter:focus::-moz-placeholder {
    color: #efdecd !important;
}
.ph-almond-lighter:-ms-input-placeholder,
.focus-ph-almond-lighter:focus:-ms-input-placeholder {
    color: #efdecd !important;
}
.ph-almond-lighter::-ms-input-placeholder,
.focus-ph-almond-lighter:focus::-ms-input-placeholder {
    color: #efdecd !important;
}
.ph-almond-lighter::placeholder,
.focus-ph-almond-lighter:focus::placeholder {
    color: #efdecd !important;
}
.ph-almond-lightest::-webkit-input-placeholder,
.focus-ph-almond-lightest:focus::-webkit-input-placeholder {
    color: #f9f0e8 !important;
}
.ph-almond-lightest::-moz-placeholder,
.focus-ph-almond-lightest:focus::-moz-placeholder {
    color: #f9f0e8 !important;
}
.ph-almond-lightest:-ms-input-placeholder,
.focus-ph-almond-lightest:focus:-ms-input-placeholder {
    color: #f9f0e8 !important;
}
.ph-almond-lightest::-ms-input-placeholder,
.focus-ph-almond-lightest:focus::-ms-input-placeholder {
    color: #f9f0e8 !important;
}
.ph-almond-lightest::placeholder,
.focus-ph-almond-lightest:focus::placeholder {
    color: #f9f0e8 !important;
}
.ph-slategray-darkest::-webkit-input-placeholder,
.focus-ph-slategray-darkest:focus::-webkit-input-placeholder {
    color: #05192d !important;
}
.ph-slategray-darkest::-moz-placeholder,
.focus-ph-slategray-darkest:focus::-moz-placeholder {
    color: #05192d !important;
}
.ph-slategray-darkest:-ms-input-placeholder,
.focus-ph-slategray-darkest:focus:-ms-input-placeholder {
    color: #05192d !important;
}
.ph-slategray-darkest::-ms-input-placeholder,
.focus-ph-slategray-darkest:focus::-ms-input-placeholder {
    color: #05192d !important;
}
.ph-slategray-darkest::placeholder,
.focus-ph-slategray-darkest:focus::placeholder {
    color: #05192d !important;
}
.ph-slategray-darker::-webkit-input-placeholder,
.focus-ph-slategray-darker:focus::-webkit-input-placeholder {
    color: #102c45 !important;
}
.ph-slategray-darker::-moz-placeholder,
.focus-ph-slategray-darker:focus::-moz-placeholder {
    color: #102c45 !important;
}
.ph-slategray-darker:-ms-input-placeholder,
.focus-ph-slategray-darker:focus:-ms-input-placeholder {
    color: #102c45 !important;
}
.ph-slategray-darker::-ms-input-placeholder,
.focus-ph-slategray-darker:focus::-ms-input-placeholder {
    color: #102c45 !important;
}
.ph-slategray-darker::placeholder,
.focus-ph-slategray-darker:focus::placeholder {
    color: #102c45 !important;
}
.ph-slategray-dark::-webkit-input-placeholder,
.focus-ph-slategray-dark:focus::-webkit-input-placeholder {
    color: #2f5070 !important;
}
.ph-slategray-dark::-moz-placeholder,
.focus-ph-slategray-dark:focus::-moz-placeholder {
    color: #2f5070 !important;
}
.ph-slategray-dark:-ms-input-placeholder,
.focus-ph-slategray-dark:focus:-ms-input-placeholder {
    color: #2f5070 !important;
}
.ph-slategray-dark::-ms-input-placeholder,
.focus-ph-slategray-dark:focus::-ms-input-placeholder {
    color: #2f5070 !important;
}
.ph-slategray-dark::placeholder,
.focus-ph-slategray-dark:focus::placeholder {
    color: #2f5070 !important;
}
.ph-slategray::-webkit-input-placeholder,
.focus-ph-slategray:focus::-webkit-input-placeholder {
    color: #517495 !important;
}
.ph-slategray::-moz-placeholder,
.focus-ph-slategray:focus::-moz-placeholder {
    color: #517495 !important;
}
.ph-slategray:-ms-input-placeholder,
.focus-ph-slategray:focus:-ms-input-placeholder {
    color: #517495 !important;
}
.ph-slategray::-ms-input-placeholder,
.focus-ph-slategray:focus::-ms-input-placeholder {
    color: #517495 !important;
}
.ph-slategray::placeholder,
.focus-ph-slategray:focus::placeholder {
    color: #517495 !important;
}
.ph-slategray-light::-webkit-input-placeholder,
.focus-ph-slategray-light:focus::-webkit-input-placeholder {
    color: #96b1cb !important;
}
.ph-slategray-light::-moz-placeholder,
.focus-ph-slategray-light:focus::-moz-placeholder {
    color: #96b1cb !important;
}
.ph-slategray-light:-ms-input-placeholder,
.focus-ph-slategray-light:focus:-ms-input-placeholder {
    color: #96b1cb !important;
}
.ph-slategray-light::-ms-input-placeholder,
.focus-ph-slategray-light:focus::-ms-input-placeholder {
    color: #96b1cb !important;
}
.ph-slategray-light::placeholder,
.focus-ph-slategray-light:focus::placeholder {
    color: #96b1cb !important;
}
.ph-slategray-lighter::-webkit-input-placeholder,
.focus-ph-slategray-lighter:focus::-webkit-input-placeholder {
    color: #d0dce7 !important;
}
.ph-slategray-lighter::-moz-placeholder,
.focus-ph-slategray-lighter:focus::-moz-placeholder {
    color: #d0dce7 !important;
}
.ph-slategray-lighter:-ms-input-placeholder,
.focus-ph-slategray-lighter:focus:-ms-input-placeholder {
    color: #d0dce7 !important;
}
.ph-slategray-lighter::-ms-input-placeholder,
.focus-ph-slategray-lighter:focus::-ms-input-placeholder {
    color: #d0dce7 !important;
}
.ph-slategray-lighter::placeholder,
.focus-ph-slategray-lighter:focus::placeholder {
    color: #d0dce7 !important;
}
.ph-slategray-lightest::-webkit-input-placeholder,
.focus-ph-slategray-lightest:focus::-webkit-input-placeholder {
    color: #f2f5f7 !important;
}
.ph-slategray-lightest::-moz-placeholder,
.focus-ph-slategray-lightest:focus::-moz-placeholder {
    color: #f2f5f7 !important;
}
.ph-slategray-lightest:-ms-input-placeholder,
.focus-ph-slategray-lightest:focus:-ms-input-placeholder {
    color: #f2f5f7 !important;
}
.ph-slategray-lightest::-ms-input-placeholder,
.focus-ph-slategray-lightest:focus::-ms-input-placeholder {
    color: #f2f5f7 !important;
}
.ph-slategray-lightest::placeholder,
.focus-ph-slategray-lightest:focus::placeholder {
    color: #f2f5f7 !important;
}
.ph-gray-darkest::-webkit-input-placeholder,
.focus-ph-gray-darkest:focus::-webkit-input-placeholder {
    color: #36454f !important;
}
.ph-gray-darkest::-moz-placeholder,
.focus-ph-gray-darkest:focus::-moz-placeholder {
    color: #36454f !important;
}
.ph-gray-darkest:-ms-input-placeholder,
.focus-ph-gray-darkest:focus:-ms-input-placeholder {
    color: #36454f !important;
}
.ph-gray-darkest::-ms-input-placeholder,
.focus-ph-gray-darkest:focus::-ms-input-placeholder {
    color: #36454f !important;
}
.ph-gray-darkest::placeholder,
.focus-ph-gray-darkest:focus::placeholder {
    color: #36454f !important;
}
.ph-gray-darker::-webkit-input-placeholder,
.focus-ph-gray-darker:focus::-webkit-input-placeholder {
    color: #465966 !important;
}
.ph-gray-darker::-moz-placeholder,
.focus-ph-gray-darker:focus::-moz-placeholder {
    color: #465966 !important;
}
.ph-gray-darker:-ms-input-placeholder,
.focus-ph-gray-darker:focus:-ms-input-placeholder {
    color: #465966 !important;
}
.ph-gray-darker::-ms-input-placeholder,
.focus-ph-gray-darker:focus::-ms-input-placeholder {
    color: #465966 !important;
}
.ph-gray-darker::placeholder,
.focus-ph-gray-darker:focus::placeholder {
    color: #465966 !important;
}
.ph-gray-dark::-webkit-input-placeholder,
.focus-ph-gray-dark:focus::-webkit-input-placeholder {
    color: #566e7e !important;
}
.ph-gray-dark::-moz-placeholder,
.focus-ph-gray-dark:focus::-moz-placeholder {
    color: #566e7e !important;
}
.ph-gray-dark:-ms-input-placeholder,
.focus-ph-gray-dark:focus:-ms-input-placeholder {
    color: #566e7e !important;
}
.ph-gray-dark::-ms-input-placeholder,
.focus-ph-gray-dark:focus::-ms-input-placeholder {
    color: #566e7e !important;
}
.ph-gray-dark::placeholder,
.focus-ph-gray-dark:focus::placeholder {
    color: #566e7e !important;
}
.ph-gray::-webkit-input-placeholder,
.focus-ph-gray:focus::-webkit-input-placeholder {
    color: #668295 !important;
}
.ph-gray::-moz-placeholder,
.focus-ph-gray:focus::-moz-placeholder {
    color: #668295 !important;
}
.ph-gray:-ms-input-placeholder,
.focus-ph-gray:focus:-ms-input-placeholder {
    color: #668295 !important;
}
.ph-gray::-ms-input-placeholder,
.focus-ph-gray:focus::-ms-input-placeholder {
    color: #668295 !important;
}
.ph-gray::placeholder,
.focus-ph-gray:focus::placeholder {
    color: #668295 !important;
}
.ph-gray-light::-webkit-input-placeholder,
.focus-ph-gray-light:focus::-webkit-input-placeholder {
    color: #b7c4cd !important;
}
.ph-gray-light::-moz-placeholder,
.focus-ph-gray-light:focus::-moz-placeholder {
    color: #b7c4cd !important;
}
.ph-gray-light:-ms-input-placeholder,
.focus-ph-gray-light:focus:-ms-input-placeholder {
    color: #b7c4cd !important;
}
.ph-gray-light::-ms-input-placeholder,
.focus-ph-gray-light:focus::-ms-input-placeholder {
    color: #b7c4cd !important;
}
.ph-gray-light::placeholder,
.focus-ph-gray-light:focus::placeholder {
    color: #b7c4cd !important;
}
.ph-gray-lighter::-webkit-input-placeholder,
.focus-ph-gray-lighter:focus::-webkit-input-placeholder {
    color: #e4e8eb !important;
}
.ph-gray-lighter::-moz-placeholder,
.focus-ph-gray-lighter:focus::-moz-placeholder {
    color: #e4e8eb !important;
}
.ph-gray-lighter:-ms-input-placeholder,
.focus-ph-gray-lighter:focus:-ms-input-placeholder {
    color: #e4e8eb !important;
}
.ph-gray-lighter::-ms-input-placeholder,
.focus-ph-gray-lighter:focus::-ms-input-placeholder {
    color: #e4e8eb !important;
}
.ph-gray-lighter::placeholder,
.focus-ph-gray-lighter:focus::placeholder {
    color: #e4e8eb !important;
}
.ph-gray-lightest::-webkit-input-placeholder,
.focus-ph-gray-lightest:focus::-webkit-input-placeholder {
    color: #eef1f5 !important;
}
.ph-gray-lightest::-moz-placeholder,
.focus-ph-gray-lightest:focus::-moz-placeholder {
    color: #eef1f5 !important;
}
.ph-gray-lightest:-ms-input-placeholder,
.focus-ph-gray-lightest:focus:-ms-input-placeholder {
    color: #eef1f5 !important;
}
.ph-gray-lightest::-ms-input-placeholder,
.focus-ph-gray-lightest:focus::-ms-input-placeholder {
    color: #eef1f5 !important;
}
.ph-gray-lightest::placeholder,
.focus-ph-gray-lightest:focus::placeholder {
    color: #eef1f5 !important;
}
.outline-none,
.focus-outline-none:focus {
    outline: 0;
}
.fill-current {
    fill: currentColor !important;
}
.stroke-current {
    stroke: currentColor !important;
}
.bg-current {
    background-color: currentColor !important;
}
.color-current {
    color: currentColor !important;
}
.border-current {
    border-color: currentColor !important;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
.select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.resize-none {
    resize: none;
}
.resize-both {
    resize: both;
}
.resize-horizontal {
    resize: horizontal;
}
.resize-vertical {
    resize: vertical;
}
.resize-initial {
    resize: initial;
}
.resize-inherit {
    resize: inherit;
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.object-none {
    -o-object-fit: none;
    object-fit: none;
}
@media (min-width: 576px) {
    .sm-object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .sm-object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .sm-object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .sm-object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .sm-object-none {
        -o-object-fit: none;
        object-fit: none;
    }
}
@media (min-width: 768px) {
    .md-object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .md-object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .md-object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .md-object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .md-object-none {
        -o-object-fit: none;
        object-fit: none;
    }
}
@media (min-width: 992px) {
    .lg-object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .lg-object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .lg-object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .lg-object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .lg-object-none {
        -o-object-fit: none;
        object-fit: none;
    }
}
@media (min-width: 1200px) {
    .xl-object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .xl-object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .xl-object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .xl-object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .xl-object-none {
        -o-object-fit: none;
        object-fit: none;
    }
}
.border-box {
    box-sizing: border-box;
}
.content-box {
    box-sizing: content-box;
}
.spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border-width: 0.1rem;
    border-style: solid;
    border-color: currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotation 0.8s linear infinite;
    animation: rotation 0.8s linear infinite;
}
.input,
.input-xs,
.input-md,
.input-lg,
.select,
.select-xs,
.select-md,
.select-lg {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #668295;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #b7c4cd;
    border-radius: 4px;
    vertical-align: middle;
}
.input:disabled,
.input.disabled,
fieldset:disabled .input,
.input-xs:disabled,
.input-xs.disabled,
fieldset:disabled .input-xs,
.input-md:disabled,
.input-md.disabled,
fieldset:disabled .input-md,
.input-lg:disabled,
.input-lg.disabled,
fieldset:disabled .input-lg,
.select:disabled,
.select.disabled,
fieldset:disabled .select,
.select-xs:disabled,
.select-xs.disabled,
fieldset:disabled .select-xs,
.select-md:disabled,
.select-md.disabled,
fieldset:disabled .select-md,
.select-lg:disabled,
.select-lg.disabled,
fieldset:disabled .select-lg {
    pointer-events: none;
    cursor: not-allowed;
    background-color: rgba(183, 196, 205, 0.2);
}
.input:focus,
.input-xs:focus,
.input-md:focus,
.input-lg:focus,
.select:focus,
.select-xs:focus,
.select-md:focus,
.select-lg:focus {
    outline: none;
    box-shadow: 0 0 0 0.125em rgba(183, 196, 205, 0.5);
}
.input:hover,
.input-xs:hover,
.input-md:hover,
.input-lg:hover,
.select:hover,
.select-xs:hover,
.select-md:hover,
.select-lg:hover {
    border-color: #60798b;
}
.input::-webkit-input-placeholder,
.input-xs::-webkit-input-placeholder,
.input-md::-webkit-input-placeholder,
.input-lg::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
.select-xs::-webkit-input-placeholder,
.select-md::-webkit-input-placeholder,
.select-lg::-webkit-input-placeholder {
    color: #b7c4cd;
}
.input::-moz-placeholder,
.input-xs::-moz-placeholder,
.input-md::-moz-placeholder,
.input-lg::-moz-placeholder,
.select::-moz-placeholder,
.select-xs::-moz-placeholder,
.select-md::-moz-placeholder,
.select-lg::-moz-placeholder {
    color: #b7c4cd;
}
.input:-ms-input-placeholder,
.input-xs:-ms-input-placeholder,
.input-md:-ms-input-placeholder,
.input-lg:-ms-input-placeholder,
.select:-ms-input-placeholder,
.select-xs:-ms-input-placeholder,
.select-md:-ms-input-placeholder,
.select-lg:-ms-input-placeholder {
    color: #b7c4cd;
}
.input::-ms-input-placeholder,
.input-xs::-ms-input-placeholder,
.input-md::-ms-input-placeholder,
.input-lg::-ms-input-placeholder,
.select::-ms-input-placeholder,
.select-xs::-ms-input-placeholder,
.select-md::-ms-input-placeholder,
.select-lg::-ms-input-placeholder {
    color: #b7c4cd;
}
.input::placeholder,
.input-xs::placeholder,
.input-md::placeholder,
.input-lg::placeholder,
.select::placeholder,
.select-xs::placeholder,
.select-md::placeholder,
.select-lg::placeholder {
    color: #b7c4cd;
}
.input.full,
.input-xs.full,
.input-md.full,
.input-lg.full,
.select.full,
.select-xs.full,
.select-md.full,
.select-lg.full {
    width: 100%;
}
.input.half,
.input-xs.half,
.input-md.half,
.input-lg.half,
.select.half,
.select-xs.half,
.select-md.half,
.select-lg.half {
    width: 50%;
}
.input,
.select {
    height: calc(1.5rem + 0.75rem + 2px);
    padding: 0.375rem calc(0.75rem + 0.5rem);
    font-size: 0.8rem;
}
.input-xs,
.select-xs {
    height: calc(1.5rem + 0.4rem + 2px);
    padding: 0.2rem calc(0.5rem + 0.5rem);
    font-size: 0.64rem;
}
.input-md,
.select-md {
    height: calc(1.5rem + 1rem + 2px);
    padding: 0.5rem calc(1rem + 0.5rem);
    font-size: 1rem;
}
.input-lg,
.select-lg {
    height: calc(1.8rem + 1.25rem + 2px);
    padding: 0.625rem calc(1.25rem + 0.5rem);
    font-size: 1.2rem;
}
.input-wrapper {
    display: inline-flex;
    border: 1px solid #b7c4cd;
    border-radius: 4px;
}
.input-wrapper .input-icon {
    opacity: 0.5;
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-wrapper .input {
    border: 0px solid transparent !important;
}
.input-wrapper .input:focus {
    box-shadow: none;
}
.input-wrapper .input:focus ~ .input-icon {
    opacity: 1 !important;
}
.input-wrapper .input:hover {
    border-color: transparent;
}
.textarea,
.textarea-xs,
.textarea-md,
.textarea-lg {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #668295;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #b7c4cd;
    border-radius: 4px;
    vertical-align: middle;
    padding: 0.75rem;
    width: 100%;
}
.textarea:disabled,
.textarea.disabled,
fieldset:disabled .textarea,
.textarea-xs:disabled,
.textarea-xs.disabled,
fieldset:disabled .textarea-xs,
.textarea-md:disabled,
.textarea-md.disabled,
fieldset:disabled .textarea-md,
.textarea-lg:disabled,
.textarea-lg.disabled,
fieldset:disabled .textarea-lg {
    pointer-events: none;
    cursor: not-allowed;
    background-color: rgba(183, 196, 205, 0.2);
}
.textarea:focus,
.textarea-xs:focus,
.textarea-md:focus,
.textarea-lg:focus {
    outline: none;
    box-shadow: 0 0 0 0.125em rgba(183, 196, 205, 0.5);
}
.textarea:hover,
.textarea-xs:hover,
.textarea-md:hover,
.textarea-lg:hover {
    border-color: #60798b;
}
.textarea::-webkit-input-placeholder,
.textarea-xs::-webkit-input-placeholder,
.textarea-md::-webkit-input-placeholder,
.textarea-lg::-webkit-input-placeholder {
    color: #b7c4cd;
}
.textarea::-moz-placeholder,
.textarea-xs::-moz-placeholder,
.textarea-md::-moz-placeholder,
.textarea-lg::-moz-placeholder {
    color: #b7c4cd;
}
.textarea:-ms-input-placeholder,
.textarea-xs:-ms-input-placeholder,
.textarea-md:-ms-input-placeholder,
.textarea-lg:-ms-input-placeholder {
    color: #b7c4cd;
}
.textarea::-ms-input-placeholder,
.textarea-xs::-ms-input-placeholder,
.textarea-md::-ms-input-placeholder,
.textarea-lg::-ms-input-placeholder {
    color: #b7c4cd;
}
.textarea::placeholder,
.textarea-xs::placeholder,
.textarea-md::placeholder,
.textarea-lg::placeholder {
    color: #b7c4cd;
}
.textarea.full,
.textarea-xs.full,
.textarea-md.full,
.textarea-lg.full {
    width: 100%;
}
.textarea.half,
.textarea-xs.half,
.textarea-md.half,
.textarea-lg.half {
    width: 50%;
}
.textarea {
    font-size: 0.8rem;
}
.textarea-xs {
    font-size: 0.64rem;
}
.textarea-md {
    font-size: 1rem;
}
.textarea-lg {
    font-size: 1.2rem;
}
.select,
.select-xs,
.select-md,
.select-lg {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 0.6em;
    background-position: calc(100% - 0.6em) center;
    background-repeat: no-repeat;
}
.select[multiple],
.select[size]:not([size="1"]),
.select-xs[multiple],
.select-xs[size]:not([size="1"]),
.select-md[multiple],
.select-md[size]:not([size="1"]),
.select-lg[multiple],
.select-lg[size]:not([size="1"]) {
    height: auto;
    background-image: none;
    padding: 0px;
}
.select[multiple] option,
.select[size]:not([size="1"]) option,
.select-xs[multiple] option,
.select-xs[size]:not([size="1"]) option,
.select-md[multiple] option,
.select-md[size]:not([size="1"]) option,
.select-lg[multiple] option,
.select-lg[size]:not([size="1"]) option {
    padding: 0.375rem calc(0.75rem + 0.5rem);
}
.select-dark {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.button,
.button-xs,
.button-md,
.button-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #566e7e;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.button:disabled,
.button.disabled,
fieldset:disabled .button,
.button-xs:disabled,
.button-xs.disabled,
fieldset:disabled .button-xs,
.button-md:disabled,
.button-md.disabled,
fieldset:disabled .button-md,
.button-lg:disabled,
.button-lg.disabled,
fieldset:disabled .button-lg {
    cursor: not-allowed !important;
    opacity: 0.3 !important;
}
.button:focus,
.button-xs:focus,
.button-md:focus,
.button-lg:focus {
    outline: none;
    box-shadow: 0 0 0 0.15em rgba(102, 130, 149, 0.5);
}
.button:hover,
.button-xs:hover,
.button-md:hover,
.button-lg:hover {
    opacity: 0.6;
}
.button[class*=" hover"]:hover,
.button-xs[class*=" hover"]:hover,
.button-md[class*=" hover"]:hover,
.button-lg[class*=" hover"]:hover {
    opacity: 1;
}
.button .input-icon,
.button-xs .input-icon,
.button-md .input-icon,
.button-lg .input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button.loading,
.button-xs.loading,
.button-md.loading,
.button-lg.loading {
    pointer-events: none;
    cursor: wait !important;
    opacity: 0.8;
}
.button.loading::after,
.button-xs.loading::after,
.button-md.loading::after,
.button-lg.loading::after {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    border-width: 0.1rem;
    border-style: solid;
    border-color: currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotation 0.5s linear infinite;
    animation: rotation 0.5s linear infinite;
    margin-left: 0.5rem;
    margin-right: -1rem;
}
.button.full,
.button-xs.full,
.button-md.full,
.button-lg.full {
    width: 100%;
}
.button.half,
.button-xs.half,
.button-md.half,
.button-lg.half {
    width: 50%;
}
.button {
    height: calc(1.5rem + 0.75rem + 2px);
    padding: 0.375rem calc(0.75rem + 1rem);
    font-size: 0.8rem;
}
.button.loading::after {
    width: 1.2rem;
    height: 1.2rem;
}
.button-xs {
    height: calc(1.5rem + 0.4rem + 2px);
    padding: 0.2rem calc(0.5rem + 1rem);
    font-size: 0.64rem;
}
.button-xs.loading::after {
    width: 0.96rem;
    height: 0.96rem;
}
.button-md {
    height: calc(1.5rem + 1rem + 2px);
    padding: 0.5rem calc(1rem + 1.2rem);
    font-size: 1rem;
}
.button-md.loading::after {
    width: 1.5rem;
    height: 1.5rem;
}
.button-lg {
    height: calc(1.8rem + 1.25rem + 2px);
    padding: 0.625rem calc(1.25rem + 1.5rem);
    font-size: 1.2rem;
}
.button-lg.loading::after {
    width: 1.8rem;
    height: 1.8rem;
}
.checkbox,
.radio,
.checkbox-bullet,
.checkbox-round {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.checkbox + label,
.radio + label,
.checkbox-bullet + label,
.checkbox-round + label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.4em;
    line-height: 1.5;
    cursor: pointer;
}
.checkbox + label::before,
.checkbox + label::after,
.radio + label::before,
.radio + label::after,
.checkbox-bullet + label::before,
.checkbox-bullet + label::after,
.checkbox-round + label::before,
.checkbox-round + label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.4em;
    height: 1.4em;
}
.checkbox + label::before,
.radio + label::before,
.checkbox-bullet + label::before,
.checkbox-round + label::before {
    content: " ";
    border: 2px solid currentColor;
}
.checkbox + label:hover::before,
.radio + label:hover::before,
.checkbox-bullet + label:hover::before,
.checkbox-round + label:hover::before {
    opacity: 0.8;
}
.checkbox:disabled + label::before,
.checkbox:disabled + label,
.checkbox.disabled + label::before,
.checkbox.disabled + label,
.radio:disabled + label::before,
.radio:disabled + label,
.radio.disabled + label::before,
.radio.disabled + label,
.checkbox-bullet:disabled + label::before,
.checkbox-bullet:disabled + label,
.checkbox-bullet.disabled + label::before,
.checkbox-bullet.disabled + label,
.checkbox-round:disabled + label::before,
.checkbox-round:disabled + label,
.checkbox-round.disabled + label::before,
.checkbox-round.disabled + label {
    cursor: not-allowed !important;
    opacity: 0.4 !important;
}
.checkbox + label::after,
.radio + label::after,
.checkbox-bullet + label::after,
.checkbox-round + label::after {
    transform: scale(0);
}
.checkbox:checked + label::after,
.radio:checked + label::after,
.checkbox-bullet:checked + label::after,
.checkbox-round:checked + label::after {
    transform: scale(1);
}
.checkbox + label::before,
.checkbox + label::after,
.radio + label::before,
.radio + label::after,
.checkbox-bullet + label::before,
.checkbox-bullet + label::after,
.checkbox-round + label::before,
.checkbox-round + label::after {
    transition: 200ms all ease;
}
.checkbox + label::after,
.checkbox-round + label::after {
    content: "\2714";
    color: white !important;
    line-height: 1.5;
    text-align: center;
}
.checkbox + label::before,
.checkbox-round + label::before {
    border-radius: 20%;
}
.checkbox:checked + label::before,
.checkbox-round:checked + label::before {
    background: currentColor;
    border-color: currentColor;
}
.checkbox-round + label::before {
    border-radius: 50%;
}
.checkbox-bullet + label::before {
    border-radius: 20%;
}
.checkbox-bullet + label::after {
    content: " ";
    top: 0.2em;
    left: 0.2em;
    width: 1em;
    height: 1em;
    background: currentColor;
    border: 0.2em solid white !important;
    border-radius: 20%;
}
.radio + label::before {
    border-radius: 50%;
}
.radio + label::after {
    content: " ";
    top: 0.2em;
    left: 0.2em;
    width: 1em;
    height: 1em;
    background: currentColor;
    border: 0.2em solid white !important;
    border-radius: 50%;
}
.table-container {
    width: 100%;
}
.table-container table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border: 1px solid #e4e8eb;
}
.table-container table th,
.table-container table td {
    padding: 0.8rem;
}
.table-container table thead {
    font-weight: bold;
}
.table-striped tbody tr:nth-child(even) {
    background-color: #eef1f5;
}
.row-border tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
}
.cell-border td {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.table-head thead {
    background-color: #eef1f5;
}
.horizontal-group {
    display: inline-flex;
}
.horizontal-group > :not(:first-child):not(:last-child) {
    border-radius: 0px;
}
.horizontal-group > :first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.horizontal-group > :last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.horizontal-group > :not(:last-child) {
    margin-right: -1px;
}
.vertical-group {
    display: inline-flex;
    flex-direction: column;
}
.vertical-group > :not(:first-child):not(:last-child) {
    border-radius: 0px;
}
.vertical-group > :first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.vertical-group > :last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.vertical-group > :not(:last-child) {
    margin-bottom: -1px;
}
/*# sourceMappingURL=shorthand.min.css.map */
