.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.cat-item-2 span.post_count {
    background-color: #ff4f4f !important;
}

.cat-item-3 span.post_count {
    background-color: #2d7bbf !important;
}

.cat-item-4 span.post_count {
    background-color: #3299ff !important;
}

.cat-item-5 span.post_count {
    background-color: #ff952b !important;
}

.cat-item-6 span.post_count {
    background-color: #59d600 !important;
}

.cat-item-7 span.post_count {
    background-color: #2cd654 !important;
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

    .is-layout-flex > :is(*, div) {
        margin: 0;
    }

body .is-layout-grid {
    display: grid;
}

.is-layout-grid > :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

/* Blog Post Styles */
.home__top__post__block {
    margin-bottom: 2rem;
}

.home-top-block-inner {
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.home-top-block-inner:hover {
    transform: translateY(-5px);
}

.home-top-thumbnail-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.home-top-thumbnail-wrap img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.home-top-thumbnail-wrap:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-top-thumbnail-wrap:hover .overlay {
    opacity: 1;
}

.overlay-content {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.category-badge {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.home-top-block-content {
    padding: 1rem 0;
}

.htbc_category {
    margin-bottom: 0.5rem;
}

.news-cat_Name {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.news-cat_Name:hover {
    opacity: 0.8;
    color: white;
    text-decoration: none;
}

.post-title {
    font-size: 1.5rem;
    margin: 0.5rem 0;
    line-height: 1.4;
}

.post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #007bff;
}

.post-excrpt {
    color: #666;
    margin: 0.5rem 0;
    line-height: 1.6;
}

.htbc-meta-items {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

.author-name {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.author-name img {
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.author-name a {
/*    color: #333;*/
    text-decoration: none;
    transition: color 0.3s ease;
}

.author-name a:hover {
    color: #007bff;
}

.htbc-date-box, .post-views {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* Side Posts Styles */
.home__top__post__block_small {
    margin-bottom: 1.5rem;
}

.home__top__post__block_small .home-top-block-inner {
    margin-bottom: 1rem;
}

.home__top__post__block_small .post-title {
    font-size: 1.2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .htbc-meta-items {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .post-title {
        font-size: 1.3rem;
    }
}

/* Blog Details Page Styles */
.blog-details-wrapper {
    background-color: #fff;
}

.blog-hero {
    padding: 80px 0 40px;
    background-color: #f8f9fa;
    text-align: center;
}

.blog-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.category-badge {
    margin-bottom: 20px;
}

.category-badge a {
    display: inline-block;
    padding: 6px 16px;
    background-color: #007bff;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.category-badge a:hover {
    background-color: #0056b3;
}

.blog-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #333;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.author-details {
    text-align: left;
}

.author-name {
    display: block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
}

.publish-date {
    font-size: 14px;
    color: #6c757d;
}

.post-stats {
    display: flex;
    gap: 20px;
    color: #6c757d;
    font-size: 14px;
}

.post-stats i {
    margin-right: 5px;
}

.blog-featured-image {
    position: relative;
    margin: 0 0 40px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-container:hover .main-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.image-caption {
    color: #fff;
    text-align: center;
}

.caption-text {
    font-size: 16px;
    font-weight: 500;
}

/* Content Images */
.content-image {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.content-image:hover {
    transform: scale(1.02);
}

/* Image Gallery */
.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Responsive Image Adjustments */
@media (max-width: 768px) {
    .image-container {
        padding-bottom: 75%; /* 4:3 Aspect Ratio for mobile */
    }

    .content-image {
        margin: 20px 0;
    }

    .image-gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

/* Image Loading Animation */
@keyframes imageLoading {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.main-image, .content-image {
    animation: imageLoading 0.5s ease-out;
}

/* Image Zoom Modal */
.image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
    cursor: zoom-out;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90vh;
}

.modal-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.blog-content {
    padding: 40px 0;
}

.blog-article {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.blog-article p {
    margin-bottom: 24px;
}

.blog-article h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.blog-article h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.blog-article img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
}

.blog-tags {
    margin: 40px 0;
}

.tag-link {
    display: inline-block;
    padding: 6px 16px;
    background-color: #f8f9fa;
    color: #6c757d;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.tag-link:hover {
    background-color: #007bff;
    color: #fff;
}

.author-bio {
    margin: 60px 0;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.author-bio-content {
    display: flex;
    gap: 30px;
}

.author-bio-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.author-bio-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.author-bio-text p {
    color: #6c757d;
    margin-bottom: 20px;
}

.author-social {
    display: flex;
    gap: 15px;
}

.social-link {
    color: #6c757d;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #007bff;
}

.comments-section {
    margin: 60px 0;
}

.comments-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comment-form {
    margin-bottom: 40px;
}

.comment-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
    resize: vertical;
}

.comment-form button {
    padding: 10px 25px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.comment-form button:hover {
    background-color: #0056b3;
}

.comments-list {
    margin-top: 40px;
}

.comment-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
}

.comment-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comment-header h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.comment-date {
    font-size: 14px;
    color: #6c757d;
}

.comment-content p {
    color: #333;
    line-height: 1.6;
}

.related-posts {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.related-posts h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.related-post-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-5px);
}

.related-post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-post-content {
    padding: 20px;
}

.related-post-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.related-post-content h4 a {
    color: #333;
    text-decoration: none;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    color: #6c757d;
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .blog-title {
        font-size: 36px;
    }

    .blog-meta {
        flex-direction: column;
        gap: 15px;
    }

    .author-bio-content {
        flex-direction: column;
        text-align: center;
    }

    .author-bio-avatar {
        margin: 0 auto;
    }

    .author-social {
        justify-content: center;
    }
}

/* Breadcrumb Styles */
.breadcrumb-wrapper {
    background-color: #f8f9fa;
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding: .75rem 1rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #007bff;
}

.breadcrumb-item.active {
    color: #495057;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #6c757d;
    padding: 0 0.5rem;
    display: inline-block;
}

.breadcrumb-item i {
    margin-right: 0.25rem;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/* Contact Form 7 Styles */
.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
}

.wpcf7 label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wpcf7 textarea {
	min-height: 150px;
	resize: vertical;
}

.wpcf7 input[type="submit"] {
	background: var(--primary-color);
	color: white;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
	background: #0056b3;
}

.wpcf7 .wpcf7-response-output {
	margin: 1rem 0;
	padding: 1rem;
	border-radius: 4px;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 0.875rem;
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
}

.post-tab-block-element.news_tab_Block ul {
	margin-top: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	margin-bottom: 30px !important;
}
	.post-tab-block-element.news_tab_Block ul li a {
		border-radius: 0px;
		padding: 10px 26px;
		background: #6C757D;
		color:#ffffff;
		border: 1px solid #2C5475;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		line-height: 15px;
		text-transform: uppercase;
	}
.post-tab-block-element.news_tab_Block ul li:not(:last-child) a {
	margin-right: 10px;
}
	.post-tab-block-element.news_tab_Block ul li a.active {
		color: #FFFFFF;
		background: #007BFF;
		border-color: #2C5475;
	}
	.post-tab-block-element.news_tab_Block ul li a:hover {
		color: #6C757D;
		background: #5a6268;
		border-color: #5a6268;
	}
	.post-tab-block-element.news_tab_Block ul li a.active:hover {
		color: #FFFFFF;
		background: #0056b3;
		border-color: #0056b3;
	}
.post_list_tabs .post_list_tabs_inner {
	display: flex;
	align-content: center;
	flex-wrap: nowrap;
	gap: 16px;
	flex-direction: row;
}
.post_list_tabs_inner .plpn_thumbnail {
	width: 100%;
	max-width: 100px;
	height: 88px;
	display: block;
	overflow: hidden;
}
.post_list_tabs_inner .plpn_thumbnail a img {
    width: 100px;
    height: 88px;
    object-fit: contain;
    transition: all 0.4s;
}
.theme_post_Tab__content .post_list_tabs:hover .post_list_tabs_inner .plpn_thumbnail a img {
    transform: scale(1.1);
}
.post_list_tabs_inner .plpn_content span {
    display: flex;
    align-content: center;
    gap: 8px;
    color: #575758;
    font-size: 13px;
    font-family: Encode Sans Condensed;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.post_list_tabs_inner .plpn_content span a{
	color: #575758;
}
.post_list_tabs_inner .plpn_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.post_list_tabs_inner .plpn_content h4 {
    margin-bottom: 8px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.large__block__with__list .post_list_tabs_inner .plpn_content h4{
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
.post_list_tabs_inner .plpn_content h4 a {
	color: #212529;
}
	.post_list_tabs_inner .plpn_content h4 a:hover {
		color: #0056b3;
	}
.news_tab_Block .nav-tabs {
	border-bottom: 0;
}
.theme_post_Tab__content .post_list_tabs {
    background: #F3F8FB;
    padding: 16px;
    margin-bottom: 24px;
}
.theme_post_Tab__content .post_list_tabs:last-child {
    margin-bottom: 0;
}
.home-top-block-inner .home-top-thumbnail-wrap {
	height: 430px;
	overflow: hidden;
	border-radius: 0;
}
.home-top-block-inner .home-top-thumbnail-wrap img {
	width: 100%;
	object-fit: cover;
	background-position: center;
	transition: all 0.4s;
}
.home-top-block-inner:hover .home-top-thumbnail-wrap img {
    transform: scale(1.1);
}
.home_top_slider_two .home-top-block-inner .home-top-thumbnail-wrap, 
.home_top_slider_two .home-top-block-inner .home-top-thumbnail-wrap img{
	height: 450px;
}
.home_top_slider_two .home-top-block-content h2.post-title {
	font-size: 28px;
	line-height: 1.2;
}
.home-top-block-inner{
	position: relative;
}
.home-top-block-content {
	position: absolute;
	bottom: 32px;
	left: 32px;
	right: 32px;
	z-index: 2;
}
.htbc_category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}
.htbc_category a {
    display: inline-flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transform: skew(-15deg);
	box-shadow: 0px 5px 10px 0px rgba(2, 2, 2, 0.15) !important;
}
.htbc_category a:hover {
	color: #ffffff80 !important;
}
.home-top-thumbnail-wrap::before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(25, 28, 32, 0.00) 0%, #191C20 52.60%, #191C20 100%);
}
.home-top-block-content h2.post-title {
	margin-top: 10px;
	margin-bottom: 1.1rem;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #212529;
	font-size: 42px;
	font-family: Encode Sans Condensed;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
}
	.home-top-block-content h3.post-title a,
	.home-top-block-content h2.post-title a {
		color: #ffffff;
	}
		.home-top-block-content h2.post-title a:hover {
			color: #0056b3;
		}
.post-excrpt p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
	font-weight: 400;
    line-height: 26px;
	margin-bottom: 10px !important;
}
.htbc_category .post-cat span.posted-in a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	padding: 7px 15px;
	border: 1px solid #FFFFFF;
}
.htbc_category {
	margin-bottom: 12px;
}
.htbc-meta-items {
	display: flex;
	align-items: center;
	gap: 16px;
}
.htbc-meta-items .author-name {
    display: flex;
    align-items: center;
}
.htbc-meta-items .author-name img {
	border-radius: 50%;
}
	.htbc-meta-items .author-name .name {
		font-weight: 700;
		font-size: 13px;
		line-height: 16px;
		color: #FFFFFF;
		text-transform: capitalize;
	}
.htbc-date-box {
    display: flex;
    align-content: center;
	align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}
.blog_details__Date i, .post-comment-count i,
.post_list_tabs_inner .plpn_content span i,
.htbc-date-box i {
    font-size: 16px;
}
.htbc-date-box a{
	color: #FFFFFF;
}

.home__top__post__block_small{
	margin-bottom: 25px;
	width: 100%;
}
.home__top__post__block_small .home-top-block-inner .home-top-thumbnail-wrap,
.home__top__post__block_small .home-top-block-inner .home-top-thumbnail-wrap img{
	height: 295px;
}
.home__top__post__block_small .home-top-block-content h3.post-title {
    font-size: 22px;
    margin-bottom: 16px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home__top__post__block_small .home-top-block-content h3.post-title:hover a {
    color: #F93156;
}
.home__top__post__block_small .home-top-block-content {
	bottom: 16px;
	left: 16px;
	right: 16px;
}
.post__list__carousel .post__list__item {
    background: #F3F8FB;
    padding: 16px;
}
.post__list__item {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-direction: row;
}
.post__list__item .post_list_img {
    width: 100%;
    max-width: 146px;
    min-width: 146px;
    height: 135px;
    overflow: hidden;
}

.post__list__item .post_list_img img {
    width: 146px;
    height: 135px;
    object-fit: cover;
    transition: all 0.4s;
}
.post__list__carousel .post__list__item:hover .post_list_img img {
    transform: scale(1.1);
}
.post-top-meta-box.plc_meta {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 12px;
}
.post__list__content h4.post-title {
    margin-bottom: 0.8rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 22px;
    font-family: Encode Sans Condensed;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
	.post__list__content h4.post-title a {
		color: #212529;
	}
		.post__list__content h4.post-title a:hover {
			color: #0056b3;
		}
.post__list__content .post-single-custom-meta.single_page{
	margin-bottom: 0;
}
.swiper-button-next.plc_next {
	right: 0;
	-o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
	width: 30px;
    height: 30px;
	border: 1px solid #2C5475;
}
.swiper-button-prev.plc_prev {
	left: 0;
	-o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
	width: 30px;
    height: 30px;
	border: 1px solid #2C5475;
}
.post__list__carousel:hover .swiper-button-next.plc_next, .post__list__carousel:hover .swiper-button-prev.plc_prev {
	opacity: 1;
	-o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.plc_np_nav {
    position: absolute;
    top: 22px;
    width: 68px;
    right: 2px;
}
.plc_np_nav .swiper-button-next:after,  .swiper-rtl .plc_np_nav .swiper-button-prev:after {
    content: "\ea6c";
    font-family: 'remixicon';
    font-weight: 400 !important;
}
.plc_np_nav .swiper-button-prev:after, .swiper-rtl .plc_np_nav .swiper-button-next:after{
	content: "\ea60";
    font-family: 'remixicon';
    font-weight: 400 !important;
}

.post__list__carousel:hover .swiper-button-next.swiper-button-disabled, .post__list__carousel:hover .swiper-button-prev.swiper-button-disabled{
	opacity: 0.35 !important;
}

.swiper-button-next.plc_next::after, .swiper-button-prev.plc_prev::after {
	font-size: 22px;
	font-weight: 700;
}
.section_widget_title {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
h3.sw_title {
    margin: 0;
    padding-left: 22px;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    width: fit-content;
    position: relative;
    padding-right: 18px;
    margin-left: 6px;
}

.large__block__with__list .home-top-block-inner .home-top-thumbnail-wrap, .large__block__with__list .home-top-block-inner .home-top-thumbnail-wrap img{
	height: 558px;
	object-fit: cover;
}
.large__block__with__list .post_list_tabs {
	background: #F3F8FB;
	padding: 16px;
	margin-bottom: 16px;
}
.large__block__with__list .post_list_tabs:last-child{
	margin-bottom: 0px;
}
.large__block__with__list .post_list_tabs_inner .plpn_thumbnail {
	width: 100%;
	max-width: 134px;
	height: 96px;
}
.large__block__with__list .post_list_tabs_inner .plpn_thumbnail a img{
	width: 134px;
	height: 96px;
	object-fit: cover;
	transition: all 0.4s;
}
.featured__img__with__vertical__list .home-top-thumbnail-wrap{
	margin-bottom: 24px;
}
.featured__img__with__vertical__list {
	background: #F3F8FB;
}
.featured__img__with__vertical__list .post_list_tabs {
	padding: 0px 16px 16px;
}
.featured__img__with__vertical__list .home-top-block-inner .home-top-thumbnail-wrap, .featured__img__with__vertical__list .home-top-block-inner .home-top-thumbnail-wrap img{
	height: 328px;
	object-fit: cover;
}
.featured__img__with__vertical__list .home-top-thumbnail-wrap::before{
	content: none;
}
.post_list_tabs:hover img {
	transform: scale(1.1);
}
.post__list__with__rounded__img {
	background: #F3F8FB;
}
.post__list__with__rounded__img .plwri_inner {
	padding: 16px;
}
.post__list__with__rounded__img .plwri_inner:hover img{
	transform: scale(1.1);
}
.recent__post__blog__item__wrap .rpbiw__inner .post-single-custom-meta{
	margin-bottom: 0 !important;
}
.post_list_n_grid_btm .home-top-block-content h3.post-title {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
    margin-bottom: 12px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.large__block__with__list h3.post-title {
	margin-bottom: 18px;
	margin-top: 10px;
	color: #FFF;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
}

/* Default: Desktop (≥1200px) */
@media (min-width: 1200px) {
	.large__block__with__list h3.post-title {
		font-size: 2.1rem;
		line-height: 46px;
	}
}

/* Tablet (≥768px and <1200px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
	.large__block__with__list h3.post-title {
		font-size: 1.8rem;
		line-height: 40px;
	}
}

/* Mobile (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.large__block__with__list h3.post-title {
		font-size: 1.5rem;
		line-height: 34px;
	}
}

/* Extra small devices (<576px) */
@media (max-width: 575.98px) {
	.large__block__with__list h3.post-title {
		font-size: 1.3rem;
		line-height: 30px;
	}
}


.post_list_n_grid_btm .home-top-block-inner .home-top-thumbnail-wrap, .post_list_n_grid_btm .home-top-block-inner .home-top-thumbnail-wrap img{
	height: 316px;
}
.post_list_n_grid_top {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-direction: row;
}
.post-list-n-grid-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 0px;
	max-width: 424px;
	min-width: 424px;
}
.post-list-n-grid-img img {
	width: 424px;
	height: 300px !important;
	object-fit: cover;
	transition: all 0.4s;
}
.post_list_n_grid_top:hover .post-list-n-grid-img img {
    transform: scale(1.1);
}
.latest_posts_block_wrap .latest_post_block_items:not(:last-child)::after,
.post_list_n_grid_top_wrap::after {
	content: '';
	display: block;
	height: 1px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
	background: #E4E6EB;
	background: -webkit-linear-gradient(right,#E4E6EB 0%,transparent 100%);
	background: linear-gradient(to left,#E4E6EB 0%,transparent 100%);
}
.post-list-n-grid-content .post-top-meta-box {
	margin-bottom: 0;
}
.post-list-n-grid-content h3.post-title {
    margin-top: 10px;
    margin-bottom: 12px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.post-list-n-grid-content h3.post-title a{
	color: #000000;
}
.post-list-n-grid-content h3.post-title a:hover{
	color: #F93156;
}
.featured-post-block-content p,
.post-list-n-grid-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 15px;
}
.latest-post-block-footer,
.post-list-n-grid-content-footer {
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.latest-post-block-footer a,
.post-list-n-grid-content-footer a {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #575758;
}
.latest-post-block-footer a:hover,
.post-list-n-grid-content-footer a:hover{
	color: #F93156;
}
.featured_post_block_item {
	margin-bottom: 30px;
}
.featured-post-block-img {
	height: 270px !important;
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
	transition: all 0.4s;
}
.featured_post_block_btn_img img,
.featured-post-block-img img {
	height: 270px !important;
	width: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: all 0.4s;
}
.featured-post-block-content h3.post-title {
	margin-top: 10px;
	margin-bottom: 12px;
	color: #212529;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Encode Sans Condensed', sans-serif;
}

/* Desktop (≥1200px) */
@media (min-width: 1200px) {
	.featured-post-block-content h3.post-title {
		font-size: 28px;
		line-height: 40px;
	}
}

/* Tablet (≥768px and <1200px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
	.featured-post-block-content h3.post-title {
		font-size: 24px;
		line-height: 36px;
	}
}

/* Mobile (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.featured-post-block-content h3.post-title {
		font-size: 20px;
		line-height: 30px;
	}
}

/* Extra small devices (<576px) */
@media (max-width: 575.98px) {
	.featured-post-block-content h3.post-title {
		font-size: 18px;
		line-height: 28px;
	}
}

.featured_post_block_item_btm:hover .featured_post_block_btn_img img,
.featured_post_block_item:hover .featured-post-block-img img{
	transform: scale(1.1);
}
.latest_post_block_contnt h3.post-title a,
.featured_post_block_content h4.post-title a,
.featured-post-block-content h3.post-title a{
	color: #000000;
}
	.latest_post_block_contnt h3.post-title a:hover,
	.featured_post_block_content h4.post-title a:hover,
	.featured-post-block-content h3.post-title a:hover {
		color: #0056b3;
	}
.featured_post_block_btn_img {
	height: 158px !important;
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}
.featured_post_block_btn_img img {
	height: 158px !important;
	width: 100%;
	border-radius: 16px;
	object-fit: cover;
}
.featured_post_block_content .post-top-meta-box {
	font-size: 12px;
	line-height: 12px;
}
.featured_post_block_content h4.post-title {
	font-size: 16px;
	line-height: 1.25;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.featured_post_block_content .post-single-custom-meta {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #575758;
}
.latest_post_block_item_wrap {
	display: flex;
	align-items: center;
	gap: 30px;
}
.latest-post-block-img {
    height: 300px;
    overflow: hidden;
    width: 424px !important;
    max-width: 100%;
    border-radius: 0;
    min-width: 424px;
}
.latest-post-block-img img{
	height: 300px !important;
	width: 424px;
	object-fit: cover;
	border-radius: 0;
	transition: all 0.4s;
}
.latest_post_block_item_wrap:hover .latest-post-block-img img {
    transform: scale(1.1);
}
.latest_post_block_contnt h3.post-title {
    margin-top: 10px;
    margin-bottom: 12px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.latest_post_block_contnt h3.post-title a{
	color: #000000;
}
.latest_post_block_contnt .post-top-meta-box {
	margin-bottom: 16px;
}
.latest_post_block_contnt p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 15px;
}
.widget_block_slider_wrap .home-top-block-content h3.post-title {
    font-size: 26px;
    line-height: 2.063rem;
}
.widget_block_slider_wrap .home-top-block-inner .home-top-thumbnail-wrap, 
.widget_block_slider_wrap .home-top-block-inner .home-top-thumbnail-wrap img{
	height: 430px;
}
.wbc_swiper_nav {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 110px;
	height: 50px;
}
.wbc_swiper_nav .swiper-button-prev.wbc_prev,
.wbc_swiper_nav .swiper-button-next.wbc_next {
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
}
.wbc_swiper_nav .swiper-button-prev.wbc_prev::after,
.wbc_swiper_nav .swiper-button-next.wbc_next::after {
	font-size: 20px;
	font-weight: 400;
}
.wbc_swiper_nav .swiper-button-next.swiper-button-disabled, 
.wbc_swiper_nav .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
}
.wbc_swiper_nav .swiper-button-prev.wbc_prev:hover, .wbc_swiper_nav .swiper-button-next.wbc_next:hover {
	border: 1px solid #F93156;
	color: #F93156;
}

.hso_anvigation {
	position: absolute;
	bottom: 50px;
	right: 20px;
	width: 130px;
}
.hso_two_anvigation .hso_next, .hso_two_anvigation .hso_prev,
.hso_anvigation .hso_next, .hso_anvigation .hso_prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 20px;
	border: 2px solid #ffffff;
	transition: all 0.4s;
}
.hso_two_anvigation .swiper-button-next::after, .hso_two_anvigation .swiper-button-prev::after,
.hso_anvigation .swiper-button-next::after, .hso_anvigation .swiper-button-prev::after {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	transition: all 0.4s;
}
.hso_two_anvigation .swiper-button-next:hover::after, .hso_two_anvigation .swiper-button-prev:hover::after,
.hso_anvigation .swiper-button-next:hover::after, .hso_anvigation .swiper-button-prev:hover::after{
	color: #F93156;
}
.hso_two_anvigation .hso_next:hover, .hso_two_anvigation .hso_prev:hover,
.hso_anvigation .hso_next:hover, .hso_anvigation .hso_prev:hover {
	border-color: #F93156;
}


.load__more__Post__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.load__more__Post__btn a {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #575758;
	border: 1px solid #2C5475;
	padding: 10px 30px;
}
.load__more__Post__btn a:hover {
	color: #ffffff;
	border-color: #F93156;
	background: #F93156;
}
/* Widget Responsive CSS */

@media (max-width: 991px) { 

	.home-top-block-inner{
		margin-bottom: 24px;
	}
	.hso_anvigation {
		bottom: 70px;
	}

 }

@media (max-width: 767px) { 
	.home-top-block-inner .home-top-thumbnail-wrap img,
	.home-top-block-inner .home-top-thumbnail-wrap {
		height: 515px;
	}
	
	.large__block__with__list .home-top-block-inner .home-top-thumbnail-wrap, 
	.large__block__with__list .home-top-block-inner .home-top-thumbnail-wrap img {
		height: 458px;
	}
	.latest_post_block_item_wrap,
	.post_list_n_grid_top {
		flex-direction: column;
	}
	.latest-post-block-img,
	.latest-post-block-img img,
	.post-list-n-grid-img,
	.post-list-n-grid-img img{
		width: 100%;
		max-width: 100%;
		height: 416px !important;
	}
	.featured_post_block_item_btm {
		margin-bottom: 24px;
	}
	.featured_post_block_wrap{
		padding-bottom: 6px;
	}
	.header_two_social {
		display: none;
	}
	
 }

@media (max-width: 575px) { 

	.home-top-block-inner .home-top-thumbnail-wrap img,
	.home-top-block-inner .home-top-thumbnail-wrap {
		height: 415px;
	}
	.home-top-block-content h2.post-title {
		font-size: 32px;
	}
	.large__block__with__list .home-top-block-inner .home-top-thumbnail-wrap, 
	.large__block__with__list .home-top-block-inner .home-top-thumbnail-wrap img {
		height: 358px;
	}
	.latest-post-block-img,
	.latest-post-block-img img,
	.post-list-n-grid-img,
	.post-list-n-grid-img img{
		height: 316px !important;
	}
	.latest_post_block_contnt h3.post-title,
	.post-list-n-grid-content h3.post-title {
		font-size: 24px;
	}
	
	
 }


 @media (min-width: 576px) and (max-width: 991px) {
	.home__top__post__block_small .home-top-block-inner .home-top-thumbnail-wrap,
	.home__top__post__block_small .home-top-block-inner .home-top-thumbnail-wrap img {
		height: 395px;
	}
	.home__top__post__block_small .home-top-block-content h3.post-title {
		font-size: 28px;
	}
	.htpb_small_responsive_grid {
		display: flex;
		align-items: center;
		gap: 24px;
	}
	.post_list_tabs_inner .plpn_thumbnail {
		max-width: 200px;
		height: 245px;
	}
	.post_list_tabs_inner .plpn_thumbnail a img {
		width: 200px;
		height: 245px;
	}
	.post_list_tabs_inner .plpn_content h4 {
		font-size: 28px;
	}
	.featured__img__with__vertical__list .home-top-block-inner .home-top-thumbnail-wrap, 
	.featured__img__with__vertical__list .home-top-block-inner .home-top-thumbnail-wrap img {
		height: 428px;
	}
	.post_list_n_grid_btm .home-top-block-inner .home-top-thumbnail-wrap, 
	.post_list_n_grid_btm .home-top-block-inner .home-top-thumbnail-wrap img {
		height: 416px;
	}
	.post__list__item.list_res_itm .post_list_img {
		max-width: 206px;
		min-width: 206px;
		height: 206px;
	}
	.post__list__item.list_res_itm .post_list_img img {
		width: 206px;
		height: 206px;
	}
	.list_res_itm .post__list__content h4.post-title {
		font-size: 28px;
	}
	
 }

 @media (min-width: 576px) and (max-width: 767px) {
	.featured-post-block-img,
	.featured-post-block-img img {
		height: 350px !important;
	}
	.featured_post_block_btn_img,
	.featured_post_block_btn_img img {
		height: 200px !important;
	}
 }

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spcial-arrow-left:before {
  content: "\f01b";
}
.icon-spcial-arrow-right:before {
  content: "\f01c";
}
.icon-sun-fog:before {
  content: "\e900";
}
.icon-sun:before {
  content: "\e901";
}
.icon-tag-2:before {
  content: "\e902";
}
.icon-tag-cross:before {
  content: "\e903";
}
.icon-tag-right:before {
  content: "\e904";
}
.icon-tag-user:before {
  content: "\e905";
}
.icon-tag:before {
  content: "\e906";
}
.icon-task-square:before {
  content: "\e907";
}
.icon-task:before {
  content: "\e908";
}
.icon-teacher:before {
  content: "\e909";
}
.icon-text-block:before {
  content: "\e90a";
}
.icon-triangle:before {
  content: "\e90b";
}
.icon-truck-fast:before {
  content: "\e90c";
}
.icon-truck-remove:before {
  content: "\e90d";
}
.icon-truck-tick:before {
  content: "\e90e";
}
.icon-truck-time:before {
  content: "\e90f";
}
.icon-truck:before {
  content: "\e910";
}
.icon-trush-square:before {
  content: "\e911";
}
.icon-undo:before {
  content: "\e912";
}
.icon-unlimited:before {
  content: "\e913";
}
.icon-unlock:before {
  content: "\e914";
}
.icon-user-add:before {
  content: "\e915";
}
.icon-user-cirlce-add:before {
  content: "\e916";
}
.icon-user-edit:before {
  content: "\e917";
}
.icon-user-minus:before {
  content: "\e918";
}
.icon-user-octagon:before {
  content: "\e919";
}
.icon-user-remove:before {
  content: "\e91a";
}
.icon-user-search:before {
  content: "\e91b";
}
.icon-user-square:before {
  content: "\e91c";
}
.icon-user-tag:before {
  content: "\e91d";
}
.icon-user-tick:before {
  content: "\e91e";
}
.icon-user:before {
  content: "\e91f";
}
.icon-verify:before {
  content: "\e920";
}
.icon-video-add:before {
  content: "\e921";
}
.icon-video-circle:before {
  content: "\e922";
}
.icon-video-horizontal:before {
  content: "\e923";
}
.icon-video-octagon:before {
  content: "\e924";
}
.icon-video-play:before {
  content: "\e925";
}
.icon-video-remove:before {
  content: "\e926";
}
.icon-video-slash:before {
  content: "\e927";
}
.icon-video-square:before {
  content: "\e928";
}
.icon-video-tick:before {
  content: "\e929";
}
.icon-video-time:before {
  content: "\e92a";
}
.icon-video-vertical:before {
  content: "\e92b";
}
.icon-video:before {
  content: "\e92c";
}
.icon-voice-cricle:before {
  content: "\e92d";
}
.icon-voice-square:before {
  content: "\e92e";
}
.icon-volume-cross:before {
  content: "\e92f";
}
.icon-volume-high:before {
  content: "\e930";
}
.icon-volume-low-1:before {
  content: "\e931";
}
.icon-volume-low:before {
  content: "\e932";
}
.icon-volume-mute:before {
  content: "\e933";
}
.icon-volume-slash:before {
  content: "\e934";
}
.icon-volume-up:before {
  content: "\e935";
}
.icon-wallet-1:before {
  content: "\e936";
}
.icon-wallet-2:before {
  content: "\e937";
}
.icon-wallet-3:before {
  content: "\e938";
}
.icon-wallet-add-1:before {
  content: "\e939";
}
.icon-wallet-add:before {
  content: "\e93a";
}
.icon-wallet-check:before {
  content: "\e93b";
}
.icon-wallet-minus:before {
  content: "\e93c";
}
.icon-wallet-money:before {
  content: "\e93d";
}
.icon-wallet-remove:before {
  content: "\e93e";
}
.icon-wallet-search:before {
  content: "\e93f";
}
.icon-wallet:before {
  content: "\e940";
}
.icon-warning-2:before {
  content: "\e941";
}
.icon-watch-status:before {
  content: "\e942";
}
.icon-watch:before {
  content: "\e943";
}
.icon-weight-1:before {
  content: "\e944";
}
.icon-weight:before {
  content: "\e945";
}
.icon-wifi-square:before {
  content: "\e946";
}
.icon-wifi:before {
  content: "\e947";
}
.icon-wind-2:before {
  content: "\e948";
}
.icon-wind:before {
  content: "\e949";
}
.icon-woman:before {
  content: "\e94a";
}
.icon-repeate-music:before {
  content: "\e94b";
}
.icon-repeate-one:before {
  content: "\e94c";
}
.icon-reserve:before {
  content: "\e94d";
}
.icon-rotate-left-1:before {
  content: "\e94e";
}
.icon-rotate-left:before {
  content: "\e94f";
}
.icon-rotate-right-1:before {
  content: "\e950";
}
.icon-rotate-right:before {
  content: "\e951";
}
.icon-route-square:before {
  content: "\e952";
}
.icon-routing-2:before {
  content: "\e953";
}
.icon-routing:before {
  content: "\e954";
}
.icon-row-horizontal:before {
  content: "\e955";
}
.icon-row-vertical:before {
  content: "\e956";
}
.icon-ruler:before {
  content: "\e957";
}
.icon-rulerpen:before {
  content: "\e958";
}
.icon-safe-home:before {
  content: "\e959";
}
.icon-sagittarius:before {
  content: "\e95a";
}
.icon-save-2:before {
  content: "\e95b";
}
.icon-save-add:before {
  content: "\e95c";
}
.icon-save-minus:before {
  content: "\e95d";
}
.icon-save-remove:before {
  content: "\e95e";
}
.icon-scan-barcode:before {
  content: "\e95f";
}
.icon-scan:before {
  content: "\e960";
}
.icon-scanner:before {
  content: "\e961";
}
.icon-scanning:before {
  content: "\e962";
}
.icon-scissor-1:before {
  content: "\e963";
}
.icon-scissor:before {
  content: "\e964";
}
.icon-screenmirroring:before {
  content: "\e965";
}
.icon-scroll:before {
  content: "\e966";
}
.icon-search-favorite-1:before {
  content: "\e967";
}
.icon-search-favorite:before {
  content: "\e968";
}
.icon-search-normal-1:before {
  content: "\e969";
}
.icon-search-normal:before {
  content: "\e96a";
}
.icon-search-status-1:before {
  content: "\e96b";
}
.icon-search-status:before {
  content: "\e96c";
}
.icon-search-zoom-in-1:before {
  content: "\e96d";
}
.icon-search-zoom-in:before {
  content: "\e96e";
}
.icon-search-zoom-out-1:before {
  content: "\e96f";
}
.icon-search-zoom-out:before {
  content: "\e970";
}
.icon-security-card:before {
  content: "\e971";
}
.icon-security-safe:before {
  content: "\e972";
}
.icon-security-time:before {
  content: "\e973";
}
.icon-security-user:before {
  content: "\e974";
}
.icon-security:before {
  content: "\e975";
}
.icon-send-1:before {
  content: "\e976";
}
.icon-send-2:before {
  content: "\e977";
}
.icon-send-sqaure-2:before {
  content: "\e978";
}
.icon-send-square:before {
  content: "\e979";
}
.icon-send:before {
  content: "\e97a";
}
.icon-setting-2:before {
  content: "\e97b";
}
.icon-setting-3:before {
  content: "\e97c";
}
.icon-setting-4:before {
  content: "\e97d";
}
.icon-setting-5:before {
  content: "\e97e";
}
.icon-setting:before {
  content: "\e97f";
}
.icon-settings:before {
  content: "\e980";
}
.icon-shapes-1:before {
  content: "\e981";
}
.icon-shapes:before {
  content: "\e982";
}
.icon-share:before {
  content: "\e983";
}
.icon-shield-cross:before {
  content: "\e984";
}
.icon-shield-search:before {
  content: "\e985";
}
.icon-shield-security:before {
  content: "\e986";
}
.icon-shield-slash:before {
  content: "\e987";
}
.icon-shield-tick:before {
  content: "\e988";
}
.icon-ship:before {
  content: "\e989";
}
.icon-shop-add:before {
  content: "\e98a";
}
.icon-shop-remove:before {
  content: "\e98b";
}
.icon-shop:before {
  content: "\e98c";
}
.icon-shopping-bag:before {
  content: "\e98d";
}
.icon-shopping-cart:before {
  content: "\e98e";
}
.icon-shuffle:before {
  content: "\e98f";
}
.icon-sidebar-bottom:before {
  content: "\e990";
}
.icon-sidebar-left:before {
  content: "\e991";
}
.icon-sidebar-right:before {
  content: "\e992";
}
.icon-sidebar-top:before {
  content: "\e993";
}
.icon-signpost:before {
  content: "\e994";
}
.icon-simcard-1:before {
  content: "\e995";
}
.icon-simcard-2:before {
  content: "\e996";
}
.icon-simcard:before {
  content: "\e997";
}
.icon-size:before {
  content: "\e998";
}
.icon-slash:before {
  content: "\e999";
}
.icon-slider-horizontal-1:before {
  content: "\e99a";
}
.icon-slider-horizontal:before {
  content: "\e99b";
}
.icon-slider-vertical-1:before {
  content: "\e99c";
}
.icon-slider-vertical:before {
  content: "\e99d";
}
.icon-slider:before {
  content: "\e99e";
}
.icon-smallcaps:before {
  content: "\e99f";
}
.icon-smart-car:before {
  content: "\e9a0";
}
.icon-smart-home:before {
  content: "\e9a1";
}
.icon-smileys:before {
  content: "\e9a2";
}
.icon-sms-edit:before {
  content: "\e9a3";
}
.icon-sms-notification:before {
  content: "\e9a4";
}
.icon-sms-search:before {
  content: "\e9a5";
}
.icon-sms-star:before {
  content: "\e9a6";
}
.icon-sms-tracking:before {
  content: "\e9a7";
}
.icon-sms:before {
  content: "\e9a8";
}
.icon-sort:before {
  content: "\e9a9";
}
.icon-sound:before {
  content: "\e9aa";
}
.icon-speaker:before {
  content: "\e9ab";
}
.icon-speedometer:before {
  content: "\e9ac";
}
.icon-star-1:before {
  content: "\e9ad";
}
.icon-star-slash:before {
  content: "\e9ae";
}
.icon-star:before {
  content: "\e9af";
}
.icon-status-up:before {
  content: "\e9b0";
}
.icon-status:before {
  content: "\e9b1";
}
.icon-sticker:before {
  content: "\e9b2";
}
.icon-stickynote:before {
  content: "\e9b3";
}
.icon-stop-circle:before {
  content: "\e9b4";
}
.icon-stop:before {
  content: "\e9b5";
}
.icon-story:before {
  content: "\e9b6";
}
.icon-strongbox-2:before {
  content: "\e9b7";
}
.icon-strongbox:before {
  content: "\e9b8";
}
.icon-subtitle:before {
  content: "\e9b9";
}
.icon-sun-1:before {
  content: "\e9ba";
}
.icon-text-bold:before {
  content: "\e9bb";
}
.icon-text-italic:before {
  content: "\e9bc";
}
.icon-text-underline:before {
  content: "\e9bd";
}
.icon-text:before {
  content: "\e9be";
}
.icon-textalign-center:before {
  content: "\e9bf";
}
.icon-textalign-justifycenter:before {
  content: "\e9c0";
}
.icon-textalign-justifyleft:before {
  content: "\e9c1";
}
.icon-textalign-justifyright:before {
  content: "\e9c2";
}
.icon-textalign-left:before {
  content: "\e9c3";
}
.icon-textalign-right:before {
  content: "\e9c4";
}
.icon-tick-circle:before {
  content: "\e9c5";
}
.icon-tick-square:before {
  content: "\e9c6";
}
.icon-ticket-2:before {
  content: "\e9c7";
}
.icon-ticket-discount:before {
  content: "\e9c8";
}
.icon-ticket-expired:before {
  content: "\e9c9";
}
.icon-ticket-star:before {
  content: "\e9ca";
}
.icon-ticket:before {
  content: "\e9cb";
}
.icon-timer-1:before {
  content: "\e9cc";
}
.icon-timer-pause:before {
  content: "\e9cd";
}
.icon-timer-start:before {
  content: "\e9ce";
}
.icon-timer:before {
  content: "\e9cf";
}
.icon-toggle-off-circle:before {
  content: "\e9d0";
}
.icon-toggle-off:before {
  content: "\e9d1";
}
.icon-toggle-on-circle:before {
  content: "\e9d2";
}
.icon-toggle-on:before {
  content: "\e9d3";
}
.icon-trade:before {
  content: "\e9d4";
}
.icon-transaction-minus:before {
  content: "\e9d5";
}
.icon-translate:before {
  content: "\e9d6";
}
.icon-trash:before {
  content: "\e9d7";
}
.icon-tree:before {
  content: "\e9d8";
}
.icon-trend-down:before {
  content: "\e9d9";
}
.icon-trend-up:before {
  content: "\e9da";
}
.icon-message-add:before {
  content: "\e9db";
}
.icon-message-circle:before {
  content: "\e9dc";
}
.icon-message-edit:before {
  content: "\e9dd";
}
.icon-message-favorite:before {
  content: "\e9de";
}
.icon-message-minus:before {
  content: "\e9df";
}
.icon-message-notif:before {
  content: "\e9e0";
}
.icon-message-programming:before {
  content: "\e9e1";
}
.icon-message-question:before {
  content: "\e9e2";
}
.icon-message-remove:before {
  content: "\e9e3";
}
.icon-message-search:before {
  content: "\e9e4";
}
.icon-message-square:before {
  content: "\e9e5";
}
.icon-message-text-1:before {
  content: "\e9e6";
}
.icon-message-text:before {
  content: "\e9e7";
}
.icon-message-tick:before {
  content: "\e9e8";
}
.icon-message-time:before {
  content: "\e9e9";
}
.icon-message:before {
  content: "\e9ea";
}
.icon-messages-1:before {
  content: "\e9eb";
}
.icon-messages-2:before {
  content: "\e9ec";
}
.icon-messages-3:before {
  content: "\e9ed";
}
.icon-messages:before {
  content: "\e9ee";
}
.icon-microphone-2:before {
  content: "\e9ef";
}
.icon-microphone-slash-1:before {
  content: "\e9f0";
}
.icon-microphone-slash:before {
  content: "\e9f1";
}
.icon-microphone:before {
  content: "\e9f2";
}
.icon-microscope:before {
  content: "\e9f3";
}
.icon-milk:before {
  content: "\e9f4";
}
.icon-mini-music-sqaure:before {
  content: "\e9f5";
}
.icon-minus-cirlce:before {
  content: "\e9f6";
}
.icon-minus-square:before {
  content: "\e9f7";
}
.icon-minus:before {
  content: "\e9f8";
}
.icon-mirror:before {
  content: "\e9f9";
}
.icon-mirroring-screen:before {
  content: "\e9fa";
}
.icon-mobile-programming:before {
  content: "\e9fb";
}
.icon-mobile:before {
  content: "\e9fc";
}
.icon-money-2:before {
  content: "\e9fd";
}
.icon-money-3:before {
  content: "\e9fe";
}
.icon-money-4:before {
  content: "\e9ff";
}
.icon-money-add:before {
  content: "\ea00";
}
.icon-money-change:before {
  content: "\ea01";
}
.icon-money-forbidden:before {
  content: "\ea02";
}
.icon-money-recive:before {
  content: "\ea03";
}
.icon-money-remove:before {
  content: "\ea04";
}
.icon-money-send:before {
  content: "\ea05";
}
.icon-money-tick:before {
  content: "\ea06";
}
.icon-money-time:before {
  content: "\ea07";
}
.icon-money:before {
  content: "\ea08";
}
.icon-moneys:before {
  content: "\ea09";
}
.icon-monitor-mobbile:before {
  content: "\ea0a";
}
.icon-monitor-recorder:before {
  content: "\ea0b";
}
.icon-monitor:before {
  content: "\ea0c";
}
.icon-moon:before {
  content: "\ea0d";
}
.icon-more-2:before {
  content: "\ea0e";
}
.icon-more-circle:before {
  content: "\ea0f";
}
.icon-more-square:before {
  content: "\ea10";
}
.icon-more:before {
  content: "\ea11";
}
.icon-mouse-1:before {
  content: "\ea12";
}
.icon-mouse-circle:before {
  content: "\ea13";
}
.icon-mouse-square:before {
  content: "\ea14";
}
.icon-mouse:before {
  content: "\ea15";
}
.icon-music-circle:before {
  content: "\ea16";
}
.icon-music-dashboard:before {
  content: "\ea17";
}
.icon-music-filter:before {
  content: "\ea18";
}
.icon-music-library-2:before {
  content: "\ea19";
}
.icon-music-play:before {
  content: "\ea1a";
}
.icon-music-playlist:before {
  content: "\ea1b";
}
.icon-music-square-add:before {
  content: "\ea1c";
}
.icon-music-square-remove:before {
  content: "\ea1d";
}
.icon-music-square-search:before {
  content: "\ea1e";
}
.icon-music-square:before {
  content: "\ea1f";
}
.icon-music:before {
  content: "\ea20";
}
.icon-musicnote:before {
  content: "\ea21";
}
.icon-next:before {
  content: "\ea22";
}
.icon-note-1:before {
  content: "\ea23";
}
.icon-note-2:before {
  content: "\ea24";
}
.icon-note-21:before {
  content: "\ea25";
}
.icon-note-add:before {
  content: "\ea26";
}
.icon-note-favorite:before {
  content: "\ea27";
}
.icon-note-remove:before {
  content: "\ea28";
}
.icon-note-square:before {
  content: "\ea29";
}
.icon-note-text:before {
  content: "\ea2a";
}
.icon-note:before {
  content: "\ea2b";
}
.icon-notification-1:before {
  content: "\ea2c";
}
.icon-notification-bing:before {
  content: "\ea2d";
}
.icon-notification-favorite:before {
  content: "\ea2e";
}
.icon-notification-status:before {
  content: "\ea2f";
}
.icon-notification:before {
  content: "\ea30";
}
.icon-omega-circle:before {
  content: "\ea31";
}
.icon-omega-square:before {
  content: "\ea32";
}
.icon-paintbucket:before {
  content: "\ea33";
}
.icon-paperclip-2:before {
  content: "\ea34";
}
.icon-paperclip:before {
  content: "\ea35";
}
.icon-password-check:before {
  content: "\ea36";
}
.icon-path-2:before {
  content: "\ea37";
}
.icon-path-square:before {
  content: "\ea38";
}
.icon-path:before {
  content: "\ea39";
}
.icon-pause-circle:before {
  content: "\ea3a";
}
.icon-pause:before {
  content: "\ea3b";
}
.icon-pen-add:before {
  content: "\ea3c";
}
.icon-pen-close:before {
  content: "\ea3d";
}
.icon-pen-remove:before {
  content: "\ea3e";
}
.icon-pen-tool-2:before {
  content: "\ea3f";
}
.icon-pen-tool:before {
  content: "\ea40";
}
.icon-people:before {
  content: "\ea41";
}
.icon-percentage-circle:before {
  content: "\ea42";
}
.icon-percentage-square:before {
  content: "\ea43";
}
.icon-personalcard:before {
  content: "\ea44";
}
.icon-pet:before {
  content: "\ea45";
}
.icon-pharagraphspacing:before {
  content: "\ea46";
}
.icon-picture-frame:before {
  content: "\ea47";
}
.icon-play-add:before {
  content: "\ea48";
}
.icon-play-circle:before {
  content: "\ea49";
}
.icon-play-cricle:before {
  content: "\ea4a";
}
.icon-play-remove:before {
  content: "\ea4b";
}
.icon-play:before {
  content: "\ea4c";
}
.icon-presention-chart:before {
  content: "\ea4d";
}
.icon-previous:before {
  content: "\ea4e";
}
.icon-printer-slash:before {
  content: "\ea4f";
}
.icon-printer:before {
  content: "\ea50";
}
.icon-profile-2user:before {
  content: "\ea51";
}
.icon-profile-add:before {
  content: "\ea52";
}
.icon-profile-circle:before {
  content: "\ea53";
}
.icon-profile-delete:before {
  content: "\ea54";
}
.icon-profile-remove:before {
  content: "\ea55";
}
.icon-profile-tick:before {
  content: "\ea56";
}
.icon-programming-arrow:before {
  content: "\ea57";
}
.icon-programming-arrows:before {
  content: "\ea58";
}
.icon-quote-down-circle:before {
  content: "\ea59";
}
.icon-quote-down-square:before {
  content: "\ea5a";
}
.icon-quote-down:before {
  content: "\ea5b";
}
.icon-quote-up-circle:before {
  content: "\ea5c";
}
.icon-quote-up-square:before {
  content: "\ea5d";
}
.icon-quote-up:before {
  content: "\ea5e";
}
.icon-radar-1:before {
  content: "\ea5f";
}
.icon-radar-2:before {
  content: "\ea60";
}
.icon-radar:before {
  content: "\ea61";
}
.icon-radio:before {
  content: "\ea62";
}
.icon-ram-2:before {
  content: "\ea63";
}
.icon-ram:before {
  content: "\ea64";
}
.icon-ranking-1:before {
  content: "\ea65";
}
.icon-ranking:before {
  content: "\ea66";
}
.icon-receipt-1:before {
  content: "\ea67";
}
.icon-receipt-2-1:before {
  content: "\ea68";
}
.icon-receipt-2:before {
  content: "\ea69";
}
.icon-receipt-add:before {
  content: "\ea6a";
}
.icon-receipt-discount:before {
  content: "\ea6b";
}
.icon-receipt-disscount:before {
  content: "\ea6c";
}
.icon-receipt-edit:before {
  content: "\ea6d";
}
.icon-receipt-item:before {
  content: "\ea6e";
}
.icon-receipt-minus:before {
  content: "\ea6f";
}
.icon-receipt-search:before {
  content: "\ea70";
}
.icon-receipt-square:before {
  content: "\ea71";
}
.icon-receipt-text:before {
  content: "\ea72";
}
.icon-receipt:before {
  content: "\ea73";
}
.icon-receive-square-2:before {
  content: "\ea74";
}
.icon-receive-square:before {
  content: "\ea75";
}
.icon-received:before {
  content: "\ea76";
}
.icon-record-circle:before {
  content: "\ea77";
}
.icon-record:before {
  content: "\ea78";
}
.icon-recovery-convert:before {
  content: "\ea79";
}
.icon-redo:before {
  content: "\ea7a";
}
.icon-refresh-2:before {
  content: "\ea7b";
}
.icon-refresh-circle:before {
  content: "\ea7c";
}
.icon-refresh-left-square:before {
  content: "\ea7d";
}
.icon-refresh-right-square:before {
  content: "\ea7e";
}
.icon-refresh-square-2:before {
  content: "\ea7f";
}
.icon-refresh:before {
  content: "\ea80";
}
.icon-repeat-circle:before {
  content: "\ea81";
}
.icon-repeat:before {
  content: "\ea82";
}
.icon-direct-notification:before {
  content: "\ea83";
}
.icon-direct-right:before {
  content: "\ea84";
}
.icon-direct-send:before {
  content: "\ea85";
}
.icon-direct-up:before {
  content: "\ea86";
}
.icon-direct:before {
  content: "\ea87";
}
.icon-directbox-default:before {
  content: "\ea88";
}
.icon-directbox-notif:before {
  content: "\ea89";
}
.icon-directbox-receive:before {
  content: "\ea8a";
}
.icon-directbox-send:before {
  content: "\ea8b";
}
.icon-discount-circle:before {
  content: "\ea8c";
}
.icon-discount-shape:before {
  content: "\ea8d";
}
.icon-discover-1:before {
  content: "\ea8e";
}
.icon-discover:before {
  content: "\ea8f";
}
.icon-dislike:before {
  content: "\ea90";
}
.icon-gallery-favorite:before {
  content: "\ea91";
}
.icon-gallery-import:before {
  content: "\ea92";
}
.icon-gallery-remove:before {
  content: "\ea93";
}
.icon-gallery-slash:before {
  content: "\ea94";
}
.icon-gallery-tick:before {
  content: "\ea95";
}
.icon-gallery:before {
  content: "\ea96";
}
.icon-game:before {
  content: "\ea97";
}
.icon-gameboy:before {
  content: "\ea98";
}
.icon-gas-station:before {
  content: "\ea99";
}
.icon-gemini-2:before {
  content: "\ea9a";
}
.icon-gemini:before {
  content: "\ea9b";
}
.icon-ghost:before {
  content: "\ea9c";
}
.icon-gift:before {
  content: "\ea9d";
}
.icon-glass-1:before {
  content: "\ea9e";
}
.icon-glass:before {
  content: "\ea9f";
}
.icon-global-edit:before {
  content: "\eaa0";
}
.icon-global-refresh:before {
  content: "\eaa1";
}
.icon-global-search:before {
  content: "\eaa2";
}
.icon-global:before {
  content: "\eaa3";
}
.icon-gps-slash:before {
  content: "\eaa4";
}
.icon-gps:before {
  content: "\eaa5";
}
.icon-grammerly:before {
  content: "\eaa6";
}
.icon-graph:before {
  content: "\eaa7";
}
.icon-grid-1:before {
  content: "\eaa8";
}
.icon-grid-2:before {
  content: "\eaa9";
}
.icon-grid-3:before {
  content: "\eaaa";
}
.icon-grid-4:before {
  content: "\eaab";
}
.icon-grid-5:before {
  content: "\eaac";
}
.icon-grid-6:before {
  content: "\eaad";
}
.icon-grid-7:before {
  content: "\eaae";
}
.icon-grid-8:before {
  content: "\eaaf";
}
.icon-grid-9:before {
  content: "\eab0";
}
.icon-grid-edit:before {
  content: "\eab1";
}
.icon-grid-eraser:before {
  content: "\eab2";
}
.icon-grid-lock:before {
  content: "\eab3";
}
.icon-happyemoji:before {
  content: "\eab4";
}
.icon-hashtag-1:before {
  content: "\eab5";
}
.icon-hashtag-down:before {
  content: "\eab6";
}
.icon-hashtag-up:before {
  content: "\eab7";
}
.icon-hashtag:before {
  content: "\eab8";
}
.icon-headphone:before {
  content: "\eab9";
}
.icon-headphones:before {
  content: "\eaba";
}
.icon-health:before {
  content: "\eabb";
}
.icon-heart-add:before {
  content: "\eabc";
}
.icon-heart-circle:before {
  content: "\eabd";
}
.icon-heart-edit:before {
  content: "\eabe";
}
.icon-heart-remove:before {
  content: "\eabf";
}
.icon-heart-search:before {
  content: "\eac0";
}
.icon-heart-slash:before {
  content: "\eac1";
}
.icon-heart-tick:before {
  content: "\eac2";
}
.icon-heart:before {
  content: "\eac3";
}
.icon-hierarchy-2:before {
  content: "\eac4";
}
.icon-hierarchy-3:before {
  content: "\eac5";
}
.icon-hierarchy-square-2:before {
  content: "\eac6";
}
.icon-hierarchy-square-3:before {
  content: "\eac7";
}
.icon-hierarchy-square:before {
  content: "\eac8";
}
.icon-hierarchy:before {
  content: "\eac9";
}
.icon-home-1:before {
  content: "\eaca";
}
.icon-home-2:before {
  content: "\eacb";
}
.icon-home-hashtag:before {
  content: "\eacc";
}
.icon-home-trend-down:before {
  content: "\eacd";
}
.icon-home-trend-up:before {
  content: "\eace";
}
.icon-home-wifi:before {
  content: "\eacf";
}
.icon-home:before {
  content: "\ead0";
}
.icon-hospital:before {
  content: "\ead1";
}
.icon-house-2:before {
  content: "\ead2";
}
.icon-house:before {
  content: "\ead3";
}
.icon-image:before {
  content: "\ead4";
}
.icon-import-1:before {
  content: "\ead5";
}
.icon-import-2:before {
  content: "\ead6";
}
.icon-import-3:before {
  content: "\ead7";
}
.icon-import:before {
  content: "\ead8";
}
.icon-info-circle:before {
  content: "\ead9";
}
.icon-information:before {
  content: "\eada";
}
.icon-instagram:before {
  content: "\eadb";
}
.icon-judge:before {
  content: "\eadc";
}
.icon-kanban:before {
  content: "\eadd";
}
.icon-key-square:before {
  content: "\eade";
}
.icon-key:before {
  content: "\eadf";
}
.icon-keyboard-open:before {
  content: "\eae0";
}
.icon-keyboard:before {
  content: "\eae1";
}
.icon-lamp-1:before {
  content: "\eae2";
}
.icon-lamp-charge:before {
  content: "\eae3";
}
.icon-lamp-on:before {
  content: "\eae4";
}
.icon-lamp-slash:before {
  content: "\eae5";
}
.icon-lamp:before {
  content: "\eae6";
}
.icon-language-circle:before {
  content: "\eae7";
}
.icon-language-square:before {
  content: "\eae8";
}
.icon-layer:before {
  content: "\eae9";
}
.icon-level:before {
  content: "\eaea";
}
.icon-lifebuoy:before {
  content: "\eaeb";
}
.icon-like-1:before {
  content: "\eaec";
}
.icon-like-dislike:before {
  content: "\eaed";
}
.icon-like-shapes:before {
  content: "\eaee";
}
.icon-like-tag:before {
  content: "\eaef";
}
.icon-like:before {
  content: "\eaf0";
}
.icon-link-1:before {
  content: "\eaf1";
}
.icon-link-2:before {
  content: "\eaf2";
}
.icon-link-21:before {
  content: "\eaf3";
}
.icon-link-circle:before {
  content: "\eaf4";
}
.icon-link-square:before {
  content: "\eaf5";
}
.icon-link:before {
  content: "\eaf6";
}
.icon-location-add:before {
  content: "\eaf7";
}
.icon-location-cross:before {
  content: "\eaf8";
}
.icon-location-minus:before {
  content: "\eaf9";
}
.icon-location-slash:before {
  content: "\eafa";
}
.icon-location-tick:before {
  content: "\eafb";
}
.icon-location:before {
  content: "\eafc";
}
.icon-lock-1:before {
  content: "\eafd";
}
.icon-lock-circle:before {
  content: "\eafe";
}
.icon-lock-slash:before {
  content: "\eaff";
}
.icon-lock:before {
  content: "\eb00";
}
.icon-login-1:before {
  content: "\eb01";
}
.icon-login:before {
  content: "\eb02";
}
.icon-logout-1:before {
  content: "\eb03";
}
.icon-logout:before {
  content: "\eb04";
}
.icon-lovely:before {
  content: "\eb05";
}
.icon-magic-star:before {
  content: "\eb06";
}
.icon-magicpen:before {
  content: "\eb07";
}
.icon-main-component:before {
  content: "\eb08";
}
.icon-man:before {
  content: "\eb09";
}
.icon-map-1:before {
  content: "\eb0a";
}
.icon-map:before {
  content: "\eb0b";
}
.icon-mask-1:before {
  content: "\eb0c";
}
.icon-mask-2:before {
  content: "\eb0d";
}
.icon-mask:before {
  content: "\eb0e";
}
.icon-math:before {
  content: "\eb0f";
}
.icon-maximize-1:before {
  content: "\eb10";
}
.icon-maximize-2:before {
  content: "\eb11";
}
.icon-maximize-3:before {
  content: "\eb12";
}
.icon-maximize-4:before {
  content: "\eb13";
}
.icon-maximize-21:before {
  content: "\eb14";
}
.icon-maximize-circle:before {
  content: "\eb15";
}
.icon-maximize:before {
  content: "\eb16";
}
.icon-medal-star:before {
  content: "\eb17";
}
.icon-medal:before {
  content: "\eb18";
}
.icon-menu-1:before {
  content: "\eb19";
}
.icon-menu-board:before {
  content: "\eb1a";
}
.icon-menu:before {
  content: "\eb1b";
}
.icon-message-2:before {
  content: "\eb1c";
}
.icon-message-add-1:before {
  content: "\eb1d";
}
.icon-card-slash:before {
  content: "\eb1e";
}
.icon-card-tick-1:before {
  content: "\eb1f";
}
.icon-card-tick:before {
  content: "\eb20";
}
.icon-card:before {
  content: "\eb21";
}
.icon-cards:before {
  content: "\eb22";
}
.icon-category-2:before {
  content: "\eb23";
}
.icon-category:before {
  content: "\eb24";
}
.icon-cd:before {
  content: "\eb25";
}
.icon-chart-1:before {
  content: "\eb26";
}
.icon-chart-2:before {
  content: "\eb27";
}
.icon-chart-3:before {
  content: "\eb28";
}
.icon-chart-21:before {
  content: "\eb29";
}
.icon-chart-fail:before {
  content: "\eb2a";
}
.icon-chart-square:before {
  content: "\eb2b";
}
.icon-chart-success:before {
  content: "\eb2c";
}
.icon-chart:before {
  content: "\eb2d";
}
.icon-check:before {
  content: "\eb2e";
}
.icon-chrome:before {
  content: "\eb2f";
}
.icon-clipboard-close:before {
  content: "\eb30";
}
.icon-clipboard-export:before {
  content: "\eb31";
}
.icon-clipboard-import:before {
  content: "\eb32";
}
.icon-clipboard-text:before {
  content: "\eb33";
}
.icon-clipboard-tick:before {
  content: "\eb34";
}
.icon-clipboard:before {
  content: "\eb35";
}
.icon-clock-1:before {
  content: "\eb36";
}
.icon-clock:before {
  content: "\eb37";
}
.icon-close-circle:before {
  content: "\eb38";
}
.icon-close-square:before {
  content: "\eb39";
}
.icon-cloud-add:before {
  content: "\eb3a";
}
.icon-cloud-change:before {
  content: "\eb3b";
}
.icon-cloud-connection:before {
  content: "\eb3c";
}
.icon-cloud-cross:before {
  content: "\eb3d";
}
.icon-cloud-drizzle:before {
  content: "\eb3e";
}
.icon-cloud-fog:before {
  content: "\eb3f";
}
.icon-cloud-lightning:before {
  content: "\eb40";
}
.icon-cloud-minus:before {
  content: "\eb41";
}
.icon-cloud-notif:before {
  content: "\eb42";
}
.icon-cloud-plus:before {
  content: "\eb43";
}
.icon-cloud-remove:before {
  content: "\eb44";
}
.icon-cloud-snow:before {
  content: "\eb45";
}
.icon-cloud-sunny:before {
  content: "\eb46";
}
.icon-cloud:before {
  content: "\eb47";
}
.icon-code-1:before {
  content: "\eb48";
}
.icon-code-circle:before {
  content: "\eb49";
}
.icon-code:before {
  content: "\eb4a";
}
.icon-coffee:before {
  content: "\eb4b";
}
.icon-coin-1:before {
  content: "\eb4c";
}
.icon-coin:before {
  content: "\eb4d";
}
.icon-color-swatch:before {
  content: "\eb4e";
}
.icon-colorfilter:before {
  content: "\eb4f";
}
.icon-colors-square:before {
  content: "\eb50";
}
.icon-command-square:before {
  content: "\eb51";
}
.icon-command:before {
  content: "\eb52";
}
.icon-component:before {
  content: "\eb53";
}
.icon-computing:before {
  content: "\eb54";
}
.icon-convert-3d-cube:before {
  content: "\eb55";
}
.icon-convert-card:before {
  content: "\eb56";
}
.icon-convert:before {
  content: "\eb57";
}
.icon-convertshape-2:before {
  content: "\eb58";
}
.icon-convertshape:before {
  content: "\eb59";
}
.icon-copy-success:before {
  content: "\eb5a";
}
.icon-copy:before {
  content: "\eb5b";
}
.icon-copyright:before {
  content: "\eb5c";
}
.icon-courthouse:before {
  content: "\eb5d";
}
.icon-cpu-charge:before {
  content: "\eb5e";
}
.icon-cpu-setting:before {
  content: "\eb5f";
}
.icon-cpu:before {
  content: "\eb60";
}
.icon-creative-commons:before {
  content: "\eb61";
}
.icon-crop:before {
  content: "\eb62";
}
.icon-crown-1:before {
  content: "\eb63";
}
.icon-crown:before {
  content: "\eb64";
}
.icon-cup:before {
  content: "\eb65";
}
.icon-danger:before {
  content: "\eb66";
}
.icon-data-2:before {
  content: "\eb67";
}
.icon-data:before {
  content: "\eb68";
}
.icon-designtools:before {
  content: "\eb69";
}
.icon-device-message:before {
  content: "\eb6a";
}
.icon-devices-1:before {
  content: "\eb6b";
}
.icon-devices:before {
  content: "\eb6c";
}
.icon-diagram:before {
  content: "\eb6d";
}
.icon-diamonds:before {
  content: "\eb6e";
}
.icon-direct-down:before {
  content: "\eb6f";
}
.icon-direct-inbox:before {
  content: "\eb70";
}
.icon-direct-left:before {
  content: "\eb71";
}
.icon-direct-normal:before {
  content: "\eb72";
}
.icon-document-1:before {
  content: "\eb73";
}
.icon-document-cloud:before {
  content: "\eb74";
}
.icon-document-code-2:before {
  content: "\eb75";
}
.icon-document-code:before {
  content: "\eb76";
}
.icon-document-copy:before {
  content: "\eb77";
}
.icon-document-download:before {
  content: "\eb78";
}
.icon-document-favorite:before {
  content: "\eb79";
}
.icon-document-filter:before {
  content: "\eb7a";
}
.icon-document-forward:before {
  content: "\eb7b";
}
.icon-document-like:before {
  content: "\eb7c";
}
.icon-document-normal:before {
  content: "\eb7d";
}
.icon-document-previous:before {
  content: "\eb7e";
}
.icon-document-sketch:before {
  content: "\eb7f";
}
.icon-document-text-1:before {
  content: "\eb80";
}
.icon-document-text:before {
  content: "\eb81";
}
.icon-document-upload:before {
  content: "\eb82";
}
.icon-document:before {
  content: "\eb83";
}
.icon-dollar-circle:before {
  content: "\eb84";
}
.icon-dollar-square:before {
  content: "\eb85";
}
.icon-driver-2:before {
  content: "\eb86";
}
.icon-driver-refresh:before {
  content: "\eb87";
}
.icon-driver:before {
  content: "\eb88";
}
.icon-driving:before {
  content: "\eb89";
}
.icon-drop:before {
  content: "\eb8a";
}
.icon-edit-2:before {
  content: "\eb8b";
}
.icon-edit:before {
  content: "\eb8c";
}
.icon-electricity:before {
  content: "\eb8d";
}
.icon-element-2:before {
  content: "\eb8e";
}
.icon-element-3:before {
  content: "\eb8f";
}
.icon-element-4:before {
  content: "\eb90";
}
.icon-element-equal:before {
  content: "\eb91";
}
.icon-element-plus:before {
  content: "\eb92";
}
.icon-emoji-happy:before {
  content: "\eb93";
}
.icon-emoji-normal:before {
  content: "\eb94";
}
.icon-emoji-sad:before {
  content: "\eb95";
}
.icon-empty-wallet-add:before {
  content: "\eb96";
}
.icon-empty-wallet-change:before {
  content: "\eb97";
}
.icon-empty-wallet-remove:before {
  content: "\eb98";
}
.icon-empty-wallet-tick:before {
  content: "\eb99";
}
.icon-empty-wallet-time:before {
  content: "\eb9a";
}
.icon-empty-wallet:before {
  content: "\eb9b";
}
.icon-eraser-1:before {
  content: "\eb9c";
}
.icon-eraser:before {
  content: "\eb9d";
}
.icon-export-1:before {
  content: "\eb9e";
}
.icon-export-2:before {
  content: "\eb9f";
}
.icon-export-3:before {
  content: "\eba0";
}
.icon-export:before {
  content: "\eba1";
}
.icon-external-drive:before {
  content: "\eba2";
}
.icon-eye-slash:before {
  content: "\eba3";
}
.icon-eye:before {
  content: "\eba4";
}
.icon-fatrows:before {
  content: "\eba5";
}
.icon-favorite-chart:before {
  content: "\eba6";
}
.icon-filter-add:before {
  content: "\eba7";
}
.icon-filter-edit:before {
  content: "\eba8";
}
.icon-filter-remove:before {
  content: "\eba9";
}
.icon-filter-search:before {
  content: "\ebaa";
}
.icon-filter-square:before {
  content: "\ebab";
}
.icon-filter-tick:before {
  content: "\ebac";
}
.icon-filter:before {
  content: "\ebad";
}
.icon-finger-cricle:before {
  content: "\ebae";
}
.icon-finger-scan:before {
  content: "\ebaf";
}
.icon-firstline:before {
  content: "\ebb0";
}
.icon-flag-2:before {
  content: "\ebb1";
}
.icon-flag:before {
  content: "\ebb2";
}
.icon-flash-1:before {
  content: "\ebb3";
}
.icon-flash-circle-1:before {
  content: "\ebb4";
}
.icon-flash-circle:before {
  content: "\ebb5";
}
.icon-flash-slash:before {
  content: "\ebb6";
}
.icon-flash:before {
  content: "\ebb7";
}
.icon-folder-2:before {
  content: "\ebb8";
}
.icon-folder-add:before {
  content: "\ebb9";
}
.icon-folder-cloud:before {
  content: "\ebba";
}
.icon-folder-connection:before {
  content: "\ebbb";
}
.icon-folder-cross:before {
  content: "\ebbc";
}
.icon-folder-favorite:before {
  content: "\ebbd";
}
.icon-folder-minus:before {
  content: "\ebbe";
}
.icon-folder-open:before {
  content: "\ebbf";
}
.icon-folder:before {
  content: "\ebc0";
}
.icon-forbidden-2:before {
  content: "\ebc1";
}
.icon-forbidden:before {
  content: "\ebc2";
}
.icon-format-circle:before {
  content: "\ebc3";
}
.icon-format-square:before {
  content: "\ebc4";
}
.icon-forward-5-seconds:before {
  content: "\ebc5";
}
.icon-forward-10-seconds:before {
  content: "\ebc6";
}
.icon-forward-15-seconds:before {
  content: "\ebc7";
}
.icon-forward-item:before {
  content: "\ebc8";
}
.icon-forward-square:before {
  content: "\ebc9";
}
.icon-forward:before {
  content: "\ebca";
}
.icon-frame-1:before {
  content: "\ebcb";
}
.icon-frame-2:before {
  content: "\ebcc";
}
.icon-frame-3:before {
  content: "\ebcd";
}
.icon-frame-4:before {
  content: "\ebce";
}
.icon-frame:before {
  content: "\ebcf";
}
.icon-gallery-add:before {
  content: "\ebd0";
}
.icon-gallery-edit:before {
  content: "\ebd1";
}
.icon-gallery-export:before {
  content: "\ebd2";
}
.icon-d-cube-scan:before {
  content: "\ebd3";
}
.icon-d-rotate:before {
  content: "\ebd4";
}
.icon-d-square:before {
  content: "\ebd5";
}
.icon-dcube:before {
  content: "\ebd6";
}
.icon-square:before {
  content: "\ebd7";
}
.icon-support:before {
  content: "\ebd8";
}
.icon-activity:before {
  content: "\ebd9";
}
.icon-add-circle:before {
  content: "\ebda";
}
.icon-add-square:before {
  content: "\ebdb";
}
.icon-add:before {
  content: "\ebdc";
}
.icon-additem:before {
  content: "\ebdd";
}
.icon-airdrop:before {
  content: "\ebde";
}
.icon-airplane-square:before {
  content: "\ebdf";
}
.icon-airplane:before {
  content: "\ebe0";
}
.icon-airpod:before {
  content: "\ebe1";
}
.icon-airpods:before {
  content: "\ebe2";
}
.icon-alarm:before {
  content: "\ebe3";
}
.icon-align-bottom:before {
  content: "\ebe4";
}
.icon-align-horizontally:before {
  content: "\ebe5";
}
.icon-align-left:before {
  content: "\ebe6";
}
.icon-align-right:before {
  content: "\ebe7";
}
.icon-align-vertically:before {
  content: "\ebe8";
}
.icon-aquarius:before {
  content: "\ebe9";
}
.icon-archive-1:before {
  content: "\ebea";
}
.icon-archive-2:before {
  content: "\ebeb";
}
.icon-archive-add:before {
  content: "\ebec";
}
.icon-archive-book:before {
  content: "\ebed";
}
.icon-archive-minus:before {
  content: "\ebee";
}
.icon-archive-slash:before {
  content: "\ebef";
}
.icon-archive-tick:before {
  content: "\ebf0";
}
.icon-archive:before {
  content: "\ebf1";
}
.icon-arrange-circle-2:before {
  content: "\ebf2";
}
.icon-arrange-circle:before {
  content: "\ebf3";
}
.icon-arrange-square-2:before {
  content: "\ebf4";
}
.icon-arrange-square:before {
  content: "\ebf5";
}
.icon-arrow-2:before {
  content: "\ebf6";
}
.icon-arrow-3:before {
  content: "\ebf7";
}
.icon-arrow-bottom:before {
  content: "\ebf8";
}
.icon-arrow-circle-down:before {
  content: "\ebf9";
}
.icon-arrow-circle-left:before {
  content: "\ebfa";
}
.icon-arrow-circle-right:before {
  content: "\ebfb";
}
.icon-arrow-circle-up:before {
  content: "\ebfc";
}
.icon-arrow-down-1:before {
  content: "\ebfd";
}
.icon-arrow-down-2:before {
  content: "\ebfe";
}
.icon-arrow-down:before {
  content: "\ebff";
}
.icon-arrow-left-1:before {
  content: "\ec00";
}
.icon-arrow-left-2:before {
  content: "\ec01";
}
.icon-arrow-left-3:before {
  content: "\ec02";
}
.icon-arrow-left:before {
  content: "\ec03";
}
.icon-arrow-right-1:before {
  content: "\ec04";
}
.icon-arrow-right-2:before {
  content: "\ec05";
}
.icon-arrow-right-3:before {
  content: "\ec06";
}
.icon-arrow-right:before {
  content: "\ec07";
}
.icon-arrow-square-down:before {
  content: "\ec08";
}
.icon-arrow-square-left:before {
  content: "\ec09";
}
.icon-arrow-square-right:before {
  content: "\ec0a";
}
.icon-arrow-square-up:before {
  content: "\ec0b";
}
.icon-arrow-square:before {
  content: "\ec0c";
}
.icon-arrow-swap-horizontal:before {
  content: "\ec0d";
}
.icon-arrow-swap:before {
  content: "\ec0e";
}
.icon-arrow-up-1:before {
  content: "\ec0f";
}
.icon-arrow-up-2:before {
  content: "\ec10";
}
.icon-arrow-up-3:before {
  content: "\ec11";
}
.icon-arrow-up:before {
  content: "\ec12";
}
.icon-arrow:before {
  content: "\ec13";
}
.icon-attach-circle:before {
  content: "\ec14";
}
.icon-attach-square:before {
  content: "\ec15";
}
.icon-audio-square:before {
  content: "\ec16";
}
.icon-autobrightness:before {
  content: "\ec17";
}
.icon-award:before {
  content: "\ec18";
}
.icon-back-square:before {
  content: "\ec19";
}
.icon-backward-5-seconds:before {
  content: "\ec1a";
}
.icon-backward-10-seconds:before {
  content: "\ec1b";
}
.icon-backward-15-seconds:before {
  content: "\ec1c";
}
.icon-backward-item:before {
  content: "\ec1d";
}
.icon-backward:before {
  content: "\ec1e";
}
.icon-bag-2:before {
  content: "\ec1f";
}
.icon-bag-cross-1:before {
  content: "\ec20";
}
.icon-bag-cross:before {
  content: "\ec21";
}
.icon-bag-happy:before {
  content: "\ec22";
}
.icon-bag-tick-2:before {
  content: "\ec23";
}
.icon-bag-tick:before {
  content: "\ec24";
}
.icon-bag-timer:before {
  content: "\ec25";
}
.icon-bag:before {
  content: "\ec26";
}
.icon-bank:before {
  content: "\ec27";
}
.icon-barcode:before {
  content: "\ec28";
}
.icon-battery-3full:before {
  content: "\ec29";
}
.icon-battery-charging:before {
  content: "\ec2a";
}
.icon-battery-disable:before {
  content: "\ec2b";
}
.icon-battery-empty-1:before {
  content: "\ec2c";
}
.icon-battery-empty:before {
  content: "\ec2d";
}
.icon-battery-full:before {
  content: "\ec2e";
}
.icon-bezier:before {
  content: "\ec2f";
}
.icon-bill:before {
  content: "\ec30";
}
.icon-bitcoin-card:before {
  content: "\ec31";
}
.icon-bitcoin-convert:before {
  content: "\ec32";
}
.icon-bitcoin-refresh:before {
  content: "\ec33";
}
.icon-blend-2:before {
  content: "\ec34";
}
.icon-blend:before {
  content: "\ec35";
}
.icon-bluetooth-2:before {
  content: "\ec36";
}
.icon-bluetooth-circle:before {
  content: "\ec37";
}
.icon-bluetooth-rectangle:before {
  content: "\ec38";
}
.icon-bluetooth:before {
  content: "\ec39";
}
.icon-blur:before {
  content: "\ec3a";
}
.icon-book-1:before {
  content: "\ec3b";
}
.icon-book-saved:before {
  content: "\ec3c";
}
.icon-book-square:before {
  content: "\ec3d";
}
.icon-book:before {
  content: "\ec3e";
}
.icon-bookmark-2:before {
  content: "\ec3f";
}
.icon-bookmark:before {
  content: "\ec40";
}
.icon-box-1:before {
  content: "\ec41";
}
.icon-box-2:before {
  content: "\ec42";
}
.icon-box-add:before {
  content: "\ec43";
}
.icon-box-remove:before {
  content: "\ec44";
}
.icon-box-search:before {
  content: "\ec45";
}
.icon-box-tick:before {
  content: "\ec46";
}
.icon-box-time:before {
  content: "\ec47";
}
.icon-box:before {
  content: "\ec48";
}
.icon-briefcase:before {
  content: "\ec49";
}
.icon-brifecase-cross:before {
  content: "\ec4a";
}
.icon-brifecase-tick:before {
  content: "\ec4b";
}
.icon-brifecase-timer:before {
  content: "\ec4c";
}
.icon-broom:before {
  content: "\ec4d";
}
.icon-brush-1:before {
  content: "\ec4e";
}
.icon-brush-2:before {
  content: "\ec4f";
}
.icon-brush-3:before {
  content: "\ec50";
}
.icon-brush-4:before {
  content: "\ec51";
}
.icon-brush:before {
  content: "\ec52";
}
.icon-bubble:before {
  content: "\ec53";
}
.icon-bucket-circle:before {
  content: "\ec54";
}
.icon-bucket-square:before {
  content: "\ec55";
}
.icon-bucket:before {
  content: "\ec56";
}
.icon-building-3:before {
  content: "\ec57";
}
.icon-building-4:before {
  content: "\ec58";
}
.icon-building:before {
  content: "\ec59";
}
.icon-buildings-2:before {
  content: "\ec5a";
}
.icon-buildings:before {
  content: "\ec5b";
}
.icon-buliding:before {
  content: "\ec5c";
}
.icon-bus:before {
  content: "\ec5d";
}
.icon-buy-crypto:before {
  content: "\ec5e";
}
.icon-cake:before {
  content: "\ec5f";
}
.icon-calculator:before {
  content: "\ec60";
}
.icon-calendar-1:before {
  content: "\ec61";
}
.icon-calendar-2:before {
  content: "\ec62";
}
.icon-calendar-add:before {
  content: "\ec63";
}
.icon-calendar-circle:before {
  content: "\ec64";
}
.icon-calendar-edit:before {
  content: "\ec65";
}
.icon-calendar-remove:before {
  content: "\ec66";
}
.icon-calendar-search:before {
  content: "\ec67";
}
.icon-calendar-tick:before {
  content: "\ec68";
}
.icon-calendar:before {
  content: "\ec69";
}
.icon-call-add:before {
  content: "\ec6a";
}
.icon-call-calling:before {
  content: "\ec6b";
}
.icon-call-incoming:before {
  content: "\ec6c";
}
.icon-call-minus:before {
  content: "\ec6d";
}
.icon-call-outgoing:before {
  content: "\ec6e";
}
.icon-call-received:before {
  content: "\ec6f";
}
.icon-call-remove:before {
  content: "\ec70";
}
.icon-call-slash:before {
  content: "\ec71";
}
.icon-call:before {
  content: "\ec72";
}
.icon-camera-slash:before {
  content: "\ec73";
}
.icon-camera:before {
  content: "\ec74";
}
.icon-candle-2:before {
  content: "\ec75";
}
.icon-candle:before {
  content: "\ec76";
}
.icon-car:before {
  content: "\ec77";
}
.icon-card-add:before {
  content: "\ec78";
}
.icon-card-coin:before {
  content: "\ec79";
}
.icon-card-edit:before {
  content: "\ec7a";
}
.icon-card-pos:before {
  content: "\ec7b";
}
.icon-card-receive:before {
  content: "\ec7c";
}
.icon-card-remove-1:before {
  content: "\ec7d";
}
.icon-card-remove:before {
  content: "\ec7e";
}
.icon-card-send:before {
  content: "\ec7f";
}
.icon-Stroke-58:before {
  content: "\ec80";
}
.icon-Combined-Shape:before {
  content: "\ec81";
}
.icon-Shape:before {
  content: "\ec82";
  color: #6c6d74;
}
.icon-facebook:before {
  content: "\ec83";
}
.icon-envelope-solid:before {
  content: "\ec84";
}
.icon-send-sqaure-21:before {
  content: "\ec85";
}
.icon-send-square1:before {
  content: "\ec86";
}
.icon-send1:before {
  content: "\ec87";
}
.icon-setting-21:before {
  content: "\ec88";
}
.icon-setting-31:before {
  content: "\ec89";
}
.icon-setting-41:before {
  content: "\ec8a";
}
.icon-setting-51:before {
  content: "\ec8b";
}
.icon-setting1:before {
  content: "\ec8c";
}
.icon-settings1:before {
  content: "\ec8d";
}
.icon-shapes-11:before {
  content: "\ec8e";
}
.icon-shapes-2:before {
  content: "\ec8f";
}
.icon-shapes1:before {
  content: "\ec90";
}
.icon-share1:before {
  content: "\ec91";
}
.icon-shield-cross1:before {
  content: "\ec92";
}
.icon-shield-search1:before {
  content: "\ec93";
}
.icon-shield-security1:before {
  content: "\ec94";
}
.icon-shield-slash1:before {
  content: "\ec95";
}
.icon-shield-tick1:before {
  content: "\ec96";
}
.icon-shield:before {
  content: "\ec97";
}
.icon-ship1:before {
  content: "\ec98";
}
.icon-shop-add1:before {
  content: "\ec99";
}
.icon-shop-remove1:before {
  content: "\ec9a";
}
.icon-shop1:before {
  content: "\ec9b";
}
.icon-shopping-bag1:before {
  content: "\ec9c";
}
.icon-shopping-cart1:before {
  content: "\ec9d";
}
.icon-sidebar-bottom1:before {
  content: "\ec9e";
}
.icon-sidebar-left1:before {
  content: "\ec9f";
}
.icon-sidebar-right1:before {
  content: "\eca0";
}
.icon-sidebar-top1:before {
  content: "\eca1";
}
.icon-signpost1:before {
  content: "\eca2";
}
.icon-simcard-11:before {
  content: "\eca3";
}
.icon-simcard-21:before {
  content: "\eca4";
}
.icon-simcard1:before {
  content: "\eca5";
}
.icon-size1:before {
  content: "\eca6";
}
.icon-slash1:before {
  content: "\eca7";
}
.icon-slider-horizontal-11:before {
  content: "\eca8";
}
.icon-slider-horizontal1:before {
  content: "\eca9";
}
.icon-slider-vertical-11:before {
  content: "\ecaa";
}
.icon-slider-vertical1:before {
  content: "\ecab";
}
.icon-slider1:before {
  content: "\ecac";
}
.icon-smallcaps1:before {
  content: "\ecad";
}
.icon-smart-car1:before {
  content: "\ecae";
}
.icon-smart-home1:before {
  content: "\ecaf";
}
.icon-smileys1:before {
  content: "\ecb0";
}
.icon-sms-edit1:before {
  content: "\ecb1";
}
.icon-sms-notification1:before {
  content: "\ecb2";
}
.icon-sms-search1:before {
  content: "\ecb3";
}
.icon-sms-star1:before {
  content: "\ecb4";
}
.icon-sms-tracking1:before {
  content: "\ecb5";
}
.icon-sms1:before {
  content: "\ecb6";
}
.icon-sort1:before {
  content: "\ecb7";
}
.icon-sound1:before {
  content: "\ecb8";
}
.icon-speaker1:before {
  content: "\ecb9";
}
.icon-speedometer1:before {
  content: "\ecba";
}
.icon-star-11:before {
  content: "\ecbb";
}
.icon-star-slash1:before {
  content: "\ecbc";
}
.icon-star1:before {
  content: "\ecbd";
}
.icon-status-up1:before {
  content: "\ecbe";
}
.icon-status1:before {
  content: "\ecbf";
}
.icon-sticker1:before {
  content: "\ecc0";
}
.icon-stickynote1:before {
  content: "\ecc1";
}
.icon-stop-circle1:before {
  content: "\ecc2";
}
.icon-stop1:before {
  content: "\ecc3";
}
.icon-story1:before {
  content: "\ecc4";
}
.icon-strongbox-21:before {
  content: "\ecc5";
}
.icon-strongbox1:before {
  content: "\ecc6";
}
.icon-subtitle1:before {
  content: "\ecc7";
}
.icon-sun-11:before {
  content: "\ecc8";
}
.icon-sun-fog1:before {
  content: "\ecc9";
}
.icon-sun1:before {
  content: "\ecca";
}
.icon-tag-21:before {
  content: "\eccb";
}
.icon-tag-cross1:before {
  content: "\eccc";
}
.icon-tag-right1:before {
  content: "\eccd";
}
.icon-tag-user1:before {
  content: "\ecce";
}
.icon-tag1:before {
  content: "\eccf";
}
.icon-task-square1:before {
  content: "\ecd0";
}
.icon-task1:before {
  content: "\ecd1";
}
.icon-teacher1:before {
  content: "\ecd2";
}
.icon-text-block1:before {
  content: "\ecd3";
}
.icon-text-bold1:before {
  content: "\ecd4";
}
.icon-text-italic1:before {
  content: "\ecd5";
}
.icon-text-underline1:before {
  content: "\ecd6";
}
.icon-text1:before {
  content: "\ecd7";
}
.icon-textalign-center1:before {
  content: "\ecd8";
}
.icon-textalign-justifycenter1:before {
  content: "\ecd9";
}
.icon-textalign-justifyleft1:before {
  content: "\ecda";
}
.icon-textalign-justifyright1:before {
  content: "\ecdb";
}
.icon-textalign-left1:before {
  content: "\ecdc";
}
.icon-textalign-right1:before {
  content: "\ecdd";
}
.icon-tick-circle1:before {
  content: "\ecde";
}
.icon-tick-square1:before {
  content: "\ecdf";
}
.icon-ticket-21:before {
  content: "\ece0";
}
.icon-ticket-discount1:before {
  content: "\ece1";
}
.icon-ticket-expired1:before {
  content: "\ece2";
}
.icon-ticket-star1:before {
  content: "\ece3";
}
.icon-ticket1:before {
  content: "\ece4";
}
.icon-timer-11:before {
  content: "\ece5";
}
.icon-timer-pause1:before {
  content: "\ece6";
}
.icon-timer-start1:before {
  content: "\ece7";
}
.icon-timer1:before {
  content: "\ece8";
}
.icon-toggle-off-circle1:before {
  content: "\ece9";
}
.icon-toggle-off1:before {
  content: "\ecea";
}
.icon-toggle-on-circle1:before {
  content: "\eceb";
}
.icon-toggle-on1:before {
  content: "\ecec";
}
.icon-trade1:before {
  content: "\eced";
}
.icon-transaction-minus1:before {
  content: "\ecee";
}
.icon-translate1:before {
  content: "\ecef";
}
.icon-trash1:before {
  content: "\ecf0";
}
.icon-tree1:before {
  content: "\ecf1";
}
.icon-trend-down1:before {
  content: "\ecf2";
}
.icon-trend-up1:before {
  content: "\ecf3";
}
.icon-triangle1:before {
  content: "\ecf4";
}
.icon-truck-remove1:before {
  content: "\ecf5";
}
.icon-truck-tick1:before {
  content: "\ecf6";
}
.icon-truck-time1:before {
  content: "\ecf7";
}
.icon-trush-square1:before {
  content: "\ecf8";
}
.icon-undo1:before {
  content: "\ecf9";
}
.icon-unlimited1:before {
  content: "\ecfa";
}
.icon-unlock1:before {
  content: "\ecfb";
}
.icon-user-add1:before {
  content: "\ecfc";
}
.icon-user-cirlce-add1:before {
  content: "\ecfd";
}
.icon-user-edit1:before {
  content: "\ecfe";
}
.icon-user-minus1:before {
  content: "\ecff";
}
.icon-user-octagon1:before {
  content: "\ed00";
}
.icon-user-remove1:before {
  content: "\ed01";
}
.icon-user-search1:before {
  content: "\ed02";
}
.icon-user-square1:before {
  content: "\ed03";
}
.icon-user-tag1:before {
  content: "\ed04";
}
.icon-user-tick1:before {
  content: "\ed05";
}
.icon-user1:before {
  content: "\ed06";
}
.icon-verify1:before {
  content: "\ed07";
}
.icon-video-add1:before {
  content: "\ed08";
}
.icon-video-circle1:before {
  content: "\ed09";
}
.icon-video-horizontal1:before {
  content: "\ed0a";
}
.icon-video-octagon1:before {
  content: "\ed0b";
}
.icon-video-play1:before {
  content: "\ed0c";
}
.icon-video-remove1:before {
  content: "\ed0d";
}
.icon-video-slash1:before {
  content: "\ed0e";
}
.icon-video-square1:before {
  content: "\ed0f";
}
.icon-video-tick1:before {
  content: "\ed10";
}
.icon-video-time1:before {
  content: "\ed11";
}
.icon-video-vertical1:before {
  content: "\ed12";
}
.icon-video1:before {
  content: "\ed13";
}
.icon-voice-cricle1:before {
  content: "\ed14";
}
.icon-voice-square1:before {
  content: "\ed15";
}
.icon-volume-cross1:before {
  content: "\ed16";
}
.icon-volume-high1:before {
  content: "\ed17";
}
.icon-volume-low-11:before {
  content: "\ed18";
}
.icon-volume-low1:before {
  content: "\ed19";
}
.icon-volume-mute1:before {
  content: "\ed1a";
}
.icon-volume-slash1:before {
  content: "\ed1b";
}
.icon-volume-up1:before {
  content: "\ed1c";
}
.icon-wallet-11:before {
  content: "\ed1d";
}
.icon-wallet-21:before {
  content: "\ed1e";
}
.icon-wallet-31:before {
  content: "\ed1f";
}
.icon-wallet-add-11:before {
  content: "\ed20";
}
.icon-wallet-add1:before {
  content: "\ed21";
}
.icon-wallet-check1:before {
  content: "\ed22";
}
.icon-wallet-minus1:before {
  content: "\ed23";
}
.icon-wallet-money1:before {
  content: "\ed24";
}
.icon-wallet-remove1:before {
  content: "\ed25";
}
.icon-wallet-search1:before {
  content: "\ed26";
}
.icon-wallet1:before {
  content: "\ed27";
}
.icon-warning-21:before {
  content: "\ed28";
}
.icon-watch-status1:before {
  content: "\ed29";
}
.icon-watch1:before {
  content: "\ed2a";
}
.icon-weight-11:before {
  content: "\ed2b";
}
.icon-grid-51:before {
  content: "\ed2c";
}
.icon-grid-61:before {
  content: "\ed2d";
}
.icon-grid-71:before {
  content: "\ed2e";
}
.icon-grid-81:before {
  content: "\ed2f";
}
.icon-grid-91:before {
  content: "\ed30";
}
.icon-grid-edit1:before {
  content: "\ed31";
}
.icon-grid-eraser1:before {
  content: "\ed32";
}
.icon-grid-lock1:before {
  content: "\ed33";
}
.icon-group-1:before {
  content: "\ed34";
}
.icon-group-2:before {
  content: "\ed35";
}
.icon-group-4:before {
  content: "\ed36";
}
.icon-group-5:before {
  content: "\ed37";
}
.icon-group-6:before {
  content: "\ed38";
}
.icon-group-7:before {
  content: "\ed39";
}
.icon-group-8:before {
  content: "\ed3a";
}
.icon-group-9:before {
  content: "\ed3b";
}
.icon-group-10:before {
  content: "\ed3c";
}
.icon-group-11:before {
  content: "\ed3d";
}
.icon-group:before {
  content: "\ed3e";
}
.icon-happyemoji1:before {
  content: "\ed3f";
}
.icon-hashtag-11:before {
  content: "\ed40";
}
.icon-hashtag-down1:before {
  content: "\ed41";
}
.icon-hashtag-up1:before {
  content: "\ed42";
}
.icon-hashtag1:before {
  content: "\ed43";
}
.icon-headphone1:before {
  content: "\ed44";
}
.icon-headphones1:before {
  content: "\ed45";
}
.icon-heart-add1:before {
  content: "\ed46";
}
.icon-heart-circle1:before {
  content: "\ed47";
}
.icon-heart-edit1:before {
  content: "\ed48";
}
.icon-heart-remove1:before {
  content: "\ed49";
}
.icon-heart-search1:before {
  content: "\ed4a";
}
.icon-heart-slash1:before {
  content: "\ed4b";
}
.icon-heart-tick1:before {
  content: "\ed4c";
}
.icon-heart1:before {
  content: "\ed4d";
}
.icon-music-square1:before {
  content: "\ed4e";
}
.icon-music1:before {
  content: "\ed4f";
}
.icon-musicnote1:before {
  content: "\ed50";
}
.icon-notification-status1:before {
  content: "\ed51";
}
.icon-notification1:before {
  content: "\ed52";
}
.icon-omega-circle-1:before {
  content: "\ed53";
}
.icon-pen-close-1:before {
  content: "\ed54";
}
.icon-pen-close1:before {
  content: "\ed55";
}
.icon-pen-remove-1:before {
  content: "\ed56";
}
.icon-pen-remove1:before {
  content: "\ed57";
}
.icon-pen-tool-1:before {
  content: "\ed58";
}
.icon-pen-tool-2-1:before {
  content: "\ed59";
}
.icon-pen-tool-21:before {
  content: "\ed5a";
}
.icon-pen-tool1:before {
  content: "\ed5b";
}
.icon-people1:before {
  content: "\ed5c";
}
.icon-percentage-square1:before {
  content: "\ed5d";
}
.icon-personalcard1:before {
  content: "\ed5e";
}
.icon-pet1:before {
  content: "\ed5f";
}
.icon-pharagraphspacing1:before {
  content: "\ed60";
}
.icon-picture-frame1:before {
  content: "\ed61";
}
.icon-play-add1:before {
  content: "\ed62";
}
.icon-play-circle1:before {
  content: "\ed63";
}
.icon-play-cricle1:before {
  content: "\ed64";
}
.icon-play-remove1:before {
  content: "\ed65";
}
.icon-play1:before {
  content: "\ed66";
}
.icon-presention-chart1:before {
  content: "\ed67";
}
.icon-previous1:before {
  content: "\ed68";
}
.icon-printer-slash1:before {
  content: "\ed69";
}
.icon-printer1:before {
  content: "\ed6a";
}
.icon-profile-2user1:before {
  content: "\ed6b";
}
.icon-profile-add1:before {
  content: "\ed6c";
}
.icon-profile-circle1:before {
  content: "\ed6d";
}
.icon-profile-delete1:before {
  content: "\ed6e";
}
.icon-profile-remove1:before {
  content: "\ed6f";
}
.icon-profile-tick1:before {
  content: "\ed70";
}
.icon-profile:before {
  content: "\ed71";
}
.icon-programming-arrow1:before {
  content: "\ed72";
}
.icon-programming-arrows1:before {
  content: "\ed73";
}
.icon-quote-down-circle1:before {
  content: "\ed74";
}
.icon-quote-down-square1:before {
  content: "\ed75";
}
.icon-quote-down1:before {
  content: "\ed76";
}
.icon-quote-up-circle1:before {
  content: "\ed77";
}
.icon-quote-up-square1:before {
  content: "\ed78";
}
.icon-quote-up1:before {
  content: "\ed79";
}
.icon-radar-11:before {
  content: "\ed7a";
}
.icon-radar-21:before {
  content: "\ed7b";
}
.icon-radar1:before {
  content: "\ed7c";
}
.icon-radio1:before {
  content: "\ed7d";
}
.icon-ram-21:before {
  content: "\ed7e";
}
.icon-ram1:before {
  content: "\ed7f";
}
.icon-ranking-11:before {
  content: "\ed80";
}
.icon-ranking1:before {
  content: "\ed81";
}
.icon-receipt-11:before {
  content: "\ed82";
}
.icon-receipt-2-11:before {
  content: "\ed83";
}
.icon-receipt-21:before {
  content: "\ed84";
}
.icon-receipt-add1:before {
  content: "\ed85";
}
.icon-receipt-discount1:before {
  content: "\ed86";
}
.icon-receipt-disscount1:before {
  content: "\ed87";
}
.icon-receipt-edit1:before {
  content: "\ed88";
}
.icon-receipt-item1:before {
  content: "\ed89";
}
.icon-receipt-minus1:before {
  content: "\ed8a";
}
.icon-receipt-search1:before {
  content: "\ed8b";
}
.icon-receipt-square1:before {
  content: "\ed8c";
}
.icon-receipt-text1:before {
  content: "\ed8d";
}
.icon-receipt1:before {
  content: "\ed8e";
}
.icon-receive-square-21:before {
  content: "\ed8f";
}
.icon-receive-square1:before {
  content: "\ed90";
}
.icon-received1:before {
  content: "\ed91";
}
.icon-record-circle1:before {
  content: "\ed92";
}
.icon-record1:before {
  content: "\ed93";
}
.icon-recovery-convert1:before {
  content: "\ed94";
}
.icon-redo1:before {
  content: "\ed95";
}
.icon-refresh-21:before {
  content: "\ed96";
}
.icon-refresh-circle1:before {
  content: "\ed97";
}
.icon-refresh-left-square1:before {
  content: "\ed98";
}
.icon-refresh-right-square1:before {
  content: "\ed99";
}
.icon-refresh-square-21:before {
  content: "\ed9a";
}
.icon-refresh1:before {
  content: "\ed9b";
}
.icon-repeat-circle1:before {
  content: "\ed9c";
}
.icon-repeat1:before {
  content: "\ed9d";
}
.icon-repeate-music1:before {
  content: "\ed9e";
}
.icon-repeate-one1:before {
  content: "\ed9f";
}
.icon-reserve1:before {
  content: "\eda0";
}
.icon-rotate-left-11:before {
  content: "\eda1";
}
.icon-rotate-left1:before {
  content: "\eda2";
}
.icon-rotate-right-11:before {
  content: "\eda3";
}
.icon-rotate-right1:before {
  content: "\eda4";
}
.icon-route-square1:before {
  content: "\eda5";
}
.icon-routing-21:before {
  content: "\eda6";
}
.icon-routing1:before {
  content: "\eda7";
}
.icon-row-horizontal1:before {
  content: "\eda8";
}
.icon-row-vertical1:before {
  content: "\eda9";
}
.icon-ruler1:before {
  content: "\edaa";
}
.icon-rulerpen1:before {
  content: "\edab";
}
.icon-safe-home1:before {
  content: "\edac";
}
.icon-sagittarius1:before {
  content: "\edad";
}
.icon-save-21:before {
  content: "\edae";
}
.icon-save-add1:before {
  content: "\edaf";
}
.icon-save-minus1:before {
  content: "\edb0";
}
.icon-save-remove1:before {
  content: "\edb1";
}
.icon-scan-barcode1:before {
  content: "\edb2";
}
.icon-scan1:before {
  content: "\edb3";
}
.icon-scanner1:before {
  content: "\edb4";
}
.icon-scanning1:before {
  content: "\edb5";
}
.icon-scissor-11:before {
  content: "\edb6";
}
.icon-scissor-2:before {
  content: "\edb7";
}
.icon-scissor1:before {
  content: "\edb8";
}
.icon-screenmirroring1:before {
  content: "\edb9";
}
.icon-scroll1:before {
  content: "\edba";
}
.icon-search-favorite-11:before {
  content: "\edbb";
}
.icon-search-favorite1:before {
  content: "\edbc";
}
.icon-search-normal-11:before {
  content: "\edbd";
}
.icon-search-normal1:before {
  content: "\edbe";
}
.icon-search-status-11:before {
  content: "\edbf";
}
.icon-search-status1:before {
  content: "\edc0";
}
.icon-search-zoom-in-11:before {
  content: "\edc1";
}
.icon-search-zoom-in1:before {
  content: "\edc2";
}
.icon-search-zoom-out-11:before {
  content: "\edc3";
}
.icon-search-zoom-out1:before {
  content: "\edc4";
}
.icon-security-card1:before {
  content: "\edc5";
}
.icon-security-safe1:before {
  content: "\edc6";
}
.icon-security-time1:before {
  content: "\edc7";
}
.icon-security-user1:before {
  content: "\edc8";
}
.icon-security1:before {
  content: "\edc9";
}
.icon-send-11:before {
  content: "\edca";
}
.icon-weight1:before {
  content: "\edcb";
}
.icon-wifi-square1:before {
  content: "\edcc";
}
.icon-wifi1:before {
  content: "\edcd";
}
.icon-wind-21:before {
  content: "\edce";
}
.icon-wind1:before {
  content: "\edcf";
}
.icon-woman1:before {
  content: "\edd0";
}
.icon-group-3:before {
  content: "\edd1";
}
.icon-health1:before {
  content: "\edd2";
}
.icon-hierarchy-21:before {
  content: "\edd3";
}
.icon-hierarchy-31:before {
  content: "\edd4";
}
.icon-hierarchy-square-21:before {
  content: "\edd5";
}
.icon-hierarchy-square-31:before {
  content: "\edd6";
}
.icon-hierarchy-square1:before {
  content: "\edd7";
}
.icon-hierarchy1:before {
  content: "\edd8";
}
.icon-home-21:before {
  content: "\edd9";
}
.icon-home-hashtag1:before {
  content: "\edda";
}
.icon-home-trend-down1:before {
  content: "\eddb";
}
.icon-home-trend-up1:before {
  content: "\eddc";
}
.icon-home-wifi1:before {
  content: "\eddd";
}
.icon-home1:before {
  content: "\edde";
}
.icon-hospital1:before {
  content: "\eddf";
}
.icon-house-21:before {
  content: "\ede0";
}
.icon-house1:before {
  content: "\ede1";
}
.icon-image1:before {
  content: "\ede2";
}
.icon-import-11:before {
  content: "\ede3";
}
.icon-import-21:before {
  content: "\ede4";
}
.icon-import1:before {
  content: "\ede5";
}
.icon-info-circle1:before {
  content: "\ede6";
}
.icon-information1:before {
  content: "\ede7";
}
.icon-instagram1:before {
  content: "\ede8";
}
.icon-judge1:before {
  content: "\ede9";
}
.icon-kanban1:before {
  content: "\edea";
}
.icon-key-square1:before {
  content: "\edeb";
}
.icon-key1:before {
  content: "\edec";
}
.icon-keyboard-open1:before {
  content: "\eded";
}
.icon-keyboard1:before {
  content: "\edee";
}
.icon-lamp-11:before {
  content: "\edef";
}
.icon-lamp-charge1:before {
  content: "\edf0";
}
.icon-lamp-on1:before {
  content: "\edf1";
}
.icon-lamp-slash1:before {
  content: "\edf2";
}
.icon-lamp1:before {
  content: "\edf3";
}
.icon-language-circle1:before {
  content: "\edf4";
}
.icon-language-square1:before {
  content: "\edf5";
}
.icon-layer1:before {
  content: "\edf6";
}
.icon-level1:before {
  content: "\edf7";
}
.icon-lifebuoy1:before {
  content: "\edf8";
}
.icon-like-11:before {
  content: "\edf9";
}
.icon-like-dislike1:before {
  content: "\edfa";
}
.icon-like-shapes1:before {
  content: "\edfb";
}
.icon-like-tag1:before {
  content: "\edfc";
}
.icon-like1:before {
  content: "\edfd";
}
.icon-link-11:before {
  content: "\edfe";
}
.icon-link-22:before {
  content: "\edff";
}
.icon-link-211:before {
  content: "\ee00";
}
.icon-link-circle1:before {
  content: "\ee01";
}
.icon-link-square1:before {
  content: "\ee02";
}
.icon-link1:before {
  content: "\ee03";
}
.icon-location-add1:before {
  content: "\ee04";
}
.icon-location-cross1:before {
  content: "\ee05";
}
.icon-location-minus1:before {
  content: "\ee06";
}
.icon-location-slash1:before {
  content: "\ee07";
}
.icon-location-tick1:before {
  content: "\ee08";
}
.icon-location1:before {
  content: "\ee09";
}
.icon-lock-11:before {
  content: "\ee0a";
}
.icon-lock-circle1:before {
  content: "\ee0b";
}
.icon-lock-slash1:before {
  content: "\ee0c";
}
.icon-lock1:before {
  content: "\ee0d";
}
.icon-login-11:before {
  content: "\ee0e";
}
.icon-login1:before {
  content: "\ee0f";
}
.icon-logout-11:before {
  content: "\ee10";
}
.icon-logout1:before {
  content: "\ee11";
}
.icon-lovely1:before {
  content: "\ee12";
}
.icon-magic-star1:before {
  content: "\ee13";
}
.icon-magicpen1:before {
  content: "\ee14";
}
.icon-main-component-1:before {
  content: "\ee15";
}
.icon-main-component1:before {
  content: "\ee16";
}
.icon-man1:before {
  content: "\ee17";
}
.icon-map-11:before {
  content: "\ee18";
}
.icon-map1:before {
  content: "\ee19";
}
.icon-mask-11:before {
  content: "\ee1a";
}
.icon-mask-21:before {
  content: "\ee1b";
}
.icon-mask-3:before {
  content: "\ee1c";
}
.icon-mask1:before {
  content: "\ee1d";
}
.icon-math1:before {
  content: "\ee1e";
}
.icon-maximize-11:before {
  content: "\ee1f";
}
.icon-maximize-22:before {
  content: "\ee20";
}
.icon-maximize-31:before {
  content: "\ee21";
}
.icon-maximize-41:before {
  content: "\ee22";
}
.icon-maximize-211:before {
  content: "\ee23";
}
.icon-maximize-circle1:before {
  content: "\ee24";
}
.icon-maximize1:before {
  content: "\ee25";
}
.icon-medal-star1:before {
  content: "\ee26";
}
.icon-medal1:before {
  content: "\ee27";
}
.icon-menu-11:before {
  content: "\ee28";
}
.icon-menu-board1:before {
  content: "\ee29";
}
.icon-menu1:before {
  content: "\ee2a";
}
.icon-message-21:before {
  content: "\ee2b";
}
.icon-message-add-11:before {
  content: "\ee2c";
}
.icon-message-add1:before {
  content: "\ee2d";
}
.icon-message-circle1:before {
  content: "\ee2e";
}
.icon-message-edit1:before {
  content: "\ee2f";
}
.icon-message-favorite1:before {
  content: "\ee30";
}
.icon-message-minus1:before {
  content: "\ee31";
}
.icon-message-notif1:before {
  content: "\ee32";
}
.icon-message-programming1:before {
  content: "\ee33";
}
.icon-message-question1:before {
  content: "\ee34";
}
.icon-message-remove1:before {
  content: "\ee35";
}
.icon-message-search1:before {
  content: "\ee36";
}
.icon-message-square1:before {
  content: "\ee37";
}
.icon-message-text-11:before {
  content: "\ee38";
}
.icon-message-text1:before {
  content: "\ee39";
}
.icon-message-tick1:before {
  content: "\ee3a";
}
.icon-message-time1:before {
  content: "\ee3b";
}
.icon-message1:before {
  content: "\ee3c";
}
.icon-messages-11:before {
  content: "\ee3d";
}
.icon-messages-21:before {
  content: "\ee3e";
}
.icon-messages-31:before {
  content: "\ee3f";
}
.icon-messages1:before {
  content: "\ee40";
}
.icon-microphone-21:before {
  content: "\ee41";
}
.icon-microphone-slash-11:before {
  content: "\ee42";
}
.icon-microphone-slash1:before {
  content: "\ee43";
}
.icon-microphone1:before {
  content: "\ee44";
}
.icon-microscope1:before {
  content: "\ee45";
}
.icon-milk1:before {
  content: "\ee46";
}
.icon-mini-music-sqaure1:before {
  content: "\ee47";
}
.icon-minus-cirlce1:before {
  content: "\ee48";
}
.icon-minus-square1:before {
  content: "\ee49";
}
.icon-minus1:before {
  content: "\ee4a";
}
.icon-mirror1:before {
  content: "\ee4b";
}
.icon-mirroring-screen1:before {
  content: "\ee4c";
}
.icon-mobile-programming1:before {
  content: "\ee4d";
}
.icon-mobile1:before {
  content: "\ee4e";
}
.icon-money-21:before {
  content: "\ee4f";
}
.icon-money-31:before {
  content: "\ee50";
}
.icon-money-41:before {
  content: "\ee51";
}
.icon-money-add1:before {
  content: "\ee52";
}
.icon-money-change1:before {
  content: "\ee53";
}
.icon-money-forbidden1:before {
  content: "\ee54";
}
.icon-money-recive1:before {
  content: "\ee55";
}
.icon-money-remove1:before {
  content: "\ee56";
}
.icon-money-send1:before {
  content: "\ee57";
}
.icon-money-tick1:before {
  content: "\ee58";
}
.icon-money-time1:before {
  content: "\ee59";
}
.icon-money1:before {
  content: "\ee5a";
}
.icon-moneys1:before {
  content: "\ee5b";
}
.icon-monitor-mobbile1:before {
  content: "\ee5c";
}
.icon-monitor-recorder1:before {
  content: "\ee5d";
}
.icon-monitor1:before {
  content: "\ee5e";
}
.icon-moon1:before {
  content: "\ee5f";
}
.icon-more-21:before {
  content: "\ee60";
}
.icon-more-circle1:before {
  content: "\ee61";
}
.icon-more-square1:before {
  content: "\ee62";
}
.icon-more1:before {
  content: "\ee63";
}
.icon-mouse-11:before {
  content: "\ee64";
}
.icon-mouse-circle1:before {
  content: "\ee65";
}
.icon-mouse-square1:before {
  content: "\ee66";
}
.icon-mouse1:before {
  content: "\ee67";
}
.icon-music-circle1:before {
  content: "\ee68";
}
.icon-music-dashboard1:before {
  content: "\ee69";
}
.icon-music-filter1:before {
  content: "\ee6a";
}
.icon-music-library-21:before {
  content: "\ee6b";
}
.icon-music-play1:before {
  content: "\ee6c";
}
.icon-music-playlist1:before {
  content: "\ee6d";
}
.icon-music-square-add1:before {
  content: "\ee6e";
}
.icon-music-square-remove1:before {
  content: "\ee6f";
}
.icon-music-square-search1:before {
  content: "\ee70";
}
.icon-next1:before {
  content: "\ee71";
}
.icon-note-11:before {
  content: "\ee72";
}
.icon-note-22:before {
  content: "\ee73";
}
.icon-note-211:before {
  content: "\ee74";
}
.icon-note-add1:before {
  content: "\ee75";
}
.icon-note-favorite1:before {
  content: "\ee76";
}
.icon-note-remove1:before {
  content: "\ee77";
}
.icon-note-square1:before {
  content: "\ee78";
}
.icon-note-text1:before {
  content: "\ee79";
}
.icon-note1:before {
  content: "\ee7a";
}
.icon-notification-11:before {
  content: "\ee7b";
}
.icon-notification-bing1:before {
  content: "\ee7c";
}
.icon-notification-circle:before {
  content: "\ee7d";
}
.icon-notification-favorite1:before {
  content: "\ee7e";
}
.icon-omega-circle1:before {
  content: "\ee7f";
}
.icon-omega-square-1:before {
  content: "\ee80";
}
.icon-omega-square1:before {
  content: "\ee81";
}
.icon-paintbucket1:before {
  content: "\ee82";
}
.icon-paperclip-21:before {
  content: "\ee83";
}
.icon-paperclip1:before {
  content: "\ee84";
}
.icon-password-check1:before {
  content: "\ee85";
}
.icon-path-21:before {
  content: "\ee86";
}
.icon-path-square1:before {
  content: "\ee87";
}
.icon-path1:before {
  content: "\ee88";
}
.icon-pause-circle1:before {
  content: "\ee89";
}
.icon-pause1:before {
  content: "\ee8a";
}
.icon-pen-add-1:before {
  content: "\ee8b";
}
.icon-pen-add1:before {
  content: "\ee8c";
}
.icon-battery-3full1:before {
  content: "\ee8d";
}
.icon-bus1:before {
  content: "\ee8e";
}
.icon-buy-crypto1:before {
  content: "\ee8f";
}
.icon-cake1:before {
  content: "\ee90";
}
.icon-calculator1:before {
  content: "\ee91";
}
.icon-calendar-11:before {
  content: "\ee92";
}
.icon-calendar-21:before {
  content: "\ee93";
}
.icon-calendar-add1:before {
  content: "\ee94";
}
.icon-calendar-circle1:before {
  content: "\ee95";
}
.icon-calendar-edit1:before {
  content: "\ee96";
}
.icon-calendar-remove1:before {
  content: "\ee97";
}
.icon-calendar-search1:before {
  content: "\ee98";
}
.icon-calendar-tick1:before {
  content: "\ee99";
}
.icon-calendar1:before {
  content: "\ee9a";
}
.icon-call-add1:before {
  content: "\ee9b";
}
.icon-call-calling1:before {
  content: "\ee9c";
}
.icon-call-incoming1:before {
  content: "\ee9d";
}
.icon-call-minus1:before {
  content: "\ee9e";
}
.icon-call-outgoing1:before {
  content: "\ee9f";
}
.icon-call-received1:before {
  content: "\eea0";
}
.icon-call-remove1:before {
  content: "\eea1";
}
.icon-call-slash1:before {
  content: "\eea2";
}
.icon-call1:before {
  content: "\eea3";
}
.icon-camera-slash1:before {
  content: "\eea4";
}
.icon-camera1:before {
  content: "\eea5";
}
.icon-candle-21:before {
  content: "\eea6";
}
.icon-candle1:before {
  content: "\eea7";
}
.icon-car1:before {
  content: "\eea8";
}
.icon-card-add1:before {
  content: "\eea9";
}
.icon-card-coin1:before {
  content: "\eeaa";
}
.icon-card-edit1:before {
  content: "\eeab";
}
.icon-card-pos1:before {
  content: "\eeac";
}
.icon-card-receive1:before {
  content: "\eead";
}
.icon-card-remove-11:before {
  content: "\eeae";
}
.icon-card-remove1:before {
  content: "\eeaf";
}
.icon-card-send1:before {
  content: "\eeb0";
}
.icon-card-slash1:before {
  content: "\eeb1";
}
.icon-card-tick-11:before {
  content: "\eeb2";
}
.icon-card-tick1:before {
  content: "\eeb3";
}
.icon-card1:before {
  content: "\eeb4";
}
.icon-cards1:before {
  content: "\eeb5";
}
.icon-category-21:before {
  content: "\eeb6";
}
.icon-category1:before {
  content: "\eeb7";
}
.icon-cd1:before {
  content: "\eeb8";
}
.icon-chart-11:before {
  content: "\eeb9";
}
.icon-chart-22:before {
  content: "\eeba";
}
.icon-chart-31:before {
  content: "\eebb";
}
.icon-chart-211:before {
  content: "\eebc";
}
.icon-chart-square1:before {
  content: "\eebd";
}
.icon-chart-success1:before {
  content: "\eebe";
}
.icon-chart1:before {
  content: "\eebf";
}
.icon-check1:before {
  content: "\eec0";
}
.icon-chrome1:before {
  content: "\eec1";
}
.icon-clipboard-close1:before {
  content: "\eec2";
}
.icon-clipboard-export1:before {
  content: "\eec3";
}
.icon-clipboard-import1:before {
  content: "\eec4";
}
.icon-clipboard-text1:before {
  content: "\eec5";
}
.icon-clipboard-tick1:before {
  content: "\eec6";
}
.icon-clipboard1:before {
  content: "\eec7";
}
.icon-clock-11:before {
  content: "\eec8";
}
.icon-clock1:before {
  content: "\eec9";
}
.icon-close-circle1:before {
  content: "\eeca";
}
.icon-close-square1:before {
  content: "\eecb";
}
.icon-cloud-add1:before {
  content: "\eecc";
}
.icon-cloud-change1:before {
  content: "\eecd";
}
.icon-cloud-connection1:before {
  content: "\eece";
}
.icon-cloud-cross1:before {
  content: "\eecf";
}
.icon-cloud-drizzle1:before {
  content: "\eed0";
}
.icon-cloud-fog1:before {
  content: "\eed1";
}
.icon-cloud-lightning1:before {
  content: "\eed2";
}
.icon-cloud-minus1:before {
  content: "\eed3";
}
.icon-cloud-notif1:before {
  content: "\eed4";
}
.icon-cloud-plus1:before {
  content: "\eed5";
}
.icon-cloud-remove1:before {
  content: "\eed6";
}
.icon-cloud-snow1:before {
  content: "\eed7";
}
.icon-cloud-sunny1:before {
  content: "\eed8";
}
.icon-cloud1:before {
  content: "\eed9";
}
.icon-code-11:before {
  content: "\eeda";
}
.icon-code-circle1:before {
  content: "\eedb";
}
.icon-code1:before {
  content: "\eedc";
}
.icon-coffee1:before {
  content: "\eedd";
}
.icon-coin-11:before {
  content: "\eede";
}
.icon-coin1:before {
  content: "\eedf";
}
.icon-color-swatch1:before {
  content: "\eee0";
}
.icon-colorfilter1:before {
  content: "\eee1";
}
.icon-colors-square-1:before {
  content: "\eee2";
}
.icon-colors-square1:before {
  content: "\eee3";
}
.icon-command-square1:before {
  content: "\eee4";
}
.icon-command1:before {
  content: "\eee5";
}
.icon-component-1:before {
  content: "\eee6";
}
.icon-component1:before {
  content: "\eee7";
}
.icon-computing1:before {
  content: "\eee8";
}
.icon-convert-3d-cube1:before {
  content: "\eee9";
}
.icon-convert1:before {
  content: "\eeea";
}
.icon-convertshape-21:before {
  content: "\eeeb";
}
.icon-convertshape1:before {
  content: "\eeec";
}
.icon-copy-success1:before {
  content: "\eeed";
}
.icon-copy1:before {
  content: "\eeee";
}
.icon-copyright1:before {
  content: "\eeef";
}
.icon-courthouse1:before {
  content: "\eef0";
}
.icon-cpu-charge1:before {
  content: "\eef1";
}
.icon-cpu-setting1:before {
  content: "\eef2";
}
.icon-cpu1:before {
  content: "\eef3";
}
.icon-creative-commons1:before {
  content: "\eef4";
}
.icon-crop1:before {
  content: "\eef5";
}
.icon-crown-11:before {
  content: "\eef6";
}
.icon-crown1:before {
  content: "\eef7";
}
.icon-cup1:before {
  content: "\eef8";
}
.icon-danger1:before {
  content: "\eef9";
}
.icon-data-21:before {
  content: "\eefa";
}
.icon-data1:before {
  content: "\eefb";
}
.icon-designtools1:before {
  content: "\eefc";
}
.icon-device-message1:before {
  content: "\eefd";
}
.icon-devices-11:before {
  content: "\eefe";
}
.icon-devices1:before {
  content: "\eeff";
}
.icon-diagram1:before {
  content: "\ef00";
}
.icon-diamonds1:before {
  content: "\ef01";
}
.icon-direct-down1:before {
  content: "\ef02";
}
.icon-direct-inbox1:before {
  content: "\ef03";
}
.icon-direct-left1:before {
  content: "\ef04";
}
.icon-direct-normal1:before {
  content: "\ef05";
}
.icon-direct-notification1:before {
  content: "\ef06";
}
.icon-direct-right1:before {
  content: "\ef07";
}
.icon-direct-send1:before {
  content: "\ef08";
}
.icon-direct-up1:before {
  content: "\ef09";
}
.icon-direct1:before {
  content: "\ef0a";
}
.icon-directbox-default1:before {
  content: "\ef0b";
}
.icon-directbox-notif1:before {
  content: "\ef0c";
}
.icon-directbox-receive1:before {
  content: "\ef0d";
}
.icon-directbox-send1:before {
  content: "\ef0e";
}
.icon-discount-circle1:before {
  content: "\ef0f";
}
.icon-discount-shape1:before {
  content: "\ef10";
}
.icon-discover-11:before {
  content: "\ef11";
}
.icon-discover1:before {
  content: "\ef12";
}
.icon-dislike1:before {
  content: "\ef13";
}
.icon-document-11:before {
  content: "\ef14";
}
.icon-document1:before {
  content: "\ef15";
}
.icon-dollar-circle1:before {
  content: "\ef16";
}
.icon-element-41:before {
  content: "\ef17";
}
.icon-element-equal1:before {
  content: "\ef18";
}
.icon-element-plus1:before {
  content: "\ef19";
}
.icon-emoji-happy1:before {
  content: "\ef1a";
}
.icon-emoji-normal1:before {
  content: "\ef1b";
}
.icon-export-31:before {
  content: "\ef1c";
}
.icon-export1:before {
  content: "\ef1d";
}
.icon-external-drive1:before {
  content: "\ef1e";
}
.icon-eye-slash1:before {
  content: "\ef1f";
}
.icon-eye1:before {
  content: "\ef20";
}
.icon-firstline1:before {
  content: "\ef21";
}
.icon-flag-21:before {
  content: "\ef22";
}
.icon-flag1:before {
  content: "\ef23";
}
.icon-flash-11:before {
  content: "\ef24";
}
.icon-flash-circle-11:before {
  content: "\ef25";
}
.icon-folder1:before {
  content: "\ef26";
}
.icon-format-circle1:before {
  content: "\ef27";
}
.icon-format-square1:before {
  content: "\ef28";
}
.icon-forward-5-seconds1:before {
  content: "\ef29";
}
.icon-forward-10-seconds1:before {
  content: "\ef2a";
}
.icon-forward-15-seconds1:before {
  content: "\ef2b";
}
.icon-forward-item-1:before {
  content: "\ef2c";
}
.icon-forward-item1:before {
  content: "\ef2d";
}
.icon-forward-square1:before {
  content: "\ef2e";
}
.icon-forward1:before {
  content: "\ef2f";
}
.icon-frame-11:before {
  content: "\ef30";
}
.icon-frame-21:before {
  content: "\ef31";
}
.icon-frame-31:before {
  content: "\ef32";
}
.icon-frame-41:before {
  content: "\ef33";
}
.icon-frame-5:before {
  content: "\ef34";
}
.icon-frame1:before {
  content: "\ef35";
}
.icon-gallery-add1:before {
  content: "\ef36";
}
.icon-gallery-edit1:before {
  content: "\ef37";
}
.icon-gallery-export1:before {
  content: "\ef38";
}
.icon-gallery-favorite1:before {
  content: "\ef39";
}
.icon-gallery-import1:before {
  content: "\ef3a";
}
.icon-gallery-remove1:before {
  content: "\ef3b";
}
.icon-gallery-slash1:before {
  content: "\ef3c";
}
.icon-gallery-tick1:before {
  content: "\ef3d";
}
.icon-gallery1:before {
  content: "\ef3e";
}
.icon-game1:before {
  content: "\ef3f";
}
.icon-gameboy1:before {
  content: "\ef40";
}
.icon-gas-station1:before {
  content: "\ef41";
}
.icon-gemini-21:before {
  content: "\ef42";
}
.icon-gemini1:before {
  content: "\ef43";
}
.icon-ghost1:before {
  content: "\ef44";
}
.icon-gift1:before {
  content: "\ef45";
}
.icon-glass-11:before {
  content: "\ef46";
}
.icon-glass1:before {
  content: "\ef47";
}
.icon-global-edit1:before {
  content: "\ef48";
}
.icon-global-refresh1:before {
  content: "\ef49";
}
.icon-global-search1:before {
  content: "\ef4a";
}
.icon-global1:before {
  content: "\ef4b";
}
.icon-gps-slash1:before {
  content: "\ef4c";
}
.icon-gps1:before {
  content: "\ef4d";
}
.icon-grammerly1:before {
  content: "\ef4e";
}
.icon-graph1:before {
  content: "\ef4f";
}
.icon-grid-11:before {
  content: "\ef50";
}
.icon-grid-21:before {
  content: "\ef51";
}
.icon-grid-31:before {
  content: "\ef52";
}
.icon-grid-41:before {
  content: "\ef53";
}
.icon-d-cube-scan1:before {
  content: "\ef54";
}
.icon-d-rotate1:before {
  content: "\ef55";
}
.icon-d-square1:before {
  content: "\ef56";
}
.icon-dcube1:before {
  content: "\ef57";
}
.icon-square1:before {
  content: "\ef58";
}
.icon-support1:before {
  content: "\ef59";
}
.icon-activity1:before {
  content: "\ef5a";
}
.icon-add-circle1:before {
  content: "\ef5b";
}
.icon-add-square1:before {
  content: "\ef5c";
}
.icon-add1:before {
  content: "\ef5d";
}
.icon-additem1:before {
  content: "\ef5e";
}
.icon-airdrop1:before {
  content: "\ef5f";
}
.icon-airplane-square1:before {
  content: "\ef60";
}
.icon-airplane1:before {
  content: "\ef61";
}
.icon-airpod1:before {
  content: "\ef62";
}
.icon-airpods1:before {
  content: "\ef63";
}
.icon-alarm1:before {
  content: "\ef64";
}
.icon-align-bottom1:before {
  content: "\ef65";
}
.icon-align-horizontally1:before {
  content: "\ef66";
}
.icon-align-left1:before {
  content: "\ef67";
}
.icon-align-right1:before {
  content: "\ef68";
}
.icon-align-vertically1:before {
  content: "\ef69";
}
.icon-aquarius1:before {
  content: "\ef6a";
}
.icon-archive-11:before {
  content: "\ef6b";
}
.icon-archive-add1:before {
  content: "\ef6c";
}
.icon-archive-book1:before {
  content: "\ef6d";
}
.icon-archive-minus1:before {
  content: "\ef6e";
}
.icon-archive-slash1:before {
  content: "\ef6f";
}
.icon-archive-tick1:before {
  content: "\ef70";
}
.icon-archive1:before {
  content: "\ef71";
}
.icon-arrange-circle-21:before {
  content: "\ef72";
}
.icon-arrange-circle1:before {
  content: "\ef73";
}
.icon-arrange-square-21:before {
  content: "\ef74";
}
.icon-arrange-square1:before {
  content: "\ef75";
}
.icon-arrow-21:before {
  content: "\ef76";
}
.icon-arrow-31:before {
  content: "\ef77";
}
.icon-arrow-bottom1:before {
  content: "\ef78";
}
.icon-arrow-circle-down1:before {
  content: "\ef79";
}
.icon-arrow-circle-left1:before {
  content: "\ef7a";
}
.icon-arrow-circle-right1:before {
  content: "\ef7b";
}
.icon-arrow-down-11:before {
  content: "\ef7c";
}
.icon-arrow-down-21:before {
  content: "\ef7d";
}
.icon-arrow-down1:before {
  content: "\ef7e";
}
.icon-arrow-left-11:before {
  content: "\ef7f";
}
.icon-arrow-left-21:before {
  content: "\ef80";
}
.icon-arrow-left-31:before {
  content: "\ef81";
}
.icon-arrow-left1:before {
  content: "\ef82";
}
.icon-arrow-right-11:before {
  content: "\ef83";
}
.icon-arrow-right-21:before {
  content: "\ef84";
}
.icon-arrow-right-31:before {
  content: "\ef85";
}
.icon-arrow-right1:before {
  content: "\ef86";
}
.icon-arrow-square-down1:before {
  content: "\ef87";
}
.icon-arrow-square-left1:before {
  content: "\ef88";
}
.icon-arrow-square-right1:before {
  content: "\ef89";
}
.icon-arrow-square-up1:before {
  content: "\ef8a";
}
.icon-arrow-square1:before {
  content: "\ef8b";
}
.icon-arrow-swap-horizontal1:before {
  content: "\ef8c";
}
.icon-arrow-up-11:before {
  content: "\ef8d";
}
.icon-arrow-up-21:before {
  content: "\ef8e";
}
.icon-arrow-up-31:before {
  content: "\ef8f";
}
.icon-arrow-up1:before {
  content: "\ef90";
}
.icon-arrow1:before {
  content: "\ef91";
}
.icon-attach-circle1:before {
  content: "\ef92";
}
.icon-attach-square1:before {
  content: "\ef93";
}
.icon-audio-square1:before {
  content: "\ef94";
}
.icon-autobrightness1:before {
  content: "\ef95";
}
.icon-award1:before {
  content: "\ef96";
}
.icon-back-square1:before {
  content: "\ef97";
}
.icon-backward-5-seconds1:before {
  content: "\ef98";
}
.icon-backward-10-seconds1:before {
  content: "\ef99";
}
.icon-backward-15-seconds1:before {
  content: "\ef9a";
}
.icon-backward-item-1:before {
  content: "\ef9b";
}
.icon-backward-item1:before {
  content: "\ef9c";
}
.icon-backward1:before {
  content: "\ef9d";
}
.icon-bag-21:before {
  content: "\ef9e";
}
.icon-bag-cross-11:before {
  content: "\ef9f";
}
.icon-bag-cross1:before {
  content: "\efa0";
}
.icon-bag-happy1:before {
  content: "\efa1";
}
.icon-bag-tick-21:before {
  content: "\efa2";
}
.icon-bag-tick1:before {
  content: "\efa3";
}
.icon-bag-timer1:before {
  content: "\efa4";
}
.icon-bag1:before {
  content: "\efa5";
}
.icon-bank1:before {
  content: "\efa6";
}
.icon-barcode1:before {
  content: "\efa7";
}
.icon-battery-charging1:before {
  content: "\efa8";
}
.icon-battery-disable1:before {
  content: "\efa9";
}
.icon-battery-empty-11:before {
  content: "\efaa";
}
.icon-battery-empty1:before {
  content: "\efab";
}
.icon-battery-full1:before {
  content: "\efac";
}
.icon-bezier-1:before {
  content: "\efad";
}
.icon-bezier1:before {
  content: "\efae";
}
.icon-bill1:before {
  content: "\efaf";
}
.icon-bitcoin-card1:before {
  content: "\efb0";
}
.icon-bitcoin-convert1:before {
  content: "\efb1";
}
.icon-bitcoin-refresh1:before {
  content: "\efb2";
}
.icon-blend-21:before {
  content: "\efb3";
}
.icon-blend1:before {
  content: "\efb4";
}
.icon-bluetooth-21:before {
  content: "\efb5";
}
.icon-bluetooth-circle1:before {
  content: "\efb6";
}
.icon-bluetooth-rectangle1:before {
  content: "\efb7";
}
.icon-bluetooth1:before {
  content: "\efb8";
}
.icon-blur-1:before {
  content: "\efb9";
}
.icon-blur1:before {
  content: "\efba";
}
.icon-book-11:before {
  content: "\efbb";
}
.icon-book-saved1:before {
  content: "\efbc";
}
.icon-book-square1:before {
  content: "\efbd";
}
.icon-book1:before {
  content: "\efbe";
}
.icon-bookmark-21:before {
  content: "\efbf";
}
.icon-bookmark1:before {
  content: "\efc0";
}
.icon-box-11:before {
  content: "\efc1";
}
.icon-box-21:before {
  content: "\efc2";
}
.icon-box-add1:before {
  content: "\efc3";
}
.icon-box-remove1:before {
  content: "\efc4";
}
.icon-box-search1:before {
  content: "\efc5";
}
.icon-box-tick1:before {
  content: "\efc6";
}
.icon-box-time1:before {
  content: "\efc7";
}
.icon-box1:before {
  content: "\efc8";
}
.icon-briefcase1:before {
  content: "\efc9";
}
.icon-brifecase-cross1:before {
  content: "\efca";
}
.icon-brifecase-tick1:before {
  content: "\efcb";
}
.icon-brifecase-timer1:before {
  content: "\efcc";
}
.icon-broom1:before {
  content: "\efcd";
}
.icon-brush-11:before {
  content: "\efce";
}
.icon-brush-21:before {
  content: "\efcf";
}
.icon-brush-31:before {
  content: "\efd0";
}
.icon-brush1:before {
  content: "\efd1";
}
.icon-bubble1:before {
  content: "\efd2";
}
.icon-bucket-circle-1:before {
  content: "\efd3";
}
.icon-bucket-circle1:before {
  content: "\efd4";
}
.icon-bucket-square-1:before {
  content: "\efd5";
}
.icon-bucket-square1:before {
  content: "\efd6";
}
.icon-building-31:before {
  content: "\efd7";
}
.icon-building-41:before {
  content: "\efd8";
}
.icon-building1:before {
  content: "\efd9";
}
.icon-buildings-21:before {
  content: "\efda";
}
.icon-buildings1:before {
  content: "\efdb";
}
.icon-buliding1:before {
  content: "\efdc";
}
.icon-document-cloud1:before {
  content: "\efdd";
}
.icon-document-code-21:before {
  content: "\efde";
}
.icon-document-code1:before {
  content: "\efdf";
}
.icon-document-copy1:before {
  content: "\efe0";
}
.icon-document-download1:before {
  content: "\efe1";
}
.icon-document-favorite1:before {
  content: "\efe2";
}
.icon-document-filter1:before {
  content: "\efe3";
}
.icon-document-forward1:before {
  content: "\efe4";
}
.icon-document-like1:before {
  content: "\efe5";
}
.icon-document-normal1:before {
  content: "\efe6";
}
.icon-document-previous1:before {
  content: "\efe7";
}
.icon-document-sketch1:before {
  content: "\efe8";
}
.icon-document-text-11:before {
  content: "\efe9";
}
.icon-document-text1:before {
  content: "\efea";
}
.icon-document-upload1:before {
  content: "\efeb";
}
.icon-dollar-square1:before {
  content: "\efec";
}
.icon-driver-21:before {
  content: "\efed";
}
.icon-driver-refresh1:before {
  content: "\efee";
}
.icon-driver1:before {
  content: "\efef";
}
.icon-driving1:before {
  content: "\eff0";
}
.icon-drop1:before {
  content: "\eff1";
}
.icon-edit-21:before {
  content: "\eff2";
}
.icon-edit1:before {
  content: "\eff3";
}
.icon-electricity1:before {
  content: "\eff4";
}
.icon-element-1:before {
  content: "\eff5";
}
.icon-element-21:before {
  content: "\eff6";
}
.icon-element-31:before {
  content: "\eff7";
}
.icon-emoji-sad1:before {
  content: "\eff8";
}
.icon-empty-wallet-add1:before {
  content: "\eff9";
}
.icon-empty-wallet-change1:before {
  content: "\effa";
}
.icon-empty-wallet-remove1:before {
  content: "\effb";
}
.icon-empty-wallet-tick1:before {
  content: "\effc";
}
.icon-empty-wallet-time1:before {
  content: "\effd";
}
.icon-empty-wallet1:before {
  content: "\effe";
}
.icon-eraser-11:before {
  content: "\efff";
}
.icon-eraser-2:before {
  content: "\f000";
}
.icon-eraser1:before {
  content: "\f001";
}
.icon-export-11:before {
  content: "\f002";
}
.icon-export-21:before {
  content: "\f003";
}
.icon-fatrows1:before {
  content: "\f004";
}
.icon-favorite-chart1:before {
  content: "\f005";
}
.icon-filter-add1:before {
  content: "\f006";
}
.icon-filter-edit1:before {
  content: "\f007";
}
.icon-filter-remove1:before {
  content: "\f008";
}
.icon-filter-search1:before {
  content: "\f009";
}
.icon-filter-square1:before {
  content: "\f00a";
}
.icon-filter-tick1:before {
  content: "\f00b";
}
.icon-filter1:before {
  content: "\f00c";
}
.icon-finger-cricle1:before {
  content: "\f00d";
}
.icon-finger-scan1:before {
  content: "\f00e";
}
.icon-flash-circle-2:before {
  content: "\f00f";
}
.icon-flash-circle1:before {
  content: "\f010";
}
.icon-flash-slash1:before {
  content: "\f011";
}
.icon-flash1:before {
  content: "\f012";
}
.icon-folder-21:before {
  content: "\f013";
}
.icon-folder-add1:before {
  content: "\f014";
}
.icon-folder-cloud1:before {
  content: "\f015";
}
.icon-folder-connection1:before {
  content: "\f016";
}
.icon-folder-cross1:before {
  content: "\f017";
}
.icon-folder-favorite1:before {
  content: "\f018";
}
.icon-folder-minus1:before {
  content: "\f019";
}
.icon-folder-open1:before {
  content: "\f01a";
}

/*
* Remix Icon v3.1.1
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2023-04-07
*/
@font-face {
  font-family: "remixicon";
  src: url('../fonts/remixicon.eot?t=1680703320261'); /* IE9*/
  src: url('../fonts/remixicon.eot?t=1680703320261#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("../fonts/remixicon.woff2?t=1680703320261") format("woff2"),
  url("../fonts/remixicon.woff?t=1680703320261") format("woff"),
  url('../fonts/remixicon.ttf?t=1680703320261') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/remixicon.svg?t=1680703320261#remixicon') format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-24-hours-fill:before { content: "\ea01"; }
.ri-24-hours-line:before { content: "\ea02"; }
.ri-4k-fill:before { content: "\ea03"; }
.ri-4k-line:before { content: "\ea04"; }
.ri-a-b:before { content: "\ea05"; }
.ri-account-box-fill:before { content: "\ea06"; }
.ri-account-box-line:before { content: "\ea07"; }
.ri-account-circle-fill:before { content: "\ea08"; }
.ri-account-circle-line:before { content: "\ea09"; }
.ri-account-pin-box-fill:before { content: "\ea0a"; }
.ri-account-pin-box-line:before { content: "\ea0b"; }
.ri-account-pin-circle-fill:before { content: "\ea0c"; }
.ri-account-pin-circle-line:before { content: "\ea0d"; }
.ri-add-box-fill:before { content: "\ea0e"; }
.ri-add-box-line:before { content: "\ea0f"; }
.ri-add-circle-fill:before { content: "\ea10"; }
.ri-add-circle-line:before { content: "\ea11"; }
.ri-add-fill:before { content: "\ea12"; }
.ri-add-line:before { content: "\ea13"; }
.ri-admin-fill:before { content: "\ea14"; }
.ri-admin-line:before { content: "\ea15"; }
.ri-advertisement-fill:before { content: "\ea16"; }
.ri-advertisement-line:before { content: "\ea17"; }
.ri-airplay-fill:before { content: "\ea18"; }
.ri-airplay-line:before { content: "\ea19"; }
.ri-alarm-fill:before { content: "\ea1a"; }
.ri-alarm-line:before { content: "\ea1b"; }
.ri-alarm-warning-fill:before { content: "\ea1c"; }
.ri-alarm-warning-line:before { content: "\ea1d"; }
.ri-album-fill:before { content: "\ea1e"; }
.ri-album-line:before { content: "\ea1f"; }
.ri-alert-fill:before { content: "\ea20"; }
.ri-alert-line:before { content: "\ea21"; }
.ri-aliens-fill:before { content: "\ea22"; }
.ri-aliens-line:before { content: "\ea23"; }
.ri-align-bottom:before { content: "\ea24"; }
.ri-align-center:before { content: "\ea25"; }
.ri-align-justify:before { content: "\ea26"; }
.ri-align-left:before { content: "\ea27"; }
.ri-align-right:before { content: "\ea28"; }
.ri-align-top:before { content: "\ea29"; }
.ri-align-vertically:before { content: "\ea2a"; }
.ri-alipay-fill:before { content: "\ea2b"; }
.ri-alipay-line:before { content: "\ea2c"; }
.ri-amazon-fill:before { content: "\ea2d"; }
.ri-amazon-line:before { content: "\ea2e"; }
.ri-anchor-fill:before { content: "\ea2f"; }
.ri-anchor-line:before { content: "\ea30"; }
.ri-ancient-gate-fill:before { content: "\ea31"; }
.ri-ancient-gate-line:before { content: "\ea32"; }
.ri-ancient-pavilion-fill:before { content: "\ea33"; }
.ri-ancient-pavilion-line:before { content: "\ea34"; }
.ri-android-fill:before { content: "\ea35"; }
.ri-android-line:before { content: "\ea36"; }
.ri-angularjs-fill:before { content: "\ea37"; }
.ri-angularjs-line:before { content: "\ea38"; }
.ri-anticlockwise-2-fill:before { content: "\ea39"; }
.ri-anticlockwise-2-line:before { content: "\ea3a"; }
.ri-anticlockwise-fill:before { content: "\ea3b"; }
.ri-anticlockwise-line:before { content: "\ea3c"; }
.ri-app-store-fill:before { content: "\ea3d"; }
.ri-app-store-line:before { content: "\ea3e"; }
.ri-apple-fill:before { content: "\ea3f"; }
.ri-apple-line:before { content: "\ea40"; }
.ri-apps-2-fill:before { content: "\ea41"; }
.ri-apps-2-line:before { content: "\ea42"; }
.ri-apps-fill:before { content: "\ea43"; }
.ri-apps-line:before { content: "\ea44"; }
.ri-archive-drawer-fill:before { content: "\ea45"; }
.ri-archive-drawer-line:before { content: "\ea46"; }
.ri-archive-fill:before { content: "\ea47"; }
.ri-archive-line:before { content: "\ea48"; }
.ri-arrow-down-circle-fill:before { content: "\ea49"; }
.ri-arrow-down-circle-line:before { content: "\ea4a"; }
.ri-arrow-down-fill:before { content: "\ea4b"; }
.ri-arrow-down-line:before { content: "\ea4c"; }
.ri-arrow-down-s-fill:before { content: "\ea4d"; }
.ri-arrow-down-s-line:before { content: "\ea4e"; }
.ri-arrow-drop-down-fill:before { content: "\ea4f"; }
.ri-arrow-drop-down-line:before { content: "\ea50"; }
.ri-arrow-drop-left-fill:before { content: "\ea51"; }
.ri-arrow-drop-left-line:before { content: "\ea52"; }
.ri-arrow-drop-right-fill:before { content: "\ea53"; }
.ri-arrow-drop-right-line:before { content: "\ea54"; }
.ri-arrow-drop-up-fill:before { content: "\ea55"; }
.ri-arrow-drop-up-line:before { content: "\ea56"; }
.ri-arrow-go-back-fill:before { content: "\ea57"; }
.ri-arrow-go-back-line:before { content: "\ea58"; }
.ri-arrow-go-forward-fill:before { content: "\ea59"; }
.ri-arrow-go-forward-line:before { content: "\ea5a"; }
.ri-arrow-left-circle-fill:before { content: "\ea5b"; }
.ri-arrow-left-circle-line:before { content: "\ea5c"; }
.ri-arrow-left-down-fill:before { content: "\ea5d"; }
.ri-arrow-left-down-line:before { content: "\ea5e"; }
.ri-arrow-left-fill:before { content: "\ea5f"; }
.ri-arrow-left-line:before { content: "\ea60"; }
.ri-arrow-left-right-fill:before { content: "\ea61"; }
.ri-arrow-left-right-line:before { content: "\ea62"; }
.ri-arrow-left-s-fill:before { content: "\ea63"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-arrow-left-up-fill:before { content: "\ea65"; }
.ri-arrow-left-up-line:before { content: "\ea66"; }
.ri-arrow-right-circle-fill:before { content: "\ea67"; }
.ri-arrow-right-circle-line:before { content: "\ea68"; }
.ri-arrow-right-down-fill:before { content: "\ea69"; }
.ri-arrow-right-down-line:before { content: "\ea6a"; }
.ri-arrow-right-fill:before { content: "\ea6b"; }
.ri-arrow-right-line:before { content: "\ea6c"; }
.ri-arrow-right-s-fill:before { content: "\ea6d"; }
.ri-arrow-right-s-line:before { content: "\ea6e"; }
.ri-arrow-right-up-fill:before { content: "\ea6f"; }
.ri-arrow-right-up-line:before { content: "\ea70"; }
.ri-arrow-up-circle-fill:before { content: "\ea71"; }
.ri-arrow-up-circle-line:before { content: "\ea72"; }
.ri-arrow-up-down-fill:before { content: "\ea73"; }
.ri-arrow-up-down-line:before { content: "\ea74"; }
.ri-arrow-up-fill:before { content: "\ea75"; }
.ri-arrow-up-line:before { content: "\ea76"; }
.ri-arrow-up-s-fill:before { content: "\ea77"; }
.ri-arrow-up-s-line:before { content: "\ea78"; }
.ri-artboard-2-fill:before { content: "\ea79"; }
.ri-artboard-2-line:before { content: "\ea7a"; }
.ri-artboard-fill:before { content: "\ea7b"; }
.ri-artboard-line:before { content: "\ea7c"; }
.ri-article-fill:before { content: "\ea7d"; }
.ri-article-line:before { content: "\ea7e"; }
.ri-aspect-ratio-fill:before { content: "\ea7f"; }
.ri-aspect-ratio-line:before { content: "\ea80"; }
.ri-asterisk:before { content: "\ea81"; }
.ri-at-fill:before { content: "\ea82"; }
.ri-at-line:before { content: "\ea83"; }
.ri-attachment-2:before { content: "\ea84"; }
.ri-attachment-fill:before { content: "\ea85"; }
.ri-attachment-line:before { content: "\ea86"; }
.ri-auction-fill:before { content: "\ea87"; }
.ri-auction-line:before { content: "\ea88"; }
.ri-award-fill:before { content: "\ea89"; }
.ri-award-line:before { content: "\ea8a"; }
.ri-baidu-fill:before { content: "\ea8b"; }
.ri-baidu-line:before { content: "\ea8c"; }
.ri-ball-pen-fill:before { content: "\ea8d"; }
.ri-ball-pen-line:before { content: "\ea8e"; }
.ri-bank-card-2-fill:before { content: "\ea8f"; }
.ri-bank-card-2-line:before { content: "\ea90"; }
.ri-bank-card-fill:before { content: "\ea91"; }
.ri-bank-card-line:before { content: "\ea92"; }
.ri-bank-fill:before { content: "\ea93"; }
.ri-bank-line:before { content: "\ea94"; }
.ri-bar-chart-2-fill:before { content: "\ea95"; }
.ri-bar-chart-2-line:before { content: "\ea96"; }
.ri-bar-chart-box-fill:before { content: "\ea97"; }
.ri-bar-chart-box-line:before { content: "\ea98"; }
.ri-bar-chart-fill:before { content: "\ea99"; }
.ri-bar-chart-grouped-fill:before { content: "\ea9a"; }
.ri-bar-chart-grouped-line:before { content: "\ea9b"; }
.ri-bar-chart-horizontal-fill:before { content: "\ea9c"; }
.ri-bar-chart-horizontal-line:before { content: "\ea9d"; }
.ri-bar-chart-line:before { content: "\ea9e"; }
.ri-barcode-box-fill:before { content: "\ea9f"; }
.ri-barcode-box-line:before { content: "\eaa0"; }
.ri-barcode-fill:before { content: "\eaa1"; }
.ri-barcode-line:before { content: "\eaa2"; }
.ri-barricade-fill:before { content: "\eaa3"; }
.ri-barricade-line:before { content: "\eaa4"; }
.ri-base-station-fill:before { content: "\eaa5"; }
.ri-base-station-line:before { content: "\eaa6"; }
.ri-basketball-fill:before { content: "\eaa7"; }
.ri-basketball-line:before { content: "\eaa8"; }
.ri-battery-2-charge-fill:before { content: "\eaa9"; }
.ri-battery-2-charge-line:before { content: "\eaaa"; }
.ri-battery-2-fill:before { content: "\eaab"; }
.ri-battery-2-line:before { content: "\eaac"; }
.ri-battery-charge-fill:before { content: "\eaad"; }
.ri-battery-charge-line:before { content: "\eaae"; }
.ri-battery-fill:before { content: "\eaaf"; }
.ri-battery-line:before { content: "\eab0"; }
.ri-battery-low-fill:before { content: "\eab1"; }
.ri-battery-low-line:before { content: "\eab2"; }
.ri-battery-saver-fill:before { content: "\eab3"; }
.ri-battery-saver-line:before { content: "\eab4"; }
.ri-battery-share-fill:before { content: "\eab5"; }
.ri-battery-share-line:before { content: "\eab6"; }
.ri-bear-smile-fill:before { content: "\eab7"; }
.ri-bear-smile-line:before { content: "\eab8"; }
.ri-behance-fill:before { content: "\eab9"; }
.ri-behance-line:before { content: "\eaba"; }
.ri-bell-fill:before { content: "\eabb"; }
.ri-bell-line:before { content: "\eabc"; }
.ri-bike-fill:before { content: "\eabd"; }
.ri-bike-line:before { content: "\eabe"; }
.ri-bilibili-fill:before { content: "\eabf"; }
.ri-bilibili-line:before { content: "\eac0"; }
.ri-bill-fill:before { content: "\eac1"; }
.ri-bill-line:before { content: "\eac2"; }
.ri-billiards-fill:before { content: "\eac3"; }
.ri-billiards-line:before { content: "\eac4"; }
.ri-bit-coin-fill:before { content: "\eac5"; }
.ri-bit-coin-line:before { content: "\eac6"; }
.ri-blaze-fill:before { content: "\eac7"; }
.ri-blaze-line:before { content: "\eac8"; }
.ri-bluetooth-connect-fill:before { content: "\eac9"; }
.ri-bluetooth-connect-line:before { content: "\eaca"; }
.ri-bluetooth-fill:before { content: "\eacb"; }
.ri-bluetooth-line:before { content: "\eacc"; }
.ri-blur-off-fill:before { content: "\eacd"; }
.ri-blur-off-line:before { content: "\eace"; }
.ri-body-scan-fill:before { content: "\eacf"; }
.ri-body-scan-line:before { content: "\ead0"; }
.ri-bold:before { content: "\ead1"; }
.ri-book-2-fill:before { content: "\ead2"; }
.ri-book-2-line:before { content: "\ead3"; }
.ri-book-3-fill:before { content: "\ead4"; }
.ri-book-3-line:before { content: "\ead5"; }
.ri-book-fill:before { content: "\ead6"; }
.ri-book-line:before { content: "\ead7"; }
.ri-book-mark-fill:before { content: "\ead8"; }
.ri-book-mark-line:before { content: "\ead9"; }
.ri-book-open-fill:before { content: "\eada"; }
.ri-book-open-line:before { content: "\eadb"; }
.ri-book-read-fill:before { content: "\eadc"; }
.ri-book-read-line:before { content: "\eadd"; }
.ri-booklet-fill:before { content: "\eade"; }
.ri-booklet-line:before { content: "\eadf"; }
.ri-bookmark-2-fill:before { content: "\eae0"; }
.ri-bookmark-2-line:before { content: "\eae1"; }
.ri-bookmark-3-fill:before { content: "\eae2"; }
.ri-bookmark-3-line:before { content: "\eae3"; }
.ri-bookmark-fill:before { content: "\eae4"; }
.ri-bookmark-line:before { content: "\eae5"; }
.ri-boxing-fill:before { content: "\eae6"; }
.ri-boxing-line:before { content: "\eae7"; }
.ri-braces-fill:before { content: "\eae8"; }
.ri-braces-line:before { content: "\eae9"; }
.ri-brackets-fill:before { content: "\eaea"; }
.ri-brackets-line:before { content: "\eaeb"; }
.ri-briefcase-2-fill:before { content: "\eaec"; }
.ri-briefcase-2-line:before { content: "\eaed"; }
.ri-briefcase-3-fill:before { content: "\eaee"; }
.ri-briefcase-3-line:before { content: "\eaef"; }
.ri-briefcase-4-fill:before { content: "\eaf0"; }
.ri-briefcase-4-line:before { content: "\eaf1"; }
.ri-briefcase-5-fill:before { content: "\eaf2"; }
.ri-briefcase-5-line:before { content: "\eaf3"; }
.ri-briefcase-fill:before { content: "\eaf4"; }
.ri-briefcase-line:before { content: "\eaf5"; }
.ri-bring-forward:before { content: "\eaf6"; }
.ri-bring-to-front:before { content: "\eaf7"; }
.ri-broadcast-fill:before { content: "\eaf8"; }
.ri-broadcast-line:before { content: "\eaf9"; }
.ri-brush-2-fill:before { content: "\eafa"; }
.ri-brush-2-line:before { content: "\eafb"; }
.ri-brush-3-fill:before { content: "\eafc"; }
.ri-brush-3-line:before { content: "\eafd"; }
.ri-brush-4-fill:before { content: "\eafe"; }
.ri-brush-4-line:before { content: "\eaff"; }
.ri-brush-fill:before { content: "\eb00"; }
.ri-brush-line:before { content: "\eb01"; }
.ri-bubble-chart-fill:before { content: "\eb02"; }
.ri-bubble-chart-line:before { content: "\eb03"; }
.ri-bug-2-fill:before { content: "\eb04"; }
.ri-bug-2-line:before { content: "\eb05"; }
.ri-bug-fill:before { content: "\eb06"; }
.ri-bug-line:before { content: "\eb07"; }
.ri-building-2-fill:before { content: "\eb08"; }
.ri-building-2-line:before { content: "\eb09"; }
.ri-building-3-fill:before { content: "\eb0a"; }
.ri-building-3-line:before { content: "\eb0b"; }
.ri-building-4-fill:before { content: "\eb0c"; }
.ri-building-4-line:before { content: "\eb0d"; }
.ri-building-fill:before { content: "\eb0e"; }
.ri-building-line:before { content: "\eb0f"; }
.ri-bus-2-fill:before { content: "\eb10"; }
.ri-bus-2-line:before { content: "\eb11"; }
.ri-bus-fill:before { content: "\eb12"; }
.ri-bus-line:before { content: "\eb13"; }
.ri-bus-wifi-fill:before { content: "\eb14"; }
.ri-bus-wifi-line:before { content: "\eb15"; }
.ri-cactus-fill:before { content: "\eb16"; }
.ri-cactus-line:before { content: "\eb17"; }
.ri-cake-2-fill:before { content: "\eb18"; }
.ri-cake-2-line:before { content: "\eb19"; }
.ri-cake-3-fill:before { content: "\eb1a"; }
.ri-cake-3-line:before { content: "\eb1b"; }
.ri-cake-fill:before { content: "\eb1c"; }
.ri-cake-line:before { content: "\eb1d"; }
.ri-calculator-fill:before { content: "\eb1e"; }
.ri-calculator-line:before { content: "\eb1f"; }
.ri-calendar-2-fill:before { content: "\eb20"; }
.ri-calendar-2-line:before { content: "\eb21"; }
.ri-calendar-check-fill:before { content: "\eb22"; }
.ri-calendar-check-line:before { content: "\eb23"; }
.ri-calendar-event-fill:before { content: "\eb24"; }
.ri-calendar-event-line:before { content: "\eb25"; }
.ri-calendar-fill:before { content: "\eb26"; }
.ri-calendar-line:before { content: "\eb27"; }
.ri-calendar-todo-fill:before { content: "\eb28"; }
.ri-calendar-todo-line:before { content: "\eb29"; }
.ri-camera-2-fill:before { content: "\eb2a"; }
.ri-camera-2-line:before { content: "\eb2b"; }
.ri-camera-3-fill:before { content: "\eb2c"; }
.ri-camera-3-line:before { content: "\eb2d"; }
.ri-camera-fill:before { content: "\eb2e"; }
.ri-camera-lens-fill:before { content: "\eb2f"; }
.ri-camera-lens-line:before { content: "\eb30"; }
.ri-camera-line:before { content: "\eb31"; }
.ri-camera-off-fill:before { content: "\eb32"; }
.ri-camera-off-line:before { content: "\eb33"; }
.ri-camera-switch-fill:before { content: "\eb34"; }
.ri-camera-switch-line:before { content: "\eb35"; }
.ri-capsule-fill:before { content: "\eb36"; }
.ri-capsule-line:before { content: "\eb37"; }
.ri-car-fill:before { content: "\eb38"; }
.ri-car-line:before { content: "\eb39"; }
.ri-car-washing-fill:before { content: "\eb3a"; }
.ri-car-washing-line:before { content: "\eb3b"; }
.ri-caravan-fill:before { content: "\eb3c"; }
.ri-caravan-line:before { content: "\eb3d"; }
.ri-cast-fill:before { content: "\eb3e"; }
.ri-cast-line:before { content: "\eb3f"; }
.ri-cellphone-fill:before { content: "\eb40"; }
.ri-cellphone-line:before { content: "\eb41"; }
.ri-celsius-fill:before { content: "\eb42"; }
.ri-celsius-line:before { content: "\eb43"; }
.ri-centos-fill:before { content: "\eb44"; }
.ri-centos-line:before { content: "\eb45"; }
.ri-character-recognition-fill:before { content: "\eb46"; }
.ri-character-recognition-line:before { content: "\eb47"; }
.ri-charging-pile-2-fill:before { content: "\eb48"; }
.ri-charging-pile-2-line:before { content: "\eb49"; }
.ri-charging-pile-fill:before { content: "\eb4a"; }
.ri-charging-pile-line:before { content: "\eb4b"; }
.ri-chat-1-fill:before { content: "\eb4c"; }
.ri-chat-1-line:before { content: "\eb4d"; }
.ri-chat-2-fill:before { content: "\eb4e"; }
.ri-chat-2-line:before { content: "\eb4f"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-4-fill:before { content: "\eb52"; }
.ri-chat-4-line:before { content: "\eb53"; }
.ri-chat-check-fill:before { content: "\eb54"; }
.ri-chat-check-line:before { content: "\eb55"; }
.ri-chat-delete-fill:before { content: "\eb56"; }
.ri-chat-delete-line:before { content: "\eb57"; }
.ri-chat-download-fill:before { content: "\eb58"; }
.ri-chat-download-line:before { content: "\eb59"; }
.ri-chat-follow-up-fill:before { content: "\eb5a"; }
.ri-chat-follow-up-line:before { content: "\eb5b"; }
.ri-chat-forward-fill:before { content: "\eb5c"; }
.ri-chat-forward-line:before { content: "\eb5d"; }
.ri-chat-heart-fill:before { content: "\eb5e"; }
.ri-chat-heart-line:before { content: "\eb5f"; }
.ri-chat-history-fill:before { content: "\eb60"; }
.ri-chat-history-line:before { content: "\eb61"; }
.ri-chat-new-fill:before { content: "\eb62"; }
.ri-chat-new-line:before { content: "\eb63"; }
.ri-chat-off-fill:before { content: "\eb64"; }
.ri-chat-off-line:before { content: "\eb65"; }
.ri-chat-poll-fill:before { content: "\eb66"; }
.ri-chat-poll-line:before { content: "\eb67"; }
.ri-chat-private-fill:before { content: "\eb68"; }
.ri-chat-private-line:before { content: "\eb69"; }
.ri-chat-quote-fill:before { content: "\eb6a"; }
.ri-chat-quote-line:before { content: "\eb6b"; }
.ri-chat-settings-fill:before { content: "\eb6c"; }
.ri-chat-settings-line:before { content: "\eb6d"; }
.ri-chat-smile-2-fill:before { content: "\eb6e"; }
.ri-chat-smile-2-line:before { content: "\eb6f"; }
.ri-chat-smile-3-fill:before { content: "\eb70"; }
.ri-chat-smile-3-line:before { content: "\eb71"; }
.ri-chat-smile-fill:before { content: "\eb72"; }
.ri-chat-smile-line:before { content: "\eb73"; }
.ri-chat-upload-fill:before { content: "\eb74"; }
.ri-chat-upload-line:before { content: "\eb75"; }
.ri-chat-voice-fill:before { content: "\eb76"; }
.ri-chat-voice-line:before { content: "\eb77"; }
.ri-check-double-fill:before { content: "\eb78"; }
.ri-check-double-line:before { content: "\eb79"; }
.ri-check-fill:before { content: "\eb7a"; }
.ri-check-line:before { content: "\eb7b"; }
.ri-checkbox-blank-circle-fill:before { content: "\eb7c"; }
.ri-checkbox-blank-circle-line:before { content: "\eb7d"; }
.ri-checkbox-blank-fill:before { content: "\eb7e"; }
.ri-checkbox-blank-line:before { content: "\eb7f"; }
.ri-checkbox-circle-fill:before { content: "\eb80"; }
.ri-checkbox-circle-line:before { content: "\eb81"; }
.ri-checkbox-fill:before { content: "\eb82"; }
.ri-checkbox-indeterminate-fill:before { content: "\eb83"; }
.ri-checkbox-indeterminate-line:before { content: "\eb84"; }
.ri-checkbox-line:before { content: "\eb85"; }
.ri-checkbox-multiple-blank-fill:before { content: "\eb86"; }
.ri-checkbox-multiple-blank-line:before { content: "\eb87"; }
.ri-checkbox-multiple-fill:before { content: "\eb88"; }
.ri-checkbox-multiple-line:before { content: "\eb89"; }
.ri-china-railway-fill:before { content: "\eb8a"; }
.ri-china-railway-line:before { content: "\eb8b"; }
.ri-chrome-fill:before { content: "\eb8c"; }
.ri-chrome-line:before { content: "\eb8d"; }
.ri-clapperboard-fill:before { content: "\eb8e"; }
.ri-clapperboard-line:before { content: "\eb8f"; }
.ri-clipboard-fill:before { content: "\eb90"; }
.ri-clipboard-line:before { content: "\eb91"; }
.ri-clockwise-2-fill:before { content: "\eb92"; }
.ri-clockwise-2-line:before { content: "\eb93"; }
.ri-clockwise-fill:before { content: "\eb94"; }
.ri-clockwise-line:before { content: "\eb95"; }
.ri-close-circle-fill:before { content: "\eb96"; }
.ri-close-circle-line:before { content: "\eb97"; }
.ri-close-fill:before { content: "\eb98"; }
.ri-close-line:before { content: "\eb99"; }
.ri-closed-captioning-fill:before { content: "\eb9a"; }
.ri-closed-captioning-line:before { content: "\eb9b"; }
.ri-cloud-fill:before { content: "\eb9c"; }
.ri-cloud-line:before { content: "\eb9d"; }
.ri-cloud-off-fill:before { content: "\eb9e"; }
.ri-cloud-off-line:before { content: "\eb9f"; }
.ri-cloud-windy-fill:before { content: "\eba0"; }
.ri-cloud-windy-line:before { content: "\eba1"; }
.ri-cloudy-2-fill:before { content: "\eba2"; }
.ri-cloudy-2-line:before { content: "\eba3"; }
.ri-cloudy-fill:before { content: "\eba4"; }
.ri-cloudy-line:before { content: "\eba5"; }
.ri-code-box-fill:before { content: "\eba6"; }
.ri-code-box-line:before { content: "\eba7"; }
.ri-code-fill:before { content: "\eba8"; }
.ri-code-line:before { content: "\eba9"; }
.ri-code-s-fill:before { content: "\ebaa"; }
.ri-code-s-line:before { content: "\ebab"; }
.ri-code-s-slash-fill:before { content: "\ebac"; }
.ri-code-s-slash-line:before { content: "\ebad"; }
.ri-code-view:before { content: "\ebae"; }
.ri-codepen-fill:before { content: "\ebaf"; }
.ri-codepen-line:before { content: "\ebb0"; }
.ri-coin-fill:before { content: "\ebb1"; }
.ri-coin-line:before { content: "\ebb2"; }
.ri-coins-fill:before { content: "\ebb3"; }
.ri-coins-line:before { content: "\ebb4"; }
.ri-collage-fill:before { content: "\ebb5"; }
.ri-collage-line:before { content: "\ebb6"; }
.ri-command-fill:before { content: "\ebb7"; }
.ri-command-line:before { content: "\ebb8"; }
.ri-community-fill:before { content: "\ebb9"; }
.ri-community-line:before { content: "\ebba"; }
.ri-compass-2-fill:before { content: "\ebbb"; }
.ri-compass-2-line:before { content: "\ebbc"; }
.ri-compass-3-fill:before { content: "\ebbd"; }
.ri-compass-3-line:before { content: "\ebbe"; }
.ri-compass-4-fill:before { content: "\ebbf"; }
.ri-compass-4-line:before { content: "\ebc0"; }
.ri-compass-discover-fill:before { content: "\ebc1"; }
.ri-compass-discover-line:before { content: "\ebc2"; }
.ri-compass-fill:before { content: "\ebc3"; }
.ri-compass-line:before { content: "\ebc4"; }
.ri-compasses-2-fill:before { content: "\ebc5"; }
.ri-compasses-2-line:before { content: "\ebc6"; }
.ri-compasses-fill:before { content: "\ebc7"; }
.ri-compasses-line:before { content: "\ebc8"; }
.ri-computer-fill:before { content: "\ebc9"; }
.ri-computer-line:before { content: "\ebca"; }
.ri-contacts-book-2-fill:before { content: "\ebcb"; }
.ri-contacts-book-2-line:before { content: "\ebcc"; }
.ri-contacts-book-fill:before { content: "\ebcd"; }
.ri-contacts-book-line:before { content: "\ebce"; }
.ri-contacts-book-upload-fill:before { content: "\ebcf"; }
.ri-contacts-book-upload-line:before { content: "\ebd0"; }
.ri-contacts-fill:before { content: "\ebd1"; }
.ri-contacts-line:before { content: "\ebd2"; }
.ri-contrast-2-fill:before { content: "\ebd3"; }
.ri-contrast-2-line:before { content: "\ebd4"; }
.ri-contrast-drop-2-fill:before { content: "\ebd5"; }
.ri-contrast-drop-2-line:before { content: "\ebd6"; }
.ri-contrast-drop-fill:before { content: "\ebd7"; }
.ri-contrast-drop-line:before { content: "\ebd8"; }
.ri-contrast-fill:before { content: "\ebd9"; }
.ri-contrast-line:before { content: "\ebda"; }
.ri-copper-coin-fill:before { content: "\ebdb"; }
.ri-copper-coin-line:before { content: "\ebdc"; }
.ri-copper-diamond-fill:before { content: "\ebdd"; }
.ri-copper-diamond-line:before { content: "\ebde"; }
.ri-copyleft-fill:before { content: "\ebdf"; }
.ri-copyleft-line:before { content: "\ebe0"; }
.ri-copyright-fill:before { content: "\ebe1"; }
.ri-copyright-line:before { content: "\ebe2"; }
.ri-coreos-fill:before { content: "\ebe3"; }
.ri-coreos-line:before { content: "\ebe4"; }
.ri-coupon-2-fill:before { content: "\ebe5"; }
.ri-coupon-2-line:before { content: "\ebe6"; }
.ri-coupon-3-fill:before { content: "\ebe7"; }
.ri-coupon-3-line:before { content: "\ebe8"; }
.ri-coupon-4-fill:before { content: "\ebe9"; }
.ri-coupon-4-line:before { content: "\ebea"; }
.ri-coupon-5-fill:before { content: "\ebeb"; }
.ri-coupon-5-line:before { content: "\ebec"; }
.ri-coupon-fill:before { content: "\ebed"; }
.ri-coupon-line:before { content: "\ebee"; }
.ri-cpu-fill:before { content: "\ebef"; }
.ri-cpu-line:before { content: "\ebf0"; }
.ri-creative-commons-by-fill:before { content: "\ebf1"; }
.ri-creative-commons-by-line:before { content: "\ebf2"; }
.ri-creative-commons-fill:before { content: "\ebf3"; }
.ri-creative-commons-line:before { content: "\ebf4"; }
.ri-creative-commons-nc-fill:before { content: "\ebf5"; }
.ri-creative-commons-nc-line:before { content: "\ebf6"; }
.ri-creative-commons-nd-fill:before { content: "\ebf7"; }
.ri-creative-commons-nd-line:before { content: "\ebf8"; }
.ri-creative-commons-sa-fill:before { content: "\ebf9"; }
.ri-creative-commons-sa-line:before { content: "\ebfa"; }
.ri-creative-commons-zero-fill:before { content: "\ebfb"; }
.ri-creative-commons-zero-line:before { content: "\ebfc"; }
.ri-criminal-fill:before { content: "\ebfd"; }
.ri-criminal-line:before { content: "\ebfe"; }
.ri-crop-2-fill:before { content: "\ebff"; }
.ri-crop-2-line:before { content: "\ec00"; }
.ri-crop-fill:before { content: "\ec01"; }
.ri-crop-line:before { content: "\ec02"; }
.ri-css3-fill:before { content: "\ec03"; }
.ri-css3-line:before { content: "\ec04"; }
.ri-cup-fill:before { content: "\ec05"; }
.ri-cup-line:before { content: "\ec06"; }
.ri-currency-fill:before { content: "\ec07"; }
.ri-currency-line:before { content: "\ec08"; }
.ri-cursor-fill:before { content: "\ec09"; }
.ri-cursor-line:before { content: "\ec0a"; }
.ri-customer-service-2-fill:before { content: "\ec0b"; }
.ri-customer-service-2-line:before { content: "\ec0c"; }
.ri-customer-service-fill:before { content: "\ec0d"; }
.ri-customer-service-line:before { content: "\ec0e"; }
.ri-dashboard-2-fill:before { content: "\ec0f"; }
.ri-dashboard-2-line:before { content: "\ec10"; }
.ri-dashboard-3-fill:before { content: "\ec11"; }
.ri-dashboard-3-line:before { content: "\ec12"; }
.ri-dashboard-fill:before { content: "\ec13"; }
.ri-dashboard-line:before { content: "\ec14"; }
.ri-database-2-fill:before { content: "\ec15"; }
.ri-database-2-line:before { content: "\ec16"; }
.ri-database-fill:before { content: "\ec17"; }
.ri-database-line:before { content: "\ec18"; }
.ri-delete-back-2-fill:before { content: "\ec19"; }
.ri-delete-back-2-line:before { content: "\ec1a"; }
.ri-delete-back-fill:before { content: "\ec1b"; }
.ri-delete-back-line:before { content: "\ec1c"; }
.ri-delete-bin-2-fill:before { content: "\ec1d"; }
.ri-delete-bin-2-line:before { content: "\ec1e"; }
.ri-delete-bin-3-fill:before { content: "\ec1f"; }
.ri-delete-bin-3-line:before { content: "\ec20"; }
.ri-delete-bin-4-fill:before { content: "\ec21"; }
.ri-delete-bin-4-line:before { content: "\ec22"; }
.ri-delete-bin-5-fill:before { content: "\ec23"; }
.ri-delete-bin-5-line:before { content: "\ec24"; }
.ri-delete-bin-6-fill:before { content: "\ec25"; }
.ri-delete-bin-6-line:before { content: "\ec26"; }
.ri-delete-bin-7-fill:before { content: "\ec27"; }
.ri-delete-bin-7-line:before { content: "\ec28"; }
.ri-delete-bin-fill:before { content: "\ec29"; }
.ri-delete-bin-line:before { content: "\ec2a"; }
.ri-delete-column:before { content: "\ec2b"; }
.ri-delete-row:before { content: "\ec2c"; }
.ri-device-fill:before { content: "\ec2d"; }
.ri-device-line:before { content: "\ec2e"; }
.ri-device-recover-fill:before { content: "\ec2f"; }
.ri-device-recover-line:before { content: "\ec30"; }
.ri-dingding-fill:before { content: "\ec31"; }
.ri-dingding-line:before { content: "\ec32"; }
.ri-direction-fill:before { content: "\ec33"; }
.ri-direction-line:before { content: "\ec34"; }
.ri-disc-fill:before { content: "\ec35"; }
.ri-disc-line:before { content: "\ec36"; }
.ri-discord-fill:before { content: "\ec37"; }
.ri-discord-line:before { content: "\ec38"; }
.ri-discuss-fill:before { content: "\ec39"; }
.ri-discuss-line:before { content: "\ec3a"; }
.ri-dislike-fill:before { content: "\ec3b"; }
.ri-dislike-line:before { content: "\ec3c"; }
.ri-disqus-fill:before { content: "\ec3d"; }
.ri-disqus-line:before { content: "\ec3e"; }
.ri-divide-fill:before { content: "\ec3f"; }
.ri-divide-line:before { content: "\ec40"; }
.ri-donut-chart-fill:before { content: "\ec41"; }
.ri-donut-chart-line:before { content: "\ec42"; }
.ri-door-closed-fill:before { content: "\ec43"; }
.ri-door-closed-line:before { content: "\ec44"; }
.ri-door-fill:before { content: "\ec45"; }
.ri-door-line:before { content: "\ec46"; }
.ri-door-lock-box-fill:before { content: "\ec47"; }
.ri-door-lock-box-line:before { content: "\ec48"; }
.ri-door-lock-fill:before { content: "\ec49"; }
.ri-door-lock-line:before { content: "\ec4a"; }
.ri-door-open-fill:before { content: "\ec4b"; }
.ri-door-open-line:before { content: "\ec4c"; }
.ri-dossier-fill:before { content: "\ec4d"; }
.ri-dossier-line:before { content: "\ec4e"; }
.ri-douban-fill:before { content: "\ec4f"; }
.ri-douban-line:before { content: "\ec50"; }
.ri-double-quotes-l:before { content: "\ec51"; }
.ri-double-quotes-r:before { content: "\ec52"; }
.ri-download-2-fill:before { content: "\ec53"; }
.ri-download-2-line:before { content: "\ec54"; }
.ri-download-cloud-2-fill:before { content: "\ec55"; }
.ri-download-cloud-2-line:before { content: "\ec56"; }
.ri-download-cloud-fill:before { content: "\ec57"; }
.ri-download-cloud-line:before { content: "\ec58"; }
.ri-download-fill:before { content: "\ec59"; }
.ri-download-line:before { content: "\ec5a"; }
.ri-draft-fill:before { content: "\ec5b"; }
.ri-draft-line:before { content: "\ec5c"; }
.ri-drag-drop-fill:before { content: "\ec5d"; }
.ri-drag-drop-line:before { content: "\ec5e"; }
.ri-drag-move-2-fill:before { content: "\ec5f"; }
.ri-drag-move-2-line:before { content: "\ec60"; }
.ri-drag-move-fill:before { content: "\ec61"; }
.ri-drag-move-line:before { content: "\ec62"; }
.ri-dribbble-fill:before { content: "\ec63"; }
.ri-dribbble-line:before { content: "\ec64"; }
.ri-drive-fill:before { content: "\ec65"; }
.ri-drive-line:before { content: "\ec66"; }
.ri-drizzle-fill:before { content: "\ec67"; }
.ri-drizzle-line:before { content: "\ec68"; }
.ri-drop-fill:before { content: "\ec69"; }
.ri-drop-line:before { content: "\ec6a"; }
.ri-dropbox-fill:before { content: "\ec6b"; }
.ri-dropbox-line:before { content: "\ec6c"; }
.ri-dual-sim-1-fill:before { content: "\ec6d"; }
.ri-dual-sim-1-line:before { content: "\ec6e"; }
.ri-dual-sim-2-fill:before { content: "\ec6f"; }
.ri-dual-sim-2-line:before { content: "\ec70"; }
.ri-dv-fill:before { content: "\ec71"; }
.ri-dv-line:before { content: "\ec72"; }
.ri-dvd-fill:before { content: "\ec73"; }
.ri-dvd-line:before { content: "\ec74"; }
.ri-e-bike-2-fill:before { content: "\ec75"; }
.ri-e-bike-2-line:before { content: "\ec76"; }
.ri-e-bike-fill:before { content: "\ec77"; }
.ri-e-bike-line:before { content: "\ec78"; }
.ri-earth-fill:before { content: "\ec79"; }
.ri-earth-line:before { content: "\ec7a"; }
.ri-earthquake-fill:before { content: "\ec7b"; }
.ri-earthquake-line:before { content: "\ec7c"; }
.ri-edge-fill:before { content: "\ec7d"; }
.ri-edge-line:before { content: "\ec7e"; }
.ri-edit-2-fill:before { content: "\ec7f"; }
.ri-edit-2-line:before { content: "\ec80"; }
.ri-edit-box-fill:before { content: "\ec81"; }
.ri-edit-box-line:before { content: "\ec82"; }
.ri-edit-circle-fill:before { content: "\ec83"; }
.ri-edit-circle-line:before { content: "\ec84"; }
.ri-edit-fill:before { content: "\ec85"; }
.ri-edit-line:before { content: "\ec86"; }
.ri-eject-fill:before { content: "\ec87"; }
.ri-eject-line:before { content: "\ec88"; }
.ri-emotion-2-fill:before { content: "\ec89"; }
.ri-emotion-2-line:before { content: "\ec8a"; }
.ri-emotion-fill:before { content: "\ec8b"; }
.ri-emotion-happy-fill:before { content: "\ec8c"; }
.ri-emotion-happy-line:before { content: "\ec8d"; }
.ri-emotion-laugh-fill:before { content: "\ec8e"; }
.ri-emotion-laugh-line:before { content: "\ec8f"; }
.ri-emotion-line:before { content: "\ec90"; }
.ri-emotion-normal-fill:before { content: "\ec91"; }
.ri-emotion-normal-line:before { content: "\ec92"; }
.ri-emotion-sad-fill:before { content: "\ec93"; }
.ri-emotion-sad-line:before { content: "\ec94"; }
.ri-emotion-unhappy-fill:before { content: "\ec95"; }
.ri-emotion-unhappy-line:before { content: "\ec96"; }
.ri-empathize-fill:before { content: "\ec97"; }
.ri-empathize-line:before { content: "\ec98"; }
.ri-emphasis-cn:before { content: "\ec99"; }
.ri-emphasis:before { content: "\ec9a"; }
.ri-english-input:before { content: "\ec9b"; }
.ri-equalizer-fill:before { content: "\ec9c"; }
.ri-equalizer-line:before { content: "\ec9d"; }
.ri-eraser-fill:before { content: "\ec9e"; }
.ri-eraser-line:before { content: "\ec9f"; }
.ri-error-warning-fill:before { content: "\eca0"; }
.ri-error-warning-line:before { content: "\eca1"; }
.ri-evernote-fill:before { content: "\eca2"; }
.ri-evernote-line:before { content: "\eca3"; }
.ri-exchange-box-fill:before { content: "\eca4"; }
.ri-exchange-box-line:before { content: "\eca5"; }
.ri-exchange-cny-fill:before { content: "\eca6"; }
.ri-exchange-cny-line:before { content: "\eca7"; }
.ri-exchange-dollar-fill:before { content: "\eca8"; }
.ri-exchange-dollar-line:before { content: "\eca9"; }
.ri-exchange-fill:before { content: "\ecaa"; }
.ri-exchange-funds-fill:before { content: "\ecab"; }
.ri-exchange-funds-line:before { content: "\ecac"; }
.ri-exchange-line:before { content: "\ecad"; }
.ri-external-link-fill:before { content: "\ecae"; }
.ri-external-link-line:before { content: "\ecaf"; }
.ri-eye-2-fill:before { content: "\ecb0"; }
.ri-eye-2-line:before { content: "\ecb1"; }
.ri-eye-close-fill:before { content: "\ecb2"; }
.ri-eye-close-line:before { content: "\ecb3"; }
.ri-eye-fill:before { content: "\ecb4"; }
.ri-eye-line:before { content: "\ecb5"; }
.ri-eye-off-fill:before { content: "\ecb6"; }
.ri-eye-off-line:before { content: "\ecb7"; }
.ri-facebook-box-fill:before { content: "\ecb8"; }
.ri-facebook-box-line:before { content: "\ecb9"; }
.ri-facebook-circle-fill:before { content: "\ecba"; }
.ri-facebook-circle-line:before { content: "\ecbb"; }
.ri-facebook-fill:before { content: "\ecbc"; }
.ri-facebook-line:before { content: "\ecbd"; }
.ri-fahrenheit-fill:before { content: "\ecbe"; }
.ri-fahrenheit-line:before { content: "\ecbf"; }
.ri-feedback-fill:before { content: "\ecc0"; }
.ri-feedback-line:before { content: "\ecc1"; }
.ri-file-2-fill:before { content: "\ecc2"; }
.ri-file-2-line:before { content: "\ecc3"; }
.ri-file-3-fill:before { content: "\ecc4"; }
.ri-file-3-line:before { content: "\ecc5"; }
.ri-file-4-fill:before { content: "\ecc6"; }
.ri-file-4-line:before { content: "\ecc7"; }
.ri-file-add-fill:before { content: "\ecc8"; }
.ri-file-add-line:before { content: "\ecc9"; }
.ri-file-chart-2-fill:before { content: "\ecca"; }
.ri-file-chart-2-line:before { content: "\eccb"; }
.ri-file-chart-fill:before { content: "\eccc"; }
.ri-file-chart-line:before { content: "\eccd"; }
.ri-file-cloud-fill:before { content: "\ecce"; }
.ri-file-cloud-line:before { content: "\eccf"; }
.ri-file-code-fill:before { content: "\ecd0"; }
.ri-file-code-line:before { content: "\ecd1"; }
.ri-file-copy-2-fill:before { content: "\ecd2"; }
.ri-file-copy-2-line:before { content: "\ecd3"; }
.ri-file-copy-fill:before { content: "\ecd4"; }
.ri-file-copy-line:before { content: "\ecd5"; }
.ri-file-damage-fill:before { content: "\ecd6"; }
.ri-file-damage-line:before { content: "\ecd7"; }
.ri-file-download-fill:before { content: "\ecd8"; }
.ri-file-download-line:before { content: "\ecd9"; }
.ri-file-edit-fill:before { content: "\ecda"; }
.ri-file-edit-line:before { content: "\ecdb"; }
.ri-file-excel-2-fill:before { content: "\ecdc"; }
.ri-file-excel-2-line:before { content: "\ecdd"; }
.ri-file-excel-fill:before { content: "\ecde"; }
.ri-file-excel-line:before { content: "\ecdf"; }
.ri-file-fill:before { content: "\ece0"; }
.ri-file-forbid-fill:before { content: "\ece1"; }
.ri-file-forbid-line:before { content: "\ece2"; }
.ri-file-gif-fill:before { content: "\ece3"; }
.ri-file-gif-line:before { content: "\ece4"; }
.ri-file-history-fill:before { content: "\ece5"; }
.ri-file-history-line:before { content: "\ece6"; }
.ri-file-hwp-fill:before { content: "\ece7"; }
.ri-file-hwp-line:before { content: "\ece8"; }
.ri-file-info-fill:before { content: "\ece9"; }
.ri-file-info-line:before { content: "\ecea"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-list-2-fill:before { content: "\ecec"; }
.ri-file-list-2-line:before { content: "\eced"; }
.ri-file-list-3-fill:before { content: "\ecee"; }
.ri-file-list-3-line:before { content: "\ecef"; }
.ri-file-list-fill:before { content: "\ecf0"; }
.ri-file-list-line:before { content: "\ecf1"; }
.ri-file-lock-fill:before { content: "\ecf2"; }
.ri-file-lock-line:before { content: "\ecf3"; }
.ri-file-mark-fill:before { content: "\ecf4"; }
.ri-file-mark-line:before { content: "\ecf5"; }
.ri-file-music-fill:before { content: "\ecf6"; }
.ri-file-music-line:before { content: "\ecf7"; }
.ri-file-paper-2-fill:before { content: "\ecf8"; }
.ri-file-paper-2-line:before { content: "\ecf9"; }
.ri-file-paper-fill:before { content: "\ecfa"; }
.ri-file-paper-line:before { content: "\ecfb"; }
.ri-file-pdf-fill:before { content: "\ecfc"; }
.ri-file-pdf-line:before { content: "\ecfd"; }
.ri-file-ppt-2-fill:before { content: "\ecfe"; }
.ri-file-ppt-2-line:before { content: "\ecff"; }
.ri-file-ppt-fill:before { content: "\ed00"; }
.ri-file-ppt-line:before { content: "\ed01"; }
.ri-file-reduce-fill:before { content: "\ed02"; }
.ri-file-reduce-line:before { content: "\ed03"; }
.ri-file-search-fill:before { content: "\ed04"; }
.ri-file-search-line:before { content: "\ed05"; }
.ri-file-settings-fill:before { content: "\ed06"; }
.ri-file-settings-line:before { content: "\ed07"; }
.ri-file-shield-2-fill:before { content: "\ed08"; }
.ri-file-shield-2-line:before { content: "\ed09"; }
.ri-file-shield-fill:before { content: "\ed0a"; }
.ri-file-shield-line:before { content: "\ed0b"; }
.ri-file-shred-fill:before { content: "\ed0c"; }
.ri-file-shred-line:before { content: "\ed0d"; }
.ri-file-text-fill:before { content: "\ed0e"; }
.ri-file-text-line:before { content: "\ed0f"; }
.ri-file-transfer-fill:before { content: "\ed10"; }
.ri-file-transfer-line:before { content: "\ed11"; }
.ri-file-unknow-fill:before { content: "\ed12"; }
.ri-file-unknow-line:before { content: "\ed13"; }
.ri-file-upload-fill:before { content: "\ed14"; }
.ri-file-upload-line:before { content: "\ed15"; }
.ri-file-user-fill:before { content: "\ed16"; }
.ri-file-user-line:before { content: "\ed17"; }
.ri-file-warning-fill:before { content: "\ed18"; }
.ri-file-warning-line:before { content: "\ed19"; }
.ri-file-word-2-fill:before { content: "\ed1a"; }
.ri-file-word-2-line:before { content: "\ed1b"; }
.ri-file-word-fill:before { content: "\ed1c"; }
.ri-file-word-line:before { content: "\ed1d"; }
.ri-file-zip-fill:before { content: "\ed1e"; }
.ri-file-zip-line:before { content: "\ed1f"; }
.ri-film-fill:before { content: "\ed20"; }
.ri-film-line:before { content: "\ed21"; }
.ri-filter-2-fill:before { content: "\ed22"; }
.ri-filter-2-line:before { content: "\ed23"; }
.ri-filter-3-fill:before { content: "\ed24"; }
.ri-filter-3-line:before { content: "\ed25"; }
.ri-filter-fill:before { content: "\ed26"; }
.ri-filter-line:before { content: "\ed27"; }
.ri-filter-off-fill:before { content: "\ed28"; }
.ri-filter-off-line:before { content: "\ed29"; }
.ri-find-replace-fill:before { content: "\ed2a"; }
.ri-find-replace-line:before { content: "\ed2b"; }
.ri-finder-fill:before { content: "\ed2c"; }
.ri-finder-line:before { content: "\ed2d"; }
.ri-fingerprint-2-fill:before { content: "\ed2e"; }
.ri-fingerprint-2-line:before { content: "\ed2f"; }
.ri-fingerprint-fill:before { content: "\ed30"; }
.ri-fingerprint-line:before { content: "\ed31"; }
.ri-fire-fill:before { content: "\ed32"; }
.ri-fire-line:before { content: "\ed33"; }
.ri-firefox-fill:before { content: "\ed34"; }
.ri-firefox-line:before { content: "\ed35"; }
.ri-first-aid-kit-fill:before { content: "\ed36"; }
.ri-first-aid-kit-line:before { content: "\ed37"; }
.ri-flag-2-fill:before { content: "\ed38"; }
.ri-flag-2-line:before { content: "\ed39"; }
.ri-flag-fill:before { content: "\ed3a"; }
.ri-flag-line:before { content: "\ed3b"; }
.ri-flashlight-fill:before { content: "\ed3c"; }
.ri-flashlight-line:before { content: "\ed3d"; }
.ri-flask-fill:before { content: "\ed3e"; }
.ri-flask-line:before { content: "\ed3f"; }
.ri-flight-land-fill:before { content: "\ed40"; }
.ri-flight-land-line:before { content: "\ed41"; }
.ri-flight-takeoff-fill:before { content: "\ed42"; }
.ri-flight-takeoff-line:before { content: "\ed43"; }
.ri-flood-fill:before { content: "\ed44"; }
.ri-flood-line:before { content: "\ed45"; }
.ri-flow-chart:before { content: "\ed46"; }
.ri-flutter-fill:before { content: "\ed47"; }
.ri-flutter-line:before { content: "\ed48"; }
.ri-focus-2-fill:before { content: "\ed49"; }
.ri-focus-2-line:before { content: "\ed4a"; }
.ri-focus-3-fill:before { content: "\ed4b"; }
.ri-focus-3-line:before { content: "\ed4c"; }
.ri-focus-fill:before { content: "\ed4d"; }
.ri-focus-line:before { content: "\ed4e"; }
.ri-foggy-fill:before { content: "\ed4f"; }
.ri-foggy-line:before { content: "\ed50"; }
.ri-folder-2-fill:before { content: "\ed51"; }
.ri-folder-2-line:before { content: "\ed52"; }
.ri-folder-3-fill:before { content: "\ed53"; }
.ri-folder-3-line:before { content: "\ed54"; }
.ri-folder-4-fill:before { content: "\ed55"; }
.ri-folder-4-line:before { content: "\ed56"; }
.ri-folder-5-fill:before { content: "\ed57"; }
.ri-folder-5-line:before { content: "\ed58"; }
.ri-folder-add-fill:before { content: "\ed59"; }
.ri-folder-add-line:before { content: "\ed5a"; }
.ri-folder-chart-2-fill:before { content: "\ed5b"; }
.ri-folder-chart-2-line:before { content: "\ed5c"; }
.ri-folder-chart-fill:before { content: "\ed5d"; }
.ri-folder-chart-line:before { content: "\ed5e"; }
.ri-folder-download-fill:before { content: "\ed5f"; }
.ri-folder-download-line:before { content: "\ed60"; }
.ri-folder-fill:before { content: "\ed61"; }
.ri-folder-forbid-fill:before { content: "\ed62"; }
.ri-folder-forbid-line:before { content: "\ed63"; }
.ri-folder-history-fill:before { content: "\ed64"; }
.ri-folder-history-line:before { content: "\ed65"; }
.ri-folder-info-fill:before { content: "\ed66"; }
.ri-folder-info-line:before { content: "\ed67"; }
.ri-folder-keyhole-fill:before { content: "\ed68"; }
.ri-folder-keyhole-line:before { content: "\ed69"; }
.ri-folder-line:before { content: "\ed6a"; }
.ri-folder-lock-fill:before { content: "\ed6b"; }
.ri-folder-lock-line:before { content: "\ed6c"; }
.ri-folder-music-fill:before { content: "\ed6d"; }
.ri-folder-music-line:before { content: "\ed6e"; }
.ri-folder-open-fill:before { content: "\ed6f"; }
.ri-folder-open-line:before { content: "\ed70"; }
.ri-folder-received-fill:before { content: "\ed71"; }
.ri-folder-received-line:before { content: "\ed72"; }
.ri-folder-reduce-fill:before { content: "\ed73"; }
.ri-folder-reduce-line:before { content: "\ed74"; }
.ri-folder-settings-fill:before { content: "\ed75"; }
.ri-folder-settings-line:before { content: "\ed76"; }
.ri-folder-shared-fill:before { content: "\ed77"; }
.ri-folder-shared-line:before { content: "\ed78"; }
.ri-folder-shield-2-fill:before { content: "\ed79"; }
.ri-folder-shield-2-line:before { content: "\ed7a"; }
.ri-folder-shield-fill:before { content: "\ed7b"; }
.ri-folder-shield-line:before { content: "\ed7c"; }
.ri-folder-transfer-fill:before { content: "\ed7d"; }
.ri-folder-transfer-line:before { content: "\ed7e"; }
.ri-folder-unknow-fill:before { content: "\ed7f"; }
.ri-folder-unknow-line:before { content: "\ed80"; }
.ri-folder-upload-fill:before { content: "\ed81"; }
.ri-folder-upload-line:before { content: "\ed82"; }
.ri-folder-user-fill:before { content: "\ed83"; }
.ri-folder-user-line:before { content: "\ed84"; }
.ri-folder-warning-fill:before { content: "\ed85"; }
.ri-folder-warning-line:before { content: "\ed86"; }
.ri-folder-zip-fill:before { content: "\ed87"; }
.ri-folder-zip-line:before { content: "\ed88"; }
.ri-folders-fill:before { content: "\ed89"; }
.ri-folders-line:before { content: "\ed8a"; }
.ri-font-color:before { content: "\ed8b"; }
.ri-font-size-2:before { content: "\ed8c"; }
.ri-font-size:before { content: "\ed8d"; }
.ri-football-fill:before { content: "\ed8e"; }
.ri-football-line:before { content: "\ed8f"; }
.ri-footprint-fill:before { content: "\ed90"; }
.ri-footprint-line:before { content: "\ed91"; }
.ri-forbid-2-fill:before { content: "\ed92"; }
.ri-forbid-2-line:before { content: "\ed93"; }
.ri-forbid-fill:before { content: "\ed94"; }
.ri-forbid-line:before { content: "\ed95"; }
.ri-format-clear:before { content: "\ed96"; }
.ri-fridge-fill:before { content: "\ed97"; }
.ri-fridge-line:before { content: "\ed98"; }
.ri-fullscreen-exit-fill:before { content: "\ed99"; }
.ri-fullscreen-exit-line:before { content: "\ed9a"; }
.ri-fullscreen-fill:before { content: "\ed9b"; }
.ri-fullscreen-line:before { content: "\ed9c"; }
.ri-function-fill:before { content: "\ed9d"; }
.ri-function-line:before { content: "\ed9e"; }
.ri-functions:before { content: "\ed9f"; }
.ri-funds-box-fill:before { content: "\eda0"; }
.ri-funds-box-line:before { content: "\eda1"; }
.ri-funds-fill:before { content: "\eda2"; }
.ri-funds-line:before { content: "\eda3"; }
.ri-gallery-fill:before { content: "\eda4"; }
.ri-gallery-line:before { content: "\eda5"; }
.ri-gallery-upload-fill:before { content: "\eda6"; }
.ri-gallery-upload-line:before { content: "\eda7"; }
.ri-game-fill:before { content: "\eda8"; }
.ri-game-line:before { content: "\eda9"; }
.ri-gamepad-fill:before { content: "\edaa"; }
.ri-gamepad-line:before { content: "\edab"; }
.ri-gas-station-fill:before { content: "\edac"; }
.ri-gas-station-line:before { content: "\edad"; }
.ri-gatsby-fill:before { content: "\edae"; }
.ri-gatsby-line:before { content: "\edaf"; }
.ri-genderless-fill:before { content: "\edb0"; }
.ri-genderless-line:before { content: "\edb1"; }
.ri-ghost-2-fill:before { content: "\edb2"; }
.ri-ghost-2-line:before { content: "\edb3"; }
.ri-ghost-fill:before { content: "\edb4"; }
.ri-ghost-line:before { content: "\edb5"; }
.ri-ghost-smile-fill:before { content: "\edb6"; }
.ri-ghost-smile-line:before { content: "\edb7"; }
.ri-gift-2-fill:before { content: "\edb8"; }
.ri-gift-2-line:before { content: "\edb9"; }
.ri-gift-fill:before { content: "\edba"; }
.ri-gift-line:before { content: "\edbb"; }
.ri-git-branch-fill:before { content: "\edbc"; }
.ri-git-branch-line:before { content: "\edbd"; }
.ri-git-commit-fill:before { content: "\edbe"; }
.ri-git-commit-line:before { content: "\edbf"; }
.ri-git-merge-fill:before { content: "\edc0"; }
.ri-git-merge-line:before { content: "\edc1"; }
.ri-git-pull-request-fill:before { content: "\edc2"; }
.ri-git-pull-request-line:before { content: "\edc3"; }
.ri-git-repository-commits-fill:before { content: "\edc4"; }
.ri-git-repository-commits-line:before { content: "\edc5"; }
.ri-git-repository-fill:before { content: "\edc6"; }
.ri-git-repository-line:before { content: "\edc7"; }
.ri-git-repository-private-fill:before { content: "\edc8"; }
.ri-git-repository-private-line:before { content: "\edc9"; }
.ri-github-fill:before { content: "\edca"; }
.ri-github-line:before { content: "\edcb"; }
.ri-gitlab-fill:before { content: "\edcc"; }
.ri-gitlab-line:before { content: "\edcd"; }
.ri-global-fill:before { content: "\edce"; }
.ri-global-line:before { content: "\edcf"; }
.ri-globe-fill:before { content: "\edd0"; }
.ri-globe-line:before { content: "\edd1"; }
.ri-goblet-fill:before { content: "\edd2"; }
.ri-goblet-line:before { content: "\edd3"; }
.ri-google-fill:before { content: "\edd4"; }
.ri-google-line:before { content: "\edd5"; }
.ri-google-play-fill:before { content: "\edd6"; }
.ri-google-play-line:before { content: "\edd7"; }
.ri-government-fill:before { content: "\edd8"; }
.ri-government-line:before { content: "\edd9"; }
.ri-gps-fill:before { content: "\edda"; }
.ri-gps-line:before { content: "\eddb"; }
.ri-gradienter-fill:before { content: "\eddc"; }
.ri-gradienter-line:before { content: "\eddd"; }
.ri-grid-fill:before { content: "\edde"; }
.ri-grid-line:before { content: "\eddf"; }
.ri-group-2-fill:before { content: "\ede0"; }
.ri-group-2-line:before { content: "\ede1"; }
.ri-group-fill:before { content: "\ede2"; }
.ri-group-line:before { content: "\ede3"; }
.ri-guide-fill:before { content: "\ede4"; }
.ri-guide-line:before { content: "\ede5"; }
.ri-h-1:before { content: "\ede6"; }
.ri-h-2:before { content: "\ede7"; }
.ri-h-3:before { content: "\ede8"; }
.ri-h-4:before { content: "\ede9"; }
.ri-h-5:before { content: "\edea"; }
.ri-h-6:before { content: "\edeb"; }
.ri-hail-fill:before { content: "\edec"; }
.ri-hail-line:before { content: "\eded"; }
.ri-hammer-fill:before { content: "\edee"; }
.ri-hammer-line:before { content: "\edef"; }
.ri-hand-coin-fill:before { content: "\edf0"; }
.ri-hand-coin-line:before { content: "\edf1"; }
.ri-hand-heart-fill:before { content: "\edf2"; }
.ri-hand-heart-line:before { content: "\edf3"; }
.ri-hand-sanitizer-fill:before { content: "\edf4"; }
.ri-hand-sanitizer-line:before { content: "\edf5"; }
.ri-handbag-fill:before { content: "\edf6"; }
.ri-handbag-line:before { content: "\edf7"; }
.ri-hard-drive-2-fill:before { content: "\edf8"; }
.ri-hard-drive-2-line:before { content: "\edf9"; }
.ri-hard-drive-fill:before { content: "\edfa"; }
.ri-hard-drive-line:before { content: "\edfb"; }
.ri-hashtag:before { content: "\edfc"; }
.ri-haze-2-fill:before { content: "\edfd"; }
.ri-haze-2-line:before { content: "\edfe"; }
.ri-haze-fill:before { content: "\edff"; }
.ri-haze-line:before { content: "\ee00"; }
.ri-hd-fill:before { content: "\ee01"; }
.ri-hd-line:before { content: "\ee02"; }
.ri-heading:before { content: "\ee03"; }
.ri-headphone-fill:before { content: "\ee04"; }
.ri-headphone-line:before { content: "\ee05"; }
.ri-health-book-fill:before { content: "\ee06"; }
.ri-health-book-line:before { content: "\ee07"; }
.ri-heart-2-fill:before { content: "\ee08"; }
.ri-heart-2-line:before { content: "\ee09"; }
.ri-heart-3-fill:before { content: "\ee0a"; }
.ri-heart-3-line:before { content: "\ee0b"; }
.ri-heart-add-fill:before { content: "\ee0c"; }
.ri-heart-add-line:before { content: "\ee0d"; }
.ri-heart-fill:before { content: "\ee0e"; }
.ri-heart-line:before { content: "\ee0f"; }
.ri-heart-pulse-fill:before { content: "\ee10"; }
.ri-heart-pulse-line:before { content: "\ee11"; }
.ri-hearts-fill:before { content: "\ee12"; }
.ri-hearts-line:before { content: "\ee13"; }
.ri-heavy-showers-fill:before { content: "\ee14"; }
.ri-heavy-showers-line:before { content: "\ee15"; }
.ri-history-fill:before { content: "\ee16"; }
.ri-history-line:before { content: "\ee17"; }
.ri-home-2-fill:before { content: "\ee18"; }
.ri-home-2-line:before { content: "\ee19"; }
.ri-home-3-fill:before { content: "\ee1a"; }
.ri-home-3-line:before { content: "\ee1b"; }
.ri-home-4-fill:before { content: "\ee1c"; }
.ri-home-4-line:before { content: "\ee1d"; }
.ri-home-5-fill:before { content: "\ee1e"; }
.ri-home-5-line:before { content: "\ee1f"; }
.ri-home-6-fill:before { content: "\ee20"; }
.ri-home-6-line:before { content: "\ee21"; }
.ri-home-7-fill:before { content: "\ee22"; }
.ri-home-7-line:before { content: "\ee23"; }
.ri-home-8-fill:before { content: "\ee24"; }
.ri-home-8-line:before { content: "\ee25"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-home-gear-fill:before { content: "\ee27"; }
.ri-home-gear-line:before { content: "\ee28"; }
.ri-home-heart-fill:before { content: "\ee29"; }
.ri-home-heart-line:before { content: "\ee2a"; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-smile-2-fill:before { content: "\ee2c"; }
.ri-home-smile-2-line:before { content: "\ee2d"; }
.ri-home-smile-fill:before { content: "\ee2e"; }
.ri-home-smile-line:before { content: "\ee2f"; }
.ri-home-wifi-fill:before { content: "\ee30"; }
.ri-home-wifi-line:before { content: "\ee31"; }
.ri-honor-of-kings-fill:before { content: "\ee32"; }
.ri-honor-of-kings-line:before { content: "\ee33"; }
.ri-honour-fill:before { content: "\ee34"; }
.ri-honour-line:before { content: "\ee35"; }
.ri-hospital-fill:before { content: "\ee36"; }
.ri-hospital-line:before { content: "\ee37"; }
.ri-hotel-bed-fill:before { content: "\ee38"; }
.ri-hotel-bed-line:before { content: "\ee39"; }
.ri-hotel-fill:before { content: "\ee3a"; }
.ri-hotel-line:before { content: "\ee3b"; }
.ri-hotspot-fill:before { content: "\ee3c"; }
.ri-hotspot-line:before { content: "\ee3d"; }
.ri-hq-fill:before { content: "\ee3e"; }
.ri-hq-line:before { content: "\ee3f"; }
.ri-html5-fill:before { content: "\ee40"; }
.ri-html5-line:before { content: "\ee41"; }
.ri-ie-fill:before { content: "\ee42"; }
.ri-ie-line:before { content: "\ee43"; }
.ri-image-2-fill:before { content: "\ee44"; }
.ri-image-2-line:before { content: "\ee45"; }
.ri-image-add-fill:before { content: "\ee46"; }
.ri-image-add-line:before { content: "\ee47"; }
.ri-image-edit-fill:before { content: "\ee48"; }
.ri-image-edit-line:before { content: "\ee49"; }
.ri-image-fill:before { content: "\ee4a"; }
.ri-image-line:before { content: "\ee4b"; }
.ri-inbox-archive-fill:before { content: "\ee4c"; }
.ri-inbox-archive-line:before { content: "\ee4d"; }
.ri-inbox-fill:before { content: "\ee4e"; }
.ri-inbox-line:before { content: "\ee4f"; }
.ri-inbox-unarchive-fill:before { content: "\ee50"; }
.ri-inbox-unarchive-line:before { content: "\ee51"; }
.ri-increase-decrease-fill:before { content: "\ee52"; }
.ri-increase-decrease-line:before { content: "\ee53"; }
.ri-indent-decrease:before { content: "\ee54"; }
.ri-indent-increase:before { content: "\ee55"; }
.ri-indeterminate-circle-fill:before { content: "\ee56"; }
.ri-indeterminate-circle-line:before { content: "\ee57"; }
.ri-information-fill:before { content: "\ee58"; }
.ri-information-line:before { content: "\ee59"; }
.ri-infrared-thermometer-fill:before { content: "\ee5a"; }
.ri-infrared-thermometer-line:before { content: "\ee5b"; }
.ri-ink-bottle-fill:before { content: "\ee5c"; }
.ri-ink-bottle-line:before { content: "\ee5d"; }
.ri-input-cursor-move:before { content: "\ee5e"; }
.ri-input-method-fill:before { content: "\ee5f"; }
.ri-input-method-line:before { content: "\ee60"; }
.ri-insert-column-left:before { content: "\ee61"; }
.ri-insert-column-right:before { content: "\ee62"; }
.ri-insert-row-bottom:before { content: "\ee63"; }
.ri-insert-row-top:before { content: "\ee64"; }
.ri-instagram-fill:before { content: "\ee65"; }
.ri-instagram-line:before { content: "\ee66"; }
.ri-install-fill:before { content: "\ee67"; }
.ri-install-line:before { content: "\ee68"; }
.ri-invision-fill:before { content: "\ee69"; }
.ri-invision-line:before { content: "\ee6a"; }
.ri-italic:before { content: "\ee6b"; }
.ri-kakao-talk-fill:before { content: "\ee6c"; }
.ri-kakao-talk-line:before { content: "\ee6d"; }
.ri-key-2-fill:before { content: "\ee6e"; }
.ri-key-2-line:before { content: "\ee6f"; }
.ri-key-fill:before { content: "\ee70"; }
.ri-key-line:before { content: "\ee71"; }
.ri-keyboard-box-fill:before { content: "\ee72"; }
.ri-keyboard-box-line:before { content: "\ee73"; }
.ri-keyboard-fill:before { content: "\ee74"; }
.ri-keyboard-line:before { content: "\ee75"; }
.ri-keynote-fill:before { content: "\ee76"; }
.ri-keynote-line:before { content: "\ee77"; }
.ri-knife-blood-fill:before { content: "\ee78"; }
.ri-knife-blood-line:before { content: "\ee79"; }
.ri-knife-fill:before { content: "\ee7a"; }
.ri-knife-line:before { content: "\ee7b"; }
.ri-landscape-fill:before { content: "\ee7c"; }
.ri-landscape-line:before { content: "\ee7d"; }
.ri-layout-2-fill:before { content: "\ee7e"; }
.ri-layout-2-line:before { content: "\ee7f"; }
.ri-layout-3-fill:before { content: "\ee80"; }
.ri-layout-3-line:before { content: "\ee81"; }
.ri-layout-4-fill:before { content: "\ee82"; }
.ri-layout-4-line:before { content: "\ee83"; }
.ri-layout-5-fill:before { content: "\ee84"; }
.ri-layout-5-line:before { content: "\ee85"; }
.ri-layout-6-fill:before { content: "\ee86"; }
.ri-layout-6-line:before { content: "\ee87"; }
.ri-layout-bottom-2-fill:before { content: "\ee88"; }
.ri-layout-bottom-2-line:before { content: "\ee89"; }
.ri-layout-bottom-fill:before { content: "\ee8a"; }
.ri-layout-bottom-line:before { content: "\ee8b"; }
.ri-layout-column-fill:before { content: "\ee8c"; }
.ri-layout-column-line:before { content: "\ee8d"; }
.ri-layout-fill:before { content: "\ee8e"; }
.ri-layout-grid-fill:before { content: "\ee8f"; }
.ri-layout-grid-line:before { content: "\ee90"; }
.ri-layout-left-2-fill:before { content: "\ee91"; }
.ri-layout-left-2-line:before { content: "\ee92"; }
.ri-layout-left-fill:before { content: "\ee93"; }
.ri-layout-left-line:before { content: "\ee94"; }
.ri-layout-line:before { content: "\ee95"; }
.ri-layout-masonry-fill:before { content: "\ee96"; }
.ri-layout-masonry-line:before { content: "\ee97"; }
.ri-layout-right-2-fill:before { content: "\ee98"; }
.ri-layout-right-2-line:before { content: "\ee99"; }
.ri-layout-right-fill:before { content: "\ee9a"; }
.ri-layout-right-line:before { content: "\ee9b"; }
.ri-layout-row-fill:before { content: "\ee9c"; }
.ri-layout-row-line:before { content: "\ee9d"; }
.ri-layout-top-2-fill:before { content: "\ee9e"; }
.ri-layout-top-2-line:before { content: "\ee9f"; }
.ri-layout-top-fill:before { content: "\eea0"; }
.ri-layout-top-line:before { content: "\eea1"; }
.ri-leaf-fill:before { content: "\eea2"; }
.ri-leaf-line:before { content: "\eea3"; }
.ri-lifebuoy-fill:before { content: "\eea4"; }
.ri-lifebuoy-line:before { content: "\eea5"; }
.ri-lightbulb-fill:before { content: "\eea6"; }
.ri-lightbulb-flash-fill:before { content: "\eea7"; }
.ri-lightbulb-flash-line:before { content: "\eea8"; }
.ri-lightbulb-line:before { content: "\eea9"; }
.ri-line-chart-fill:before { content: "\eeaa"; }
.ri-line-chart-line:before { content: "\eeab"; }
.ri-line-fill:before { content: "\eeac"; }
.ri-line-height:before { content: "\eead"; }
.ri-line-line:before { content: "\eeae"; }
.ri-link-m:before { content: "\eeaf"; }
.ri-link-unlink-m:before { content: "\eeb0"; }
.ri-link-unlink:before { content: "\eeb1"; }
.ri-link:before { content: "\eeb2"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-linkedin-box-line:before { content: "\eeb4"; }
.ri-linkedin-fill:before { content: "\eeb5"; }
.ri-linkedin-line:before { content: "\eeb6"; }
.ri-links-fill:before { content: "\eeb7"; }
.ri-links-line:before { content: "\eeb8"; }
.ri-list-check-2:before { content: "\eeb9"; }
.ri-list-check:before { content: "\eeba"; }
.ri-list-ordered:before { content: "\eebb"; }
.ri-list-settings-fill:before { content: "\eebc"; }
.ri-list-settings-line:before { content: "\eebd"; }
.ri-list-unordered:before { content: "\eebe"; }
.ri-live-fill:before { content: "\eebf"; }
.ri-live-line:before { content: "\eec0"; }
.ri-loader-2-fill:before { content: "\eec1"; }
.ri-loader-2-line:before { content: "\eec2"; }
.ri-loader-3-fill:before { content: "\eec3"; }
.ri-loader-3-line:before { content: "\eec4"; }
.ri-loader-4-fill:before { content: "\eec5"; }
.ri-loader-4-line:before { content: "\eec6"; }
.ri-loader-5-fill:before { content: "\eec7"; }
.ri-loader-5-line:before { content: "\eec8"; }
.ri-loader-fill:before { content: "\eec9"; }
.ri-loader-line:before { content: "\eeca"; }
.ri-lock-2-fill:before { content: "\eecb"; }
.ri-lock-2-line:before { content: "\eecc"; }
.ri-lock-fill:before { content: "\eecd"; }
.ri-lock-line:before { content: "\eece"; }
.ri-lock-password-fill:before { content: "\eecf"; }
.ri-lock-password-line:before { content: "\eed0"; }
.ri-lock-unlock-fill:before { content: "\eed1"; }
.ri-lock-unlock-line:before { content: "\eed2"; }
.ri-login-box-fill:before { content: "\eed3"; }
.ri-login-box-line:before { content: "\eed4"; }
.ri-login-circle-fill:before { content: "\eed5"; }
.ri-login-circle-line:before { content: "\eed6"; }
.ri-logout-box-fill:before { content: "\eed7"; }
.ri-logout-box-line:before { content: "\eed8"; }
.ri-logout-box-r-fill:before { content: "\eed9"; }
.ri-logout-box-r-line:before { content: "\eeda"; }
.ri-logout-circle-fill:before { content: "\eedb"; }
.ri-logout-circle-line:before { content: "\eedc"; }
.ri-logout-circle-r-fill:before { content: "\eedd"; }
.ri-logout-circle-r-line:before { content: "\eede"; }
.ri-luggage-cart-fill:before { content: "\eedf"; }
.ri-luggage-cart-line:before { content: "\eee0"; }
.ri-luggage-deposit-fill:before { content: "\eee1"; }
.ri-luggage-deposit-line:before { content: "\eee2"; }
.ri-lungs-fill:before { content: "\eee3"; }
.ri-lungs-line:before { content: "\eee4"; }
.ri-mac-fill:before { content: "\eee5"; }
.ri-mac-line:before { content: "\eee6"; }
.ri-macbook-fill:before { content: "\eee7"; }
.ri-macbook-line:before { content: "\eee8"; }
.ri-magic-fill:before { content: "\eee9"; }
.ri-magic-line:before { content: "\eeea"; }
.ri-mail-add-fill:before { content: "\eeeb"; }
.ri-mail-add-line:before { content: "\eeec"; }
.ri-mail-check-fill:before { content: "\eeed"; }
.ri-mail-check-line:before { content: "\eeee"; }
.ri-mail-close-fill:before { content: "\eeef"; }
.ri-mail-close-line:before { content: "\eef0"; }
.ri-mail-download-fill:before { content: "\eef1"; }
.ri-mail-download-line:before { content: "\eef2"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-mail-forbid-fill:before { content: "\eef4"; }
.ri-mail-forbid-line:before { content: "\eef5"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-lock-fill:before { content: "\eef7"; }
.ri-mail-lock-line:before { content: "\eef8"; }
.ri-mail-open-fill:before { content: "\eef9"; }
.ri-mail-open-line:before { content: "\eefa"; }
.ri-mail-send-fill:before { content: "\eefb"; }
.ri-mail-send-line:before { content: "\eefc"; }
.ri-mail-settings-fill:before { content: "\eefd"; }
.ri-mail-settings-line:before { content: "\eefe"; }
.ri-mail-star-fill:before { content: "\eeff"; }
.ri-mail-star-line:before { content: "\ef00"; }
.ri-mail-unread-fill:before { content: "\ef01"; }
.ri-mail-unread-line:before { content: "\ef02"; }
.ri-mail-volume-fill:before { content: "\ef03"; }
.ri-mail-volume-line:before { content: "\ef04"; }
.ri-map-2-fill:before { content: "\ef05"; }
.ri-map-2-line:before { content: "\ef06"; }
.ri-map-fill:before { content: "\ef07"; }
.ri-map-line:before { content: "\ef08"; }
.ri-map-pin-2-fill:before { content: "\ef09"; }
.ri-map-pin-2-line:before { content: "\ef0a"; }
.ri-map-pin-3-fill:before { content: "\ef0b"; }
.ri-map-pin-3-line:before { content: "\ef0c"; }
.ri-map-pin-4-fill:before { content: "\ef0d"; }
.ri-map-pin-4-line:before { content: "\ef0e"; }
.ri-map-pin-5-fill:before { content: "\ef0f"; }
.ri-map-pin-5-line:before { content: "\ef10"; }
.ri-map-pin-add-fill:before { content: "\ef11"; }
.ri-map-pin-add-line:before { content: "\ef12"; }
.ri-map-pin-fill:before { content: "\ef13"; }
.ri-map-pin-line:before { content: "\ef14"; }
.ri-map-pin-range-fill:before { content: "\ef15"; }
.ri-map-pin-range-line:before { content: "\ef16"; }
.ri-map-pin-time-fill:before { content: "\ef17"; }
.ri-map-pin-time-line:before { content: "\ef18"; }
.ri-map-pin-user-fill:before { content: "\ef19"; }
.ri-map-pin-user-line:before { content: "\ef1a"; }
.ri-mark-pen-fill:before { content: "\ef1b"; }
.ri-mark-pen-line:before { content: "\ef1c"; }
.ri-markdown-fill:before { content: "\ef1d"; }
.ri-markdown-line:before { content: "\ef1e"; }
.ri-markup-fill:before { content: "\ef1f"; }
.ri-markup-line:before { content: "\ef20"; }
.ri-mastercard-fill:before { content: "\ef21"; }
.ri-mastercard-line:before { content: "\ef22"; }
.ri-mastodon-fill:before { content: "\ef23"; }
.ri-mastodon-line:before { content: "\ef24"; }
.ri-medal-2-fill:before { content: "\ef25"; }
.ri-medal-2-line:before { content: "\ef26"; }
.ri-medal-fill:before { content: "\ef27"; }
.ri-medal-line:before { content: "\ef28"; }
.ri-medicine-bottle-fill:before { content: "\ef29"; }
.ri-medicine-bottle-line:before { content: "\ef2a"; }
.ri-medium-fill:before { content: "\ef2b"; }
.ri-medium-line:before { content: "\ef2c"; }
.ri-men-fill:before { content: "\ef2d"; }
.ri-men-line:before { content: "\ef2e"; }
.ri-mental-health-fill:before { content: "\ef2f"; }
.ri-mental-health-line:before { content: "\ef30"; }
.ri-menu-2-fill:before { content: "\ef31"; }
.ri-menu-2-line:before { content: "\ef32"; }
.ri-menu-3-fill:before { content: "\ef33"; }
.ri-menu-3-line:before { content: "\ef34"; }
.ri-menu-4-fill:before { content: "\ef35"; }
.ri-menu-4-line:before { content: "\ef36"; }
.ri-menu-5-fill:before { content: "\ef37"; }
.ri-menu-5-line:before { content: "\ef38"; }
.ri-menu-add-fill:before { content: "\ef39"; }
.ri-menu-add-line:before { content: "\ef3a"; }
.ri-menu-fill:before { content: "\ef3b"; }
.ri-menu-fold-fill:before { content: "\ef3c"; }
.ri-menu-fold-line:before { content: "\ef3d"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-menu-unfold-fill:before { content: "\ef3f"; }
.ri-menu-unfold-line:before { content: "\ef40"; }
.ri-merge-cells-horizontal:before { content: "\ef41"; }
.ri-merge-cells-vertical:before { content: "\ef42"; }
.ri-message-2-fill:before { content: "\ef43"; }
.ri-message-2-line:before { content: "\ef44"; }
.ri-message-3-fill:before { content: "\ef45"; }
.ri-message-3-line:before { content: "\ef46"; }
.ri-message-fill:before { content: "\ef47"; }
.ri-message-line:before { content: "\ef48"; }
.ri-messenger-fill:before { content: "\ef49"; }
.ri-messenger-line:before { content: "\ef4a"; }
.ri-meteor-fill:before { content: "\ef4b"; }
.ri-meteor-line:before { content: "\ef4c"; }
.ri-mic-2-fill:before { content: "\ef4d"; }
.ri-mic-2-line:before { content: "\ef4e"; }
.ri-mic-fill:before { content: "\ef4f"; }
.ri-mic-line:before { content: "\ef50"; }
.ri-mic-off-fill:before { content: "\ef51"; }
.ri-mic-off-line:before { content: "\ef52"; }
.ri-mickey-fill:before { content: "\ef53"; }
.ri-mickey-line:before { content: "\ef54"; }
.ri-microscope-fill:before { content: "\ef55"; }
.ri-microscope-line:before { content: "\ef56"; }
.ri-microsoft-fill:before { content: "\ef57"; }
.ri-microsoft-line:before { content: "\ef58"; }
.ri-mind-map:before { content: "\ef59"; }
.ri-mini-program-fill:before { content: "\ef5a"; }
.ri-mini-program-line:before { content: "\ef5b"; }
.ri-mist-fill:before { content: "\ef5c"; }
.ri-mist-line:before { content: "\ef5d"; }
.ri-money-cny-box-fill:before { content: "\ef5e"; }
.ri-money-cny-box-line:before { content: "\ef5f"; }
.ri-money-cny-circle-fill:before { content: "\ef60"; }
.ri-money-cny-circle-line:before { content: "\ef61"; }
.ri-money-dollar-box-fill:before { content: "\ef62"; }
.ri-money-dollar-box-line:before { content: "\ef63"; }
.ri-money-dollar-circle-fill:before { content: "\ef64"; }
.ri-money-dollar-circle-line:before { content: "\ef65"; }
.ri-money-euro-box-fill:before { content: "\ef66"; }
.ri-money-euro-box-line:before { content: "\ef67"; }
.ri-money-euro-circle-fill:before { content: "\ef68"; }
.ri-money-euro-circle-line:before { content: "\ef69"; }
.ri-money-pound-box-fill:before { content: "\ef6a"; }
.ri-money-pound-box-line:before { content: "\ef6b"; }
.ri-money-pound-circle-fill:before { content: "\ef6c"; }
.ri-money-pound-circle-line:before { content: "\ef6d"; }
.ri-moon-clear-fill:before { content: "\ef6e"; }
.ri-moon-clear-line:before { content: "\ef6f"; }
.ri-moon-cloudy-fill:before { content: "\ef70"; }
.ri-moon-cloudy-line:before { content: "\ef71"; }
.ri-moon-fill:before { content: "\ef72"; }
.ri-moon-foggy-fill:before { content: "\ef73"; }
.ri-moon-foggy-line:before { content: "\ef74"; }
.ri-moon-line:before { content: "\ef75"; }
.ri-more-2-fill:before { content: "\ef76"; }
.ri-more-2-line:before { content: "\ef77"; }
.ri-more-fill:before { content: "\ef78"; }
.ri-more-line:before { content: "\ef79"; }
.ri-motorbike-fill:before { content: "\ef7a"; }
.ri-motorbike-line:before { content: "\ef7b"; }
.ri-mouse-fill:before { content: "\ef7c"; }
.ri-mouse-line:before { content: "\ef7d"; }
.ri-movie-2-fill:before { content: "\ef7e"; }
.ri-movie-2-line:before { content: "\ef7f"; }
.ri-movie-fill:before { content: "\ef80"; }
.ri-movie-line:before { content: "\ef81"; }
.ri-music-2-fill:before { content: "\ef82"; }
.ri-music-2-line:before { content: "\ef83"; }
.ri-music-fill:before { content: "\ef84"; }
.ri-music-line:before { content: "\ef85"; }
.ri-mv-fill:before { content: "\ef86"; }
.ri-mv-line:before { content: "\ef87"; }
.ri-navigation-fill:before { content: "\ef88"; }
.ri-navigation-line:before { content: "\ef89"; }
.ri-netease-cloud-music-fill:before { content: "\ef8a"; }
.ri-netease-cloud-music-line:before { content: "\ef8b"; }
.ri-netflix-fill:before { content: "\ef8c"; }
.ri-netflix-line:before { content: "\ef8d"; }
.ri-newspaper-fill:before { content: "\ef8e"; }
.ri-newspaper-line:before { content: "\ef8f"; }
.ri-node-tree:before { content: "\ef90"; }
.ri-notification-2-fill:before { content: "\ef91"; }
.ri-notification-2-line:before { content: "\ef92"; }
.ri-notification-3-fill:before { content: "\ef93"; }
.ri-notification-3-line:before { content: "\ef94"; }
.ri-notification-4-fill:before { content: "\ef95"; }
.ri-notification-4-line:before { content: "\ef96"; }
.ri-notification-badge-fill:before { content: "\ef97"; }
.ri-notification-badge-line:before { content: "\ef98"; }
.ri-notification-fill:before { content: "\ef99"; }
.ri-notification-line:before { content: "\ef9a"; }
.ri-notification-off-fill:before { content: "\ef9b"; }
.ri-notification-off-line:before { content: "\ef9c"; }
.ri-npmjs-fill:before { content: "\ef9d"; }
.ri-npmjs-line:before { content: "\ef9e"; }
.ri-number-0:before { content: "\ef9f"; }
.ri-number-1:before { content: "\efa0"; }
.ri-number-2:before { content: "\efa1"; }
.ri-number-3:before { content: "\efa2"; }
.ri-number-4:before { content: "\efa3"; }
.ri-number-5:before { content: "\efa4"; }
.ri-number-6:before { content: "\efa5"; }
.ri-number-7:before { content: "\efa6"; }
.ri-number-8:before { content: "\efa7"; }
.ri-number-9:before { content: "\efa8"; }
.ri-numbers-fill:before { content: "\efa9"; }
.ri-numbers-line:before { content: "\efaa"; }
.ri-nurse-fill:before { content: "\efab"; }
.ri-nurse-line:before { content: "\efac"; }
.ri-oil-fill:before { content: "\efad"; }
.ri-oil-line:before { content: "\efae"; }
.ri-omega:before { content: "\efaf"; }
.ri-open-arm-fill:before { content: "\efb0"; }
.ri-open-arm-line:before { content: "\efb1"; }
.ri-open-source-fill:before { content: "\efb2"; }
.ri-open-source-line:before { content: "\efb3"; }
.ri-opera-fill:before { content: "\efb4"; }
.ri-opera-line:before { content: "\efb5"; }
.ri-order-play-fill:before { content: "\efb6"; }
.ri-order-play-line:before { content: "\efb7"; }
.ri-organization-chart:before { content: "\efb8"; }
.ri-outlet-2-fill:before { content: "\efb9"; }
.ri-outlet-2-line:before { content: "\efba"; }
.ri-outlet-fill:before { content: "\efbb"; }
.ri-outlet-line:before { content: "\efbc"; }
.ri-page-separator:before { content: "\efbd"; }
.ri-pages-fill:before { content: "\efbe"; }
.ri-pages-line:before { content: "\efbf"; }
.ri-paint-brush-fill:before { content: "\efc0"; }
.ri-paint-brush-line:before { content: "\efc1"; }
.ri-paint-fill:before { content: "\efc2"; }
.ri-paint-line:before { content: "\efc3"; }
.ri-palette-fill:before { content: "\efc4"; }
.ri-palette-line:before { content: "\efc5"; }
.ri-pantone-fill:before { content: "\efc6"; }
.ri-pantone-line:before { content: "\efc7"; }
.ri-paragraph:before { content: "\efc8"; }
.ri-parent-fill:before { content: "\efc9"; }
.ri-parent-line:before { content: "\efca"; }
.ri-parentheses-fill:before { content: "\efcb"; }
.ri-parentheses-line:before { content: "\efcc"; }
.ri-parking-box-fill:before { content: "\efcd"; }
.ri-parking-box-line:before { content: "\efce"; }
.ri-parking-fill:before { content: "\efcf"; }
.ri-parking-line:before { content: "\efd0"; }
.ri-passport-fill:before { content: "\efd1"; }
.ri-passport-line:before { content: "\efd2"; }
.ri-patreon-fill:before { content: "\efd3"; }
.ri-patreon-line:before { content: "\efd4"; }
.ri-pause-circle-fill:before { content: "\efd5"; }
.ri-pause-circle-line:before { content: "\efd6"; }
.ri-pause-fill:before { content: "\efd7"; }
.ri-pause-line:before { content: "\efd8"; }
.ri-pause-mini-fill:before { content: "\efd9"; }
.ri-pause-mini-line:before { content: "\efda"; }
.ri-paypal-fill:before { content: "\efdb"; }
.ri-paypal-line:before { content: "\efdc"; }
.ri-pen-nib-fill:before { content: "\efdd"; }
.ri-pen-nib-line:before { content: "\efde"; }
.ri-pencil-fill:before { content: "\efdf"; }
.ri-pencil-line:before { content: "\efe0"; }
.ri-pencil-ruler-2-fill:before { content: "\efe1"; }
.ri-pencil-ruler-2-line:before { content: "\efe2"; }
.ri-pencil-ruler-fill:before { content: "\efe3"; }
.ri-pencil-ruler-line:before { content: "\efe4"; }
.ri-percent-fill:before { content: "\efe5"; }
.ri-percent-line:before { content: "\efe6"; }
.ri-phone-camera-fill:before { content: "\efe7"; }
.ri-phone-camera-line:before { content: "\efe8"; }
.ri-phone-fill:before { content: "\efe9"; }
.ri-phone-find-fill:before { content: "\efea"; }
.ri-phone-find-line:before { content: "\efeb"; }
.ri-phone-line:before { content: "\efec"; }
.ri-phone-lock-fill:before { content: "\efed"; }
.ri-phone-lock-line:before { content: "\efee"; }
.ri-picture-in-picture-2-fill:before { content: "\efef"; }
.ri-picture-in-picture-2-line:before { content: "\eff0"; }
.ri-picture-in-picture-exit-fill:before { content: "\eff1"; }
.ri-picture-in-picture-exit-line:before { content: "\eff2"; }
.ri-picture-in-picture-fill:before { content: "\eff3"; }
.ri-picture-in-picture-line:before { content: "\eff4"; }
.ri-pie-chart-2-fill:before { content: "\eff5"; }
.ri-pie-chart-2-line:before { content: "\eff6"; }
.ri-pie-chart-box-fill:before { content: "\eff7"; }
.ri-pie-chart-box-line:before { content: "\eff8"; }
.ri-pie-chart-fill:before { content: "\eff9"; }
.ri-pie-chart-line:before { content: "\effa"; }
.ri-pin-distance-fill:before { content: "\effb"; }
.ri-pin-distance-line:before { content: "\effc"; }
.ri-ping-pong-fill:before { content: "\effd"; }
.ri-ping-pong-line:before { content: "\effe"; }
.ri-pinterest-fill:before { content: "\efff"; }
.ri-pinterest-line:before { content: "\f000"; }
.ri-pinyin-input:before { content: "\f001"; }
.ri-pixelfed-fill:before { content: "\f002"; }
.ri-pixelfed-line:before { content: "\f003"; }
.ri-plane-fill:before { content: "\f004"; }
.ri-plane-line:before { content: "\f005"; }
.ri-plant-fill:before { content: "\f006"; }
.ri-plant-line:before { content: "\f007"; }
.ri-play-circle-fill:before { content: "\f008"; }
.ri-play-circle-line:before { content: "\f009"; }
.ri-play-fill:before { content: "\f00a"; }
.ri-play-line:before { content: "\f00b"; }
.ri-play-list-2-fill:before { content: "\f00c"; }
.ri-play-list-2-line:before { content: "\f00d"; }
.ri-play-list-add-fill:before { content: "\f00e"; }
.ri-play-list-add-line:before { content: "\f00f"; }
.ri-play-list-fill:before { content: "\f010"; }
.ri-play-list-line:before { content: "\f011"; }
.ri-play-mini-fill:before { content: "\f012"; }
.ri-play-mini-line:before { content: "\f013"; }
.ri-playstation-fill:before { content: "\f014"; }
.ri-playstation-line:before { content: "\f015"; }
.ri-plug-2-fill:before { content: "\f016"; }
.ri-plug-2-line:before { content: "\f017"; }
.ri-plug-fill:before { content: "\f018"; }
.ri-plug-line:before { content: "\f019"; }
.ri-polaroid-2-fill:before { content: "\f01a"; }
.ri-polaroid-2-line:before { content: "\f01b"; }
.ri-polaroid-fill:before { content: "\f01c"; }
.ri-polaroid-line:before { content: "\f01d"; }
.ri-police-car-fill:before { content: "\f01e"; }
.ri-police-car-line:before { content: "\f01f"; }
.ri-price-tag-2-fill:before { content: "\f020"; }
.ri-price-tag-2-line:before { content: "\f021"; }
.ri-price-tag-3-fill:before { content: "\f022"; }
.ri-price-tag-3-line:before { content: "\f023"; }
.ri-price-tag-fill:before { content: "\f024"; }
.ri-price-tag-line:before { content: "\f025"; }
.ri-printer-cloud-fill:before { content: "\f026"; }
.ri-printer-cloud-line:before { content: "\f027"; }
.ri-printer-fill:before { content: "\f028"; }
.ri-printer-line:before { content: "\f029"; }
.ri-product-hunt-fill:before { content: "\f02a"; }
.ri-product-hunt-line:before { content: "\f02b"; }
.ri-profile-fill:before { content: "\f02c"; }
.ri-profile-line:before { content: "\f02d"; }
.ri-projector-2-fill:before { content: "\f02e"; }
.ri-projector-2-line:before { content: "\f02f"; }
.ri-projector-fill:before { content: "\f030"; }
.ri-projector-line:before { content: "\f031"; }
.ri-psychotherapy-fill:before { content: "\f032"; }
.ri-psychotherapy-line:before { content: "\f033"; }
.ri-pulse-fill:before { content: "\f034"; }
.ri-pulse-line:before { content: "\f035"; }
.ri-pushpin-2-fill:before { content: "\f036"; }
.ri-pushpin-2-line:before { content: "\f037"; }
.ri-pushpin-fill:before { content: "\f038"; }
.ri-pushpin-line:before { content: "\f039"; }
.ri-qq-fill:before { content: "\f03a"; }
.ri-qq-line:before { content: "\f03b"; }
.ri-qr-code-fill:before { content: "\f03c"; }
.ri-qr-code-line:before { content: "\f03d"; }
.ri-qr-scan-2-fill:before { content: "\f03e"; }
.ri-qr-scan-2-line:before { content: "\f03f"; }
.ri-qr-scan-fill:before { content: "\f040"; }
.ri-qr-scan-line:before { content: "\f041"; }
.ri-question-answer-fill:before { content: "\f042"; }
.ri-question-answer-line:before { content: "\f043"; }
.ri-question-fill:before { content: "\f044"; }
.ri-question-line:before { content: "\f045"; }
.ri-question-mark:before { content: "\f046"; }
.ri-questionnaire-fill:before { content: "\f047"; }
.ri-questionnaire-line:before { content: "\f048"; }
.ri-quill-pen-fill:before { content: "\f049"; }
.ri-quill-pen-line:before { content: "\f04a"; }
.ri-radar-fill:before { content: "\f04b"; }
.ri-radar-line:before { content: "\f04c"; }
.ri-radio-2-fill:before { content: "\f04d"; }
.ri-radio-2-line:before { content: "\f04e"; }
.ri-radio-button-fill:before { content: "\f04f"; }
.ri-radio-button-line:before { content: "\f050"; }
.ri-radio-fill:before { content: "\f051"; }
.ri-radio-line:before { content: "\f052"; }
.ri-rainbow-fill:before { content: "\f053"; }
.ri-rainbow-line:before { content: "\f054"; }
.ri-rainy-fill:before { content: "\f055"; }
.ri-rainy-line:before { content: "\f056"; }
.ri-reactjs-fill:before { content: "\f057"; }
.ri-reactjs-line:before { content: "\f058"; }
.ri-record-circle-fill:before { content: "\f059"; }
.ri-record-circle-line:before { content: "\f05a"; }
.ri-record-mail-fill:before { content: "\f05b"; }
.ri-record-mail-line:before { content: "\f05c"; }
.ri-recycle-fill:before { content: "\f05d"; }
.ri-recycle-line:before { content: "\f05e"; }
.ri-red-packet-fill:before { content: "\f05f"; }
.ri-red-packet-line:before { content: "\f060"; }
.ri-reddit-fill:before { content: "\f061"; }
.ri-reddit-line:before { content: "\f062"; }
.ri-refresh-fill:before { content: "\f063"; }
.ri-refresh-line:before { content: "\f064"; }
.ri-refund-2-fill:before { content: "\f065"; }
.ri-refund-2-line:before { content: "\f066"; }
.ri-refund-fill:before { content: "\f067"; }
.ri-refund-line:before { content: "\f068"; }
.ri-registered-fill:before { content: "\f069"; }
.ri-registered-line:before { content: "\f06a"; }
.ri-remixicon-fill:before { content: "\f06b"; }
.ri-remixicon-line:before { content: "\f06c"; }
.ri-remote-control-2-fill:before { content: "\f06d"; }
.ri-remote-control-2-line:before { content: "\f06e"; }
.ri-remote-control-fill:before { content: "\f06f"; }
.ri-remote-control-line:before { content: "\f070"; }
.ri-repeat-2-fill:before { content: "\f071"; }
.ri-repeat-2-line:before { content: "\f072"; }
.ri-repeat-fill:before { content: "\f073"; }
.ri-repeat-line:before { content: "\f074"; }
.ri-repeat-one-fill:before { content: "\f075"; }
.ri-repeat-one-line:before { content: "\f076"; }
.ri-reply-all-fill:before { content: "\f077"; }
.ri-reply-all-line:before { content: "\f078"; }
.ri-reply-fill:before { content: "\f079"; }
.ri-reply-line:before { content: "\f07a"; }
.ri-reserved-fill:before { content: "\f07b"; }
.ri-reserved-line:before { content: "\f07c"; }
.ri-rest-time-fill:before { content: "\f07d"; }
.ri-rest-time-line:before { content: "\f07e"; }
.ri-restart-fill:before { content: "\f07f"; }
.ri-restart-line:before { content: "\f080"; }
.ri-restaurant-2-fill:before { content: "\f081"; }
.ri-restaurant-2-line:before { content: "\f082"; }
.ri-restaurant-fill:before { content: "\f083"; }
.ri-restaurant-line:before { content: "\f084"; }
.ri-rewind-fill:before { content: "\f085"; }
.ri-rewind-line:before { content: "\f086"; }
.ri-rewind-mini-fill:before { content: "\f087"; }
.ri-rewind-mini-line:before { content: "\f088"; }
.ri-rhythm-fill:before { content: "\f089"; }
.ri-rhythm-line:before { content: "\f08a"; }
.ri-riding-fill:before { content: "\f08b"; }
.ri-riding-line:before { content: "\f08c"; }
.ri-road-map-fill:before { content: "\f08d"; }
.ri-road-map-line:before { content: "\f08e"; }
.ri-roadster-fill:before { content: "\f08f"; }
.ri-roadster-line:before { content: "\f090"; }
.ri-robot-fill:before { content: "\f091"; }
.ri-robot-line:before { content: "\f092"; }
.ri-rocket-2-fill:before { content: "\f093"; }
.ri-rocket-2-line:before { content: "\f094"; }
.ri-rocket-fill:before { content: "\f095"; }
.ri-rocket-line:before { content: "\f096"; }
.ri-rotate-lock-fill:before { content: "\f097"; }
.ri-rotate-lock-line:before { content: "\f098"; }
.ri-rounded-corner:before { content: "\f099"; }
.ri-route-fill:before { content: "\f09a"; }
.ri-route-line:before { content: "\f09b"; }
.ri-router-fill:before { content: "\f09c"; }
.ri-router-line:before { content: "\f09d"; }
.ri-rss-fill:before { content: "\f09e"; }
.ri-rss-line:before { content: "\f09f"; }
.ri-ruler-2-fill:before { content: "\f0a0"; }
.ri-ruler-2-line:before { content: "\f0a1"; }
.ri-ruler-fill:before { content: "\f0a2"; }
.ri-ruler-line:before { content: "\f0a3"; }
.ri-run-fill:before { content: "\f0a4"; }
.ri-run-line:before { content: "\f0a5"; }
.ri-safari-fill:before { content: "\f0a6"; }
.ri-safari-line:before { content: "\f0a7"; }
.ri-safe-2-fill:before { content: "\f0a8"; }
.ri-safe-2-line:before { content: "\f0a9"; }
.ri-safe-fill:before { content: "\f0aa"; }
.ri-safe-line:before { content: "\f0ab"; }
.ri-sailboat-fill:before { content: "\f0ac"; }
.ri-sailboat-line:before { content: "\f0ad"; }
.ri-save-2-fill:before { content: "\f0ae"; }
.ri-save-2-line:before { content: "\f0af"; }
.ri-save-3-fill:before { content: "\f0b0"; }
.ri-save-3-line:before { content: "\f0b1"; }
.ri-save-fill:before { content: "\f0b2"; }
.ri-save-line:before { content: "\f0b3"; }
.ri-scales-2-fill:before { content: "\f0b4"; }
.ri-scales-2-line:before { content: "\f0b5"; }
.ri-scales-3-fill:before { content: "\f0b6"; }
.ri-scales-3-line:before { content: "\f0b7"; }
.ri-scales-fill:before { content: "\f0b8"; }
.ri-scales-line:before { content: "\f0b9"; }
.ri-scan-2-fill:before { content: "\f0ba"; }
.ri-scan-2-line:before { content: "\f0bb"; }
.ri-scan-fill:before { content: "\f0bc"; }
.ri-scan-line:before { content: "\f0bd"; }
.ri-scissors-2-fill:before { content: "\f0be"; }
.ri-scissors-2-line:before { content: "\f0bf"; }
.ri-scissors-cut-fill:before { content: "\f0c0"; }
.ri-scissors-cut-line:before { content: "\f0c1"; }
.ri-scissors-fill:before { content: "\f0c2"; }
.ri-scissors-line:before { content: "\f0c3"; }
.ri-screenshot-2-fill:before { content: "\f0c4"; }
.ri-screenshot-2-line:before { content: "\f0c5"; }
.ri-screenshot-fill:before { content: "\f0c6"; }
.ri-screenshot-line:before { content: "\f0c7"; }
.ri-sd-card-fill:before { content: "\f0c8"; }
.ri-sd-card-line:before { content: "\f0c9"; }
.ri-sd-card-mini-fill:before { content: "\f0ca"; }
.ri-sd-card-mini-line:before { content: "\f0cb"; }
.ri-search-2-fill:before { content: "\f0cc"; }
.ri-search-2-line:before { content: "\f0cd"; }
.ri-search-eye-fill:before { content: "\f0ce"; }
.ri-search-eye-line:before { content: "\f0cf"; }
.ri-search-fill:before { content: "\f0d0"; }
.ri-search-line:before { content: "\f0d1"; }
.ri-secure-payment-fill:before { content: "\f0d2"; }
.ri-secure-payment-line:before { content: "\f0d3"; }
.ri-seedling-fill:before { content: "\f0d4"; }
.ri-seedling-line:before { content: "\f0d5"; }
.ri-send-backward:before { content: "\f0d6"; }
.ri-send-plane-2-fill:before { content: "\f0d7"; }
.ri-send-plane-2-line:before { content: "\f0d8"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-to-back:before { content: "\f0db"; }
.ri-sensor-fill:before { content: "\f0dc"; }
.ri-sensor-line:before { content: "\f0dd"; }
.ri-separator:before { content: "\f0de"; }
.ri-server-fill:before { content: "\f0df"; }
.ri-server-line:before { content: "\f0e0"; }
.ri-service-fill:before { content: "\f0e1"; }
.ri-service-line:before { content: "\f0e2"; }
.ri-settings-2-fill:before { content: "\f0e3"; }
.ri-settings-2-line:before { content: "\f0e4"; }
.ri-settings-3-fill:before { content: "\f0e5"; }
.ri-settings-3-line:before { content: "\f0e6"; }
.ri-settings-4-fill:before { content: "\f0e7"; }
.ri-settings-4-line:before { content: "\f0e8"; }
.ri-settings-5-fill:before { content: "\f0e9"; }
.ri-settings-5-line:before { content: "\f0ea"; }
.ri-settings-6-fill:before { content: "\f0eb"; }
.ri-settings-6-line:before { content: "\f0ec"; }
.ri-settings-fill:before { content: "\f0ed"; }
.ri-settings-line:before { content: "\f0ee"; }
.ri-shape-2-fill:before { content: "\f0ef"; }
.ri-shape-2-line:before { content: "\f0f0"; }
.ri-shape-fill:before { content: "\f0f1"; }
.ri-shape-line:before { content: "\f0f2"; }
.ri-share-box-fill:before { content: "\f0f3"; }
.ri-share-box-line:before { content: "\f0f4"; }
.ri-share-circle-fill:before { content: "\f0f5"; }
.ri-share-circle-line:before { content: "\f0f6"; }
.ri-share-fill:before { content: "\f0f7"; }
.ri-share-forward-2-fill:before { content: "\f0f8"; }
.ri-share-forward-2-line:before { content: "\f0f9"; }
.ri-share-forward-box-fill:before { content: "\f0fa"; }
.ri-share-forward-box-line:before { content: "\f0fb"; }
.ri-share-forward-fill:before { content: "\f0fc"; }
.ri-share-forward-line:before { content: "\f0fd"; }
.ri-share-line:before { content: "\f0fe"; }
.ri-shield-check-fill:before { content: "\f0ff"; }
.ri-shield-check-line:before { content: "\f100"; }
.ri-shield-cross-fill:before { content: "\f101"; }
.ri-shield-cross-line:before { content: "\f102"; }
.ri-shield-fill:before { content: "\f103"; }
.ri-shield-flash-fill:before { content: "\f104"; }
.ri-shield-flash-line:before { content: "\f105"; }
.ri-shield-keyhole-fill:before { content: "\f106"; }
.ri-shield-keyhole-line:before { content: "\f107"; }
.ri-shield-line:before { content: "\f108"; }
.ri-shield-star-fill:before { content: "\f109"; }
.ri-shield-star-line:before { content: "\f10a"; }
.ri-shield-user-fill:before { content: "\f10b"; }
.ri-shield-user-line:before { content: "\f10c"; }
.ri-ship-2-fill:before { content: "\f10d"; }
.ri-ship-2-line:before { content: "\f10e"; }
.ri-ship-fill:before { content: "\f10f"; }
.ri-ship-line:before { content: "\f110"; }
.ri-shirt-fill:before { content: "\f111"; }
.ri-shirt-line:before { content: "\f112"; }
.ri-shopping-bag-2-fill:before { content: "\f113"; }
.ri-shopping-bag-2-line:before { content: "\f114"; }
.ri-shopping-bag-3-fill:before { content: "\f115"; }
.ri-shopping-bag-3-line:before { content: "\f116"; }
.ri-shopping-bag-fill:before { content: "\f117"; }
.ri-shopping-bag-line:before { content: "\f118"; }
.ri-shopping-basket-2-fill:before { content: "\f119"; }
.ri-shopping-basket-2-line:before { content: "\f11a"; }
.ri-shopping-basket-fill:before { content: "\f11b"; }
.ri-shopping-basket-line:before { content: "\f11c"; }
.ri-shopping-cart-2-fill:before { content: "\f11d"; }
.ri-shopping-cart-2-line:before { content: "\f11e"; }
.ri-shopping-cart-fill:before { content: "\f11f"; }
.ri-shopping-cart-line:before { content: "\f120"; }
.ri-showers-fill:before { content: "\f121"; }
.ri-showers-line:before { content: "\f122"; }
.ri-shuffle-fill:before { content: "\f123"; }
.ri-shuffle-line:before { content: "\f124"; }
.ri-shut-down-fill:before { content: "\f125"; }
.ri-shut-down-line:before { content: "\f126"; }
.ri-side-bar-fill:before { content: "\f127"; }
.ri-side-bar-line:before { content: "\f128"; }
.ri-signal-tower-fill:before { content: "\f129"; }
.ri-signal-tower-line:before { content: "\f12a"; }
.ri-signal-wifi-1-fill:before { content: "\f12b"; }
.ri-signal-wifi-1-line:before { content: "\f12c"; }
.ri-signal-wifi-2-fill:before { content: "\f12d"; }
.ri-signal-wifi-2-line:before { content: "\f12e"; }
.ri-signal-wifi-3-fill:before { content: "\f12f"; }
.ri-signal-wifi-3-line:before { content: "\f130"; }
.ri-signal-wifi-error-fill:before { content: "\f131"; }
.ri-signal-wifi-error-line:before { content: "\f132"; }
.ri-signal-wifi-fill:before { content: "\f133"; }
.ri-signal-wifi-line:before { content: "\f134"; }
.ri-signal-wifi-off-fill:before { content: "\f135"; }
.ri-signal-wifi-off-line:before { content: "\f136"; }
.ri-sim-card-2-fill:before { content: "\f137"; }
.ri-sim-card-2-line:before { content: "\f138"; }
.ri-sim-card-fill:before { content: "\f139"; }
.ri-sim-card-line:before { content: "\f13a"; }
.ri-single-quotes-l:before { content: "\f13b"; }
.ri-single-quotes-r:before { content: "\f13c"; }
.ri-sip-fill:before { content: "\f13d"; }
.ri-sip-line:before { content: "\f13e"; }
.ri-skip-back-fill:before { content: "\f13f"; }
.ri-skip-back-line:before { content: "\f140"; }
.ri-skip-back-mini-fill:before { content: "\f141"; }
.ri-skip-back-mini-line:before { content: "\f142"; }
.ri-skip-forward-fill:before { content: "\f143"; }
.ri-skip-forward-line:before { content: "\f144"; }
.ri-skip-forward-mini-fill:before { content: "\f145"; }
.ri-skip-forward-mini-line:before { content: "\f146"; }
.ri-skull-2-fill:before { content: "\f147"; }
.ri-skull-2-line:before { content: "\f148"; }
.ri-skull-fill:before { content: "\f149"; }
.ri-skull-line:before { content: "\f14a"; }
.ri-skype-fill:before { content: "\f14b"; }
.ri-skype-line:before { content: "\f14c"; }
.ri-slack-fill:before { content: "\f14d"; }
.ri-slack-line:before { content: "\f14e"; }
.ri-slice-fill:before { content: "\f14f"; }
.ri-slice-line:before { content: "\f150"; }
.ri-slideshow-2-fill:before { content: "\f151"; }
.ri-slideshow-2-line:before { content: "\f152"; }
.ri-slideshow-3-fill:before { content: "\f153"; }
.ri-slideshow-3-line:before { content: "\f154"; }
.ri-slideshow-4-fill:before { content: "\f155"; }
.ri-slideshow-4-line:before { content: "\f156"; }
.ri-slideshow-fill:before { content: "\f157"; }
.ri-slideshow-line:before { content: "\f158"; }
.ri-smartphone-fill:before { content: "\f159"; }
.ri-smartphone-line:before { content: "\f15a"; }
.ri-snapchat-fill:before { content: "\f15b"; }
.ri-snapchat-line:before { content: "\f15c"; }
.ri-snowy-fill:before { content: "\f15d"; }
.ri-snowy-line:before { content: "\f15e"; }
.ri-sort-asc:before { content: "\f15f"; }
.ri-sort-desc:before { content: "\f160"; }
.ri-sound-module-fill:before { content: "\f161"; }
.ri-sound-module-line:before { content: "\f162"; }
.ri-soundcloud-fill:before { content: "\f163"; }
.ri-soundcloud-line:before { content: "\f164"; }
.ri-space-ship-fill:before { content: "\f165"; }
.ri-space-ship-line:before { content: "\f166"; }
.ri-space:before { content: "\f167"; }
.ri-spam-2-fill:before { content: "\f168"; }
.ri-spam-2-line:before { content: "\f169"; }
.ri-spam-3-fill:before { content: "\f16a"; }
.ri-spam-3-line:before { content: "\f16b"; }
.ri-spam-fill:before { content: "\f16c"; }
.ri-spam-line:before { content: "\f16d"; }
.ri-speaker-2-fill:before { content: "\f16e"; }
.ri-speaker-2-line:before { content: "\f16f"; }
.ri-speaker-3-fill:before { content: "\f170"; }
.ri-speaker-3-line:before { content: "\f171"; }
.ri-speaker-fill:before { content: "\f172"; }
.ri-speaker-line:before { content: "\f173"; }
.ri-spectrum-fill:before { content: "\f174"; }
.ri-spectrum-line:before { content: "\f175"; }
.ri-speed-fill:before { content: "\f176"; }
.ri-speed-line:before { content: "\f177"; }
.ri-speed-mini-fill:before { content: "\f178"; }
.ri-speed-mini-line:before { content: "\f179"; }
.ri-split-cells-horizontal:before { content: "\f17a"; }
.ri-split-cells-vertical:before { content: "\f17b"; }
.ri-spotify-fill:before { content: "\f17c"; }
.ri-spotify-line:before { content: "\f17d"; }
.ri-spy-fill:before { content: "\f17e"; }
.ri-spy-line:before { content: "\f17f"; }
.ri-stack-fill:before { content: "\f180"; }
.ri-stack-line:before { content: "\f181"; }
.ri-stack-overflow-fill:before { content: "\f182"; }
.ri-stack-overflow-line:before { content: "\f183"; }
.ri-stackshare-fill:before { content: "\f184"; }
.ri-stackshare-line:before { content: "\f185"; }
.ri-star-fill:before { content: "\f186"; }
.ri-star-half-fill:before { content: "\f187"; }
.ri-star-half-line:before { content: "\f188"; }
.ri-star-half-s-fill:before { content: "\f189"; }
.ri-star-half-s-line:before { content: "\f18a"; }
.ri-star-line:before { content: "\f18b"; }
.ri-star-s-fill:before { content: "\f18c"; }
.ri-star-s-line:before { content: "\f18d"; }
.ri-star-smile-fill:before { content: "\f18e"; }
.ri-star-smile-line:before { content: "\f18f"; }
.ri-steam-fill:before { content: "\f190"; }
.ri-steam-line:before { content: "\f191"; }
.ri-steering-2-fill:before { content: "\f192"; }
.ri-steering-2-line:before { content: "\f193"; }
.ri-steering-fill:before { content: "\f194"; }
.ri-steering-line:before { content: "\f195"; }
.ri-stethoscope-fill:before { content: "\f196"; }
.ri-stethoscope-line:before { content: "\f197"; }
.ri-sticky-note-2-fill:before { content: "\f198"; }
.ri-sticky-note-2-line:before { content: "\f199"; }
.ri-sticky-note-fill:before { content: "\f19a"; }
.ri-sticky-note-line:before { content: "\f19b"; }
.ri-stock-fill:before { content: "\f19c"; }
.ri-stock-line:before { content: "\f19d"; }
.ri-stop-circle-fill:before { content: "\f19e"; }
.ri-stop-circle-line:before { content: "\f19f"; }
.ri-stop-fill:before { content: "\f1a0"; }
.ri-stop-line:before { content: "\f1a1"; }
.ri-stop-mini-fill:before { content: "\f1a2"; }
.ri-stop-mini-line:before { content: "\f1a3"; }
.ri-store-2-fill:before { content: "\f1a4"; }
.ri-store-2-line:before { content: "\f1a5"; }
.ri-store-3-fill:before { content: "\f1a6"; }
.ri-store-3-line:before { content: "\f1a7"; }
.ri-store-fill:before { content: "\f1a8"; }
.ri-store-line:before { content: "\f1a9"; }
.ri-strikethrough-2:before { content: "\f1aa"; }
.ri-strikethrough:before { content: "\f1ab"; }
.ri-subscript-2:before { content: "\f1ac"; }
.ri-subscript:before { content: "\f1ad"; }
.ri-subtract-fill:before { content: "\f1ae"; }
.ri-subtract-line:before { content: "\f1af"; }
.ri-subway-fill:before { content: "\f1b0"; }
.ri-subway-line:before { content: "\f1b1"; }
.ri-subway-wifi-fill:before { content: "\f1b2"; }
.ri-subway-wifi-line:before { content: "\f1b3"; }
.ri-suitcase-2-fill:before { content: "\f1b4"; }
.ri-suitcase-2-line:before { content: "\f1b5"; }
.ri-suitcase-3-fill:before { content: "\f1b6"; }
.ri-suitcase-3-line:before { content: "\f1b7"; }
.ri-suitcase-fill:before { content: "\f1b8"; }
.ri-suitcase-line:before { content: "\f1b9"; }
.ri-sun-cloudy-fill:before { content: "\f1ba"; }
.ri-sun-cloudy-line:before { content: "\f1bb"; }
.ri-sun-fill:before { content: "\f1bc"; }
.ri-sun-foggy-fill:before { content: "\f1bd"; }
.ri-sun-foggy-line:before { content: "\f1be"; }
.ri-sun-line:before { content: "\f1bf"; }
.ri-superscript-2:before { content: "\f1c0"; }
.ri-superscript:before { content: "\f1c1"; }
.ri-surgical-mask-fill:before { content: "\f1c2"; }
.ri-surgical-mask-line:before { content: "\f1c3"; }
.ri-surround-sound-fill:before { content: "\f1c4"; }
.ri-surround-sound-line:before { content: "\f1c5"; }
.ri-survey-fill:before { content: "\f1c6"; }
.ri-survey-line:before { content: "\f1c7"; }
.ri-swap-box-fill:before { content: "\f1c8"; }
.ri-swap-box-line:before { content: "\f1c9"; }
.ri-swap-fill:before { content: "\f1ca"; }
.ri-swap-line:before { content: "\f1cb"; }
.ri-switch-fill:before { content: "\f1cc"; }
.ri-switch-line:before { content: "\f1cd"; }
.ri-sword-fill:before { content: "\f1ce"; }
.ri-sword-line:before { content: "\f1cf"; }
.ri-syringe-fill:before { content: "\f1d0"; }
.ri-syringe-line:before { content: "\f1d1"; }
.ri-t-box-fill:before { content: "\f1d2"; }
.ri-t-box-line:before { content: "\f1d3"; }
.ri-t-shirt-2-fill:before { content: "\f1d4"; }
.ri-t-shirt-2-line:before { content: "\f1d5"; }
.ri-t-shirt-air-fill:before { content: "\f1d6"; }
.ri-t-shirt-air-line:before { content: "\f1d7"; }
.ri-t-shirt-fill:before { content: "\f1d8"; }
.ri-t-shirt-line:before { content: "\f1d9"; }
.ri-table-2:before { content: "\f1da"; }
.ri-table-alt-fill:before { content: "\f1db"; }
.ri-table-alt-line:before { content: "\f1dc"; }
.ri-table-fill:before { content: "\f1dd"; }
.ri-table-line:before { content: "\f1de"; }
.ri-tablet-fill:before { content: "\f1df"; }
.ri-tablet-line:before { content: "\f1e0"; }
.ri-takeaway-fill:before { content: "\f1e1"; }
.ri-takeaway-line:before { content: "\f1e2"; }
.ri-taobao-fill:before { content: "\f1e3"; }
.ri-taobao-line:before { content: "\f1e4"; }
.ri-tape-fill:before { content: "\f1e5"; }
.ri-tape-line:before { content: "\f1e6"; }
.ri-task-fill:before { content: "\f1e7"; }
.ri-task-line:before { content: "\f1e8"; }
.ri-taxi-fill:before { content: "\f1e9"; }
.ri-taxi-line:before { content: "\f1ea"; }
.ri-taxi-wifi-fill:before { content: "\f1eb"; }
.ri-taxi-wifi-line:before { content: "\f1ec"; }
.ri-team-fill:before { content: "\f1ed"; }
.ri-team-line:before { content: "\f1ee"; }
.ri-telegram-fill:before { content: "\f1ef"; }
.ri-telegram-line:before { content: "\f1f0"; }
.ri-temp-cold-fill:before { content: "\f1f1"; }
.ri-temp-cold-line:before { content: "\f1f2"; }
.ri-temp-hot-fill:before { content: "\f1f3"; }
.ri-temp-hot-line:before { content: "\f1f4"; }
.ri-terminal-box-fill:before { content: "\f1f5"; }
.ri-terminal-box-line:before { content: "\f1f6"; }
.ri-terminal-fill:before { content: "\f1f7"; }
.ri-terminal-line:before { content: "\f1f8"; }
.ri-terminal-window-fill:before { content: "\f1f9"; }
.ri-terminal-window-line:before { content: "\f1fa"; }
.ri-test-tube-fill:before { content: "\f1fb"; }
.ri-test-tube-line:before { content: "\f1fc"; }
.ri-text-direction-l:before { content: "\f1fd"; }
.ri-text-direction-r:before { content: "\f1fe"; }
.ri-text-spacing:before { content: "\f1ff"; }
.ri-text-wrap:before { content: "\f200"; }
.ri-text:before { content: "\f201"; }
.ri-thermometer-fill:before { content: "\f202"; }
.ri-thermometer-line:before { content: "\f203"; }
.ri-thumb-down-fill:before { content: "\f204"; }
.ri-thumb-down-line:before { content: "\f205"; }
.ri-thumb-up-fill:before { content: "\f206"; }
.ri-thumb-up-line:before { content: "\f207"; }
.ri-thunderstorms-fill:before { content: "\f208"; }
.ri-thunderstorms-line:before { content: "\f209"; }
.ri-ticket-2-fill:before { content: "\f20a"; }
.ri-ticket-2-line:before { content: "\f20b"; }
.ri-ticket-fill:before { content: "\f20c"; }
.ri-ticket-line:before { content: "\f20d"; }
.ri-time-fill:before { content: "\f20e"; }
.ri-time-line:before { content: "\f20f"; }
.ri-timer-2-fill:before { content: "\f210"; }
.ri-timer-2-line:before { content: "\f211"; }
.ri-timer-fill:before { content: "\f212"; }
.ri-timer-flash-fill:before { content: "\f213"; }
.ri-timer-flash-line:before { content: "\f214"; }
.ri-timer-line:before { content: "\f215"; }
.ri-todo-fill:before { content: "\f216"; }
.ri-todo-line:before { content: "\f217"; }
.ri-toggle-fill:before { content: "\f218"; }
.ri-toggle-line:before { content: "\f219"; }
.ri-tools-fill:before { content: "\f21a"; }
.ri-tools-line:before { content: "\f21b"; }
.ri-tornado-fill:before { content: "\f21c"; }
.ri-tornado-line:before { content: "\f21d"; }
.ri-trademark-fill:before { content: "\f21e"; }
.ri-trademark-line:before { content: "\f21f"; }
.ri-traffic-light-fill:before { content: "\f220"; }
.ri-traffic-light-line:before { content: "\f221"; }
.ri-train-fill:before { content: "\f222"; }
.ri-train-line:before { content: "\f223"; }
.ri-train-wifi-fill:before { content: "\f224"; }
.ri-train-wifi-line:before { content: "\f225"; }
.ri-translate-2:before { content: "\f226"; }
.ri-translate:before { content: "\f227"; }
.ri-travesti-fill:before { content: "\f228"; }
.ri-travesti-line:before { content: "\f229"; }
.ri-treasure-map-fill:before { content: "\f22a"; }
.ri-treasure-map-line:before { content: "\f22b"; }
.ri-trello-fill:before { content: "\f22c"; }
.ri-trello-line:before { content: "\f22d"; }
.ri-trophy-fill:before { content: "\f22e"; }
.ri-trophy-line:before { content: "\f22f"; }
.ri-truck-fill:before { content: "\f230"; }
.ri-truck-line:before { content: "\f231"; }
.ri-tumblr-fill:before { content: "\f232"; }
.ri-tumblr-line:before { content: "\f233"; }
.ri-tv-2-fill:before { content: "\f234"; }
.ri-tv-2-line:before { content: "\f235"; }
.ri-tv-fill:before { content: "\f236"; }
.ri-tv-line:before { content: "\f237"; }
.ri-twitch-fill:before { content: "\f238"; }
.ri-twitch-line:before { content: "\f239"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-twitter-line:before { content: "\f23b"; }
.ri-typhoon-fill:before { content: "\f23c"; }
.ri-typhoon-line:before { content: "\f23d"; }
.ri-u-disk-fill:before { content: "\f23e"; }
.ri-u-disk-line:before { content: "\f23f"; }
.ri-ubuntu-fill:before { content: "\f240"; }
.ri-ubuntu-line:before { content: "\f241"; }
.ri-umbrella-fill:before { content: "\f242"; }
.ri-umbrella-line:before { content: "\f243"; }
.ri-underline:before { content: "\f244"; }
.ri-uninstall-fill:before { content: "\f245"; }
.ri-uninstall-line:before { content: "\f246"; }
.ri-unsplash-fill:before { content: "\f247"; }
.ri-unsplash-line:before { content: "\f248"; }
.ri-upload-2-fill:before { content: "\f249"; }
.ri-upload-2-line:before { content: "\f24a"; }
.ri-upload-cloud-2-fill:before { content: "\f24b"; }
.ri-upload-cloud-2-line:before { content: "\f24c"; }
.ri-upload-cloud-fill:before { content: "\f24d"; }
.ri-upload-cloud-line:before { content: "\f24e"; }
.ri-upload-fill:before { content: "\f24f"; }
.ri-upload-line:before { content: "\f250"; }
.ri-usb-fill:before { content: "\f251"; }
.ri-usb-line:before { content: "\f252"; }
.ri-user-2-fill:before { content: "\f253"; }
.ri-user-2-line:before { content: "\f254"; }
.ri-user-3-fill:before { content: "\f255"; }
.ri-user-3-line:before { content: "\f256"; }
.ri-user-4-fill:before { content: "\f257"; }
.ri-user-4-line:before { content: "\f258"; }
.ri-user-5-fill:before { content: "\f259"; }
.ri-user-5-line:before { content: "\f25a"; }
.ri-user-6-fill:before { content: "\f25b"; }
.ri-user-6-line:before { content: "\f25c"; }
.ri-user-add-fill:before { content: "\f25d"; }
.ri-user-add-line:before { content: "\f25e"; }
.ri-user-fill:before { content: "\f25f"; }
.ri-user-follow-fill:before { content: "\f260"; }
.ri-user-follow-line:before { content: "\f261"; }
.ri-user-heart-fill:before { content: "\f262"; }
.ri-user-heart-line:before { content: "\f263"; }
.ri-user-line:before { content: "\f264"; }
.ri-user-location-fill:before { content: "\f265"; }
.ri-user-location-line:before { content: "\f266"; }
.ri-user-received-2-fill:before { content: "\f267"; }
.ri-user-received-2-line:before { content: "\f268"; }
.ri-user-received-fill:before { content: "\f269"; }
.ri-user-received-line:before { content: "\f26a"; }
.ri-user-search-fill:before { content: "\f26b"; }
.ri-user-search-line:before { content: "\f26c"; }
.ri-user-settings-fill:before { content: "\f26d"; }
.ri-user-settings-line:before { content: "\f26e"; }
.ri-user-shared-2-fill:before { content: "\f26f"; }
.ri-user-shared-2-line:before { content: "\f270"; }
.ri-user-shared-fill:before { content: "\f271"; }
.ri-user-shared-line:before { content: "\f272"; }
.ri-user-smile-fill:before { content: "\f273"; }
.ri-user-smile-line:before { content: "\f274"; }
.ri-user-star-fill:before { content: "\f275"; }
.ri-user-star-line:before { content: "\f276"; }
.ri-user-unfollow-fill:before { content: "\f277"; }
.ri-user-unfollow-line:before { content: "\f278"; }
.ri-user-voice-fill:before { content: "\f279"; }
.ri-user-voice-line:before { content: "\f27a"; }
.ri-video-add-fill:before { content: "\f27b"; }
.ri-video-add-line:before { content: "\f27c"; }
.ri-video-chat-fill:before { content: "\f27d"; }
.ri-video-chat-line:before { content: "\f27e"; }
.ri-video-download-fill:before { content: "\f27f"; }
.ri-video-download-line:before { content: "\f280"; }
.ri-video-fill:before { content: "\f281"; }
.ri-video-line:before { content: "\f282"; }
.ri-video-upload-fill:before { content: "\f283"; }
.ri-video-upload-line:before { content: "\f284"; }
.ri-vidicon-2-fill:before { content: "\f285"; }
.ri-vidicon-2-line:before { content: "\f286"; }
.ri-vidicon-fill:before { content: "\f287"; }
.ri-vidicon-line:before { content: "\f288"; }
.ri-vimeo-fill:before { content: "\f289"; }
.ri-vimeo-line:before { content: "\f28a"; }
.ri-vip-crown-2-fill:before { content: "\f28b"; }
.ri-vip-crown-2-line:before { content: "\f28c"; }
.ri-vip-crown-fill:before { content: "\f28d"; }
.ri-vip-crown-line:before { content: "\f28e"; }
.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-vip-diamond-line:before { content: "\f290"; }
.ri-vip-fill:before { content: "\f291"; }
.ri-vip-line:before { content: "\f292"; }
.ri-virus-fill:before { content: "\f293"; }
.ri-virus-line:before { content: "\f294"; }
.ri-visa-fill:before { content: "\f295"; }
.ri-visa-line:before { content: "\f296"; }
.ri-voice-recognition-fill:before { content: "\f297"; }
.ri-voice-recognition-line:before { content: "\f298"; }
.ri-voiceprint-fill:before { content: "\f299"; }
.ri-voiceprint-line:before { content: "\f29a"; }
.ri-volume-down-fill:before { content: "\f29b"; }
.ri-volume-down-line:before { content: "\f29c"; }
.ri-volume-mute-fill:before { content: "\f29d"; }
.ri-volume-mute-line:before { content: "\f29e"; }
.ri-volume-off-vibrate-fill:before { content: "\f29f"; }
.ri-volume-off-vibrate-line:before { content: "\f2a0"; }
.ri-volume-up-fill:before { content: "\f2a1"; }
.ri-volume-up-line:before { content: "\f2a2"; }
.ri-volume-vibrate-fill:before { content: "\f2a3"; }
.ri-volume-vibrate-line:before { content: "\f2a4"; }
.ri-vuejs-fill:before { content: "\f2a5"; }
.ri-vuejs-line:before { content: "\f2a6"; }
.ri-walk-fill:before { content: "\f2a7"; }
.ri-walk-line:before { content: "\f2a8"; }
.ri-wallet-2-fill:before { content: "\f2a9"; }
.ri-wallet-2-line:before { content: "\f2aa"; }
.ri-wallet-3-fill:before { content: "\f2ab"; }
.ri-wallet-3-line:before { content: "\f2ac"; }
.ri-wallet-fill:before { content: "\f2ad"; }
.ri-wallet-line:before { content: "\f2ae"; }
.ri-water-flash-fill:before { content: "\f2af"; }
.ri-water-flash-line:before { content: "\f2b0"; }
.ri-webcam-fill:before { content: "\f2b1"; }
.ri-webcam-line:before { content: "\f2b2"; }
.ri-wechat-2-fill:before { content: "\f2b3"; }
.ri-wechat-2-line:before { content: "\f2b4"; }
.ri-wechat-fill:before { content: "\f2b5"; }
.ri-wechat-line:before { content: "\f2b6"; }
.ri-wechat-pay-fill:before { content: "\f2b7"; }
.ri-wechat-pay-line:before { content: "\f2b8"; }
.ri-weibo-fill:before { content: "\f2b9"; }
.ri-weibo-line:before { content: "\f2ba"; }
.ri-whatsapp-fill:before { content: "\f2bb"; }
.ri-whatsapp-line:before { content: "\f2bc"; }
.ri-wheelchair-fill:before { content: "\f2bd"; }
.ri-wheelchair-line:before { content: "\f2be"; }
.ri-wifi-fill:before { content: "\f2bf"; }
.ri-wifi-line:before { content: "\f2c0"; }
.ri-wifi-off-fill:before { content: "\f2c1"; }
.ri-wifi-off-line:before { content: "\f2c2"; }
.ri-window-2-fill:before { content: "\f2c3"; }
.ri-window-2-line:before { content: "\f2c4"; }
.ri-window-fill:before { content: "\f2c5"; }
.ri-window-line:before { content: "\f2c6"; }
.ri-windows-fill:before { content: "\f2c7"; }
.ri-windows-line:before { content: "\f2c8"; }
.ri-windy-fill:before { content: "\f2c9"; }
.ri-windy-line:before { content: "\f2ca"; }
.ri-wireless-charging-fill:before { content: "\f2cb"; }
.ri-wireless-charging-line:before { content: "\f2cc"; }
.ri-women-fill:before { content: "\f2cd"; }
.ri-women-line:before { content: "\f2ce"; }
.ri-wubi-input:before { content: "\f2cf"; }
.ri-xbox-fill:before { content: "\f2d0"; }
.ri-xbox-line:before { content: "\f2d1"; }
.ri-xing-fill:before { content: "\f2d2"; }
.ri-xing-line:before { content: "\f2d3"; }
.ri-youtube-fill:before { content: "\f2d4"; }
.ri-youtube-line:before { content: "\f2d5"; }
.ri-zcool-fill:before { content: "\f2d6"; }
.ri-zcool-line:before { content: "\f2d7"; }
.ri-zhihu-fill:before { content: "\f2d8"; }
.ri-zhihu-line:before { content: "\f2d9"; }
.ri-zoom-in-fill:before { content: "\f2da"; }
.ri-zoom-in-line:before { content: "\f2db"; }
.ri-zoom-out-fill:before { content: "\f2dc"; }
.ri-zoom-out-line:before { content: "\f2dd"; }
.ri-zzz-fill:before { content: "\f2de"; }
.ri-zzz-line:before { content: "\f2df"; }
.ri-arrow-down-double-fill:before { content: "\f2e0"; }
.ri-arrow-down-double-line:before { content: "\f2e1"; }
.ri-arrow-left-double-fill:before { content: "\f2e2"; }
.ri-arrow-left-double-line:before { content: "\f2e3"; }
.ri-arrow-right-double-fill:before { content: "\f2e4"; }
.ri-arrow-right-double-line:before { content: "\f2e5"; }
.ri-arrow-turn-back-fill:before { content: "\f2e6"; }
.ri-arrow-turn-back-line:before { content: "\f2e7"; }
.ri-arrow-turn-forward-fill:before { content: "\f2e8"; }
.ri-arrow-turn-forward-line:before { content: "\f2e9"; }
.ri-arrow-up-double-fill:before { content: "\f2ea"; }
.ri-arrow-up-double-line:before { content: "\f2eb"; }
.ri-bard-fill:before { content: "\f2ec"; }
.ri-bard-line:before { content: "\f2ed"; }
.ri-bootstrap-fill:before { content: "\f2ee"; }
.ri-bootstrap-line:before { content: "\f2ef"; }
.ri-box-1-fill:before { content: "\f2f0"; }
.ri-box-1-line:before { content: "\f2f1"; }
.ri-box-2-fill:before { content: "\f2f2"; }
.ri-box-2-line:before { content: "\f2f3"; }
.ri-box-3-fill:before { content: "\f2f4"; }
.ri-box-3-line:before { content: "\f2f5"; }
.ri-brain-fill:before { content: "\f2f6"; }
.ri-brain-line:before { content: "\f2f7"; }
.ri-candle-fill:before { content: "\f2f8"; }
.ri-candle-line:before { content: "\f2f9"; }
.ri-cash-fill:before { content: "\f2fa"; }
.ri-cash-line:before { content: "\f2fb"; }
.ri-contract-left-fill:before { content: "\f2fc"; }
.ri-contract-left-line:before { content: "\f2fd"; }
.ri-contract-left-right-fill:before { content: "\f2fe"; }
.ri-contract-left-right-line:before { content: "\f2ff"; }
.ri-contract-right-fill:before { content: "\f300"; }
.ri-contract-right-line:before { content: "\f301"; }
.ri-contract-up-down-fill:before { content: "\f302"; }
.ri-contract-up-down-line:before { content: "\f303"; }
.ri-copilot-fill:before { content: "\f304"; }
.ri-copilot-line:before { content: "\f305"; }
.ri-corner-down-left-fill:before { content: "\f306"; }
.ri-corner-down-left-line:before { content: "\f307"; }
.ri-corner-down-right-fill:before { content: "\f308"; }
.ri-corner-down-right-line:before { content: "\f309"; }
.ri-corner-left-down-fill:before { content: "\f30a"; }
.ri-corner-left-down-line:before { content: "\f30b"; }
.ri-corner-left-up-fill:before { content: "\f30c"; }
.ri-corner-left-up-line:before { content: "\f30d"; }
.ri-corner-right-down-fill:before { content: "\f30e"; }
.ri-corner-right-down-line:before { content: "\f30f"; }
.ri-corner-right-up-fill:before { content: "\f310"; }
.ri-corner-right-up-line:before { content: "\f311"; }
.ri-corner-up-left-double-fill:before { content: "\f312"; }
.ri-corner-up-left-double-line:before { content: "\f313"; }
.ri-corner-up-left-fill:before { content: "\f314"; }
.ri-corner-up-left-line:before { content: "\f315"; }
.ri-corner-up-right-double-fill:before { content: "\f316"; }
.ri-corner-up-right-double-line:before { content: "\f317"; }
.ri-corner-up-right-fill:before { content: "\f318"; }
.ri-corner-up-right-line:before { content: "\f319"; }
.ri-cross-fill:before { content: "\f31a"; }
.ri-cross-line:before { content: "\f31b"; }
.ri-edge-new-fill:before { content: "\f31c"; }
.ri-edge-new-line:before { content: "\f31d"; }
.ri-equal-fill:before { content: "\f31e"; }
.ri-equal-line:before { content: "\f31f"; }
.ri-expand-left-fill:before { content: "\f320"; }
.ri-expand-left-line:before { content: "\f321"; }
.ri-expand-left-right-fill:before { content: "\f322"; }
.ri-expand-left-right-line:before { content: "\f323"; }
.ri-expand-right-fill:before { content: "\f324"; }
.ri-expand-right-line:before { content: "\f325"; }
.ri-expand-up-down-fill:before { content: "\f326"; }
.ri-expand-up-down-line:before { content: "\f327"; }
.ri-flickr-fill:before { content: "\f328"; }
.ri-flickr-line:before { content: "\f329"; }
.ri-forward-10-fill:before { content: "\f32a"; }
.ri-forward-10-line:before { content: "\f32b"; }
.ri-forward-15-fill:before { content: "\f32c"; }
.ri-forward-15-line:before { content: "\f32d"; }
.ri-forward-30-fill:before { content: "\f32e"; }
.ri-forward-30-line:before { content: "\f32f"; }
.ri-forward-5-fill:before { content: "\f330"; }
.ri-forward-5-line:before { content: "\f331"; }
.ri-graduation-cap-fill:before { content: "\f332"; }
.ri-graduation-cap-line:before { content: "\f333"; }
.ri-home-office-fill:before { content: "\f334"; }
.ri-home-office-line:before { content: "\f335"; }
.ri-hourglass-2-fill:before { content: "\f336"; }
.ri-hourglass-2-line:before { content: "\f337"; }
.ri-hourglass-fill:before { content: "\f338"; }
.ri-hourglass-line:before { content: "\f339"; }
.ri-javascript-fill:before { content: "\f33a"; }
.ri-javascript-line:before { content: "\f33b"; }
.ri-loop-left-fill:before { content: "\f33c"; }
.ri-loop-left-line:before { content: "\f33d"; }
.ri-loop-right-fill:before { content: "\f33e"; }
.ri-loop-right-line:before { content: "\f33f"; }
.ri-memories-fill:before { content: "\f340"; }
.ri-memories-line:before { content: "\f341"; }
.ri-meta-fill:before { content: "\f342"; }
.ri-meta-line:before { content: "\f343"; }
.ri-microsoft-loop-fill:before { content: "\f344"; }
.ri-microsoft-loop-line:before { content: "\f345"; }
.ri-nft-fill:before { content: "\f346"; }
.ri-nft-line:before { content: "\f347"; }
.ri-notion-fill:before { content: "\f348"; }
.ri-notion-line:before { content: "\f349"; }
.ri-openai-fill:before { content: "\f34a"; }
.ri-openai-line:before { content: "\f34b"; }
.ri-overline:before { content: "\f34c"; }
.ri-p2p-fill:before { content: "\f34d"; }
.ri-p2p-line:before { content: "\f34e"; }
.ri-presentation-fill:before { content: "\f34f"; }
.ri-presentation-line:before { content: "\f350"; }
.ri-replay-10-fill:before { content: "\f351"; }
.ri-replay-10-line:before { content: "\f352"; }
.ri-replay-15-fill:before { content: "\f353"; }
.ri-replay-15-line:before { content: "\f354"; }
.ri-replay-30-fill:before { content: "\f355"; }
.ri-replay-30-line:before { content: "\f356"; }
.ri-replay-5-fill:before { content: "\f357"; }
.ri-replay-5-line:before { content: "\f358"; }
.ri-school-fill:before { content: "\f359"; }
.ri-school-line:before { content: "\f35a"; }
.ri-shining-2-fill:before { content: "\f35b"; }
.ri-shining-2-line:before { content: "\f35c"; }
.ri-shining-fill:before { content: "\f35d"; }
.ri-shining-line:before { content: "\f35e"; }
.ri-sketching:before { content: "\f35f"; }
.ri-skip-down-fill:before { content: "\f360"; }
.ri-skip-down-line:before { content: "\f361"; }
.ri-skip-left-fill:before { content: "\f362"; }
.ri-skip-left-line:before { content: "\f363"; }
.ri-skip-right-fill:before { content: "\f364"; }
.ri-skip-right-line:before { content: "\f365"; }
.ri-skip-up-fill:before { content: "\f366"; }
.ri-skip-up-line:before { content: "\f367"; }
.ri-slow-down-fill:before { content: "\f368"; }
.ri-slow-down-line:before { content: "\f369"; }
.ri-sparkling-2-fill:before { content: "\f36a"; }
.ri-sparkling-2-line:before { content: "\f36b"; }
.ri-sparkling-fill:before { content: "\f36c"; }
.ri-sparkling-line:before { content: "\f36d"; }
.ri-speak-fill:before { content: "\f36e"; }
.ri-speak-line:before { content: "\f36f"; }
.ri-speed-up-fill:before { content: "\f370"; }
.ri-speed-up-line:before { content: "\f371"; }
.ri-tiktok-fill:before { content: "\f372"; }
.ri-tiktok-line:before { content: "\f373"; }
.ri-token-swap-fill:before { content: "\f374"; }
.ri-token-swap-line:before { content: "\f375"; }
.ri-unpin-fill:before { content: "\f376"; }
.ri-unpin-line:before { content: "\f377"; }
.ri-wechat-channels-fill:before { content: "\f378"; }
.ri-wechat-channels-line:before { content: "\f379"; }
.ri-wordpress-fill:before { content: "\f37a"; }
.ri-wordpress-line:before { content: "\f37b"; }
.ri-blender-fill:before { content: "\f37c"; }
.ri-blender-line:before { content: "\f37d"; }
.ri-emoji-sticker-fill:before { content: "\f37e"; }
.ri-emoji-sticker-line:before { content: "\f37f"; }
.ri-git-close-pull-request-fill:before { content: "\f380"; }
.ri-git-close-pull-request-line:before { content: "\f381"; }
.ri-instance-fill:before { content: "\f382"; }
.ri-instance-line:before { content: "\f383"; }
.ri-megaphone-fill:before { content: "\f384"; }
.ri-megaphone-line:before { content: "\f385"; }
.ri-pass-expired-fill:before { content: "\f386"; }
.ri-pass-expired-line:before { content: "\f387"; }
.ri-pass-pending-fill:before { content: "\f388"; }
.ri-pass-pending-line:before { content: "\f389"; }
.ri-pass-valid-fill:before { content: "\f38a"; }
.ri-pass-valid-line:before { content: "\f38b"; }


@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 50px, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1
    }

select.form-control:not([size]):not([multiple]) {
  /*  height: calc(2.25rem + 2px)*/
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .btn:focus, .btn:hover {
        text-decoration: none
    }

    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .btn.disabled, .btn:disabled {
        opacity: .65
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
            background-image: none
        }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.show {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.show {
        display: block
    }

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after {
        margin-left: 0
    }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #80bdff
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.25rem + 2px) - 1px * 2);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #fff !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

body {
    font-family: "Encode Sans Condensed", sans-serif;
    line-height: 1.7;
    font-size: 16px;
    background: #fff;
    color: #575758;
    font-weight: 500;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Encode Sans Condensed", sans-serif;
    color: #000000;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 48px;
}

h2 {
    font-size: 42px;
    line-height: 36px;
}

h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

h4 {
    font-size: 26px;
    line-height: 28px;
}

h5 {
    font-size: 22px;
    line-height: 24px;
}

h6 {
    font-size: 20px;
    line-height: 28px;
}

p {
    font-family: "Oxygen", sans-serif;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #333333;
}

    p:last-child {
        margin-bottom: 0;
    }

/* Global styles
================================================== */

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}

/* ==================================================
// Global styles
================================================== */

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    display: block;
    color: #007BFF;
    /*    color: #000000;*/
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

    a:hover {
        text-decoration: none;
        color: #0056b3;
        /*color: #f93156;*/
    }

.media > .pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Dropcap */

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 500;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.clearfix:after {
    display: block;
    width: 100%;
    content: "";
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .container {
        max-width: 1320px;
    }
}

/**** POST BLOCKS DESIGN *****/

/*** Pagination ***/
.current .page-numbers {
    background-color: #f93156 !important;
    color: #fff !important;
}

ul.page-pagination.theme-widget-pagination-wrapp {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.page-pagination.theme-widget-pagination-wrapp li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        min-width: 42px;
    }

        ul.page-pagination.theme-widget-pagination-wrapp li a,
        ul.page-pagination.theme-widget-pagination-wrapp li span {
            color: #fff;
            font-size: 15px;
            background: #0518c5;
            text-align: center;
            height: auto;
            text-align: center;
            display: block;
            padding-top: 3px;
            padding-bottom: 3px;
        }

/*** Header ***/

/*** THEME UNIT TEST ***/

/* Global */
.blog_post_layout_two_content.no-featured-blog {
    width: 100%;
}

.sticky {
    position: relative;
    background: #e5e9f270;
/*    padding: 30px;*/
/*    border-top: 4px solid #000000;
*/
}

    .sticky h3.post-title {
        position: relative;
    }

        .sticky h3.post-title::after {
            content: "\f038";
            font-family: remixicon;
            font-size: 24px;
            color: #2c5475;
            position: absolute;
            right: 0;
            top: 8px;
        }

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}

.theme-page-content {
    background: #ffffff;
}

img,
figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

    figure.wp-block-gallery.has-nested-images {
        margin: 0 0 1.8rem;
    }

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

/* Gallery item */

.gallery {
    margin: 30px -1.1666667% 0;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    font-weight: 600;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* WP core style */

.alignnone {
    display: block;
    margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

    .wp-caption.alignnone {
        margin: 15px auto 10px;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 14px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

    .wp-caption .wp-caption-text a {
        text-decoration: underline;
        display: inline-block;
    }

    .wp-caption .wp-caption-text a {
        color: #2c5475;
    }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.screen-reader-text {
    display: none;
}

.gallery-caption {
    z-index: 100000;
}

.bypostauthor {
    z-index: 100000;
}

@media screen and (min-width: 30em) {
    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

/* Theme check */

code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #2c5475;
}

a code {
    color: #2c5475;
}

p {
    margin: 0 0 25px;
}

    p img.alignleft {
        clear: both;
        margin-bottom: 30px;
    }

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 5px 15px;
    margin: 0 10px;
    height: 45px;
    padding: 5px 15px;
}

.post-password-form input[type="submit"] {
    background-color: #2c5475;
    border: none;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
}

    .post-password-form input[type="submit"]:hover {
        background-color: rgb(255 53 36 / 10%);
        color: #2c5475;
    }

.sidebar .widget.widget_media_image img {
    margin-top: 0;
}

.sidebar .widget.widget-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

    .sidebar .widget.widget-tags ul li a {
        display: block;
        padding: 5px 20px;
        border: 1px solid #eee;
        color: #666;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .sidebar .widget.widget-tags ul li a:hover {
            background: #f93156;
            color: #fff;
            -webkit-transition: all ease 500ms;
            -o-transition: all ease 500ms;
            transition: all ease 500ms;
        }

    .sidebar .widget.widget-tags ul li:last-child {
        margin-bottom: 0;
    }

.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    padding: 5px 11px !important;
    transition: all ease 500ms;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    color: #575758;
    border: 1px solid #e5e9f2;
    margin-right: 5px;
    margin-bottom: 12px;
    position: relative;
    border-radius: 1rem;
}

    .tagcloud a:hover,
    .wp-block-tag-cloud a:hover {
        background: #007bff;
        color: #fff;
        border: 1px solid #007bff;
    }

    .tagcloud a:last-child,
    .wp-block-tag-cloud a:last-child {
        margin-right: 0px;
    }

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}

.page-links .page-link {
    display: inline-block;
    color: #2c5475;
    margin-right: 5px;
}

/*=======================================
 Post  Comments section
 ========================================*/

.blog-post-comment .comment-title {
    font-size: 24px;
}

.blog-post-comment .comment-info [class*="col-md-"] {
    margin-bottom: 15px;
    position: inherit;
}

.blog-post-comment .comment-content > h3 {
    margin-bottom: 0.5rem;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
}

.comment-respond .comment-reply-title {
    line-height: 1;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

    .blog-post-comment .comment-respond .comment-form .form-control.msg-box {
        height: 245px;
    }

    .blog-post-comment .comment-respond .comment-form .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #2c5475;
    }

.blog-post-comment
.comment-respond
.comment-form
.comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 40px;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.loginformuser .form-control {
    height: 100%;
    resize: none;
}

    .loginformuser .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #2c5475;
    }

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: transparent;
    text-align: center;
    padding: 12px 30px;
    width: auto;
    transition: all 0.4s ease;
    border: 1px solid #2c5475;
    border-radius: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #575758;
}

    .blog-post-comment .comment-respond .comment-form .btn-comments:hover {
        background: #f93156;
        color: #fff;
    }

#comments {
    clear: both;
    list-style: none;
    overflow: hidden;
    margin-top: 32px;
}

    #comments #respond {
        background: #e5e9f2;
        padding: 30px;
    }

#commentform .form-control {
    border: none;
    padding: 16px 30px;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-content a {
    display: inline-block;
}

.comments-area .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

p.logged-in-as a {
    display: inline-block;
}

#comments .comment-author .says {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    display: none;
}

/* Common */
.theme-logo h1.text-logo {
    font-size: 38px;
}

h1.text-logo a {
    color: #000000;
    font-weight: 700;
}

.pingback p,
.pingback .says {
    display: none;
}

.comments-list {
    list-style: none;
    margin: 0;
}

    .comments-list .comment-author {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 500;
        font-size: 15px;
        color: #1c1c24;
        font-style: normal;
        display: block;
    }

        .comments-list .comment-author a {
            color: #1c1c24;
        }

            .comments-list .comment-author a:hover {
                color: #2c5475;
            }

    .comments-list .comment-date {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #575758;
        border-left: 1px solid #575758;
        padding-left: 8px;
    }

    .comments-list .comment-body {
        margin-bottom: 28px;
        display: flex;
        background: #ffffff;
        border: 1px solid #e5e9f2;
        border-radius: 16px;
        padding: 30px;
    }

    .comments-list img.comment-avatar {
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }

    .comments-list .comment-reply-link {
        display: inline-flex;
        padding: 10px 30px;
        text-decoration: none;
        border: 1px solid #2c5475;
        border-radius: 50px;
        background: none;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #575758;
    }

        .comments-list .comment-reply-link i {
            margin-right: 4px;
            font-size: 18px;
        }

        .comments-list .comment-reply-link:hover {
            background: #2c5475;
            color: #fff;
        }

.comments-counter {
    font-size: 18px;
}

    .comments-counter a {
        color: #666;
    }

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: none;
    color: #2c5475;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-left: 8px;
}

    #cancel-comment-reply-link:hover {
        color: #000;
    }

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .meta-data {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    margin-bottom: 22px;
}

.comment-content {
    margin-bottom: 26px;
}

a.comment-edit-link {
    display: none;
}

/* main page: Comments */

.blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content h6 {
    line-height: 1.2;
    font-weight: 500;
}

.blog-post-comment .comment-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

    .blog-post-comment .comment-content p:last-child {
        margin-bottom: 0;
    }

.blog-post-comment .comment-content .entry-content a {
    text-decoration: underline;
}

    .blog-post-comment .comment-content .entry-content a:hover {
        text-decoration: none;
    }

.blog-post-comment .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content dt {
    margin-bottom: 5px;
}

.blog-post-comment .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.blog-post-comment .comment-content ul {
    list-style: disc;
    padding-left: 20px;
}

    .blog-post-comment .comment-content ul li {
        list-style: disc;
        line-height: 1.8;
        margin-bottom: 10px;
    }

        .blog-post-comment .comment-content ul li ul {
            margin: 10px 0 0;
            list-style-type: circle;
        }

            .blog-post-comment .comment-content ul li ul li {
                list-style-type: circle;
            }

.blog-post-comment .comment-content ol {
    padding-left: 20px;
}

    .blog-post-comment .comment-content ol li {
        line-height: 1.8;
        margin-bottom: 10px;
        list-style-type: decimal;
    }

        .blog-post-comment .comment-content ol li ol {
            margin: 10px 0 0;
        }

.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
    font-weight: 600;
    color: #212529;
}

.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
    font-style: italic;
}

.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-post-comment .comment-content kbd {
    background-color: #fafafa;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 6px;
}

.blog-post-comment .comment-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
    color: #333333;
}

.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

.blog-post-comment .comment-content code {
    color: #2c5475;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
    background-color: #eee;
    color: #2c5475;
}

#comments .comment-content a {
    color: #2c5475;
}

.comment-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #575758;
}

.comments-list .comment-author cite {
    font-style: normal;
}

#comments.blog-post-comment .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments.blog-post-comment .children {
    padding-left: 45px !important;
}

#comments.blog-post-comment .comment-content img {
    margin: 5px 0;
}

.not-found h1 {
    margin-bottom: 20px;
}

.not-found .input-group-btn {
    background: #2c5475;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

    .not-found .input-group-btn i {
        line-height: 48px;
    }

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2c5475;
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

    .not-found p small {
        display: block;
    }

.blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar .widget {
    margin-bottom: 60px;
}

.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background: none;
    border-radius: 0px;
}

.elementor-widget-wp-widget-bluepages_about_author .elementor-widget-container h5,
.blog-sidebar .widget .widget-title {
    padding-bottom: 0;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #575758;
    padding-left: 0;
    border-bottom: 0px solid;
    margin-bottom: 25px;
}

.blog-sidebar .widget ul {
    line-height: 1.5;
    margin-bottom: 0;
}

    .blog-sidebar .widget ul li:last-child {
        margin-bottom: 0;
    }

    .blog-sidebar .widget ul li a:hover {
        color: #2c5475;
    }

    .blog-sidebar .widget ul li span {
        display: inline-block;
    }

.blog-sidebar span.post-count {
    float: right;
    font-size: 15px;
}

.nice-select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #555;
    font-size: 13.5px;
    float: none;
    white-space: normal;
}

    .nice-select span.current {
        display: block;
        margin-top: 3px;
        font-size: 15px;
    }

    .nice-select ul.list {
        padding: 0 !important;
        margin: 0 !important;
        list-style-type: none !important;
        border-radius: 0;
        width: 100%;
        overflow-y: auto;
    }

        .nice-select ul.list li {
            list-style-type: none !important;
            font-size: 14px;
            padding: 8px 15px !important;
            line-height: 1 !important;
            margin: 0 !important;
            min-height: auto;
            text-transform: capitalize;
        }

            .nice-select ul.list li::before {
                display: none;
            }

.blog-sidebar .calendar_wrap caption {
    padding-top: 0;
    caption-side: top;
    font-weight: 500;
    color: #565656;
    font-size: 17px;
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

    table td,
    table th {
        padding: 10px 13px;
        border: 1px solid #d3dbe2;
    }

.blog-sidebar .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
}

    .blog-sidebar .calendar_wrap table #prev a,
    .blog-sidebar .calendar_wrap table #next a {
        text-decoration: underline;
    }

        .blog-sidebar .calendar_wrap table #prev a:hover,
        .blog-sidebar .calendar_wrap table #next a:hover {
            text-decoration: none;
        }

    .blog-sidebar .calendar_wrap table td,
    .blog-sidebar .calendar_wrap table th {
        padding: 8px 5px;
    }

.blog-sidebar .widget_categories ul li .children {
    margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children > a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar .widget_recent_comments .recentcomments {
    color: #484848;
}

    .blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
        font-weight: bold;
        font-size: 14px;
    }

.blog-sidebar .widget_rss .widget-title .rsswidget {
    display: inline-block;
}

.blog-sidebar .widget_rss ul li {
    margin-bottom: 20px;
}

    .blog-sidebar .widget_rss ul li:last-child {
        margin-bottom: 0;
    }

    .blog-sidebar .widget_rss ul li .rsswidget {
        display: block;
        color: #222222;
        font-weight: bold;
        font-size: 15px;
    }

    .blog-sidebar .widget_rss ul li .rss-date {
        font-size: 13px;
        margin: 3px 0 10px;
        display: block;
    }

    .blog-sidebar .widget_rss ul li .rssSummary {
        color: #555;
        line-height: 25px;
        font-size: 14px;
    }

    .blog-sidebar .widget_rss ul li cite {
        font-weight: bold;
        display: block;
        margin-top: 10px;
        font-style: normal;
        color: #222;
        font-size: 13.5px;
    }

.blog-sidebar .widget_search form {
    position: relative;
}

    .blog-sidebar .widget_search form .form-control {
        background-color: #ffffff;
        height: 50px;
        padding: 6px 15px;
        border: 1px solid #e4e4e4;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        border-radius: 0;
        font-size: 15px;
    }

        .blog-sidebar .widget_search form .form-control:focus {
            border-color: #2c5475;
            box-shadow: none;
            z-index: 1;
        }

    .blog-sidebar .widget_search form button {
        position: absolute;
        right: 0;
        outline: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        z-index: 1;
        border: none;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #2c5475;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 15px;
        padding: 0 20px;
        top: 0;
        cursor: pointer;
    }

        .blog-sidebar .widget_search form button:hover {
            background: #f93156;
        }

        .blog-sidebar .widget_search form button:before {
            position: absolute;
            right: 50%;
            top: 50%;
            font-family: fontAwesome;
            color: #fff;
            content: "\f002 ";
            margin-top: -12px;
            margin-right: -6.5px;
        }

.blog-sidebar .widget_text p img {
    margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 14px;
}

.post-meta.blog_meta_content_Box a {
    display: inline-block;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.4;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

#sidebar p.login-username,
#sidebar p.login-password {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 8px;
}

#sidebar p.login-remember {
    margin-bottom: 8px;
}

#sidebar p.login-username input,
#sidebar p.login-password input {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #e5e9f2;
    border-radius: 25px;
    padding: 6px 30px;
}

#sidebar .login-submit input {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #575758;
    border: 1px solid #2c5475;
    border-radius: 50px;
    background: transparent;
    padding: 11px 30px;
    cursor: pointer;
    transition: all 0.4s;
}

    #sidebar .login-submit input:hover {
        color: #ffffff;
        background: #f93156;
        border-color: #2c5475;
    }

.blog-sidebar .tagcloud a:hover {
    background-color: #2c5475;
    border-color: #2c5475 !important;
    color: #fff !important;
}

.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

table th a {
    text-decoration: underline !important;
}

    table th a:hover {
        text-decoration: none !important;
    }

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.blog_post_layout_two {
    display: flex;
    align-items: center;
    gap: 24px;
}

.blog_layout_two-thumbnail-wrap,
.blog_layout_two-thumbnail-wrap img {
    width: 424px !important;
    height: 100% !important;
    max-width: 424px;
}

.blog_post_layout_two_content h3.post-title {
    font-style: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

.blog_post_layout_two_content .post-excerpt-box p {
    line-height: 1.5;
}

.blog_post_layout_two_inner:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    background: #e4e6eb;
    background: -webkit-linear-gradient(right, #e4e6eb 0%, transparent 100%);
    background: linear-gradient(to left, #e4e6eb 0%, transparent 100%);
}

.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 35px;
    margin-bottom: 35px;
    list-style: disc;
    padding-left: 60px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

    .post-layout-style2 .single-blog-content .entry-content ul li ul li {
        list-style-type: circle;
    }

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
    padding-left: 0;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 42px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}

.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-details-content ul li::marker {
    color: #2c5475;
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #ffffff;
    padding: 40px 50px 50px 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

    blockquote p,
    .single-blog-content .single-blog-inner .entry-content blockquote p,
    .blockquote p {
        color: #333333;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 600;
        font-size: 20px;
    }

.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: #2c5475;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #575758;
}

    .single-blog-content
    .single-blog-inner
    .entry-content
    .wp-block-tag-cloud
    a:hover {
        color: #ffffff;
    }

table th a {
    text-decoration: underline !important;
}

    table th a:hover {
        text-decoration: none !important;
    }

.post-layout-style2 .single-blog-content .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

.post-layout-style2 .single-blog-content .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

    .post-layout-style2 .single-blog-content .entry-content dd a {
        text-decoration: underline;
        display: inline-block;
    }

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
    font-weight: 600;
    color: #212529;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em,
.post-layout-style2 .single-blog-content .entry-content i {
    font-style: italic;
}

.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: #2c5475;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
    background-color: #eee;
    color: #2c5475;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #e5e9f2;
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e9f2;
    margin-bottom: 80px;
}

.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-image {
    margin-bottom: 20px;
}

    .wp-block-image figcaption {
        font-size: 14px;
        margin-top: 12px;
    }

        .wp-block-image figcaption a {
            text-decoration: underline;
            display: inline-block;
            color: #2c5475;
        }

    .wp-block-image figcaption {
        text-align: left;
    }

.wp-block-button .wp-block-button__link {
    background-color: #2c5475;
    font-size: 16px;
    border-radius: 50px;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

    .wp-block-button .wp-block-button__link:hover {
        background-color: #000;
        color: #fff;
    }

.wp-block-cover .wp-block-cover-text {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 0px;
}

    .is-style-outline .wp-block-button__link:hover {
        background-color: transparent;
        color: #f93156 !important;
        border-color: #f93156;
    }

.is-style-squared .wp-block-button__link {
    border-radius: 0 !important;
}

.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .wp-block-cover p.wp-block-cover-text {
        font-weight: bold;
        margin-bottom: 20px !important;
        font-size: 31px !important;
        line-height: 1.5 !important;
    }

        .wp-block-cover p.wp-block-cover-text strong {
            color: #fff;
        }

    .wp-block-cover.has-background-dim.alignleft {
        margin-top: 0;
    }

    .wp-block-cover.has-background-dim-60.has-background-dim
    .wp-block-cover-text
    a {
        color: #fff;
    }

.wp-block-file a {
    text-decoration: underline;
    font-size: 15px;
    color: #2c5475;
}

    .wp-block-file a:hover {
        text-decoration: none;
    }

.wp-block-file .wp-block-file__button {
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: #2c5475 !important;
}

    .wp-block-file .wp-block-file__button:hover {
        background-color: #000 !important;
        color: #fff;
    }

blockquote cite,
.blockquote cite {
    display: none;
}

.wp-block-media-text {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

    .wp-block-media-text .has-large-font-size {
        font-size: 25px !important;
        margin-top: 0 !important;
    }

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
    margin: 0 0 1rem;
}

    .wp-block-pullquote blockquote {
        color: #111;
        border: none;
        margin-right: 0;
        padding-left: 0;
    }

        .wp-block-pullquote blockquote p {
            font-size: 2.25em !important;
            font-style: italic !important;
        }

        .wp-block-pullquote blockquote cite {
            display: inline-block;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
            line-height: 1.6;
            text-transform: none;
            color: #767676;
            font-size: 15px;
            font-style: normal;
        }

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #2c5475;
}

    .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
        color: #000000;
    }

    .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color
    cite {
        display: none;
    }

    .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color
    blockquote {
        max-width: 80%;
        background: transparent;
    }

.has-medium-font-size {
    font-size: 20px !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff !important;
}

.post-layout-style2 .single-blog-content .entry-content dl a,
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta a {
    text-decoration: none;
    color: inherit;
}

.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    color: #000000;
}

.wp-block-search__button {
    margin-left: 0;
}

.post-layout-style2
.single-blog-content
.entry-content
ul
a
.wp-block-cover__inner-container
.has-large-font-size {
    color: #f8f9f9 !important;
    font-size: 36px !important;
}

.wp-block-group.has-background .is-layout-flow {
    padding: 30px;
}

.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    font-size: 14px;
    text-align: left;
}

table td a,
table td a:hover {
    color: #2c5475;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: "Oxygen", sans-serif !important;
    font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 500;
}

.loginformuser {
    margin-top: 20px;
}

.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

#comments {
    margin-top: 60px;
}

.pingback p,
.pingback .says {
    display: block;
}

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #272727;
    font-weight: 500;
    cursor: pointer;
}

.blocks-gallery-grid {
    margin-top: 0px !important;
}

.wp-block-gallery .blocks-gallery-caption {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li {
    font-weight: 500;
    color: #565656;
    font-size: 14px;
    padding: 0;
}

    .blog-sidebar .widget_theme_recent_posts .recent_post_Content li:before {
        display: none;
    }

.blog-sidebar
.widget_theme_recent_posts
.recent_post_Content
.recent-post-meta {
    display: none;
}

.blog-sidebar .widget_media_image {
    background: #fff;
    border: 0;
    padding: 0;
}

    .blog-sidebar .widget_media_image img {
        border-radius: 0px;
    }

.home-tag-widgett {
    background: #fafafa;
    padding: 30px;
    border-radius: 0px;
}

    .home-tag-widgett h5 {
        font-size: 28px;
        line-height: 1;
        color: #272727;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .home-tag-widgett .tagcloud a {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #595959 !important;
        border-color: #d6d6d6 !important;
        border-radius: 0px !important;
        margin-right: 5px;
        padding: 8px 14px !important;
    }

/*** Author Box ***/

.author__box__info .author-meta span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #575758;
}

.author__box__info .author-meta .author__name {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 14px;
    color: #000000;
    text-transform: capitalize;
    margin: 8px 0;
}

.author__box__info .post_box_socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .author__box__info .post_box_socials a {
        color: #575758;
    }

        .author__box__info .post_box_socials a:hover {
            color: #f93156;
        }

.author__box__info .author_top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.author__box__info .author__box_desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #575758;
    margin-bottom: 30px;
}

.author__box__info .author_more_post_btn a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #575758;
    border: 1px solid #2c5475;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 30px;
}

    .author__box__info .author_more_post_btn a:hover {
        border-color: #f93156;
        color: #ffffff;
        background: #f93156;
    }

.author__box__info .author-thumb {
    width: 100%;
    max-width: 100px;
    overflow: hidden;
}

    .author__box__info .author-thumb img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

article.post-content {
    margin-bottom: 50px;
}

.single__bottom_author__box {
    background: #e5e9f2;
    padding: 30px;
}

.author__bottom_more__posts > span {
    margin-bottom: 32px;
    display: block;
}

.more_article {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.leftcontent {
    width: 100%;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
    background: #c4c4c4;
}

    .leftcontent img {
        width: 100%;
        max-width: 80px;
        height: 80px !important;
        object-fit: cover;
    }

.rightcontent h3 {
    font-style: normal;
    font-size: 18px;
    line-height: 1.25;
    margin: 2px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .rightcontent h3 a {
        color: #000000;
    }

        .rightcontent h3 a:hover {
            color: #f93156;
        }

.rightcontent .mdate {
    font-size: 14px;
}

.author_bio__Wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 60px;
    padding: 35px 35px 35px;
    background: #e5e9f2;
    border-radius: 16px;
}

.theme_author_Info {
    padding-right: 0;
}

h6.theme_author_Title {
    color: #555555;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1;
}

h4.theme_author__Name {
    color: #424242;
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

p.theme_author__Description {
    font-size: 16px;
    line-height: 1.3;
    color: #555;
    margin-bottom: 0;
    font-weight: 500;
}

.theme_author_Socials a {
    display: inline-block;
    background: transparent;
    color: #2c5475;
    width: auto;
    height: auto;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border-radius: 0px;
    margin-right: 8px;
}

.theme_author_Socials {
    margin-top: 10px;
}

    .theme_author_Socials a:hover {
        background: transparent;
        color: #ff4063;
    }

/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
    height: 85px;
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 0px;
}

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
    padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
    text-align: right;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px;
}

.theme_blog_nav_Title {
    margin-bottom: 0;
    word-break: inherit;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

    .theme_blog_nav_Title a {
        margin-bottom: 0;
        color: #000000;
        word-break: inherit;
    }

.theme_blog_nav_Label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 35px;
    margin-top: 60px;
    border: 1px solid #e5e9f2;
}

.theme_blog_nav_Title a:hover {
    color: #2c5475;
}

.post_nav_Right .theme_blog_Inner h3.theme_blog_nav_Title {
    text-align: right;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 40px;
}

.main-container .theme-pagination-style .nav-links {
    display: block;
    width: 100%;
    text-align: left;
}

.main-container .theme-pagination-style ul.page-numbers {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
    .main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
        width: 40px;
        height: 40px;
        line-height: 38px;
        margin-right: 6px;
        padding: 0;
        text-align: center;
        display: inline-block;
        border: 1px solid #e4e4e4;
        margin-left: auto;
        color: #272727;
        font-size: 16px;
        font-weight: 500;
        background-color: transparent;
        border-radius: 0px;
    }

    .main-container .theme-pagination-style ul.page-numbers li span.current {
        background: #f93156;
        color: #fff;
        border-color: #f93156;
    }

    .main-container .theme-pagination-style ul.page-numbers li i {
        line-height: 38px;
        color: #f93156;
    }

    .main-container
    .theme-pagination-style
    ul.page-numbers
    li
    a.page-numbers:hover {
        border: 1px solid #f93156;
        background-color: #f93156;
        color: #fff;
    }

        .main-container
        .theme-pagination-style
        ul.page-numbers
        li
        a.page-numbers:hover
        i {
            color: #fff;
        }

.theme-tags__wrapper h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    color: #272727 !important;
    margin-right: 10px;
    display: inline-block;
}

.theme-tags__wrapper a {
    display: inline-block !important;
    padding: 5px 18px;
    margin-bottom: 10px;
    transition: all ease 500ms;
    border: 1px solid #e5e9f2;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #575758;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.theme-tags__wrapper a:hover {
    border-color: #2c5475 !important;
    background: #2c5475 !important;
    color: #fff;
}

.widget.widget_block.widget_recent_entries
ul
li
.wp-block-latest-posts__featured-image {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 16px;
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 0;
    margin-top: 0.5em;
    display: inline flow-root list-item;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: inline-block;
    font-size: 0.8125em;
    margin-right: 12px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
    clear: both;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

#sidebar .wp-block-rss__item-title a,
#sidebar .widget_recent_entries a.wp-block-latest-posts__post-title {
    font-size: 18px !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
}

#sidebar .wp-block-rss__item-excerpt {
    margin-top: 8px;
}

#sidebar ul.wp-block-rss li:not(:last-child) {
    margin-bottom: 30px;
}
/*==================================================
      404
 ================================================== */

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #272727;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #2c5475;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 16px 30px;
    border-radius: 0px;
    width: auto;
    border: 0px solid;
}

    .error-page .error-body .btn:hover,
    .error-page .error-body .btn:focus,
    .error-page .error-body .btn:active {
        border: none;
        outline: none;
        box-shadow: none !important;
        background: #f93156;
    }

    .error-page .error-body .btn:hover {
        background: #f93156;
    }

body.error404 .main-container {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 80px;
}

.header-two-right .header-search-box {
    position: relative;
    right: 30px;
    top: 0px;
}

.header-bookmark-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 10px;
}

/*** Theme New Unit CSS ***/

.widget_calendar,
table,
.wp-block-calendar {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.calendar_wrap nav.wp-calendar-nav {
    position: relative;
    top: 10px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    width: 30px;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}

.main-container.blog-spacing {
    padding-top: 30px;
    padding-bottom: 50px;
}

    .main-container.blog-spacing .pagination {
        margin-top: 90px;
    }

.widget_rss h3.widget-title a {
    color: #272727;
}

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #2c5475 !important;
}

.cat-layout-main-list
.post-list-medium-content
.post-meta-items
div.author-name {
    text-transform: capitalize;
}

.blog-post-comment .comment-respond p.logged-in-as {
    line-height: 26px;
    font-size: 15px;
    margin-top: 5px;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 25px;
}

.comment-respond p {
    margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 10px;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 0 0 32px 0;
    font-weight: 500;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
    margin: 0;
}

.post-body p:last-child {
    clear: both;
    float: none;
}

.wp-block-button .wp-block-button__link {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 0px;
    color: #2c5475 !important;
    border-color: #2c5475;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #f93156;
}

.theme-blog-details .post-featured-image {
    margin-bottom: 50px;
}

article.post-content .entry-content h2,
article.post-content .entry-content h3,
article.post-content .entry-content h4,
article.post-content .entry-content h5,
article.post-content .entry-content h6 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.sidebar-active .alignfull {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
    padding-left: 0 !important;
}

.blog-details-content .wp-block-columns {
    margin-top: 23px;
    margin-bottom: 23px;
}

blockquote,
.blockquote {
    margin-bottom: 23px !important;
    margin-top: 23px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: none;
    border-top: 1px solid #e5e9f2;
    border-bottom: 1px solid #e5e9f2;
}

blockquote::before,
.blockquote::before {
    color: #e5e9f2;
}

blockquote.has-text-color.has-light-gray-color p {
    font-size: 28px !important;
    line-height: 1.2 !important;
}

blockquote.has-text-color.has-very-dark-gray-color:before {
    color: rgb(255 255 255 / 50%);
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #555;
    line-height: 1.3;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 17px;
}

    .post-layout-style2 .single-blog-content .entry-content ol li {
        line-height: 1.8;
        margin-bottom: 10px;
        font-weight: 500;
    }

        .post-layout-style2 .single-blog-content .entry-content ol li ol {
            margin: 10px 0 0;
        }

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

    .post-layout-style2 .single-blog-content .entry-content ul li ul li {
        list-style-type: circle;
    }

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 28px;
}

    .wp-block-archives-dropdown select,
    .wp-block-categories-dropdown select {
        width: 100%;
        cursor: pointer;
        height: 45px;
        font-size: 15px;
        padding: 8px 15px;
        width: 100%;
        border: 1px solid #eee;
        color: #272727;
        font-weight: 500;
    }

.wp-block-search .wp-block-search__button {
    background: #2c5475 !important;
    border: 1px solid #2c5475 !important;
    color: #fff !important;
    cursor: pointer;
}

.wp-block-calendar span.pad {
    display: none;
}

.wp-block-calendar nav.wp-calendar-nav {
    margin-bottom: 35px;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

    .page-links .post-page-numbers {
        width: 35px;
        height: 35px;
        border-radius: 0px;
        background-color: #ffffff;
        border: 1px solid #eee;
        font-size: 15px;
        line-height: 35px;
        color: #0a0c19;
        text-align: center;
        display: inline-block;
        margin-left: 5px;
        text-decoration: none !important;
    }

    .page-links .page-link {
        display: inline-block;
        background-color: #2c5475;
        color: #fff;
        margin-right: 0px;
    }

.blog-details-content table th a {
    color: #272727;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #eee;
}

.blog-post-comment table td {
    font-size: 14px;
    font-weight: 500;
}

.blog-post-comment p.no-comments {
    font-size: 14px;
    clear: both;
    margin-top: 0;
    line-height: 14px;
}

.post_format-post-format-image .blog-details-content figure img {
    border-radius: 0px;
}

.widget_calendar span.pad {
    display: none;
}

.widget_calendar span.wp-calendar-nav-next {
    display: block;
}

.nav-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 102%;
    top: 0%;
    left: auto;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
}

.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.not-found form {
    position: relative;
}

    .not-found form .form-control {
        background-color: #ffffff;
        height: 50px;
        padding: 6px 15px;
        border: 1px solid #eeeeee;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        border-radius: 0;
    }

        .not-found form .form-control:focus {
            border-color: #2c5475;
            box-shadow: none;
            z-index: 1;
        }

    .not-found form button {
        position: absolute;
        right: 0;
        outline: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        z-index: 1;
        border: none;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #2c5475;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 15px;
        padding: 0 20px;
        top: 0;
        cursor: pointer;
    }

        .not-found form button:hover {
            background: #f93156;
        }

        .not-found form button:before {
            position: absolute;
            right: 50%;
            top: 50%;
            font-family: fontAwesome;
            color: #fff;
            content: "\f002 ";
            margin-top: -12px;
            margin-right: -6.5px;
        }

.theme_img_cat_Itemlist span.category-btnn {
    transition: all 0.3s ease;
}

ul.footer-nav li a:hover {
    color: #2c5475;
}

.home-tag-widgett .tagcloud a:hover {
    background: #2c5475 !important;
    color: #fff !important;
    border-color: #2c5475 !important;
}

.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    line-height: 1;
    margin-bottom: 8px;
}

.single-one-bwrap {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.main-container.cat-page-spacing {
    padding-top: 84px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.post-password-form input[type="submit"]:hover {
    background-color: #f93156;
    color: #ffffff;
}

p.form-submit {
    margin-bottom: 20px;
}

.blog-sidebar .widget.widget_categories ul li::before {
    top: 9px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #2c5475;
    border-radius: 0px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #575758;
    display: inline-block;
}

.wp-block-latest-comments__comment-meta
a.wp-block-latest-comments__comment-author {
    text-transform: capitalize;
    font-weight: 500;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
    margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2 {
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #272727;
    padding-left: 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    font-weight: 500;
}

    .blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
        color: #2c5475;
    }

.blog-sidebar .widget ul li::before {
    top: 8px;
}

.blog-sidebar .widget.widget_categories ul li::before {
    top: 8px;
}

.blog-sidebar .widget_categories ul li .children li::before {
    top: 8px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search__input {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0px;
    font-size: 15px;
}

#sidebar .widget_archive label,
#sidebar .wp-block-archives label,
.wp-block-search .wp-block-search__label {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #272727;
    padding-left: 0;
    border-bottom: 0px solid #e4e4e4;
    margin-bottom: 20px;
    line-height: 1.2;
}

#sidebar .widget_calendar .wp-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    position: relative;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 0px;
    margin-left: 0;
}

    .blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
        display: none;
    }

.widget_block.widget_search
.wp-block-search__inside-wrapper
input[type="search"]::-webkit-input-placeholder {
    color: #272727;
}

.widget_block.widget_search
.wp-block-search__inside-wrapper
input[type="search"]::-moz-placeholder {
    color: #272727;
}

article.tag-pingbacks-2 + .blog-post-comment .comment-body {
    margin-left: auto !important;
}

.comments-list .comment-body,
.blog-post-comment .comment-content p,
.blog-post-comment p.no-comments {
    font-size: 15px;
}

.widget_block.widget_search .wp-block-search__button:hover {
    background-color: #f93156 !important;
    color: #ffffff !important;
    border: 1px solid #f93156 !important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 26px;
    line-height: 1;
}

.comments-list .comment-author cite,
.comment-author vcard cite {
    font-style: normal !important;
    text-transform: capitalize;
}

.blog-sidebar select {
    background-color: white;
    border: 1px solid #e5e9f2;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
}

.blog-sidebar select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #2c5475, #2c5475);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 3rem 3rem;
    background-repeat: no-repeat;
}

/*** Theme CSS ***/
#theme-header-one.theme_header__main.header-style-one.header-one-wrapper {
    /*background: #f3f8fb;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

    #theme-header-one.theme_header__main.header-style-one.header-one-wrapper
    .nav-menu-wrapper {
        background: #ffffff;
        /*    box-shadow: 2px 2px 20px rgba(1, 35, 64, 0.05);*/
        border-radius: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 12px;
        width: max-content;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    #theme-header-one.theme_header__main.header-style-one.header-one-wrapper
    .stick-top.sticky
    .nav-menu-wrapper {
        margin-top: 0px;
    }

#theme-header-one .nav-style-one {
    display: flex;
    align-items: center;
    justify-content: center;
}

#theme-header-one.theme-nav-area.theme-navigation-style.nav-design-one {
    margin-bottom: 10px;
}

.newsletter-col {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.header-newsletter a,
.header-newsletter button.ns-box {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #2c5475;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.4s;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .header-newsletter button.ns-box i {
        font-size: 18px;
        transform: rotate(-50deg);
        margin-top: -4px;
    }

    .header-newsletter button.ns-box:hover,
    .header-newsletter a:hover {
        background: #f93156;
    }

.header-search-box {
    font-size: 18px;
    color: #000;
    line-height: 1;
    font-weight: 600;
    margin-top: 0px;
    display: inline-block;
}

.header-one-search-btn, .bluepages_stick-top, .newsletter-col .header-search-box {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    justify-content: flex-end;
}

    .header-one-search-btn a {
        background: #2c5475;
        display: inline-flex;
        padding: 8px;
        border-radius: 25px;
        color: #ffffff;
    }

        .header-one-search-btn a:hover {
            background: #f93156;
            color: #ffffff;
        }

.header-search-box a {
    color: #000000;
}

    .header-search-box a i {
        display: inline-block;
        position: relative;
        margin-right: 8px;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
    }

.nav-menu-wrapper .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu-wrapper .mainmenu ul li {
        display: inline-block;
        position: relative;
        padding-left: 14px;
        padding-right: 14px;
    }

        .nav-menu-wrapper .mainmenu ul li a {
            display: block;
            font-size: 17px;
            color: #000000;
            line-height: 1;
            font-weight: 600;
        }

            .nav-menu-wrapper .mainmenu ul li a:hover {
                color: #f93156;
            }

.author-name a {
    display: inline-block;
}

.read-btn-box {
    display: inline-block;
}

    .read-btn-box a {
        display: inline-block;
        position: relative;
        background: #2c5475;
        color: #fff;
        padding: 17px 70px 17px 15px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        transition: all 0.4s ease-in;
    }

        .read-btn-box a:before {
            position: absolute;
            right: 7px;
            top: 7px;
            background: #fff;
            width: 45px;
            height: 38px;
            content: "\ea6c";
            font-family: "remixicon" !important;
            color: #2c5475;
            text-align: center;
            font-weight: normal;
            font-size: 22px;
            line-height: 38px;
        }

        .read-btn-box a:hover {
            background: #f93156;
        }

            .read-btn-box a:hover:before {
                color: #f93156;
            }

.post-meta-right div {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #5a5a5a;
    margin-right: 20px;
}

    .post-meta-right div a {
        color: #5a5a5a;
    }

    .post-meta-right div.read-time-box {
        padding-left: 26px;
        text-transform: capitalize;
    }

        .post-meta-right div.read-time-box:before {
            position: absolute;
            left: 0;
            top: 0px;
            content: "\f20e";
            font-family: "remixicon" !important;
            color: #f93156;
            font-weight: normal;
        }

    .post-meta-right div:last-child {
        margin-right: 0;
    }

.post-read-btn a {
    display: inline-block;
    position: relative;
    padding-top: 8px;
    padding-bottom: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #575758;
}

.recent-post-blog-item {
    display: flex;
    align-items: center;
}

.recent__post__blog__item__wrap .rpbiw__inner .recent-post-blog-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

    .recent__post__blog__item__wrap
    .rpbiw__inner
    .recent-post-blog-item
    .recent-postthumb
    img,
    .recent__post__blog__item__wrap
    .rpbiw__inner
    .recent-post-blog-item
    .recent-postthumb,
    .recent-post-blog-item .recent-postthumb {
        height: 100px;
        position: relative;
        min-width: 146px;
        margin-right: 16px;
        width: 146px;
        overflow: hidden;
    }

.widget.widget_block.widget_recent_entries
ul
li
.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image img {
    width: 146px;
    height: 135px;
    margin-bottom: 14px;
}

.footer-widget.widget.widget_bluepages_recent_post
.recent-post-blog-item
.recent-postthumb,
.footer-widget.widget.widget_bluepages_recent_post
.recent-post-blog-item
.recent-postthumb
img {
    height: 100px;
    min-width: 100px;
    width: 100px;
}

.footer-widget.widget.widget_bluepages_recent_post
.recent__post__blog__item__wrap
.rpbiw__inner:not(:last-child)::after {
    content: none;
}

.footer-widget.widget.widget_bluepages_recent_post
.recent__post__blog__item__wrap
.rpbiw__inner {
    margin-bottom: 34px;
}

.recent-post-blog-item .recent-postthumb a {
    display: block;
    overflow: hidden;
}

.recent-post-blog-item .recent-postthumb img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center;
}

.recent-post-list-inner.recent_post_Content h4.title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent__post__blog__item__wrap .recent-post-blog-item {
    margin-bottom: 24px;
}

.footer-widget.widget.widget_bluepages_recent_post
.recent-post-list-inner.recent_post_Content
h4.title {
    font-size: 16px;
}

.recent-post-list-inner.recent_post_Content h4.title a {
    color: #000000;
}

    .recent-post-list-inner.recent_post_Content h4.title a:hover {
        color: #f93156;
    }

.widget-recent-post-meta {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

    .widget-recent-post-meta li {
        margin: 0;
        padding: 0;
        list-style: none !important;
        line-height: 1 !important;
        color: #5a5a5a !important;
        font-size: 13px !important;
        font-weight: 600;
        display: inline-block;
        text-transform: capitalize;
        position: relative;
        margin-right: 7px;
        padding-right: 7px !important;
        width: auto !important;
        margin-bottom: 0 !important;
    }

        .widget-recent-post-meta li:last-child {
            margin-right: 0px;
            padding-right: 0px;
        }

        .widget-recent-post-meta li:after {
            position: absolute;
            right: -2px;
            top: 50%;
            width: 4px;
            height: 4px;
            background: #eb6035;
            content: "";
            border-radius: 50%;
            margin-top: -2px;
        }

        .widget-recent-post-meta li:last-child:after {
            background: none;
        }

        .widget-recent-post-meta li.read-time {
            padding-left: 15px !important;
        }

            .widget-recent-post-meta li.read-time:before {
                position: absolute;
                left: 0;
                top: 0px !important;
                content: "\f20e" !important;
                font-family: "remixicon" !important;
                color: #f93156;
                font-weight: normal;
                display: block !important;
                background: transparent !important;
                width: auto !important;
                height: auto !important;
            }

.home-recent-postwid .elementor-widget-container {
    position: relative;
}

a.widget-see-btn {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    background: rgb(249 49 86 / 10%);
    color: #f93156;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 5px 12px;
}

    a.widget-see-btn:hover {
        background: rgb(81 56 238 / 10%);
        color: #2c5475;
    }

span.posts-count {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #575758;
    border: 1px solid #e5e9f2;
    border-radius: 50%;
}

.blog-inner-thumbnail-custom img {
    height: 256px;
    object-fit: cover;
    object-position: center top;
}

.post-featured-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.recent-post-blog-item::last-child {
    margin-bottom: 0;
}

.social-icons-img a {
    margin-bottom: 15px;
}

    .social-icons-img a:last-child {
        margin-bottom: 0;
    }

.blog-grid-pagination ul.page-numbers {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

    .blog-grid-pagination ul.page-numbers i {
        font-style: normal !important;
    }

.main-container
.theme-pagination-style.blog-grid-pagination
ul.page-numbers
li
span.current {
    background: #f93156;
    color: #fff;
    border-color: #f93156;
}

.main-container
.theme-pagination-style.blog-grid-pagination
ul.page-numbers
li
a.page-numbers:hover {
    border: 1px solid #f93156;
    background-color: #f93156;
    color: #fff;
}

.theme-pagination-style.blog-grid-pagination {
    margin-left: 0px;
    margin-top: 80px;
}

.theme-subscribe-form {
    position: relative;
}

    .theme-subscribe-form input[type="email"] {
        background: #fff;
        width: 100%;
        border: 0px solid;
        display: inline-block;
        text-indent: 25px;
        font-weight: 400;
        color: #b4b4b4;
        padding: 22px 0 22px;
        font-size: 18px;
        max-width: 525px;
    }

    .theme-subscribe-form input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        background: #f93156;
        border: 0px solid;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        box-shadow: none;
        outline: linen;
        padding: 26px 43px 26px;
        cursor: pointer;
        transition: all 0.4s ease-in;
    }

        .theme-subscribe-form input[type="submit"]:hover {
            background: #2c5475;
        }

.subscribe-title.elementor-widget {
    margin-bottom: 0 !important;
}

/*footer.theme-footer-wrapper.theme_footer_Widegts.hav-footer-topp {
    background: #f3f8fb;
}*/
/**/
.footer-top {
    padding-top: 40px;
    /*    padding-bottom: 35px;*/
}

.footer-gallery img {
    max-height: 85px !important;
    object-fit: cover !important;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-widget ul li a:hover {
        color: #f93156;
    }

.footer-widget h4.widget-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 40px;
    color: #272727;
}

.social-lists a {
    display: inline-block;
    background: #2c5475;
    color: #ffff;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .social-lists a:last-child {
        margin-right: 0;
    }

    .social-lists a:hover {
        background: #f93156;
    }

.col-xl-3.col-md-6.footer_four_Widget {
    padding-left: 75px;
}

h2.footer-logo {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    top: -2px;
}

.footer_one_Widget img {
    margin-top: -10px;
}

.post-featured-image {
    margin-bottom: 38px;
}

.theme_related_posts_Wrapper {
    margin-top: 55px;
}

p.copyright-text {
    margin: 10px 0;
}

/*** Back To Top ***/

.backto {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    background: #f93156;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    height: 44px;
    text-align: center;
    width: 44px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

    .backto:hover {
        background: #2c5475 !important;
        color: #ffffff;
    }

        .backto:hover a {
            color: #ffffff;
        }

    .backto a {
        color: #fff;
        font-size: 24px;
        line-height: 1.84;
    }

.blog-block-latest-single-item .latest-post-thumbnail-wrap img {
    height: 430px;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.blog-block-latest-single-item .latest-post-thumbnail-wrap a {
    display: block;
    overflow: hidden;
    position: relative;
}

.latest-post-list-btn .post-read-btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .latest-post-list-btn .post-read-btn a i {
        font-style: normal !important;
        font-weight: 400;
        position: relative;
        top: 2px;
    }

.elementor-widget-wp-widget-bluepages_newsletter .elementor-widget-container h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5,
.elementor-widget-wp-widget-archives .elementor-widget-container h5,
.elementor-widget-wp-widget-categories .elementor-widget-container h5,
.widget.widget_block .wp-block-group__inner-container h2,
#sidebar h2.wp-sidebar-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    border: none;
    margin: 0;
    color: #575758;
    margin-bottom: 25px;
}

.blog-sidebar .widget ul.wp-block-categories li:nth-of-type(4n) {
    margin-right: 0;
}

.theme-pagination-style.blog-grid-pagination {
    display: block;
}

.widget.widget_block h2.social-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    border: none;
    margin: 0;
    color: #575758;
    margin-bottom: 35px;
}

.home-trending-colsec
.elementor-widget-container
.recent-post-list-inner.recent_post_Content
h4.title {
    font-size: 18px !important;
}

.sidebar.blog-sidebar #block-13 {
    margin-top: 40px;
}

.widget.widget_block
.wp-block-group__inner-container
.widget_bluepages_recent_post
h2 {
    margin-bottom: 35px;
}

.blog-sidebar .widget ul.wp-block-archives li a:hover {
    color: #f93156;
}

.blog-details-content .wp-block-columns {
    margin-top: 33px;
    margin-bottom: 18px;
}

    .blog-details-content
    .wp-block-columns
    figure.wp-block-image.size-full.blog-inner-thumbnail-custom {
        margin-bottom: 0;
    }

/*** Responsive Nav ***/

div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 400;
}

.slicknav_btn {
    float: none;
    display: inline-block;
}

ul.slicknav_nav {
    background: #575758;
    text-align: left;
    position: relative;
    top: -70px;
}

.slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .slicknav_nav li:last-child {
        border-bottom: 0 solid;
    }

a.slicknav_btn {
    background: #f93156;
    border-radius: 0;
    margin: 3px 1px 15px;
    position: relative;
    top: -71px;
    right: 9px;
    border-radius: 0px;
}

.slicknav_nav a {
    color: #ffffff;
    padding-left: 20px;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0px 0px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
}

.slicknav_nav li a:hover {
    background: #000;
    border-radius: 0;
    color: #fff;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.errin-responsive-menu {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #000;
    color: #fff;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 20px;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 0px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    box-shadow: none;
    top: 3px;
    position: relative;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

ul.slicknav_nav li ul.sub-menu li a {
    padding-left: 30px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {
    padding-left: 15px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-size: 15px;
    font-weight: 400;
}

ul.slicknav_nav {
    background: #575758;
}

.slicknav_nav li:hover {
    background: #575758;
}

.slicknav_nav .slicknav_row:hover {
    background: transparent;
}

.slicknav_nav li a:hover {
    background: transparent;
}

ul.slicknav_nav li ul.sub-menu li a > a {
    padding-left: 0;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    padding-left: 30px;
}

.slicknav_nav li:hover {
    background: #f93156;
}

.cat-page-spacing .main-content-inner .post-block-wrapper-latest {
    margin-bottom: 75px;
}

.widget.widget_bluepages_recent_post {
    position: relative;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 650px;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

    .search-popup .search-form .form-group .form-control,
    .search-popup .search-form .search-input {
        border: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        height: 54px;
        line-height: 54px;
        padding: 0 100px 0 30px;
        font-size: 18px;
        border-radius: 0;
        width: 100%;
    }

    .search-popup .search-form .form-group .form-control,
    .search-popup .search-form .search-input {
        border: none;
        outline: none;
        box-shadow: none;
        border-radius: 0;
    }

    .search-popup .search-form .submit-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 54px;
        border: 0;
        border-radius: 0 0px 0px 0;
        background: #2c5475;
        color: #fff;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        padding: 0;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

        .search-popup .search-form .submit-btn:hover {
            background: #f93156;
        }

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    z-index: 999;
    content: "";
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    -webkit-backdrop-filter: blur(0.5px);
    backdrop-filter: blur(0.5px);
}

    .body-overlay.active {
        visibility: visible;
        opacity: 0.8;
    }

a.search-box-btn {
    display: inline-flex;
}

a.navSidebar-button {
    display: inline-block;
}

    a.navSidebar-button:hover i {
        color: #f93156;
    }

.search-popup .search-form .submit-btn:focus,
.search-popup .search-form .submit-btn:active {
    border: none;
    outline: none;
    border-radius: 0;
}

.nav-design-one .mainmenu li ul.sub-menu {
    position: absolute;
    left: 15px;
    top: 40px;
    z-index: 100;
    padding: 10px 24px 10px 24px;
    background: #fff;
    min-width: 215px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0px;
    border: 0px solid;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
}

    .nav-design-one .mainmenu li ul.sub-menu li {
        display: block;
        position: relative;
        padding: 3px 0px;
    }

        .nav-design-one .mainmenu li ul.sub-menu li a {
            display: inline-block;
            font-size: 16px;
            color: #000;
            padding: 0px 0px;
            line-height: 1.2;
            position: relative;
            z-index: 1;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            border-radius: 0px;
            font-weight: bold; /* 👈 text bold */
        }

            .nav-design-one .mainmenu li ul.sub-menu li a:hover {
                color: #f93156;
                font-weight: bold; /* 👈 text bold */
            }

        .nav-design-one .mainmenu li ul.sub-menu li:first-child a {
            padding-left: 0px;
        }

        .nav-design-one .mainmenu li ul.sub-menu li:last-child a {
            padding-right: 0px;
        }

.nav-design-one .mainmenu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.nav-design-one .mainmenu li ul li ul.sub-menu {
    position: absolute;
    left: 114%;
    top: 0%;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
    min-width: 225px;
}

.nav-design-one .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.nav-design-one .mainmenu li ul.sub-menu {
    top: 120%;
}

.nav-design-one .mainmenu ul > li.menu-item-has-children > a:after {
    content: "\ea4e";
    color: #242323;
    font-family: "remixicon" !important;
    padding-left: 0px;
    opacity: 1;
    font-weight: normal;
    position: relative;
    top: 3px;
    font-size: 16px;
    left: -1px;
    vertical-align: 0;
    margin-left: 0;
    border: 0;
    display: none;
}

.theme-related-wrapper .read-time-box {
    display: none;
}

.slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .slicknav_nav li:last-child {
        border-bottom: 0 solid;
    }

.custom-themee-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #575758;
    line-height: 1;
    margin-bottom: 8px;
}

.custom-themee-contactt .fnamee,
.fmessage {
    background: rgb(81 56 238 / 4%);
    border: 0px solid;
    outline: none;
    height: 50px;
    border-radius: 0px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 28px;
    color: #858585;
    width: 100%;
    margin-bottom: 15px;
}

.custom-themee-contactt .fmessage {
    resize: none;
    height: 150px;
    box-sizing: border-box;
    padding: 20px;
}

.custom-themee-contactt .fsubmitt {
    display: inline-block;
    background: #f93156;
    border: 0px solid;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 11px 44px;
    border-radius: 0px;
    margin-top: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

    .custom-themee-contactt .fsubmitt:hover {
        background: #2c5475;
        color: #fff;
    }

.cat-page-spacing .main-content-inner .post-block-wrapper-latest:last-child {
    margin-bottom: 0px;
}

body.tag .main-container.blog-spacing {
    padding-bottom: 15px;
}

.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: inline-block !important;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2c5475 !important;
    text-align: center;
    color: #fff !important;
    transition: all 0.25s ease-in 0s;
    padding: 0 !important;
    font-weight: bold;
    font-size: 22px !important;
    border-radius: 50% !important;
    cursor: pointer;
    font-family: IcoFont !important;
}

    .slide-arrow-left.slick-arrow i,
    .slide-arrow-right.slick-arrow i {
        font-size: 22px !important;
        line-height: 40px;
        font-style: normal !important;
    }

.slide-arrow-right.slick-arrow {
    top: auto;
    right: auto;
    left: 80px;
    bottom: 22%;
}

.slide-arrow-left.slick-arrow {
    top: auto;
    left: 30px;
    bottom: 22%;
}

    .slide-arrow-left.slick-arrow:hover,
    .slide-arrow-right.slick-arrow:hover {
        color: #fff !important;
        background: #f93156 !important;
    }

.error-page .error-body .btn {
    margin-top: 50px;
}

body.error404 .main-container {
    padding-top: 62px;
    padding-bottom: 100px;
}

/*===============================
 	  Preloader
================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c5475;
    z-index: 9999999;
}

.spinner {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
    display: inline-block;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.latest-post-thumbnail-wrap {
    margin-bottom: 30px;
}

    .latest-post-thumbnail-wrap,
    .latest-post-thumbnail-wrap img.img-fluid {
        width: 100%;
        height: 100%;
    }

.blog-details-content .wp-block-columns {
    margin-top: 31px;
    margin-bottom: 31px;
}

figure.wp-block-image.size-full.blog-ads-image {
    margin-top: 31px;
    margin-bottom: 31px;
}

.titlesticky {
    position: sticky !important;
    top: 4rem;
}

.parent-sticky .elementor-widget-wrap {
    display: block !important;
}


.footer-divider {
    margin: auto;
    max-width: 100%;
    background: #e5e9f2;
    height: 1px;
}

.footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

p.copyright-text {
    margin: 0;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #575758;
}

    p.copyright-text a {
        display: inline-block;
        color: #2c5475;
    }

ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.footer-nav li {
        position: relative;
        display: inline-block;
        line-height: 1;
        padding-left: 10px;
        margin-left: 10px;
    }

        ul.footer-nav li:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            background: #a4a4a4;
            width: 1px;
            height: 15px;
        }

        ul.footer-nav li:first-child:before {
            display: none;
        }

        ul.footer-nav li a {
            font-size: 14px;
            line-height: 1;
            color: #a4a4a4;
            display: block;
            position: relative;
            font-weight: 500;
        }

.col-lg-4.col-md-6.footer_one_Widget {
    padding-right: 100px;
}

.home-two-hero-sec .recent-post-list-inner.recent_post_Content h4.title {
    font-size: 21px !important;
}

.home-two-hero-sec .widget-recent-post-meta li {
    font-size: 14px !important;
}

.theme-pagination-style.blog-grid-pagination {
    display: block;
    text-align: center;
    width: 100%;
}

.col-lg-3.col-md-6.footer_four_Widget {
    padding-left: 70px;
}

.footer-widget.widget h3.f_widget_title,
.footer-widget.widget .wp-block-group__inner-container h2,
.footer-widget.widget .wp-block-group__inner-container h3,
.footer-widget.widget .wp-block-group__inner-container h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
}

.footer-widget h2:before,
.footer-widget h3:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url("../images/red-jh-shape.svg");
    background-repeat: repeat;
    background-repeat: no-repeat;
}

.social_widget_wrap .fsocial_content a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    margin-bottom: 12px;
}

    .social_widget_wrap .fsocial_content a i {
        color: #4c6478;
        font-size: 24px;
        border: 1px solid #4c6478;
        padding: 4px;
        display: inline-flex;
        margin-right: 16px;
    }

    .social_widget_wrap .fsocial_content a:hover,
    .social_widget_wrap .fsocial_content a:hover i {
        color: #f93156;
        border-color: #f93156;
    }

#bluepages_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
}

#bluepages_footer .widget_meta ul li,
#bluepages_footer .widget_pages ul li,
#bluepages_footer .widget_categories ul li,
#bluepages_footer .widget_archive ul li {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

    #bluepages_footer .widget_meta ul li a,
    #bluepages_footer .widget_pages ul li a,
    #bluepages_footer .widget_categories ul li a,
    #bluepages_footer .widget_archive ul li a {
        color: #575758;
    }

        #bluepages_footer .widget_meta ul li a:hover,
        #bluepages_footer .widget_pages ul li a:hover,
        #bluepages_footer .widget_categories ul li a:hover,
        #bluepages_footer .widget_archive ul li a:hover {
            color: #f93156;
        }

#bluepages_footer .widget:not(:last-child) {
    margin-bottom: 36px;
}

#bluepages_footer .wp-block-latest-comments__comment-author {
    display: inline-flex;
    color: #575758;
}

#bluepages_footer .wp-block-latest-comments__comment-link {
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

#bluepages_footer .widget_recent_comments ul li {
    margin-bottom: 16px;
}

#bluepages_footer
.widget_recent_comments
li.recentcomments
span.comment-author-link {
    display: inline-flex;
    text-transform: capitalize;
}

    #bluepages_footer
    .widget_recent_comments
    li.recentcomments
    span.comment-author-link
    a {
        color: #000000;
    }

#bluepages_footer .widget_recent_comments li.recentcomments > a {
    color: #575758;
    line-height: 20px;
}

#bluepages_footer .widget_rss .wp-block-rss__item-title a,
#bluepages_footer .widget.widget_rss a.rsswidget,
#bluepages_footer .widget_recent_entries ul li a {
    color: #000000;
    font-weight: 500;
}

#bluepages_footer .widget.widget_rss ul li:not(:last-child) {
    margin-bottom: 16px;
}

#bluepages_footer .widget.widget_nav_menu ul li a,
#bluepages_footer .widget.widget_block ul.wp-block-page-list li a {
    color: #575758;
}

    #bluepages_footer .widget.widget_nav_menu ul li a:hover,
    #bluepages_footer .widget.widget_block ul.wp-block-page-list li a:hover {
        color: #f93156;
    }

#bluepages_footer .widget.widget_calendar .wp-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bluepages_footer .widget.widget_calendar table {
    margin-bottom: 0;
}

#bluepages_footer .wp-block-search__button {
    margin-left: 0px;
}

#bluepages_footer
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper),
#bluepages_footer .wp-block-search__input {
    border: none;
}

#bluepages_footer .widget.widget_rss h3.f_widget_title {
    display: flex;
    align-items: center;
    gap: 8px;
}

#bluepages_footer .wp-block-calendar caption {
    background-color: transparent;
}

#bluepages_footer select {
    width: 100%;
    height: 40px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e5e9f2;
}
/*** Sticky header ***/

.stick-top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease 0s;
}

.nav-design-one .col-lg-2 {
    display: none;
}

@media (min-width: 1025px) {
    .stick-top.sticky {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 999;
        transition: all 0.3s ease 0s;
/*        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
    }

    body.admin-bar .stick-top.sticky {
        top: 32px !important;
    }

    .stick-top.sticky .theme-header-area {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .nav-design-one.stick-top.sticky .col-lg-2 {
        display: block;
    }
}

.nav-design-one.stick-top.sticky {
    /*    padding-top: 20px;
    padding-bottom: 20px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f3f8fb;
    border-top: 0;
}

    .nav-design-one.stick-top.sticky .nav-menu-wrapper .mainmenu ul li {
        padding-bottom: 0px;
    }

    .nav-design-one.stick-top.sticky .mainmenu li ul.sub-menu {
        top: 25px;
    }

.theme-navigation-style .row {
    justify-content: center;
}

.wp-block-search .wp-block-search__button:focus {
    outline: none;
}

.home-two-gridd .theme-pagination-style.blog-grid-pagination {
    display: none;
}

.nav-design-one .mainmenu li ul.sub-menu li {
    padding: 6px 0px;
    border-bottom: 1px solid #f4f4f4;
}

    .nav-design-one .mainmenu li ul.sub-menu li:last-child {
        border-bottom: 0px solid #f4f4f4;
    }

.home-four-grid h3.post-title {
    font-size: 18px !important;
}

/*** New CSS ***/

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
    font-size: 24px !important;
    line-height: 48px;
    font-style: normal !important;
}

.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #f7f7f7 !important;
    color: #b1b1b1 !important;
    font-size: 22px !important;
}

.theme-slide-style-one .slide-arrow-left.slick-arrow {
    top: auto;
    left: 30px;
    bottom: 59%;
}

.theme-slide-style-one .slide-arrow-right.slick-arrow {
    top: auto;
    right: auto;
    left: 88px;
    bottom: 59%;
}

    .theme-slide-style-one .slide-arrow-left.slick-arrow i,
    .theme-slide-style-one .slide-arrow-right.slick-arrow i {
        font-size: 24px !important;
        line-height: 48px;
        font-style: normal !important;
    }

.theme-slide-style-one .slide-arrow-left.slick-arrow,
.theme-slide-style-one .slide-arrow-right.slick-arrow {
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: inline-block !important;
    margin: 0 !important;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #f7f7f7 !important;
    text-align: center;
    color: #b1b1b1 !important;
    transition: all 0.25s ease-in 0s;
    padding: 0 !important;
    font-weight: bold;
    font-size: 22px !important;
    border-radius: 50% !important;
    cursor: pointer;
    font-family: IcoFont !important;
}

    .theme-slide-style-one .slide-arrow-left.slick-arrow:hover,
    .theme-slide-style-one .slide-arrow-right.slick-arrow:hover {
        color: #fff !important;
        background: #f93156 !important;
    }

.theme-slide-style-one .read-btn-box a {
    font-size: 17px;
}

.theme-slide-style-one .post-meta-right div {
    font-size: 17px;
}

.bluepages_load_more_custom_Wrapper.load-more-btn {
    text-align: center;
    margin-top: 40px;
}

button.errin-load-more-btn {
    background: #2c5475;
    border: 0px solid;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

    button.errin-load-more-btn:hover {
        background: #ff3366;
        color: #fff;
    }

    button.errin-load-more-btn:focus {
        outline: none;
    }

/*** Unit CSS ***/
.theme-breadcrumb__Wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
}

    .theme-breadcrumb__Wrapper.theme-breacrumb-area {
        background: #f3f8fb;
        border-top: 2px solid #ffffff;
    }

.blog-sidebar .widget ul.children li:after {
    top: 10px;
}

.blog-sidebar .widget.widget_categories ul li a,
.blog-sidebar .widget ul.wp-block-categories li a {
    background: transparent !important;
}

.blog-sidebar .widget_archive span.posts-count:before {
    background: transparent;
    color: #fff;
}

span.posts-count {
    font-size: 15px;
    text-align: center;
    z-index: 9;
    line-height: 2;
    position: relative;
}

.blog-sidebar .widget ul.children li {
    padding-left: 14px !important;
    position: relative;
}

    .blog-sidebar .widget ul.children li:after {
        position: absolute;
        left: 0;
        top: 6px;
        content: "\ea6e";
        font-family: "remixicon" !important;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
    }

.blog-sidebar .widget ul.wp-block-categories li {
    font-weight: 500;
    background: transparent !important;
}

.blog-sidebar .widget ul.children li:after {
    top: 10px;
}

.blog-block-latest-single-item .latest-post-thumbnail-wrap img {
    height: auto;
    width: 100%;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 17px;
}

    .post-layout-style2 .single-blog-content .entry-content ol li {
        line-height: 1.5;
        margin-bottom: 10px;
        font-weight: 500;
    }

        .post-layout-style2 .single-blog-content .entry-content ol li ol {
            margin: 10px 0 0;
        }

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

    .post-layout-style2 .single-blog-content .entry-content ul li ul li {
        list-style-type: circle;
    }

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 28px;
}

.blog-details-content ul li {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    font-family: "Oxygen";
}

pre {
    background: #f9f9f9 !important;
    padding: 20px !important;
    overflow: auto;
    font-size: 15px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #171717 !important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0 !important;
}

.blog-details-content table th a {
    color: #575758;
    text-decoration: none !important;
}

    .blog-details-content table th a:hover {
        color: #279eff;
    }

.comments-list img.comment-avatar {
    float: left;
}

#comments .comment-author .says {
    display: block;
    line-height: 1.5;
}

#comments .comments-list .comment-author cite {
    display: none;
}

#comments.blog-post-comment .comment-content img {
    margin: 11px 0;
}

#comments .comment-content table a {
    color: #575758;
}

.blog-post-comment .comment-content pre {
    font-size: 14px;
    line-height: 1.65;
    overflow: auto;
    background: #eee;
    color: #575758;
    overflow: auto;
    padding: 20px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.comment-num {
    font-size: 26px !important;
}

.comment-respond .comment-reply-title {
    padding-bottom: 27px;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 13px;
}

.comments-list .comment-author a {
    color: #575758;
    display: inline-block;
    text-transform: capitalize;
}

.error-page .error-code {
    font-size: 135px;
    color: #575758;
    margin-bottom: 35px;
}

.nav-design-one .mainmenu li ul.sub-menu li {
    padding: 2px 0px;
}

.error-page .error-body .btn {
    margin-top: 50px;
}

body.error404 .main-container {
    padding-top: 67px;
    padding-bottom: 120px;
}

.single-blog-content .wp-block-columns.alignwide blockquote:before {
    content: "\efcd";
    left: 20px;
    top: 15px;
    font-family: "IcoFont" !important;
    font-size: 24px;
}

blockquote::before,
.blockquote::before {
    content: "\ed79";
    top: 30px;
    font-family: "icomoon" !important;
    font-size: 48px;
    line-height: 1;
}

blockquote cite,
.blockquote cite {
    display: block;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    font-size: 20px;
}

.blog-sidebar .widget ul.wp-block-categories li {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 1.67;
    position: relative;
    width: 100%;
    display: block;
    transition: all 300ms ease;
}

    .blog-sidebar .widget ul.wp-block-categories li:last-child {
        margin-bottom: 0;
    }

.blog-sidebar .widget_categories li {
    background: transparent !important;
}

.blog-sidebar .widget.widget_search form .form-control {
    margin-bottom: 8px;
}

.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: "IcoFont";
    color: #fff;
    content: "\ed11";
    margin-top: -7px;
    margin-right: -7.5px;
    font-weight: normal;
}

.not-found form button:before {
    font-family: "IcoFont";
    color: #fff;
    content: "\ed11";
}

.blog-sidebar .widget_search form {
    line-height: 1;
}

#theme-header-two .theme-header-area {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #f3f8fb;
}

#theme-header-two a.search-box-btn {
    position: relative;
}

    #theme-header-two a.search-box-btn i {
        margin-right: 0;
    }

#theme-header-two .nav-menu-wrapper .mainmenu ul li {
    padding-bottom: 15px;
    padding-top: 15px;
}

#theme-header-two .nav-design-one .mainmenu li ul.sub-menu li {
    padding: 6px 0px !important;
}

#theme-header-two .header-search-box {
    font-size: 20px;
}

.mainmenu ul li ul.sub-menu
#theme-header-two .header-search-box:hover a {
    color: #f93156;
}

.theme-slide-style-one .slide-arrow-left.slick-arrow:hover,
.theme-slide-style-one .slide-arrow-right.slick-arrow:hover {
    background-color: #efedf9 !important;
}

.theme-slide-style-one .slide-arrow-left.slick-arrow {
    background: url(../images/arrow-r.svg) no-repeat scroll center center !important;
    background-color: #f7f7f7 !important;
    background-size: 100%;
}

.theme-slide-style-one .slide-arrow-right.slick-arrow {
    background: url(../images/arrow-l.svg) no-repeat scroll center center !important;
    background-color: #f7f7f7 !important;
    background-size: 100%;
}

/* Theme CSS New */
h1.theme-breacrumb-title {
    font-size: 42px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}

.cate_one_layout .main-content-inner:not(:last-child)::after,
.theme_layout_post_wrap .main-content-inner:not(:last-child)::after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    background: #e5e9f2;
    background: -webkit-linear-gradient(right, #e5e9f2 0%, #e5e9f230 100%);
    background: linear-gradient(to left, #e5e9f2 0%, #e5e9f230 100%);
}

.post-top-meta-box {
    display: flex;
    align-items: center;
    gap: 8px 28px;
    flex-wrap: wrap;
}

.post-top-meta-box {
    font-size: 14px;
    line-height: 14px;
    color: #575758;
    margin-bottom: 10px;
}

.post-cat span.posted-in {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .post-cat span.posted-in a {
        border: 1px solid #2c5475;
        border-radius: 0px;
        padding: 5px 12px;
        color: #575758;
        text-transform: capitalize;
    }

        .post-cat span.posted-in a:hover {
            color: #f93156;
            border-color: #f93156;
        }

.latest-post-block-content h3.post-title {
    word-wrap: break-word;
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
}

    .latest-post-block-content h3.post-title a {
        color: #000000;
    }

        .latest-post-block-content h3.post-title a:hover {
            color: #f93156;
        }

.post-single-custom-meta {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #575758;
    align-items: center;
    gap: 8px 24px;
    margin-bottom: 16px;
}

    .post-single-custom-meta .post-author-name {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .post-single-custom-meta .post-author-name img {
            border-radius: 50%;
            /*max-height:1.5rem;*/
        }

        .post-single-custom-meta .post-author-name a {
            text-transform: capitalize;
            /*            color: #575758;*/
            font-size: 13px;
            font-style: normal;
            font-weight: 700;
            line-height: 16px;
        }

           

.post-view,
.post-comment-count,
.blog_details__Date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #575758;
    font-size: 13px;
    font-family: Encode Sans Condensed;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

    .post-comment-count i,
    .blog_details__Date i,
    .post-view i {
        font-size: 16px;
    }

.post-top-meta-box div,
.post-single-custom-meta div {
    position: relative;
}

    .post-top-meta-box div:not(:last-child):after,
    .post-single-custom-meta div:not(:last-child):after {
        position: absolute;
        right: -13px;
        top: 52%;
        width: 4px;
        height: 4px;
        background: #575758;
        content: "";
        border-radius: 50%;
        transform: translateY(-52%);
    }

/*.latest-post-list-btn {
    margin-top: 0.8rem;
}*/

h1.post-title.single_blog_inner__Title {
    font-size: 42px;
    line-height: 1.2;
    margin-top: 16px;
    margin-bottom: 24px;
    word-wrap: break-word;
}

    h1.post-title.single_blog_inner__Title a {
        color: #000000;
    }

        h1.post-title.single_blog_inner__Title a:hover {
            color: #f93156;
        }

.post-single-custom-meta.single_page {
    margin-bottom: 30px;
}

.elementor-widget-wp-widget-bluepages_about_author .elementor-widget-container h5,
.elementor-widget-wp-widget-bluepages_newsletter .elementor-widget-container h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5,
.elementor-widget-wp-widget-archives .elementor-widget-container h5,
.elementor-widget-wp-widget-categories .elementor-widget-container h5,
#sidebar label.wp-block-search__label,
#sidebar h2.wp-block-heading,
#sidebar h2.wp-sidebar-heading,
#sidebar .widget_archive label,
#sidebar .wp-block-archives label {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: #000000;
    width: fit-content;
    padding-right: 18px;
}

    h3.sw_title:before,
    .elementor-widget-wp-widget-bluepages_about_author
    .elementor-widget-container
    h5:before,
    .elementor-widget-wp-widget-bluepages_newsletter
    .elementor-widget-container
    h5:before,
    .elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5:before,
    .elementor-widget-wp-widget-archives .elementor-widget-container h5:before,
    .elementor-widget-wp-widget-categories .elementor-widget-container h5:before,
    #sidebar label.wp-block-search__label:before,
    #sidebar h2.wp-block-heading:before,
    #sidebar h2.wp-sidebar-heading:before,
    #sidebar .widget_archive label:before,
    #sidebar .wp-block-archives label:before {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        bottom: -30px;
        background: url("../images/red-jh-shape.svg");
        filter: hue-rotate(220deg);
        background-repeat: repeat;
        background-repeat: no-repeat;
    }

#sidebar label.wp-block-search__label {
    display: none;
}

#sidebar ul.sub-menu {
    border: none;
    padding: 0;
}

.elementor-widget-wp-widget-archives .elementor-widget-container ul li a,
.elementor-widget-wp-widget-categories .elementor-widget-container ul li a,
#sidebar .widget ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: #575758;
}

    .elementor-widget-wp-widget-archives .elementor-widget-container ul li a:hover,
    .elementor-widget-wp-widget-categories
    .elementor-widget-container
    ul
    li
    a:hover,
    #sidebar .widget ul li a:hover {
        color: #f93156;
    }

.elementor-widget-wp-widget-archives .elementor-widget-container ul li,
.elementor-widget-wp-widget-categories .elementor-widget-container ul li,
#sidebar ul.wp-block-categories-list.wp-block-categories li,
#sidebar ul.wp-block-archives-list.wp-block-archives li,
#sidebar .widget.widget_categories ul li,
#sidebar .widget_archive ul li {
    border-width: 1px 4px;
    border-style: solid;
    border-color: #e5e9f2;
    padding: 5px 16px 5px 32px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.elementor-widget-wp-widget-archives
.elementor-widget-container
ul > li:last-child,
.elementor-widget-wp-widget-categories
.elementor-widget-container
ul > li:last-child,
#sidebar ul.wp-block-categories-list.wp-block-categories > li:last-child,
#sidebar ul.wp-block-archives-list.wp-block-archives > li:last-child {
    margin-bottom: 0;
}

#sidebar .widget_archive ul li:before,
.elementor-widget-wp-widget-archives .elementor-widget-container ul li:before,
.elementor-widget-wp-widget-categories .elementor-widget-container ul li:before,
#sidebar ul.wp-block-categories-list.wp-block-categories li::before,
#sidebar ul.wp-block-archives-list.wp-block-archives li::before {
    height: 4px;
    width: 4px;
    content: "";
    left: 18px;
    top: 45%;
    position: absolute;
    background-color: #575758;
    border-radius: 5px;
}

.elementor-widget-wp-widget-archives .elementor-widget-container ul li:hover,
.elementor-widget-wp-widget-categories .elementor-widget-container ul li:hover,
#sidebar ul.wp-block-categories-list.wp-block-categories li:hover,
#sidebar ul.wp-block-archives-list.wp-block-archives li:hover {
    /*    border-color: #f93156;*/
    border-color: #3f67c3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#sidebar.sidebar.blog-sidebar .wp-calendar-nav,
#sidebar.sidebar.blog-sidebar table {
    margin-bottom: 0;
}
/* Releted Posts CSS */
.related_post_wrapper {
    border: 1px solid #e5e9f2;
    padding: 30px 30px 0px;
    margin-top: 80px;
}

    .related_post_wrapper h2 {
        font-size: 22px;
        line-height: 28px;
        color: #001122;
        margin-bottom: 24px;
    }

.single__page__ext__post__item__wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.spepiw-thumbnail-wrap {
    width: 100%;
    height: 146px !important;
    max-width: 135px;
    overflow: hidden;
}

    .spepiw-thumbnail-wrap img {
        width: 146px;
        height: 135px !important;
        object-fit: cover;
    }

.spepiw-content-wrap h3 {
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .spepiw-content-wrap h3 a {
        color: #000000;
    }

        .spepiw-content-wrap h3 a:hover {
            color: #f93156;
        }

.spepiw-content-wrap .post-top-meta-box {
    font-size: 12px;
    line-height: 12px;
}

.htbc_category {
    margin-bottom: 12px;
}

.htbc_category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 22px;
    flex-wrap: wrap;
}

    .htbc_category a {
        display: inline-flex;
        padding: 6px 16px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        text-transform: uppercase;
        border-radius: 4px;
        transform: skew(-15deg);
        box-shadow: 0px 5px 10px 0px rgba(2, 2, 2, 0.15) !important;
    }

/* Sidebar Column top Sticky */
.parent-sticky .elementor-widget-wrap {
    /*Add class 'parent-sticky' into elementor column */
    display: block !important;
}

.sidebarsticky {
    /*Add class 'sidebarsticky' into elementor column inner section*/
    position: sticky !important;
    top: 100px;
}

/* Sidebar Newsletter & Author About Widget Style */
.author_about_wrap,
.newsletter__wrap {
    border: 1px solid #e5e9f2;
    padding: 30px;
}

.newsletter__content {
    text-align: center;
    padding: 50px 45px 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .newsletter__content::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #012340;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
        z-index: -1;
    }

    .newsletter__content h4 {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        color: #ffffff;
        position: relative;
    }

        .newsletter__content h4::after {
            content: "";
            width: 77px;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
        }

    .newsletter__content > p {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 26px !important;
        text-align: center;
        color: #ffffff !important;
        margin: 24px 0 !important;
    }

.sidebar_nl__form .mc4wp-form-fields {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .sidebar_nl__form .mc4wp-form-fields input {
        width: 100%;
        text-align: center;
        border: none;
        margin-bottom: 12px;
        border-radius: 50px;
        font-size: 16px;
        padding: 8px;
        transition: all 0.3s;
    }

        .sidebar_nl__form .mc4wp-form-fields input[type="submit"] {
            background: #ff6756;
            font-weight: 500;
            font-size: 18px;
            line-height: 26px;
            text-align: center;
            color: #ffffff;
            cursor: pointer;
        }

            .sidebar_nl__form .mc4wp-form-fields input[type="submit"]:hover {
                background: #f93156;
            }

.mc4wp-alert.mc4wp-error p {
    color: #fff;
    margin: 0;
}

.author_about_content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

    .author_about_content h4 {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 24px;
    }

    .author_about_content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #575758;
    }

.author_social_n_img .autho_social span.sos_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #575758;
    text-transform: uppercase;
    border-bottom: 2px solid #575758;
    margin-bottom: 3px;
    overflow: hidden;
    display: inline-block;
}

.author_social_n_img .autho_social .sos_profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .author_social_n_img .autho_social .sos_profile a {
        font-size: 16px;
        color: #000000;
        border: 1px solid #000000;
        line-height: 1;
        padding: 4px;
    }

        .author_social_n_img .autho_social .sos_profile a:hover {
            color: #ffffff;
            background: #f93156;
            border-color: #f93156;
        }

.author_social_n_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .author_social_n_img .autho_img {
        width: 107px;
        height: 107px;
        overflow: hidden;
    }

        .author_social_n_img .autho_img img {
            width: 107px !important;
            height: 107px !important;
            object-fit: cover;
        }

/* header social CSS */

.header_two_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 8px;
}

.header_two_social.hs-one ul {
    gap: 24px;
}

.header_two_social ul li a {
    color: #575758;
    font-size: 16px;
}

    .header_two_social ul li a:hover {
        color: #f93156;
    }

.header_two_social.hs-one ul li a {
    font-size: 20px;
}

/* Bootstrap Column Gutter Spacing */
.row {
    margin-right: -12px !important;
    margin-left: -12px !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 label {
    width: 100%;
}

    .wpcf7 label input,
    .wpcf7 label textarea {
        width: 100%;
        padding: 4px 20px;
        border: 1px solid #e5e9f2;
    }

.wpcf7-submit {
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 22px;
    background: #2c5475;
    color: #ffffff;
    cursor: pointer;
}

    .wpcf7-submit:hover {
        background: #f93156;
    }

button.theme-toggle {
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}

.theme-toggle-moon, .theme-toggle-sun {
    font-size: 20px;
    line-height: 33px;
}

body.bluepages_dark-mode div .load__more__Post__btn a:hover, body.bluepages_dark-mode p.wp-block-tag-cloud a:hover, body.bluepages_dark-mode div .tagcloud a:hover {
    color: #ffffff !important;
}

body.bluepages_dark-mode .wp-block-social-link-anchor svg path {
    fill: #fff;
}
/* Dark Mode */
body {
    transition: background-color 0.3s, color 0.3s;
}

    body.bluepages_dark-mode #theme-toggle-dark {
        display: none;
    }

    .dark-logo, body.bluepages_dark-mode .logo {
        display: none;
    }

    body.bluepages_dark-mode .dark-logo {
        display: block;
    }

/******------------------------------
-----------Responsive CSS------------
------------------------------******/

@media (min-width: 1200px) and (max-width: 1599px) {
  .home-left-grid-col .grid-meta-bottom-items .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .col-xl-3.col-md-6.footer_four_Widget {
    padding-left: 15px;
  }

  .theme-subscribe-form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  body.page
    .theme-page-spacing
    .entry-content
    .blog-post-slide-content
    h2.post-title {
    font-size: 36px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .elementor-5
    .elementor-element.elementor-element-edc0d0e
    > .elementor-element-populated {
    padding: 0 0 0 15px !important;
  }

  .recent-post-blog-item .recent-postthumb img {
    width: 110px;
  }

  .recent-post-list-inner.recent_post_Content h4.title {
    font-size: 13px !important;
  }

  .home-left-grid-col .grid-meta-bottom-items .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left !important;
  }

  .home-trending-colsec
    .elementor-widget-container
    .recent-post-list-inner.recent_post_Content
    h4.title {
    font-size: 14px !important;
  }

  .recent-post-blog-item .recent-postthumb {
    min-width: 110px;
  }
}

@media (max-width: 991px) {
  #theme-header-one .header-one-search-btn {
    position: absolute;
    top: -44px;
    right: 70px;
  }
  #theme-header-one a.slicknav_btn {
    top: -56px;
    right: 0px;
  }
  #theme-header-one.H_one_fix a.slicknav_btn {
    top: -44px;
    right: 0px;
  }

  #theme-header-one.theme_header__main.header-style-one.header-one-wrapper
    .nav-menu-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  div#sidebar.sidebar {
    padding-left: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .theme-logo-area {
    margin-bottom: 0px;
  }

  .mainmenu {
    display: none;
  }
  #theme-header-one.H_one_fix .header-one-search-btn {
    top: -16px;
  }
  .slicknav_menu {
    display: block;
  }

  .col-xl-3.col-md-6.footer_four_Widget {
    padding-left: 15px;
  }

  .theme-subscribe-form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  body.page
    .theme-page-spacing
    .entry-content
    .blog-post-slide-content
    h2.post-title {
    font-size: 36px;
  }

  .header-newsletter {
    position: absolute;
    top: -63px;
    right: 85px;
  }
  #theme-header-one .header-newsletter {
    position: absolute;
    left: 15px;
    top: 0;
    display: flex;
  }

  a.slicknav_btn {
    top: -78px;
    right: 0px;
  }
  .header-search-box {
    position: relative;
    top: 2px;
    z-index: 99;
  }

  .theme-logo-area .container,
  .nav-design-one .container {
    max-width: 100%;
  }

  .container {
    max-width: 100%;
  }

  ul.slicknav_nav {
    top: -75px;
    margin: auto;
  }

  .recent-post-list-inner.recent_post_Content h4.title {
    font-size: 20px !important;
  }

  .home-trending-colsec
    .elementor-widget-container
    .recent-post-list-inner.recent_post_Content
    h4.title {
    font-size: 20px !important;
  }

  .footer_three_Widget,
  .footer_four_Widget {
    margin-top: 30px;
  }

  .sidebar.blog-sidebar {
    margin-top: 60px;
  }

  h1.theme-breacrumb-title {
    font-size: 36px;
  }

  .col-lg-3.col-md-6.footer_four_Widget {
    padding-left: 15px;
  }

  #theme-header-two .theme-header-area {
    position: relative;
    padding-top: 22px;
    padding-bottom: 0px;
  }
  #theme-header-two a.slicknav_btn {
    top: -42px;
    right: 0px;
  }

  #theme-header-two .header-search-box {
    top: -25px;
    right: 60px;
  }

  #theme-header-two .header-newsletter {
    top: -40px;
    right: 108px;
  }

  #theme-header-two .header-newsletter {
    top: -36px;
    right: 108px;
  }

  #theme-header-two .header-newsletter a {
    padding: 11.5px 20px 11.5px 37px;
    font-size: 15px;
  }

  #theme-header-two .header-newsletter a:before {
    left: 15px;
    margin-top: -7.5px;
  }
}

@media (max-width: 767px) {
  .sidebar.blog-sidebar {
    margin-top: 60px;
  }

  .mainmenu {
    display: none;
  }
  #theme-header-one.H_one_fix .header-one-search-btn {
    top: -32px;
  }
  .slicknav_menu {
    display: block;
  }

  .col-xl-3.col-md-6.footer_four_Widget {
    padding-left: 15px;
  }

  .theme-subscribe-form input[type="email"] {
    width: 100%;
    max-width: 100%;
    padding: 17px 0 17px;
    font-size: 15px;
  }

  .theme-subscribe-form input[type="submit"] {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  body.page
    .theme-page-spacing
    .entry-content
    .blog-post-slide-content
    h2.post-title {
    font-size: 36px;
  }
  .header-newsletter {
    position: absolute;
    top: -60px;
    right: 85px;
  }
  #theme-header-one .header-newsletter {
    position: absolute;
    left: 15px;
    top: 0;
    display: flex;
  }
  a.slicknav_btn {
    top: -73px;
    right: 0px;
  }
  .header-search-box {
    position: relative;
    z-index: 99;
  }

  .theme-logo-area .container,
  .nav-design-one .container {
    max-width: 100%;
  }

  .container {
    max-width: 100%;
  }

  ul.slicknav_nav {
    top: -75px;
    margin: auto;
  }

  .recent-post-list-inner.recent_post_Content h4.title {
    font-size: 20px !important;
  }

  .home-trending-colsec
    .elementor-widget-container
    .recent-post-list-inner.recent_post_Content
    h4.title {
    font-size: 20px !important;
  }

  .footer_two_Widget,
  .footer_three_Widget,
  .footer_four_Widget {
    margin-top: 30px;
  }

  .single-blog-header h1.post-title.single_blog_inner__Title {
    font-size: 28px;
  }

  h1.theme-breacrumb-title {
    font-size: 36px;
  }

  .footer_one_Widget .widget_text p {
    font-size: 16px;
  }

  .footer-widget ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer-widget h2,
  .footer-widget h4.widget-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .footer_one_Widget .widget_text p {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  body.page
    .theme-page-spacing
    .entry-content
    .home-catt-list
    ul
    li:nth-of-type(4n) {
    margin-right: 8px;
  }

  .theme_related_post_Grid.theme-related-wrapper
    .grid-meta-bottom-items
    .col-md-5.grid-post-meta-right {
    display: none;
  }

  body.page .main-container {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .elementor-5
    .elementor-element.elementor-element-edc0d0e
    > .elementor-element-populated {
    margin: 26px 0px 0px 0px !important;
  }

  .elementor-5 .elementor-element.elementor-element-0505805 {
    margin-top: 60px !important;
    padding: 45px 0px 45px 0px !important;
  }

  .elementor-5
    .elementor-element.elementor-element-7288f4a
    > .elementor-element-populated {
    margin: 25px 0px 0px 0px !important;
  }

  .elementor-5 .elementor-element.elementor-element-41041ab {
    margin-top: 60px !important;
  }

  .elementor-5
    .elementor-element.elementor-element-8492c31
    > .elementor-element-populated,
  .elementor-5
    .elementor-element.elementor-element-0e048d8
    > .elementor-element-populated {
    margin: 35px 0px 0px 0px !important;
  }

  .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-block-latest-single-item .latest-post-block-content h3.post-title {
    font-size: 28px;
  }

  .theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 17px;
  }

  .main-container.cat-page-spacing {
    padding-top: 57px !important;
    padding-bottom: 60px !important;
  }

  .cat-page-spacing .main-content-inner .post-block-wrapper-latest {
    margin-bottom: 55px;
  }

  .blog-block-latest-single-item .latest-post-block-content .post-excerpt-box {
    margin-top: 16px;
    margin-bottom: 15px;
  }

  .main-container.blog-spacing .pagination {
    margin-top: 55px;
  }

  .search-popup .search-form {
    min-width: 90%;
  }

  .slide-arrow-left.slick-arrow,
  .slide-arrow-right.slick-arrow {
    bottom: 30%;
  }

  .theme-pagination-style.blog-grid-pagination {
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .col-lg-3.col-md-6.footer_four_Widget {
    padding-left: 15px;
  }

  ul#menu-footer-nav {
    display: block;
    justify-content: inherit;
    margin-top: 5px;
  }

  p.copyright-text {
    text-align: center;
  }

  .footer-bottom .col-lg-6.col-md-6.text-right {
    text-align: center !important;
  }

  #theme-header-two .theme-header-area {
    position: relative;
    padding-top: 22px;
    padding-bottom: 0px;
  }

  #theme-header-two a.slicknav_btn {
    top: -42px;
    right: 0px;
  }

  #theme-header-two .header-search-box {
    top: -25px;
    right: 60px;
  }

  #theme-header-two .header-newsletter {
    top: -40px;
    right: 108px;
  }

  ul.slicknav_nav {
    top: -53px;
    margin: auto;
  }

  #theme-header-two .header-newsletter {
    top: -36px;
    right: 108px;
  }

  #theme-header-two .header-newsletter a {
    padding: 11.5px 20px 11.5px 37px;
    font-size: 15px;
  }

  #theme-header-two .header-newsletter a:before {
    left: 15px;
    margin-top: -7.5px;
  }

  .blog_post_layout_two {
    flex-wrap: wrap;
  }
  .blog_layout_two-thumbnail-wrap,
  .blog_layout_two-thumbnail-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 655px) {
  .author-thumb {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 650px) {
  .blog-post-slide-content {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .elementor-459 .elementor-element.elementor-element-9f71e25 {
    margin-top: 30px !important;
  }

  .read-btn-box a {
    padding: 15px 70px 15px 15px;
    font-size: 15px;
    font-weight: 700;
  }

  .read-btn-box a:before {
    right: 7.5px;
    top: 7.5px;
    width: 40px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
  }

  .post-meta-right div {
    font-size: 15px;
    margin-right: 15px;
  }

  .post-meta-right div.read-time-box {
    padding-left: 20px;
  }

  .home-slides-secc {
    padding-bottom: 0px !important;
  }

  .theme-slide-style-one .slide-arrow-left.slick-arrow {
    bottom: 68%;
    left: 45px;
  }

  .theme-slide-style-one .slide-arrow-right.slick-arrow {
    bottom: 68%;
    left: 103px;
  }

  body.page
    .theme-page-spacing
    .entry-content
    .theme-slide-style-one
    .blog-post-slide-content
    h2.post-title {
    font-size: 28px;
    max-width: 100% !important;
    line-height: 1.15 !important;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .blog-details-content
    .wp-block-columns
    figure.wp-block-image.size-full.blog-inner-thumbnail-custom {
    margin-bottom: 35px;
  }

  .blog-details-content .wp-block-columns {
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .single-blog-header h1.post-title.single_blog_inner__Title {
    font-size: 25px;
  }

  .blog-details-content
    .wp-block-columns
    figure.wp-block-image.size-full.blog-inner-thumbnail-custom {
    margin-bottom: 30px;
  }

  .blog-details-content .wp-block-columns {
    margin-bottom: 0px;
  }

  .blog-inner-thumbnail-custom img {
    object-position: center;
  }

  h1.theme-breacrumb-title {
    font-size: 28px;
  }

  body.page
    .theme-page-spacing
    .entry-content
    .home-catt-list
    ul
    li:nth-of-type(4n) {
    margin-right: 0;
  }

  body.page .theme-page-spacing .entry-content .home-catt-list ul li,
  .blog-sidebar .widget ul.wp-block-categories li {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
    padding: 13px 10px;
  }

  p.copyright-text {
    font-size: 15px;
  }

  .blog-block-latest-single-item
    .latest-post-block-content
    .post-excerpt-box
    p {
    font-size: 15px;
  }

  .widget.widget_block h2.social-heading,
  .widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 24px;
  }

  .blog-sidebar .widget ul li {
    font-size: 16px;
    line-height: 1.5;
  }

  .blog-details-content p,
  blockquote p,
  .single-blog-content .single-blog-inner .entry-content blockquote p,
  .blockquote p,
  .blog-details-content ul li {
    font-size: 15px;
  }

  .single-blog-content blockquote {
    padding: 25px 25px 30px !important;
  }

  .theme_related_post_Grid h2 {
    font-size: 24px;
  }

  body.page .theme-page-spacing .entry-content .home-catt-list ul li,
  .blog-sidebar .widget ul.wp-block-categories li {
    width: 100%;
    text-align: left;
    margin-right: 0 !important;
    padding: 0;
  }

  body.page .theme-page-spacing .entry-content .home-catt-list ul li a {
    background: #000;
    padding: 9px 15px 9px 8px;
    color: #fff;
    display: block;
  }
}

@media (max-width: 575px) {
  .header-newsletter {
    display: none;
  }

  body.page
    .theme-page-spacing
    .entry-content
    .blog-post-slide-content
    h2.post-title {
    font-size: 32px;
  }

  .blog-post-slide-content .post-meta-bottom-items .col-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: left !important;
  }

  .blog-post-slide-content .post-meta-items {
    margin-bottom: 22px;
  }

  .blog-post-slide-content .post-meta-bottom-items .read-btn-box {
    margin-bottom: 15px;
  }

  .theme-logo h1.text-logo {
    font-size: 32px;
  }

  .header-search-box {
    position: relative;
    top: -1px;
    z-index: 99;
  }

  #theme-header-two .theme-header-area {
    position: relative;
    padding-top: 22px;
    padding-bottom: 0px;
  }

  #theme-header-two a.slicknav_btn {
    top: -42px;
    right: 0px;
  }
  h1.post-title.single_blog_inner__Title {
    font-size: 32px;
  }
  .theme_blog_navigation__Wrap .row .col-sm-6:not(:last-child) {
    margin-bottom: 24px;
  }

  blockquote::before,
  .blockquote::before {
    left: 15px;
    top: 10px;
    font-size: 36px;
  }

  .single .single-blog-content .entry-content h1 {
    font-size: 30px;
  }
  .single .single-blog-content .entry-content h2 {
    font-size: 26px;
  }
  .single .single-blog-content .entry-content h3 {
    font-size: 22px;
  }
  .single .single-blog-content .entry-content h4 {
    font-size: 20px;
  }
  .single .single-blog-content .entry-content h5 {
    font-size: 18px;
  }

  .single .single-blog-content .entry-content h6 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .recent-post-list-inner.recent_post_Content h4.title {
    font-size: 18px !important;
  }

  .home-trending-colsec
    .elementor-widget-container
    .recent-post-list-inner.recent_post_Content
    h4.title {
    font-size: 15px !important;
  }

  .theme-subscribe-form input[type="submit"] {
    font-size: 15px;
    padding: 22.5px 28px;
  }

  h1.theme-breacrumb-title {
    font-size: 24px;
  }

  a.slicknav_btn {
    top: -70px;
    right: 0px;
  }

  .recent-post-blog-item .recent-postthumb {
    height: 200px;
    min-width: 100%;
    margin-right: 0;
  }

  .recent-post-blog-item .recent-postthumb img {
    height: 200px;
    width: 100%;
  }
  .post-layout-style2 .single-blog-content .entry-content ul {
    padding-left: 30px;
  }

  .cate_one_layout,
  .theme_layout_post_wrap,
  .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud,
  .related_post_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .post__list__carousel {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .related_post_wrapper .related_posts_items .post-top-meta-box {
    gap: 8px 14px;
  }
  .related_post_wrapper .post-top-meta-box div:not(:last-child):after,
  .post-single-custom-meta div:not(:last-child):after {
    right: -10px;
  }
}

@media (max-width: 450px) {
  body.page
    .theme-page-spacing
    .entry-content
    .blog-post-slide-content
    h2.post-title {
    font-size: 22px;
  }

  .blog-post-slide-content .post-meta-items div {
    font-size: 16px;
  }
  .newsletter__content {
    padding: 50px 30px 80px;
  }
}

@media (max-width: 435px) {
  .post-read-btn a {
    font-size: 14px;
  }

  .single-blog-header h1.post-title.single_blog_inner__Title {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .single-blog-header h1.post-title.single_blog_inner__Title {
    font-size: 18px;
  }
}


/* Basic theme styles */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
}

body {
    font-family: 'Encode Sans Condensed', sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
}

/* Header styles */
.theme_header__main {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.theme-logo-area {
    /*    padding: 12px 0;*/
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}

.theme-nav-area {
    padding: 0;
    position: relative;
}

/* Main Menu Styles */
.nav-menu-wrapper {
    display: flex;
    justify-content: center;
}

.mainmenu {
    text-align: center;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.mainmenu ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.mainmenu ul li:hover > a {
    color: #FF3366;
}

/* Submenu Styles */
.mainmenu ul li ul.sub-menu {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}

.mainmenu ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.mainmenu ul li ul.sub-menu li {
    display: block;
    margin: 0;
}

.mainmenu ul li ul.sub-menu li a {
    color: #666;
    font-size: 13px;
    padding: 8px 25px;
    text-align: left;
    text-transform: capitalize;
}

.mainmenu ul li ul.sub-menu li:hover > a {
    color: #FF3366;
    padding-left: 30px;
}

/* Social Icons */
.header_two_social ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_two_social ul li {
    margin-right: 15px;
}

    .header_two_social ul li a {
        color: #212529;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .header_two_social ul li a:hover {
            color: #007BFF;
        }

/* Search Button */
.header-one-search-btn {
    display: flex;
    align-items: center;
}

.header-one-search-btn a {
    color: #333;
    font-size: 18px;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.header-one-search-btn a:hover {
    color: #FF3366;
}

/* Sticky Header */
.nav-design-one.stick-top.sticky {
    background: #fff;
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown 0.5s ease-in-out;
}

/* Top header (logo area) sticky positioning - higher z-index */
.theme-logo-area.stick-top.sticky {
    z-index: 1000;
}

/* Navigation menu positioned below top header when both are sticky */
.theme-nav-area.stick-top.sticky {
    position: fixed;
    top: 70px; /* Adjust based on top header height - typically 60-80px */
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.5s ease-in-out;
}

/* Search box positioned below navigation menu when sticky */
.search-box-container.stick-top.sticky {
    position: fixed;
    top: 130px; /* Top header (70px) + Navigation menu (~60px) */
    left: 0;
    width: 100%;
    z-index: 998;
    background: #fff;
/*    padding: 10px 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    animation: fadeInDown 0.5s ease-in-out;
}

/* Ensure search results dropdown appears above other content when search box is sticky */
.search-box-container.stick-top.sticky #main-search-results {
    z-index: 1001 !important;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Theme Logo */
.theme-logo {
    padding: 10px 0;
}

.theme-logo img {
    max-height: 50px;
    width: 150px !important;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .mainmenu {
        display: none;
    }
    
    .errin-responsive-menu {
        display: block;
    }
    
    .nav-menu-wrapper {
        justify-content: flex-start;
    }
}

/* Dark Mode Styles */
.bluepages_dark-mode .theme_header__main,
.bluepages_dark-mode .nav-design-one.stick-top.sticky {
    background: #191c20;
}

.bluepages_dark-mode .mainmenu ul li a {
    color: #fff;
}

.bluepages_dark-mode .mainmenu ul li ul.sub-menu {
    background: #191c20;
}

.bluepages_dark-mode .header_two_social ul li a,
.bluepages_dark-mode .header-one-search-btn a {
    color: #fff;
}

/* Theme Toggle Button */
.theme-toggle {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    margin-left: 15px;
    padding: 0;
}

.bluepages_dark-mode .theme-toggle {
    color: #fff;
}

/* Active Menu Item */
.mainmenu ul li.current-menu-item > a,
.mainmenu ul li.current-menu-parent > a {
    color: #FF3366;
}

/* Features Dropdown Indicator */
.mainmenu ul li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
}

/* Header Social Icons Alignment */
.newsletter-one {
    display: flex;
    align-items: center;
    height: 100%;
}

.hs-one {
    margin: 0;
}

/* Search Box Styles */
.search-popup {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.search-popup .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90%;
}

.search-popup .search-input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
    width: 100%;
}

.search-popup .search-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Footer styles */
/*.theme-footer-wrapper {
    background: var(--dark-color);
    color: var(--light-color);
    padding: 3rem 0 1rem;
}*/

.footer-widget {
    margin-bottom: 2rem;
}

.f_widget_title {
    color: var(--light-color);
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

/* Social media icons */
.social_widget_wrap a {
    color: var(--light-color);
    text-decoration: none;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.social_widget_wrap a:hover {
    color: var(--primary-color);
}

/*! elementor-icons - v5.32.0 - 10-10-2024 */
@font-face{font-family:eicons;src:url(../fonts/eicons.eot?5.32.0);src:url(../fonts/eicons.eot?5.32.0#iefix) format("embedded-opentype"),url(../fonts/eicons.woff2?5.32.0) format("woff2"),url(../fonts/eicons.woff?5.32.0) format("woff"),url(../fonts/eicons.ttf?5.32.0) format("truetype"),url(../fonts/eicons.svg?5.32.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzage:before{content:"\e9cc"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
/*! elementor - v3.25.0 - 20-11-2024 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box;}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}
.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
.elementor-71 .elementor-element.elementor-element-30f822f > .elementor-container {
    max-width: 1320px;
}

.elementor-71 .elementor-element.elementor-element-30f822f {
    margin-top: 22px;
    margin-bottom: 30px;
}

.elementor-71 .elementor-element.elementor-element-9baaa5f > .elementor-container {
    max-width: 1320px;
}

.elementor-71 .elementor-element.elementor-element-9baaa5f {
    margin-top: 0px;
    margin-bottom: 54px;
}

.elementor-71 .elementor-element.elementor-element-9045430 > .elementor-container {
    max-width: 1320px;
}

.elementor-71 .elementor-element.elementor-element-9045430 {
    margin-top: 0px;
    margin-bottom: 54px;
}

.elementor-71 .elementor-element.elementor-element-a68e744 > .elementor-container {
    max-width: 1320px;
}

.elementor-71 .elementor-element.elementor-element-a68e744 {
    margin-top: 0px;
    margin-bottom: 54px;
}

.elementor-71 .elementor-element.elementor-element-1b11da5 > .elementor-container {
    max-width: 1320px;
}

.elementor-71 .elementor-element.elementor-element-1b11da5 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.elementor-71 .elementor-element.elementor-element-0d93a4f > .elementor-widget-container {
    margin: 0px 0px 74px 0px;
}

.elementor-71 .elementor-element.elementor-element-c7cedac > .elementor-widget-container {
    margin: 0px 0px 74px 0px;
}

.elementor-71 .elementor-element.elementor-element-c5e4916 > .elementor-widget-container {
    margin: 0px 0px 74px 0px;
}

.elementor-71 .elementor-element.elementor-element-8dc1e5b > .elementor-widget-container {
    margin: 0px 0px 74px 0px;
}

@media(min-width:768px) {
    .elementor-71 .elementor-element.elementor-element-d243616 {
        width: 74.665%;
    }

    .elementor-71 .elementor-element.elementor-element-bb90c6d {
        width: 25%;
    }

    .elementor-71 .elementor-element.elementor-element-73109bc {
        width: 74.665%;
    }

    .elementor-71 .elementor-element.elementor-element-4ff8dcc {
        width: 25%;
    }

    .elementor-71 .elementor-element.elementor-element-32e5a91 {
        width: 17%;
    }

    .elementor-71 .elementor-element.elementor-element-082d793 {
        width: 65.332%;
    }

    .elementor-71 .elementor-element.elementor-element-851fab0 {
        width: 17%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-71 .elementor-element.elementor-element-d243616 {
        width: 100%;
    }

    .elementor-71 .elementor-element.elementor-element-bb90c6d {
        width: 100%;
    }

    .elementor-71 .elementor-element.elementor-element-73109bc {
        width: 100%;
    }

    .elementor-71 .elementor-element.elementor-element-4ff8dcc {
        width: 100%;
    }

    .elementor-71 .elementor-element.elementor-element-34547a7 {
        width: 100%;
    }

    .elementor-71 .elementor-element.elementor-element-3eb79b8 {
        width: 100%;
    }
}
