/* 
Theme Name: Kiante
Theme URI: http://wowtheme7.com/kiante
Author: Wowtheme7
Author URI: https://themeforest.net/user/wowtheme7
Description: News Magazine WordPress Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiante
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/


/******------------------------------
-----------Default CSS------------
------------------------------******/

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    background: #fff;
    color: #111111;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Roboto', sans-serif!important;
    color: #111111;
    font-weight: 400;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #111;
}

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: #FF3A3A;
    -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: #000;
}

.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: 700;
    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: 1200px) {
    .container {
        max-width: 1200px;
    }
}


/**** POST BLOCKS DESIGN *****/


/*** Pagination ***/
@media only screen and (max-width: 600px) {
	.similar-software-list{grid-template-columns: repeat(1, 1fr)!important;}
	.card-txt,.seller-sec,.featured-image,.listing-details.col-md-8,a.listing-sec2,.prod-listing-sec,.listing-details.col-md-4{width:100%!important;}
	.similar-software{padding:30px!important;}
	.listing-details-sec{padding:30px;}
	.prod-listing-sec{margin-bottom:20px;}
	.software-listing-sec{padding:0px!important;}
	.directorist-listing-details{padding:0px!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 */

.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;
}

.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: #FF3A3A;
}

.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: #FF3A3A;
}

a code {
    color: #FF3A3A;
}

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: #FF3A3A;
    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: #FF3A3A;
}

.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: #FF3A3A;
    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 {
    border-color: #111;
    color: #111;
    border: 1px solid;
    letter-spacing: -0.001em;
    display: inline-block;
    font-size: 14px !important;
    padding: 4px 18px!important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 24px;
    margin-right: 5px;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background: #FF3A3A;
    color: #fff;
    border-color: #FF3A3A;
}

.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: #FF3A3A;
    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: .5rem;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
}

.comment-respond .comment-reply-title {
    line-height: 1;
    font-weight: bold;
    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: #FF3A3A;
}

.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: #FF3A3A;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: #FF3A3A;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 14px 28px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
    transition: all .4s ease;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: rgb(255 53 36 / 10%);
    color: #FF3A3A;
}

#comments {
    clear: both;
    padding: 30px;
    list-style: none;
    background: rgb(245 242 255 / 50%);
    overflow: hidden;
    margin-top: 32px;
    border-radius: 15px;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    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 */

.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: 700;
    font-size: 15px;
    color: #1c1c24;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

.comments-list .comment-author a {
    color: #1c1c24;
}

.comments-list .comment-author a:hover {
    color: #FF3A3A;
}

.comments-list .comment-date {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comments-list .comment-body {
    border-bottom: 1px solid #E4E4E4;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.comments-list img.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.comments-list .comment-reply-link {
    color: #252a37;
    background: #fff;
    display: inline-flex;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ded9d9
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
    background: #FF3A3A;
    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: #FF3A3A;
    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 {
    margin-bottom: 1em;
}

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: 600;
}

.blog-post-comment .comment-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
    font-size: 14px;
    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: .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: .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: #FF3A3A;
    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: #FF3A3A;
}

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
    color: #FF3A3A;
}

#comments .comment-content {
    color: #111;
}

.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: 10px !important;
}

#comments.blog-post-comment .comment-content img {
    margin: 5px 0;
}

.not-found h1 {
    margin-bottom: 20px;
}

.not-found .input-group-btn {
    background: #FF3A3A;
    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: #FF3A3A;
}

.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 {
    border: 0px solid;
}

.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background: none;
    border-radius: 0px;
}

.blog-sidebar .widget {
    margin-top: 47px;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}

.blog-sidebar .widget ul {
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget ul li {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    line-height: 1.67;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    transition: all 300ms ease;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
    display: none;
}

.blog-sidebar .widget ul li a {
    color: #111;
    display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
    color: #FF3A3A;
}

.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: #111;
    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: #111;
    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: #FF3A3A;
    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: #FF3A3A;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.blog-sidebar .widget_search form button:hover {
    background: #000;
}

.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 p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #565656;
    line-height: 1.8;
}

.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;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.blog-sidebar .tagcloud a {
    font-size: 15px!important;
    font-weight: 500!important;
    color: #595959!important;
    border-color: #D6D6D6!important;
    border-radius: 8px!important;
    margin-right: 5px;
    padding: 8px 14px!important;
    line-height: inherit;
    display: inline-block;
    transition: all ease 500ms;
}

.blog-sidebar .tagcloud a:hover {
    background-color: #FF3A3A;
    border-color: #FF3A3A!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;
}

.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.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: 30px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}

.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-details-content ul li::marker {
    color: #000;
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #ffffff;
    padding: 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::before,
.blockquote::before {
    color: #efefef;
    content: "\f10d";
    position: absolute;
    left: 50px;
    top: -40px;
    z-index: -1;
    font-family: fontAwesome;
    font-size: 100px;
    font-weight: 900;
}

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: 500;
    font-size: 20px;
}

.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: #FF3A3A;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #FF3A3A;
}

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: .88889em;
   
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: #FF3A3A;
    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: #FF3A3A;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 30px;
}

.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: #FF3A3A;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-button .wp-block-button__link {
    background-color: #FF3A3A;
    font-size: 16px;
    border-radius: 5px;
}

.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: 5px;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
}

.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: #FF3A3A;
}

.wp-block-file a:hover {
    text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: #FF3A3A !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: #FF3A3A;
}

.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: #FF3A3A;
}

.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-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: #FF3A3A;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 700;
}

.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: 10px;
}

.home-tag-widgett {
    background: #FAFAFA;
    padding: 30px;
    border-radius: 15px;
}

.home-tag-widgett h5 {
    font-size: 28px;
    line-height: 1;
    color: #272727;
    font-weight: 700;
    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: 8px!important;
    margin-right: 5px;
    padding: 8px 14px!important;
}


/*** Author Box ***/

.author_bio__Wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 60px;
    padding: 30px 30px 30px;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: rgb(245 242 255 / 50%);
    border-radius: 20px;
}

.author-thumb {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.author-thumb img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

.theme_author_Info {
    padding-right: 20px;
}

h6.theme_author_Title {
    color: #111;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 30px;
}

h4.theme_author__Name {
    color: #424242;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

p.theme_author__Description {
    font-size: 18px;
    line-height: 22px;
    color: #111;
    margin-bottom: 0;
    font-weight: 500;
}

.theme_author_Socials a {
    display: inline-block;
    background: #FF3A3A;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 3px;
}

.theme_author_Socials {
    margin-top: 15px;
}

.theme_author_Socials a:hover {
    background: rgb(255 53 36 / 10%);
    color: #FF3A3A;
}


/*** 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: 100px;
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
}

.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: 50%;
    border-radius: 10px;
}

.theme_blog_nav_Title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #272727;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #272727;
    word-break: break-all;
}

.theme_blog_nav_Label {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 30px;
    background: rgb(245 242 255 / 50%);
    margin-top: 60px;
    border-radius: 20px;
}

.theme_blog_nav_Title a:hover {
    color: #FF3A3A;
}

h1.theme-breacrumb-title {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 40px;
	    gap: 20px;
    float: right
}

.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: 10px;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: #FF3A3A;
    color: #fff;
    border-color: #FF3A3A;
}

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 38px;
    color: #FF3A3A;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #FF3A3A;
    background-color: #FF3A3A;
    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 {
    border-color: #e4e4e4;
    color: #A0A0A0;
    border: 1px solid;
    display: inline-block!important;
    font-size: 15px !important;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.theme-tags__wrapper a:hover {
    border-color: #FF3A3A!important;
    background: #FF3A3A!important;
    color: #fff;
}

.theme_related_post_Grid h2 {
    margin-bottom: 22px;
}

.theme_related_post_Grid .blog-post-grid-wrapper .post-excerpt-box p {
    font-size: 14px;
    line-height: 18px;
    color: #565656;
}

.theme_related_post_Grid .blog-post-grid-wrapper .news-post-grid-thumbnail img {
    border-radius: 15px;
}

.theme_related_post_Grid .blog-post-grid-wrapper-four .post-excerpt-box {
    padding-bottom: 0px;
    margin-bottom: 5px;
}


/*==================================================
      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: #FF3A3A;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    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: none;
}

.error-page .error-body .btn:hover {
    background: #000;
}

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 ***/

body.admin-bar .body-inner-content {
    margin-top: 0px;
}

.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: 6px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}

.main-container.blog-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

.widget_rss h3.widget-title a {
    color: #272727;
}

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #FF3A3A!important;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a {
    color: #4F4F4F;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s ease-in;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:hover {
    color: #FF3A3A;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:after {
    position: absolute;
    right: -5px;
    bottom: 0;
    content: ",";
    font-size: 15px;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:last-child:after {
    display: none;
}

.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: 17px;
    line-height: 1.8;
    color: #111;
    margin: 0 0 15px 0;
}

.single-meta-content h4.post-author-name a {
    text-transform: capitalize;
}

.blog-details-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #111;
}

.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: 5px;
    color: #FF3A3A!important;
    border-color: #FF3A3A;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
}

.theme-blog-details .post-featured-image {
    margin-bottom: 50px;
}

.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 {
    padding-bottom: 45px!important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: rgb(245 242 255 / 50%);
}

blockquote::before,
.blockquote::before {
    color: rgb(255 53 36 / 10%);
}

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: #111;
    line-height: 1.3;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}

.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: #521a64!important;
    border: 1px solid #521a64!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: 25px;
    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: #FF3A3A;
    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: 10px;
}

.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;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 10px;
}

.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: #FF3A3A;
    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: #FF3A3A;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.not-found form button:hover {
    background: #000;
}

.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 .3s ease;
}

ul.footer-nav li a:hover {
    color: #FF3A3A;
}

.home-tag-widgett .tagcloud a:hover {
    background: #FF3A3A!important;
    color: #fff!important;
    border-color: #FF3A3A!important;
}

.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    line-height: 1;
    margin-bottom: 8px;
}

body.page .main-container {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

body.page .theme-page-spacing .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #111;
}

body.page .theme-page-spacing .entry-content ul li::marker {
    color: #FF3A3A;
}

body.page .theme-page-spacing .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ul li ul li {
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ol {
    font-size: 17px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content ol li ol {
    margin: 10px 0 0;
}

body.page .theme-page-spacing .entry-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #111;
    margin: 0 0 15px 0;
}

body.page .theme-page-spacing .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}

body.page .theme-page-spacing .entry-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}

body.page .theme-page-spacing .entry-content h4 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #272727;
}

body.page .theme-page-spacing .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
    background: rgb(245 242 255 / 50%);
}

body.page .theme-page-spacing .entry-content blockquote {
    padding-bottom: 45px!important;
}

body.page .theme-page-spacing .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

body.page .theme-page-spacing .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

body.page .theme-page-spacing .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

body.page .theme-page-spacing .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

body.page .theme-page-spacing .entry-content b,
body.page .theme-page-spacing .entry-content strong {
    font-weight: 600;
    color: #212529;
}

body.page .theme-page-spacing .entry-content address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

body.page .theme-page-spacing .entry-content dfn,
body.page .theme-page-spacing .entry-content cite,
body.page .theme-page-spacing .entry-content em,
body.page .theme-page-spacing .entry-content i {
    font-style: italic;
}

body.page .theme-page-spacing .entry-content code,
body.page .theme-page-spacing .entry-content kbd,
body.page .theme-page-spacing .entry-content tt,
body.page .theme-page-spacing .entry-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

body.page .theme-page-spacing .entry-content code {
    color: #FF3A3A;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

body.page .theme-page-spacing .entry-content mark,
body.page .theme-page-spacing .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

body.page .theme-page-spacing .entry-content kbd {
    background-color: #eee;
    color: #FF3A3A;
}

body.page .theme-page-spacing .entry-content blockquote p {
    color: #111;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

body.page .theme-page-spacing .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: #FF3A3A;
}

body.page .theme-page-spacing .entry-content table td a {
    color: #272727;
    text-decoration: underline;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content table td a:hover {
    text-decoration: none;
}

body.page .theme-page-spacing .entry-content p:last-child {
    margin: 0;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers.current {
    background: #FF3A3A;
    color: #fff;
    border-color: #FF3A3A;
    border-radius: 0px;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers {
    border-radius: 0;
}

body.page .theme-page-spacing .entry-content #comments {
    margin-top: 80px;
}

.single-one-bwrap {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
    margin-bottom: 0px;
}

.main-container.cat-page-spacing {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.post-password-form input[type='submit']:hover {
    background-color: #111111;
    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: #FF3A3A;
    border-radius: 5px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #484848;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 500;
    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::before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: #FF3A3A;
    border-radius: 50%;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #111;
    display: inline-block;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 14px;
}

.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: 0px;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #111;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid;
    margin-bottom: 20px;
}

.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    display: inline;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
    color: #FF3A3A;
}

.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: 5px;
    font-size: 15px;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 0px;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #111;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    position: relative;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 5px;
}

.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: #111111!important;
    color: #FFFFFF!important;
    border: 1px solid #111111!important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
    color: transparent;
}

.comments-list .comment-author cite,
.comment-author vcard cite {
    font-style: normal!important;
    text-transform: capitalize;
}

.blog-sidebar select {
    background-color: white;
    border: thin solid #FF3A3A;
    border-radius: 4px;
    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, #FF3A3A, #FF3A3A);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}


/*** Theme CSS ***/


/*** HEADER ***/

.top-header-area {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C4C4C4;
}

.header-weather,
.header-date {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.003em;
    color: #111;
    position: relative;
    padding-left: 22px;
    margin-right: 32px;
}

.header-weather:before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://kiante.test/wp-content/uploads/2022/02/weather-icon.svg) no-repeat scroll 0 0;
    content: "";
    width: 16px;
    height: 16px;
}

.header-date:before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://kiante.test/wp-content/uploads/2022/02/header-clock.svg) no-repeat scroll 0 0;
    content: "";
    width: 16px;
    height: 16px;
}

.htop_social {
    text-align: right;
}

.htop_social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #111;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
    margin-left: 15px;
}

.htop_social a:hover {
    background-color: #FF3A3A;
    color: #fff;
}

.nav-menu-wrapper .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-wrapper .mainmenu ul li {
    display: inline-block;
    position: relative;
}

.nav-menu-wrapper .mainmenu ul li a {
    display: block;
    color: #111;
    font-size: 16px;
    line-height: 24px;
    padding: 0 18px;
}

.nav-menu-wrapper .mainmenu ul li a:hover {
    color: #FF3A3A;
}

.search_form_main {
    display: none;
}

.logo-area {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
}

.nav-menu-wrapper .mainmenu ul li:first-child a {
    padding-left: 0;
}

.nav-menu-wrapper .mainmenu {
    padding-left: 10px;
}


/***Post grid 1 ***/

.post-grid-content-one.post-grid-content-two {
    position: relative;
    top: 0;
    padding: 0;
    bottom: inherit;
}

.post-grid-wrapper-two-inner .post-grid-content-two .category-box {
    margin-top: 20px;
}

.post-grid-wrapper-two-inner .post-grid-content-two h2.post-title {
    color: #111;
}

.post-grid-wrapper-two-inner .post-grid-content-two h2.post-title a {
    color: #111;
}

.post-grid-wrapper-two-inner .post-meta-items div.date-box:before {
    color: #111;
}

.post-grid-wrapper-two-inner .post-meta-items div {
    color: #111;
}

.post-grid-wrapper-two-inner .post-meta-items div {
    color: #111;
}

.post-grid-wrapper-two-inner .post_grid_author_img a {
    color: #111;
}


/*** Post List one ***/

.post-list-wrapper-one-inner {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}

.post-list-wrapper-one-inner .list-thumbnail-one-wrap {
    width: 94px;
    min-width: 94px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.post-list-wrapper-one-inner .list-thumbnail-one-wrap a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.post-list-wrapper-one-inner .list-thumbnail-one-wrap a img {
    width: 100%;
    height: 98px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.5s;
}

.post-list-content-one h2.post-title {
    font-size: 16px;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    letter-spacing: -0.006em;
    margin-bottom: 15px!important;
}

.post-list-content-one h2.post-title a {
    color: #111;
}

.post-list-content-one .post-meta-items {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.post-list-content-one .post-meta-items div {
    font-size: 14px;
    line-height: 20px;
    color: #111;
    letter-spacing: -0.001em;
    margin-right: 15px;
    position: relative;
}

.post-list-content-one .post-meta-items div a {
    display: inline-block;
    color: #111;
}

.post-list-content-one .post-meta-items div .date-box {
    padding-left: 22px;
}

.post-list-content-one .post-meta-items div.date-box {
    padding-left: 22px;
    position: relative;
}

.post-list-content-one .post-meta-items div.date-box:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    content: "\eedc";
    font-family: 'IcoFont';
    font-weight: normal;
}


/*** Breaking posts ***/

.breaking-posts-wrapper {
    border: 1px solid #111;
    height: auto;
    position: relative;
    display: block;
    padding-left: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

.breaking-ttile {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.006em;
    line-height: 1.50;
    padding: 11px 32px;
}

.breaking-news-post-date {
    display: inline-block;
    position: relative;
    right: 30px;
    float: right;
    top: 0px;
    background: #111;
    color: #FCFCFC;
    border-radius: 2px;
    letter-spacing: 0.003em;
    font-size: 12px;
    padding: 5px 11px;
    line-height: 1.33;
}

.breaking-news-post-title {
    display: inline-block;
}

.breaking-news-post-title a {
    font-size: 14px;
    letter-spacing: -0.001em;
    color: #111;
    font-weight: 400;
    line-height: 1;
}


/** Post small list **/

.smallgrid-thumbnail-one-wrap {
    position: relative;
}

.smallgrid-thumbnail-one-wrap a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.smallgrid-thumbnail-one-wrap a img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    transition: 0.5s;
}

.post-grid-wrapper-small-inner .post-grid-content-two .post-excerpt-box p {
    color: #111!important;
}

.post-grid-wrapper-small-inner .post-grid-content-two h2.post-title a {
    color: #111;
}

.post-grid-wrapper-small-inner .post-meta-items div {
    color: #111;
}

.post-grid-wrapper-small-inner .post_grid_author_img a {
    color: #111;
}

.post-grid-wrapper-small-inner .post-grid-content-two .category-box {
    display: inline-block;
    margin-top: 15px;
}


/*** Video Popup ***/

.post-play-btn:after {
    content: "\ecaa";
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 24px;
    line-height: 44px;
    height: 48px;
    width: 48px;
    letter-spacing: -4px;
    margin: 0px;
    position: absolute;
    color: #fff;
    padding-left: 13px;
    cursor: pointer;
    font-family: 'IcoFont';
}

.post-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-top: -24px;
    margin-left: -24px;
}

.post-video {
    display: none;
    transition: all 2s linear;
}

.home-grid-twowrap .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {
    margin-bottom: 15px!important;
}

.post-gridstyle-two .post-grid-wrapper-two-inner {
    margin-bottom: 30px;
}

.post-gridstyle-two .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {
    margin-bottom: 15px!important;
}

.post-list-small-wrapper {
    position: relative;
    background: #F5F2FF;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
}

body.page .theme-page-spacing .entry-content .post-list-small-wrapper h3 {
    font-size: 24px;
    color: #111;
    line-height: 1.33;
    font-family: inherit;
    margin-bottom: 12px;
    font-weight: 500;
}

.smallgrid-thumbnail-one-wrap {
    margin-bottom: 10px;
}

.post-grid-wrapper-small-inner .post-grid-content-two .post-excerpt-box p {
    margin-bottom: 15px!important;
}

.post-list-small-wrapper .post-grid-wrapper-one-inner .post-meta-items div.date-box:before {
    color: #111;
}

.post-list-small-wrapper .post-grid-wrapper-one-inner .post-meta-items div {
    margin-right: 20px;
}

.home-custom-social-widget .elementor-widget-container img {
    width: 100%!important;
}

.elementor-widget-wp-widget-tag_cloud h5 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px!important;
    line-height: 32px!important;
    letter-spacing: -0.1px;
    padding-left: 14px;
    margin-bottom: 32px!important;
}

.elementor-widget-wp-widget-tag_cloud h5:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 32px;
    background: #FF3A3A;
    content: "";
}

.video-grid-bottom .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {
    margin-bottom: 0!important;
}

.big-col-grid .post-grid-wrapper-one-inner .post-meta-items div {
    margin-right: 50px;
}

.theme-subscribe-form {
    position: relative;
}

.theme-subscribe-form input[type="email"] {
    background: #fff;
    width: 365px;
    border: 0px solid;
    display: inline-block;
    text-indent: 25px;
    font-weight: 400;
    color: #b4b4b4;
    padding: 12px 0 12px;
    font-size: 15px;
    border-radius: 4px;
}

.theme-subscribe-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background: #111;
    border: 0px solid;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    outline: linen;
    padding: 17px 31px 17px;
    cursor: pointer;
    transition: all .4s ease-in;
}

.theme-subscribe-form input[type="submit"]:hover {
    background: #FF3A3A;
}

.subscribe-heading.elementor-widget {
    margin-bottom: 0!important;
}


/*** Footer ***/

.footer-widget.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget ul li {
    display: block;
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 16px;
}

.footer-widget.widget ul li a {
    display: block;
    color: #FCFCFC;
    font-weight: 400;
}

.theme_footer_Widegts.hav-footer-topp {
    background: #111;
    color: #FCFCFC;
}

.footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
}

.footer-widget.widget h4.widget-title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.01em;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 30px;
}

.col-lg-3.col-md-6.col-sm-6.footer_two_Widget {
    padding-left: 90px;
}

.col-lg-3.col-md-6.col-sm-6.footer_three_Widget {
    padding-left: 70px;
}

.col-lg-3.col-md-6.col-sm-6.footer_four_Widget {
    padding-left: 55px;
}

h2.footer-logo {
    color: #FCFCFC;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: -5px;
    font-size: 38px;
}

.textwidget p {
    color: #FCFCFC;
    font-weight: 400;
}

p.copyright-text {
    color: #fff;
    margin: 20px 0;
}

.footer-top {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}


/*** Single Post ***/

.post-featured-image img {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-post-cat.sblog_catt_design {
    display: inline-block;
    margin-bottom: 15px;
}

.blog-post-cat.sblog_catt_design a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    letter-spacing: 0.003em;
}

h1.post-title.single_blog_inner__Title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: 10px;
}

.single-meta-left-infos {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.single-meta-left-infos div {
    font-size: 14px;
    line-height: 20px;
    color: #111;
    letter-spacing: -0.001em;
    margin-right: 35px;
    position: relative;
}

.single-meta-left-infos .post_grid_author_img img {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.single-meta-left-infos .post_grid_author_img a {
    display: inline-block;
    color: #111;
}

.single-meta-left-infos div.date-box {
    padding-left: 32px;
}

.single-meta-left-infos div.date-box:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    font-family: 'IcoFont';
    content: "\eedc";
    font-size: 20px;
    font-weight: normal;
}

.single-top-meta-wrapper {
    margin-bottom: 25px;
}

.single-meta-left-infos .post_grid_author_img {
    margin-right: 0!important;
}

.theme-blog-full-thumb img,
.blog-inner-thumbnail-custom img {
    border-radius: 5px!important;
}

.blog-details-content .wp-block-columns {
    margin-top: 31px;
    margin-bottom: 31px;
}

.blog-details-content .wp-block-columns figure.blog-inner-thumbnail-custom {
    margin-bottom: 0;
}

.blog-details-content figure .theme-blog-full-thumb {
    margin-top: 35px;
    margin-bottom: 35px;
}


/*** Blog & Category Page ***/

.blog-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest {
    margin-bottom: 80px;
}

.blog-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest:last-child {
    margin-bottom: 0px;
}

.blog-block-latest-single-item .latest-post-thumbnail-wrap a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-block-latest-single-item .latest-post-thumbnail-wrap img {
    max-height: 430px;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: inherit;
    border-radius: 5px;
}

.theme-layout-mainn .latest-post-thumbnail-wrap {
    margin-bottom: 30px;
}

.cat-page-spacing .latest-post-thumbnail-wrap img {
    margin-bottom: 30px;
}

.latest-post-block-content .category-box {
    display: inline-block;
    margin-bottom: 15px;
}

.latest-post-block-content .category-box a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    letter-spacing: 0.003em;
}

.blog-block-latest-single-item .latest-post-block-content h3.post-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: 10px;
    color: #111;
    position: relative;
    word-break: break-word;
}

.blog-block-latest-single-item .latest-post-block-content h3.post-title a {
    color: #111;
}

.post-read-btn {
    display: inline-block;
    margin-top: 30px;
}

.post-read-btn a {
    background: #111;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 13px 22px;
    font-size: 15px;
    letter-spacing: -0.006em;
    line-height: 1;
}

.post-read-btn a:hover {
    background: #FF3A3A;
    color: #fff;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 0px;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area .container {
    background: rgb(245 242 255 / 50%);
    border-radius: 5px;
    max-width: 1170px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
}

h1.theme-breacrumb-title {
    font-size: 38px;
    margin: 0;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}

.cat-page-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest {
    margin-bottom: 80px;
}

.cat-page-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest:last-child {
    margin-bottom: 0px;
}

.cat-page-spacing .main-content-inner.category-layout-one .post-block-wrapper-latest {
    margin-bottom: 75px;
}

.widget.widget_elior_recent_post {
    position: relative;
}


/*** 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: #111;
    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: #FF3A3A;
    border-radius: 0;
    margin: 3px 1px 15px;
    position: relative;
    top: -71px;
    right: 9px;
    border-radius: 0px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}

.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;
}

.kiante-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: #111;
}

.slicknav_nav li:hover {
    background: #111;
}

.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: #FF3A3A;
}

.slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slicknav_nav li:last-child {
    border-bottom: 0 solid;
}

.logo.theme-logo img {
    max-width: 150px;
}

.wp-block-search .wp-block-search__label {
    margin-bottom: 35px;
}

.sidebar.blog-sidebar {
    padding-left: 30px;
}

.blog-sidebar .widget.widget_block h1,
.blog-sidebar .widget.widget_block h2,
.blog-sidebar .widget.widget_block h3,
.blog-sidebar .widget.widget_block h4,
.blog-sidebar .widget.widget_block h5,
.blog-sidebar .widget.widget_block h6 {
    margin-bottom: 27px;
    font-family: inherit;
    font-weight: 500;
}

.theme-csutom-catlist h5 {
    color: #111111;
    font-family: "Roboto", Sans-serif;
    font-size: 24px!important;
    font-weight: 500;
    line-height: 32px!important;
    letter-spacing: -0.1px;
    margin-bottom: 27px!important;
    padding-left: 14px;
    position: relative;
}

.theme-csutom-catlist h5:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #FF3A3A;
    height: 32px;
    width: 4px;
    content: "";
}

.theme-csutom-catlist ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}

.theme-csutom-catlist ul li {
    font-size: 16px!important;
    margin-bottom: 10px;
}

.theme-csutom-catlist ul li:last-child {
    margin-bottom: 0;
}

.theme-csutom-catlist ul li a {
    color: #111;
}


/*** Back To Top ***/

.backto {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    background: #FF3A3A;
    border-radius: 30px;
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
    text-align: center;
    width: 44px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}

.backto:hover {
    background: #111!important;
    color: #FFFFFF;
}

.backto:hover a {
    color: #FFFFFF;
}

.backto a {
    color: #fff;
    font-size: 24px;
    line-height: 1.84;
}


/*----------------------------------------
  ## Search Popup
----------------------------------------*/

.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 500px;
    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: 5px;
    border-bottom-right-radius: 5px;
    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: 5px 5px 5px 5px;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 54px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #FF3A3A;
    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: #ff756b;
}

.search-popup .search-form .submit-btn:focus,
.search-popup .search-form .submit-btn:active,
.search-popup .search-form .submit-btn:hover,
.search-popup .search-form .submit-btn:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px 5px 5px 0px!important;
}

.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(5px);
    backdrop-filter: blur(5px);
}

.body-overlay.active {
    visibility: visible;
    opacity: 0.8;
}

a.search-box-btn {
    display: inline-block;
    color: #111;
}

a.search-box-btn:hover,
a.search-box-btn:hover i {
    color: #FF3A3A;
}

a.navSidebar-button {
    display: inline-block;
}

a.navSidebar-button:hover i {
    color: #FF3A3A;
}

.search-popup .search-form .submit-btn:focus,
.search-popup .search-form .submit-btn:active {
    border: none;
    outline: none;
    border-radius: 0;
}


/*===============================
 	  Preloader
================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FF3A3A;
    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 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.post-grid-wrapper-two-inner .post-meta-items div.post-comment-box:before {
    position: absolute;
    left: 0;
    top: 2px;
    background: url(http://kiante.test/wp-content/uploads/2022/03/comment-icon.svg) no-repeat scroll 0 0;
    content: "";
    width: 16px;
    height: 16px;
}

.post-grid-wrapper-two-inner .post-meta-items div.post-comment-box a {
    color: #111;
}

.post-grid-wrapper-two-inner .post-meta-items div.post-comment-box {
    padding-left: 30px;
}


/*** Dropdown Navigation ***/

.nav-menu-wrapper-two .mainmenu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    padding: 16px 28px 16px 28px;
    background: #fff;
    min-width: 220px;
    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%);
    border-radius: 5px;
}

.nav-menu-wrapper-two .mainmenu li ul.sub-menu li {
    display: block;
    position: relative;
    padding: 6px 0px;
}

.nav-menu-wrapper-two li ul.sub-menu li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    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;
}

.nav-menu-wrapper-two .mainmenu li ul.sub-menu li a:hover {
    color: #FF3A3A;
}

.nav-menu-wrapper-two .mainmenu li ul.sub-menu li:first-child a {
    padding-left: 0px;
}

.nav-menu-wrapper-two .mainmenu li ul.sub-menu li:last-child a {
    padding-right: 0px;
}

.nav-menu-wrapper-two .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-menu-wrapper-two .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%;
    top: 0%;
    left: auto;
    opacity: 0!important;
    filter: Alpha(opacity=0)!important;
    visibility: hidden;
    min-width: 225px;
}

.nav-menu-wrapper-two .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1!important;
    visibility: visible!important;
    transform: none!important;
}

.nav-menu-wrapper-two .mainmenu li ul.sub-menu {
    top: 115%;
}

.nav-menu-wrapper-two .mainmenu ul>li.menu-item-has-children>a:after {
    content: "\ea4e";
    color: #878787;
    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;
}

.post-gridstyle-two .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title:hover a,
.post-list-content-one h2.post-title a:hover,
.theme-csutom-catlist ul li a:hover,
.blog-block-latest-single-item .latest-post-block-content h3.post-title a:hover {
    color: #FF3A3A;
}

.footer-widget.widget ul li a:hover {
    color: #fff;
    opacity: .8;
}


/*** Slider Main ***/

.theme_post_grid__Slider.theme-main-slider {
    position: relative;
    overflow: visible;
}

.blog-post-slide-item {
    position: relative;
}

.blog-post-slide-wrap {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    max-width: 100%;
    margin: 0 0 0 auto;
    border-radius: 10px;
    height: 570px;
}

.blog-post-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
}

.blog-post-slide-content-inner {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    position: relative;
    z-index: 99;
}

.blog-post-slide-item.slick-slide.slick-current.slick-active {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

body.page .theme-page-spacing .entry-content .blog-post-slide-content h2.post-title {
    text-align: left;
    font-size: 40px;
    line-height: 1.40;
    font-weight: 400;
    margin-bottom: 12px!important;
    max-width: 80%;
}

body.page .theme-page-spacing .entry-content .blog-post-slide-content h2.post-title a {
    color: #fff;
    transition: all .4s ease-in;
}

body.page .theme-page-spacing .entry-content .blog-post-slide-content h2.post-title a:hover {
    color: #fff;
}

.author-name a {
    display: inline-block;
}

.blog-post-slide-content .post-meta-items {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    text-align: left;
    display: block;
    margin-bottom: 0px;
}

.blog-post-slide-content .post-meta-items div {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    position: relative;
    margin-right: 35px;
    padding-right: 0;
    display: inline-block;
}

.blog-post-slide-content .post-meta-items div a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.blog-post-slide-content .post-meta-items div a:hover {
    color: #FF3A3A;
}

.blog-post-slide-content .category-box {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.blog-post-slide-content .category-box a {
    display: inline-block;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
}

.blog-post-slide-content .post-meta-items .author-name img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 14px;
    display: inline-block;
}

.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
    position: absolute;
    z-index: 10;
    display: inline-block!important;
    margin: 0!important;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent!important;
    text-align: center;
    color: #fff!important;
    transition: all 0.25s ease-in 0s;
    padding: 0!important;
    cursor: pointer;
    font-family: IcoFont!important;
    opacity: 0;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
    font-size: 44px!important;
    line-height: 1;
    font-style: normal!important;
}

.slide-arrow-right.slick-arrow {
    top: auto;
    right: 30px;
    bottom: 200px;
}

.slide-arrow-left.slick-arrow {
    top: auto;
    left: 30px;
    bottom: 200px;
}

.slide-arrow-left.slick-arrow:hover,
.slide-arrow-right.slick-arrow:hover {
    color: #fff!important;
}

.theme-slider-main-wrap:hover .slide-arrow-right.slick-arrow,
.theme-slider-main-wrap:hover .slide-arrow-left.slick-arrow {
    opacity: 1;
}

.theme-slider-main-wrap .blog-post-slide-item {
    margin: 0 11px;
    overflow: hidden;
    position: relative;
}

.theme-slider-main-wrap .blog-post-slide-content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: -webkit-linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
    background: -o-linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-post-slide-content .post-meta-items div.date-box {
    padding-left: 25px;
}

.blog-post-slide-content .post-meta-items div.date-box:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'remixicon' !important;
    content: "\f20f";
}

.blog-post-slide-content .post-meta-items div.comment-box {
    padding-left: 25px;
}

.blog-post-slide-content .post-meta-items div.comment-box:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'remixicon' !important;
    content: "\eb51";
}

.breaking-news-post-title a:hover {
    color: #FF3A3A;
}

.footer-bottom {
    background: #111;
}

.main-container.blog-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-one-bwrap {
    padding-top: 0px;
    padding-bottom: 100px;
}

body.page .main-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

body.page .theme-page-spacing .entry-content blockquote p {
    font-weight: 500;
}

blockquote::before,
.blockquote::before {
    content: "\efcd";
    top: 5px;
    font-family: 'IcoFont' !important;
    font-size: 48px;
    line-height: 1;
}

.not-found form button:before {
    margin-top: -7px;
    margin-right: -7.5px;
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    line-height: 1;
}

.post-list-small-wrapper .small-arrow-left {
    display: inline-block;
    position: absolute;
    background: transparent;
    top: -40px;
    font-size: 25px;
    right: 25px;
    line-height: 1;
    color: #FF3A3A;
    cursor: pointer;
}

.post-list-small-wrapper .small-arrow-right {
    display: inline-block;
    position: absolute;
    background: transparent;
    top: -40px;
    font-size: 25px;
    right: 0px;
    line-height: 1;
    color: #FF3A3A;
    cursor: pointer;
}

.post-list-small-wrapper .small-arrow-left i {
    font-style: normal!important;
}

.post-list-small-wrapper .small-arrow-right i {
    font-style: normal!important;
}


/*** New Unit Test ***/

.latest-post-block-content .category-box {
    display: inline-block;
    margin-bottom: 8px;
}

.latest-post-block-content .category-box a {
    margin-right: 5px;
    margin-bottom: 7px;
    display: inline-block;
}

.blog-block-latest-single-item .latest-post-thumbnail-wrap img {
    height: 100%;
    width: auto;
    display: block;
    object-position: inherit;
    border-radius: 5px;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 0px;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #111;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid;
    margin-bottom: 20px;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 24px;
    line-height: 1.2;
    font-family: inherit;
    font-weight: 500;
}

.sidebar.blog-sidebar .textwidget p {
    color: #111;
}

.blog-sidebar .widget_search form button {
    line-height: 1;
}

.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;
}

.blog-sidebar .tagcloud a {
    border-color: #111!important;
    color: #111!important;
    border: 1px solid;
    letter-spacing: -0.001em;
    display: inline-block;
    font-size: 14px !important;
    padding: 4px 18px!important;
    margin-bottom: 10px;
    border-radius: 4px!important;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 24px;
    margin-right: 5px;
}

.blog-sidebar .widget_nav_menu .sub-menu li {
    padding-left: 14px;
    position: relative;
}

.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

.blog-sidebar .widget_nav_menu .sub-menu li:after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "\ea6e";
    font-family: 'remixicon' !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

span.posts-count {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #FF3A3A;
    width: 30px;
    height: 26px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    border-radius: 3px;
}

.blog-sidebar .widget ul li {
    font-size: 16px;
    line-height: 1.67;
}

.blog-sidebar select {
    border: 1px solid #eee;
    height: 42px;
}

.blog-sidebar select#archives-dropdown--1 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.blog-new-layout.theme-layout-mainn .sticky .latest-post-block-content {
    background: #f9f9f9;
    border-top: 5px solid #FF3A3A!important;
    padding-left: 35px;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    margin-top: 0px;
}

.blog-block-latest-single-item.sticky .latest-post-block-content h3.post-title:before {
    font-family: IcoFont;
    content: "\f003";
    position: absolute;
    right: -2px;
    z-index: 99;
    top: -54px;
    color: #FF3A3A;
    font-size: 35px;
}

.post-single-custom-meta div a {
    text-transform: capitalize;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 0px;
    color: #FF3A3A!important;
    border-color: #FF3A3A;
}

.blog-details-content ul li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 18px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
    color: #111!important;
    text-decoration: none!important;
}

pre {
    background: #f9f9f9!important;
    padding: 20px!important;
    overflow: auto;
    font-size: 15px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #111!important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0!important;
}

.blog-details-content table th a {
    color: #111;
    text-decoration: none!important;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #fff;
}

#comments .comment-author .says {
    display: block;
    line-height: 1.5;
}

#comments .comments-list .comment-author cite.fn {
    display: none;
}

.comments-list img.comment-avatar {
    float: left;
}

.theme_related_posts_Wrapper {
    margin-top: 60px;
}

.theme_related_post_Grid .post-grid-wrapper-one-inner .post-grid-content-one h2.post-title {
    font-size: 24px;
    margin-top: 15px;
    line-height: 1.2;
}

.theme_related_post_Grid .post-grid-wrapper-one-inner .grid-thumbnail-one-wrap img {
    height: 275px;
}

@media (min-width: 1400px) {
    .single-one-bwrap {
        min-height: 730px;
    }
    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 560px;
    }
    body.error404 .main-container {
        min-height: 540px;
    }
	
}


@media (min-width: 1900px) {
    .single-one-bwrap {
        min-height: 730px;
    }
	
    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 585px;
    }
	
    body.error404 .main-container {
        min-height: 725px;
    }
}


@media (min-width: 2110px) {
    .single-one-bwrap {
        min-height: 800px;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }
    body.error404 .main-container {
        min-height: auto;
    }
	
}

@media (min-width: 2111px) and (max-width: 2300px) {
    .single-one-bwrap {
        min-height: 800px;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }
    body.error404 .main-container {
        min-height: 740px;
    }
	
}

@media (min-width: 2301px) and (max-width: 2599px) {
	
	body.error404 .main-container {
        min-height: 870px;
    }
	
}

@media (min-width: 2400px) and (max-width: 2599px) {

	body.error404 .main-container {
        min-height: 720px;
    }
	
}

@media (min-width: 2600px) {
    .single-one-bwrap {
        min-height: 1024px;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }
    body.error404 .main-container {
        min-height: 950px;
    }
}

@media (min-width: 2800px) {
    .single-one-bwrap {
        min-height: 1140px;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 890px;
    }
    body.error404 .main-container {
        min-height: 1100px;
    }
}

@media (min-width: 3200px) {
    .single-one-bwrap {
        min-height: 1220px;
    }
	.main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 1090px;
    }
    body.error404 .main-container {
        min-height: 1280px;
    }
}

.error-btn-custom {
    margin-top: 40px;
    display: inline-block;
    background: #FF3A3A;
    font-weight: 500;
    text-align: center;
    width: auto;
    border: 0px solid;
    color: #fff;
    border-radius: 5px;
    padding: 16px 22px;
    font-size: 15px;
    letter-spacing: -0.006em;
    line-height: 1;
}

.error-btn-custom:hover {
	background: #111;
	color: #fff;
}

.error-page .error-code {
    margin-bottom: 35px;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
	background: #111;
	color: #fff;
}

.error-page .error-code {
    font-size: 135px;
	color: #111;
}


.similar-software {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.similar-software h2 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}

.similar-software-list {
 width: 100%;
    display: inline-flex
;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.similar-software-item {
  display: inline-grid
;
    padding: 20px;
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px 2px #e9e9e9;
    margin-top: 30px;
    padding-bottom: 40px;
}

.software-content {
    width: 100%;
    display: inline-block;
}

.software-img {
    width: 30%;
    display: inline-block;float:left;
    margin-right: 15px;
}

.tagline2 {
	  font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
   /* height: 82px;*/
    overflow: hidden;
    color: #333;
    line-height: 26px;
    margin-top:15px;
}
.read-more{text-align:center;}
a.read-more-link{
background: #521A64 !important;
    text-decoration: none;
    padding: 10px;
    color: #ffffff !important;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    width: 100%;
    text-align: center;
margin-top: 20px;}


.software-categories {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    height: 28px;
    overflow: hidden;
}
.review-item{margin-top:14px;}

.software-img img{width:100%;border-radius:100%!important;}

.post-tags {
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}
.read-more {
    margin-top: 20px;
}



[data-lk-theme=default] {
    color-scheme: dark;
    --lk-bg: #111;
    --lk-bg2: #1e1e1e;
    --lk-bg3: #2b2b2b;
    --lk-bg4: #373737;
    --lk-bg5: #444;
    --lk-fg: #fff;
    --lk-fg2: #f5f5f5;
    --lk-fg3: #ebebeb;
    --lk-fg4: #e0e0e0;
    --lk-fg5: #d6d6d6;
    --lk-border-color: hsla(0,0%,100%,.1);
    --lk-accent-fg: #fff;
    --lk-accent-bg: #1f8cf9;
    --lk-accent2: #3396fa;
    --lk-accent3: #47a0fa;
    --lk-accent4: #5babfb;
    --lk-danger-fg: #fff;
    --lk-danger: #f91f31;
    --lk-danger2: #fa3343;
    --lk-danger3: #fa4756;
    --lk-danger4: #fb5b68;
    --lk-success-fg: #fff;
    --lk-success: #1ff968;
    --lk-success2: #33fa75;
    --lk-success3: #47fa83;
    --lk-success4: #5bfb90;
    --lk-control-fg: var(--lk-fg);
    --lk-control-bg: var(--lk-bg2);
    --lk-control-hover-bg: var(--lk-bg3);
    --lk-control-active-bg: var(--lk-bg4);
    --lk-control-active-hover-bg: var(--lk-bg5);
    --lk-connection-excellent: #06db4d;
    --lk-connection-good: #f9b11f;
    --lk-connection-poor: #f91f31;
    --lk-font-family: system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    --lk-font-size: 16px;
    --lk-line-height: 1.5;
    --lk-border-radius: 0.5rem;
    --lk-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.15);
    --lk-grid-gap: 0.5rem;
    --lk-control-bar-height: 69px;
    --lk-chat-header-height: 69px
}

.lk-button,.lk-chat-toggle,.lk-disconnect-button,.lk-start-audio-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .625rem 1rem;
    color: var(--lk-control-fg);
    background-image: none;
    background-color: var(--lk-control-bg);
    border: 0;
    border-radius: var(--lk-border-radius);
    cursor: pointer;
    white-space: nowrap
}

.lk-button:not(:disabled):hover,.lk-chat-toggle:not(:disabled):hover,.lk-disconnect-button:not(:disabled):hover,.lk-start-audio-button:not(:disabled):hover {
    background-color: var(--lk-control-hover-bg)
}

.lk-button[aria-pressed=true],[aria-pressed=true].lk-chat-toggle,[aria-pressed=true].lk-disconnect-button,[aria-pressed=true].lk-start-audio-button {
    background-color: var(--lk-control-active-bg)
}

.lk-button[aria-pressed=true]:hover,[aria-pressed=true].lk-chat-toggle:hover,[aria-pressed=true].lk-disconnect-button:hover,[aria-pressed=true].lk-start-audio-button:hover {
    background-color: var(--lk-control-active-hover-bg)
}

.lk-button[data-lk-source=screen_share][data-lk-enabled=true],[data-lk-source=screen_share][data-lk-enabled=true].lk-chat-toggle,[data-lk-source=screen_share][data-lk-enabled=true].lk-disconnect-button,[data-lk-source=screen_share][data-lk-enabled=true].lk-start-audio-button {
    background-color: var(--lk-accent-bg)
}

.lk-button[data-lk-source=screen_share][data-lk-enabled=true]:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-chat-toggle:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-disconnect-button:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-start-audio-button:hover {
    background-color: var(--lk-accent2)
}

.lk-button:disabled,.lk-chat-toggle:disabled,.lk-disconnect-button:disabled,.lk-start-audio-button:disabled {
    opacity: .5
}

.lk-button-group {
    display: inline-flex;
    align-items: stretch
}

.lk-button-group>.lk-button:first-child,.lk-button-group>.lk-chat-toggle:first-child,.lk-button-group>.lk-disconnect-button:first-child,.lk-button-group>.lk-start-audio-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.lk-button-group-menu {
    position: relative;
    flex-shrink: 0
}

.lk-button-group-menu>.lk-button,.lk-button-group-menu>.lk-chat-toggle,.lk-button-group-menu>.lk-disconnect-button,.lk-button-group-menu>.lk-start-audio-button {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.lk-button-group-menu>.lk-button:after,.lk-button-group-menu>.lk-chat-toggle:after,.lk-button-group-menu>.lk-disconnect-button:after,.lk-button-group-menu>.lk-start-audio-button:after {
    margin-left: 0
}

.lk-button-menu:after {
    display: inline-block;
    content: "";
    width: .5em;
    height: .5em;
    margin-top: -.25rem;
    margin-left: .5rem;
    border-left: .125em solid;
    border-bottom: .125em solid;
    transform: rotate(-45deg);
    transform-origin: center center
}

.lk-disconnect-button {
    --lk-control-fg: var(--lk-danger-fg);
    --lk-control-bg: var(--lk-danger);
    font-weight: 600
}

.lk-disconnect-button:not(:disabled):hover {
    --lk-control-hover-bg: var(--lk-danger2)
}

.lk-disconnect-button:not(:disabled):active {
    --lk-control-hover-bg: var(--lk-danger3)
}

.lk-chat-toggle {
    position: relative
}

.lk-chat-toggle[data-lk-unread-msgs]:not([data-lk-unread-msgs="0"]):after {
    content: attr(data-lk-unread-msgs);
    position: absolute;
    top: 0;
    left: 0;
    padding: .25rem;
    margin-left: .25rem;
    margin-top: .25rem;
    border-radius: 50%;
    font-size: .5rem;
    line-height: .75;
    background: var(--lk-accent-bg)
}

.lk-media-device-select:not(:last-child) {
    padding-bottom: .5rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid var(--lk-border-color)
}

.lk-media-device-select li:not(:last-child) {
    margin-bottom: .25rem
}

.lk-media-device-select li>.lk-button {
    width: 100%;
    justify-content: start;
    padding-block:.5rem}

.lk-media-device-select li:not([data-lk-active=true])>.lk-button:not(:disabled):hover {
    background-color: var(--lk-bg3)
}

.lk-media-device-select [data-lk-active=false]>.lk-button:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.05)
}

.lk-media-device-select [data-lk-active=true]>.lk-button {
    color: var(--lk-accent-fg);
    background-color: var(--lk-accent-bg)
}

.lk-device-menu {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    min-width: 10rem;
    padding: .5rem;
    margin-bottom: .25rem;
    white-space: nowrap;
    background-color: var(--lk-bg2);
    border: 1px solid var(--lk-border-color);
    border-radius: .75rem;
    box-shadow: var(--lk-box-shadow)
}

.lk-device-menu-heading {
    padding: .25rem .5rem;
    font-weight: 700;
    opacity: .65
}

.lk-start-audio-button {
    color: var(--lk-accent-fg);
    background-color: var(--lk-accent-bg)
}

@media screen and (max-width: 600px) {
    .lk-start-audio-button {
        position:fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }
}

.lk-pagination-control {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: stretch;
    background-color: var(--lk-control-bg);
    border-radius: var(--lk-border-radius);
    transition: opacity .15s ease-in-out;
    opacity: 0
}

.lk-pagination-control:hover {
    opacity: 1
}

.lk-pagination-control>.lk-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.lk-pagination-control>.lk-button:first-child>svg {
    transform: rotate(180deg)
}

.lk-pagination-control>.lk-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.lk-pagination-count {
    padding: .5rem .875rem;
    border-inline:1px solid var(--lk-bg)}

[data-lk-user-interaction=true].lk-pagination-control {
    opacity: 1
}

.lk-pagination-indicator {
    position: absolute;
    height: var(--lk-grid-gap);
    background-color: var(--lk-bg2);
    width: -moz-fit-content;
    width: fit-content;
    padding: .2rem .5rem;
    bottom: calc(var(--lk-grid-gap)/2);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2rem;
    opacity: 1;
    display: flex;
    gap: .2rem;
    align-items: center
}

.lk-pagination-indicator span {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    border-radius: 9999999px;
    background-color: var(--lk-fg);
    opacity: .35;
    transition: opacity .2s linear
}

.lk-pagination-indicator span[data-lk-active] {
    opacity: .9
}

.lk-grid-layout {
    --lk-col-count: 1;
    --lk-row-count: 1;
    display: grid;
    grid-template-columns: repeat(var(--lk-col-count),minmax(0,1fr));
    grid-template-rows: repeat(var(--lk-row-count),minmax(0,1fr));
    grid-gap: var(--lk-grid-gap);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: var(--lk-grid-gap)
}

.lk-grid-layout[data-lk-pagination=true] {
    padding-bottom: calc(var(--lk-grid-gap)*2)
}

.lk-focus-layout {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: var(--lk-grid-gap);
    width: 100%;
    max-height: 100%;
    padding: var(--lk-grid-gap)
}

.lk-focused-participant {
    position: relative
}

.lk-focused-participant .lk-pip-track {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
    height: auto
}

@media(max-width: 600px) {
    .lk-focus-layout {
        grid-template-columns:1fr;
        grid-template-rows: 5fr 1fr
    }

    .lk-carousel {
        order: 1
    }
}

.lk-carousel {
    max-height: 100%;
    display: flex;
    gap: var(--lk-grid-gap)
}

.lk-carousel>* {
    flex-shrink: 0;
    aspect-ratio: 16/10;
    scroll-snap-align: start
}

.lk-carousel[data-lk-orientation=vertical] {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    overflow-x: hidden
}

.lk-carousel[data-lk-orientation=vertical]>* {
    --lk-height-minus-gaps: calc(100% - calc(var(--lk-grid-gap) * calc(var(--lk-max-visible-tiles) - 1)));
    height: calc(var(--lk-height-minus-gaps)/var(--lk-max-visible-tiles))
}

.lk-carousel[data-lk-orientation=horizontal] {
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    overflow-x: auto
}

.lk-carousel[data-lk-orientation=horizontal]>* {
    --lk-width-minus-gaps: calc(100% - var(--lk-grid-gap) * (var(--lk-max-visible-tiles) - 1));
    width: calc(var(--lk-width-minus-gaps)/var(--lk-max-visible-tiles))
}

.lk-connection-quality {
    width: 1.5rem;
    height: 1.5rem
}

.lk-track-muted-indicator-camera,.lk-track-muted-indicator-microphone {
    position: relative;
    width: var(--lk-indicator-size,1rem);
    height: var(--lk-indicator-size,1rem);
    margin-inline-end:.25rem;transition: opacity .25s ease-in-out
}

.lk-track-muted-indicator-camera[data-lk-muted=true] {
    opacity: .5
}

.lk-track-muted-indicator-microphone {
    --lk-bg: var(--lk-icon-mic)
}

.lk-track-muted-indicator-microphone[data-lk-muted=true] {
    opacity: .5
}

.lk-participant-name {
    font-size: .875rem
}

.lk-participant-media-video {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    background-color: #000
}

.lk-participant-media-video,.lk-participant-media-video[data-lk-orientation=landscape] {
    -o-object-fit: cover;
    object-fit: cover
}

.lk-participant-media-video[data-lk-orientation=portrait],.lk-participant-media-video[data-lk-source=screen_share] {
    -o-object-fit: contain;
    object-fit: contain;
    background-color: var(--lk-bg2)
}

.lk-participant-media-audio {
    width: auto
}

[data-lk-facing-mode=user] .lk-participant-media-video[data-lk-local-participant=true][data-lk-source=camera] {
    transform: rotateY(180deg)
}

.lk-audio-visualizer>rect {
    fill: var(--lk-bg2);
    rx: .5rem
}

.lk-audio-visualizer>g>rect {
    fill: var(--lk-fg);
    transition: height .1s ease-out,y .1s ease-out;
    rx: .25rem
}

.lk-participant-tile {
    --lk-speaking-indicator-width: 2.5px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .375rem;
    overflow: hidden;
    border-radius: var(--lk-border-radius)
}

.lk-participant-tile:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--lk-border-radius);
    border: 0 solid var(--lk-accent-bg);
    transition-property: border opacity;
    transition-delay: .5s;
    transition-duration: .4s;
    pointer-events: none
}

.lk-participant-tile[data-lk-speaking=true]:not([data-lk-source=screen_share]):after {
    transition-delay: 0s;
    transition-duration: .2s;
    border-width: var(--lk-speaking-indicator-width)
}

.lk-participant-tile .lk-focus-toggle-button {
    position: absolute;
    top: .25rem;
    right: .25rem;
    padding: .25rem;
    background-color: rgba(0,0,0,.5);
    border-radius: calc(var(--lk-border-radius)/2);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    transition-delay: .2s
}

.lk-participant-tile:focus .lk-focus-toggle-button,.lk-participant-tile:hover .lk-focus-toggle-button {
    opacity: 1;
    transition-delay: 0
}

.lk-participant-tile .lk-connection-quality {
    opacity: 0;
    transition: opacity .2s ease-in-out;
    transition-delay: .2s
}

.lk-participant-tile .lk-connection-quality[data-lk-quality=poor],.lk-participant-tile:focus .lk-connection-quality,.lk-participant-tile:hover .lk-connection-quality {
    opacity: 1;
    transition-delay: 0
}

.lk-participant-tile .lk-participant-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lk-bg2);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
    border-radius: var(--lk-border-radius)
}

.lk-participant-tile .lk-participant-placeholder svg {
    height: 100%;
    width: auto;
    padding: 10%
}

.lk-participant-tile[data-lk-video-muted=true][data-lk-source=camera] .lk-participant-placeholder {
    opacity: 1
}

.lk-participant-metadata {
    position: absolute;
    right: .25rem;
    bottom: .25rem;
    left: .25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    line-height: 1
}

.lk-participant-metadata-item {
    display: flex;
    align-items: center;
    padding: .25rem;
    background-color: rgba(0,0,0,.5);
    border-radius: calc(var(--lk-border-radius)/2)
}

.lk-toast {
    position: fixed;
    top: .75rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.25rem;
    background-color: var(--lk-bg);
    border: 1px solid var(--lk-border-color);
    border-radius: var(--lk-border-radius);
    box-shadow: var(--lk-box-shadow)
}

.lk-spinner {
    animation: lk-rotate 2s linear infinite
}

@keyframes lk-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.lk-room-container {
    background-color: var(--lk-bg);
    line-height: var(--lk-line-height);
    position: relative;
    width: 100%;
    height: 100%;
    --lk-has-imported-styles: "true"
}

.lk-room-container [class*=" lk-"],.lk-room-container [class^=lk-] {
    box-sizing: border-box
}

.lk-audio-conference {
    position: relative;
    width: 100%;
    height: 100%
}

.lk-audio-conference-stage {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.lk-chat {
    display: grid;
    grid-template-rows: var(--lk-chat-header-height) 1fr var(--lk-control-bar-height);
    width: clamp(200px,55ch,60ch);
    background-color: var(--lk-bg2);
    border-left: 1px solid var(--lk-border-color);
    align-items: end
}

.lk-chat-header {
    height: var(--lk-chat-header-height);
    padding: .75rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.lk-chat-header .lk-close-button {
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    background-color: transparent
}

.lk-chat-header .lk-close-button:hover {
    background-color: var(--lk-control-active-hover-bg)
}

.lk-chat-messages {
    width: 100%;
    max-height: 100%;
    overflow: auto
}

.lk-chat-entry,.lk-chat-messages {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.lk-chat-entry {
    margin: 0 .25rem
}

.lk-chat-entry .lk-meta-data {
    font-size: .75rem;
    color: var(--lk-fg5);
    white-space: nowrap;
    padding: 0 .3rem;
    display: flex
}

.lk-chat-entry .lk-meta-data .lk-participant-name {
    margin-top: 1rem
}

.lk-chat-entry .lk-meta-data .lk-timestamp {
    margin-left: auto;
    align-self: flex-end
}

.lk-chat-entry .lk-edit-button {
    background: none;
    float: right;
    margin: 0;
    padding: 0 .25rem;
    border-radius: 0;
    font-size: 12px
}

.lk-chat-entry .lk-message-body {
    display: inline-block;
    border-radius: 15px;
    padding: .25rem .75rem;
    word-break: break-word;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 32px)
}

.lk-chat-entry[data-lk-message-origin=local] .lk-message-body {
    background-color: var(--lk-bg5)
}

.lk-chat-entry[data-lk-message-origin=remote] .lk-message-body {
    background-color: var(--lk-accent4)
}

.lk-chat-entry a {
    text-decoration: underline;
    color: inherit
}

.lk-chat-entry:last-child {
    margin-bottom: .25rem
}

.lk-chat-form {
    display: flex;
    gap: .75rem;
    padding: .75rem;
    border-top: 1px solid var(--lk-border-color);
    max-height: var(--lk-control-bar-height)
}

.lk-chat-form-input {
    width: 100%
}

@media(max-width: 600px) {
    .lk-chat {
        position:fixed;
        top: 0;
        right: 0;
        max-width: 100%;
        bottom: var(--lk-control-bar-height)
    }
}

.lk-control-bar {
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    border-top: 1px solid var(--lk-border-color);
    max-height: var(--lk-control-bar-height)
}

.lk-prejoin {
    line-height: var(--lk-line-height)
}

[data-lk-theme] {
    font-size: var(--lk-font-size);
    font-family: var(--lk-font-family);
    color: var(--lk-fg)
}

[data-lk-theme] button,[data-lk-theme] input {
    font: inherit;
    line-height: inherit
}

[data-lk-theme] .lk-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[data-lk-theme] .lk-list {
    list-style: none;
    margin: 0;
    padding: 0
}

[data-lk-theme] .lk-form-control {
    font-family: var(--lk-font-family);
    padding: .625rem 1rem;
    background-color: var(--lk-control-bg);
    border: 1px solid var(--lk-border-color);
    border-radius: var(--lk-border-radius)
}

.lk-prejoin {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    margin-inline:auto;background-color: var(--lk-bg);
    width: min(100%,480px);
    align-items: stretch
}

.lk-prejoin .lk-video-container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    background-color: #000;
    border-radius: var(--lk-border-radius);
    overflow: hidden
}

.lk-prejoin .lk-video-container .lk-camera-off-note,.lk-prejoin .lk-video-container video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lk-prejoin .lk-video-container video[data-lk-facing-mode=user] {
    transform: rotateY(180deg)
}

.lk-prejoin .lk-video-container .lk-camera-off-note {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16/10;
    background-color: #000;
    display: grid;
    place-items: center
}

.lk-prejoin .lk-video-container .lk-camera-off-note>* {
    height: 70%;
    max-width: 100%
}

.lk-prejoin .lk-audio-container {
    display: none
}

.lk-prejoin .lk-audio-container audio {
    width: 100%;
    height: auto
}

.lk-prejoin .lk-button-group-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem
}

.lk-prejoin .lk-button-group-container>.lk-button-group {
    width: 50%
}

.lk-prejoin .lk-button-group-container>.lk-button-group>.lk-button {
    justify-content: left
}

.lk-prejoin .lk-button-group-container>.lk-button-group>.lk-button:first-child {
    width: 100%
}

@media(max-width: 400px) {
    .lk-prejoin .lk-button-group-container {
        flex-wrap:wrap
    }

    .lk-prejoin .lk-button-group-container>.lk-button-group {
        width: 100%
    }
}

.lk-prejoin .lk-username-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%
}

.lk-prejoin .lk-join-button {
    --lk-control-fg: var(--lk-accent-fg);
    --lk-control-bg: var(--lk-accent-bg);
    --lk-control-hover-bg: var(--lk-accent2);
    --lk-control-active-bg: var(--lk-accent3);
    --lk-control-active-hover-bg: var(--lk-accent4);
    background-color: var(--lk-control-bg)
}

.lk-prejoin .lk-join-button:hover {
    background-color: var(--lk-control-hover-bg)
}

.lk-focus-layout-wrapper,.lk-grid-layout-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: calc(100% - var(--lk-control-bar-height))
}

.lk-grid-layout-wrapper {
    flex-direction: column;
    align-items: center
}

.lk-focus-layout-wrapper {
    align-items: stretch
}

.lk-video-conference {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 100%
}

.lk-video-conference-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%
}

.lk-settings-menu-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: var(--lk-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.25rem;
    background-color: var(--lk-bg);
    border: 1px solid var(--lk-border-color);
    border-radius: var(--lk-border-radius);
    box-shadow: var(--lk-box-shadow);
    min-width: 50vw;
    min-height: 50vh
}

@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;500;600;700;800;900&display=swap";/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

:host,html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Poppins,sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

img {
    display: inline-block
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width: 425px) {
    .container {
        max-width:425px
    }
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width:1440px
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start:1.625em}

.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start:1.625em}

.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em
}

.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start:1em}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
    font-size: .875em;
    border-radius: .3125rem;
    padding-top: .1875em;
    padding-inline-end:.375em;padding-bottom: .1875em;
    padding-inline-start:.375em}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding-top: .8571429em;
    padding-inline-end:1.1428571em;padding-bottom: .8571429em;
    padding-inline-start:1.1428571em}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end:.5714286em;padding-bottom: .5714286em;
    padding-inline-start:.5714286em}

.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    vertical-align: top
}

.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0,0,0,.5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.375em}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:.375em}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: .5em;
    padding-inline-start:1.625em}

.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0}

.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-top: .5714286em;
    padding-inline-end:.5714286em;padding-bottom: .5714286em;
    padding-inline-start:.5714286em}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-start:0}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    padding-inline-end:0}

.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
    margin-bottom: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.\!relative {
    position: relative!important
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-inset-10 {
    inset: -2.5rem
}

.-inset-20 {
    inset: -5rem
}

.inset-0 {
    inset: 0
}

.inset-3 {
    inset: .75rem
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-x-3 {
    left: .75rem;
    right: .75rem
}

.inset-x-4 {
    left: 1rem;
    right: 1rem
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.\!bottom-0 {
    bottom: 0!important
}

.-bottom-12 {
    bottom: -3rem
}

.-bottom-16 {
    bottom: -4rem
}

.-bottom-2 {
    bottom: -.5rem
}

.-bottom-6 {
    bottom: -1.5rem
}

.-bottom-\[100px\] {
    bottom: -100px
}

.-bottom-\[6px\] {
    bottom: -6px
}

.-left-1 {
    left: -.25rem
}

.-left-1\.5 {
    left: -.375rem
}

.-left-10 {
    left: -2.5rem
}

.-left-12 {
    left: -3rem
}

.-left-2 {
    left: -.5rem
}

.-left-\[100\%\] {
    left: -100%
}

.-left-\[50\%\] {
    left: -50%
}

.-right-1 {
    right: -.25rem
}

.-right-1\/2 {
    right: -50%
}

.-right-12 {
    right: -3rem
}

.-right-3 {
    right: -.75rem
}

.-right-5 {
    right: -1.25rem
}

.-right-6 {
    right: -1.5rem
}

.-top-12 {
    top: -3rem
}

.-top-2 {
    top: -.5rem
}

.-top-3 {
    top: -.75rem
}

.bottom-0 {
    bottom: 0
}

.bottom-1 {
    bottom: .25rem
}

.bottom-1\/4 {
    bottom: 25%
}

.bottom-12 {
    bottom: 3rem
}

.bottom-14 {
    bottom: 3.5rem
}

.bottom-16 {
    bottom: 4rem
}

.bottom-20 {
    bottom: 5rem
}

.bottom-24 {
    bottom: 6rem
}

.bottom-3 {
    bottom: .75rem
}

.bottom-4 {
    bottom: 1rem
}

.bottom-40 {
    bottom: 10rem
}

.bottom-5 {
    bottom: 1.25rem
}

.bottom-\[40\%\] {
    bottom: 40%
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-1\/4 {
    left: 25%
}

.left-12 {
    left: 3rem
}

.left-16 {
    left: 4rem
}

.left-2 {
    left: .5rem
}

.left-20 {
    left: 5rem
}

.left-3 {
    left: .75rem
}

.left-4 {
    left: 1rem
}

.left-5 {
    left: 1.25rem
}

.left-9 {
    left: 2.25rem
}

.left-\[10px\] {
    left: 10px
}

.left-\[16px\] {
    left: 16px
}

.left-\[17\%\] {
    left: 17%
}

.left-\[50\%\] {
    left: 50%
}

.right-0 {
    right: 0
}

.right-0\.5 {
    right: .125rem
}

.right-1 {
    right: .25rem
}

.right-1\.5 {
    right: .375rem
}

.right-1\/3 {
    right: 33.333333%
}

.right-10 {
    right: 2.5rem
}

.right-2 {
    right: .5rem
}

.right-3 {
    right: .75rem
}

.right-4 {
    right: 1rem
}

.right-5 {
    right: 1.25rem
}

.right-\[22\%\] {
    right: 22%
}

.right-\[23\%\] {
    right: 23%
}

.right-\[75px\] {
    right: 75px
}

.top-0 {
    top: 0
}

.top-0\.5 {
    top: .125rem
}

.top-1 {
    top: .25rem
}

.top-1\.5 {
    top: .375rem
}

.top-1\/2 {
    top: 50%
}

.top-1\/4 {
    top: 25%
}

.top-12 {
    top: 3rem
}

.top-14 {
    top: 3.5rem
}

.top-16 {
    top: 4rem
}

.top-2 {
    top: .5rem
}

.top-20 {
    top: 5rem
}

.top-28 {
    top: 7rem
}

.top-3 {
    top: .75rem
}

.top-3\.5 {
    top: .875rem
}

.top-4 {
    top: 1rem
}

.top-5 {
    top: 1.25rem
}

.top-8 {
    top: 2rem
}

.top-\[10\%\] {
    top: 10%
}

.top-\[20\%\] {
    top: 20%
}

.top-\[220px\] {
    top: 220px
}

.top-\[25\%\] {
    top: 25%
}

.top-\[32px\] {
    top: 32px
}

.top-\[4\.3rem\] {
    top: 4.3rem
}

.top-\[45\%\] {
    top: 45%
}

.top-\[50\%\] {
    top: 50%
}

.top-\[85px\] {
    top: 85px
}

.top-\[8px\] {
    top: 8px
}

.top-auto {
    top: auto
}

.\!z-30 {
    z-index: 30!important
}

.\!z-50 {
    z-index: 50!important
}

.\!z-\[99999\] {
    z-index: 99999!important
}

.-z-10 {
    z-index: -10
}

.-z-20 {
    z-index: -20
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-\[1\] {
    z-index: 1
}

.z-\[60\] {
    z-index: 60
}

.z-\[999\] {
    z-index: 999
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-full {
    grid-column: 1/-1
}

.-m-4 {
    margin: -1rem
}

.m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

.\!mx-5 {
    margin-left: 1.25rem!important;
    margin-right: 1.25rem!important
}

.\!mx-\[37px\] {
    margin-left: 37px!important;
    margin-right: 37px!important
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
}

.-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-0\.5 {
    margin-top: .125rem;
    margin-bottom: .125rem
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-\[32px\] {
    margin-top: 32px;
    margin-bottom: 32px
}

.\!-mt-2 {
    margin-top: -.5rem!important
}

.\!-mt-2\.5 {
    margin-top: -.625rem!important
}

.\!mb-10 {
    margin-bottom: 2.5rem!important
}

.\!mt-0 {
    margin-top: 0!important
}

.-mb-2 {
    margin-bottom: -.5rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.-mb-6 {
    margin-bottom: -1.5rem
}

.-mb-\[10px\] {
    margin-bottom: -10px
}

.-ml-2 {
    margin-left: -.5rem
}

.-ml-3 {
    margin-left: -.75rem
}

.-ml-4 {
    margin-left: -1rem
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mt-20 {
    margin-top: -5rem
}

.-mt-32 {
    margin-top: -8rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mt-9 {
    margin-top: -2.25rem
}

.-mt-\[2px\] {
    margin-top: -2px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mb-\[28px\] {
    margin-bottom: 28px
}

.mb-\[46px\] {
    margin-bottom: 46px
}

.mb-\[72px\] {
    margin-bottom: 72px
}

.ml-1 {
    margin-left: .25rem
}

.ml-10 {
    margin-left: 2.5rem
}

.ml-12 {
    margin-left: 3rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-40 {
    margin-left: 10rem
}

.ml-5 {
    margin-left: 1.25rem
}

.ml-52 {
    margin-left: 13rem
}

.ml-7 {
    margin-left: 1.75rem
}

.ml-\[-5\.5px\] {
    margin-left: -5.5px
}

.ml-\[-6px\] {
    margin-left: -6px
}

.ml-\[27\%\] {
    margin-left: 27%
}

.ml-\[2px\] {
    margin-left: 2px
}

.ml-\[4px\] {
    margin-left: 4px
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-36 {
    margin-top: 9rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-40 {
    margin-top: 10rem
}

.mt-48 {
    margin-top: 12rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mt-\[-1\.00px\] {
    margin-top: -1px
}

.mt-\[-10px\] {
    margin-top: -10px
}

.mt-\[-40px\] {
    margin-top: -40px
}

.mt-\[-4px\] {
    margin-top: -4px
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[13\.3px\] {
    margin-top: 13.3px
}

.mt-\[14px\] {
    margin-top: 14px
}

.mt-\[15px\] {
    margin-top: 15px
}

.mt-\[16\.2px\] {
    margin-top: 16.2px
}

.mt-\[16px\] {
    margin-top: 16px
}

.mt-\[1rem\] {
    margin-top: 1rem
}

.mt-\[1vh\] {
    margin-top: 1vh
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[21\.5px\] {
    margin-top: 21.5px
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-\[25\%\] {
    margin-top: 25%
}

.mt-\[2rem\] {
    margin-top: 2rem
}

.mt-\[32px\] {
    margin-top: 32px
}

.mt-\[37px\] {
    margin-top: 37px
}

.mt-\[3px\] {
    margin-top: 3px
}

.mt-\[40px\] {
    margin-top: 40px
}

.mt-\[48px\] {
    margin-top: 48px
}

.mt-\[54px\] {
    margin-top: 54px
}

.mt-\[56px\] {
    margin-top: 56px
}

.mt-\[64px\] {
    margin-top: 64px
}

.mt-\[8px\] {
    margin-top: 8px
}

.mt-auto {
    margin-top: auto
}

.\!box-border {
    box-sizing: border-box!important
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1,.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.\!flex {
    display: flex!important
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.\!aspect-square {
    aspect-ratio: 1/1!important
}

.aspect-\[3\/4\] {
    aspect-ratio: 3/4
}

.aspect-\[4\/3\] {
    aspect-ratio: 4/3
}

.aspect-auto {
    aspect-ratio: auto
}

.aspect-square {
    aspect-ratio: 1/1
}

.aspect-video {
    aspect-ratio: 16/9
}

.size-16 {
    width: 4rem;
    height: 4rem
}

.size-2 {
    width: .5rem;
    height: .5rem
}

.size-24 {
    width: 6rem;
    height: 6rem
}

.size-3 {
    width: .75rem;
    height: .75rem
}

.size-32 {
    width: 8rem;
    height: 8rem
}

.size-4 {
    width: 1rem;
    height: 1rem
}

.size-5 {
    width: 1.25rem;
    height: 1.25rem
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem
}

.size-full {
    width: 100%;
    height: 100%
}

.\!h-12 {
    height: 3rem!important
}

.\!h-\[41\.2px\] {
    height: 41.2px!important
}

.\!h-\[60px\] {
    height: 60px!important
}

.\!h-\[64px\] {
    height: 64px!important
}

.\!h-auto {
    height: auto!important
}

.h-0 {
    height: 0
}

.h-0\.5 {
    height: .125rem
}

.h-1 {
    height: .25rem
}

.h-10 {
    height: 2.5rem
}

.h-11 {
    height: 2.75rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-3 {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-3\/5 {
    height: 60%
}

.h-32 {
    height: 8rem
}

.h-36 {
    height: 9rem
}

.h-4 {
    height: 1rem
}

.h-40 {
    height: 10rem
}

.h-44 {
    height: 11rem
}

.h-48 {
    height: 12rem
}

.h-5 {
    height: 1.25rem
}

.h-52 {
    height: 13rem
}

.h-56 {
    height: 14rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-72 {
    height: 18rem
}

.h-8 {
    height: 2rem
}

.h-80 {
    height: 20rem
}

.h-9 {
    height: 2.25rem
}

.h-96 {
    height: 24rem
}

.h-\[0px\] {
    height: 0
}

.h-\[1\.5px\] {
    height: 1.5px
}

.h-\[100dvh\] {
    height: 100dvh
}

.h-\[13px\] {
    height: 13px
}

.h-\[14px\] {
    height: 14px
}

.h-\[163px\] {
    height: 163px
}

.h-\[17px\] {
    height: 17px
}

.h-\[1px\] {
    height: 1px
}

.h-\[200px\] {
    height: 200px
}

.h-\[20px\] {
    height: 20px
}

.h-\[22px\] {
    height: 22px
}

.h-\[240px\] {
    height: 240px
}

.h-\[24px\] {
    height: 24px
}

.h-\[250px\] {
    height: 250px
}

.h-\[270px\] {
    height: 270px
}

.h-\[2px\] {
    height: 2px
}

.h-\[300px\] {
    height: 300px
}

.h-\[30px\] {
    height: 30px
}

.h-\[30rem\] {
    height: 30rem
}

.h-\[32px\] {
    height: 32px
}

.h-\[350px\] {
    height: 350px
}

.h-\[35px\] {
    height: 35px
}

.h-\[360px\] {
    height: 360px
}

.h-\[380px\] {
    height: 380px
}

.h-\[400px\] {
    height: 400px
}

.h-\[40px\] {
    height: 40px
}

.h-\[42px\] {
    height: 42px
}

.h-\[44px\] {
    height: 44px
}

.h-\[5\.438rem\] {
    height: 5.438rem
}

.h-\[50px\] {
    height: 50px
}

.h-\[517px\] {
    height: 517px
}

.h-\[54px\] {
    height: 54px
}

.h-\[550px\] {
    height: 550px
}

.h-\[55px\] {
    height: 55px
}

.h-\[56px\] {
    height: 56px
}

.h-\[600px\] {
    height: 600px
}

.h-\[60px\] {
    height: 60px
}

.h-\[67px\] {
    height: 67px
}

.h-\[70\%\] {
    height: 70%
}

.h-\[70vh\] {
    height: 70vh
}

.h-\[80vh\] {
    height: 80vh
}

.h-\[85\%\] {
    height: 85%
}

.h-\[85px\] {
    height: 85px
}

.h-\[90px\] {
    height: 90px
}

.h-\[95\%\] {
    height: 95%
}

.h-\[99vh\] {
    height: 99vh
}

.h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height)
}

.h-auto {
    height: auto
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-min {
    height: -moz-min-content;
    height: min-content
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.max-h-10 {
    max-height: 2.5rem
}

.max-h-60 {
    max-height: 15rem
}

.max-h-96 {
    max-height: 24rem
}

.max-h-\[130px\] {
    max-height: 130px
}

.max-h-\[230px\] {
    max-height: 230px
}

.max-h-\[40px\] {
    max-height: 40px
}

.max-h-\[80vh\] {
    max-height: 80vh
}

.max-h-\[90vh\] {
    max-height: 90vh
}

.max-h-screen {
    max-height: 100vh
}

.min-h-\[25px\] {
    min-height: 25px
}

.min-h-\[300px\] {
    min-height: 300px
}

.min-h-\[350px\] {
    min-height: 350px
}

.min-h-\[600px\] {
    min-height: 600px
}

.min-h-full {
    min-height: 100%
}

.min-h-screen {
    min-height: 100vh
}

.\!w-12 {
    width: 3rem!important
}

.\!w-72 {
    width: 18rem!important
}

.\!w-\[100vw\] {
    width: 100vw!important
}

.\!w-\[500px\] {
    width: 500px!important
}

.\!w-auto {
    width: auto!important
}

.\!w-fit {
    width: -moz-fit-content!important;
    width: fit-content!important
}

.\!w-full {
    width: 100%!important
}

.w-0 {
    width: 0
}

.w-0\.5 {
    width: .125rem
}

.w-1 {
    width: .25rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/5 {
    width: 20%
}

.w-10 {
    width: 2.5rem
}

.w-11 {
    width: 2.75rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-28 {
    width: 7rem
}

.w-3 {
    width: .75rem
}

.w-3\.5 {
    width: .875rem
}

.w-3\/4 {
    width: 75%
}

.w-32 {
    width: 8rem
}

.w-36 {
    width: 9rem
}

.w-4 {
    width: 1rem
}

.w-40 {
    width: 10rem
}

.w-44 {
    width: 11rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-60 {
    width: 15rem
}

.w-7 {
    width: 1.75rem
}

.w-72 {
    width: 18rem
}

.w-8 {
    width: 2rem
}

.w-80 {
    width: 20rem
}

.w-9 {
    width: 2.25rem
}

.w-96 {
    width: 24rem
}

.w-\[10\%\] {
    width: 10%
}

.w-\[100\%\] {
    width: 100%
}

.w-\[100px\] {
    width: 100px
}

.w-\[13px\] {
    width: 13px
}

.w-\[14px\] {
    width: 14px
}

.w-\[150\%\] {
    width: 150%
}

.w-\[160px\] {
    width: 160px
}

.w-\[17px\] {
    width: 17px
}

.w-\[180px\] {
    width: 180px
}

.w-\[20\%\] {
    width: 20%
}

.w-\[200px\] {
    width: 200px
}

.w-\[20px\] {
    width: 20px
}

.w-\[215px\] {
    width: 215px
}

.w-\[22px\] {
    width: 22px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25\%\] {
    width: 25%
}

.w-\[250px\] {
    width: 250px
}

.w-\[25rem\] {
    width: 25rem
}

.w-\[30\%\] {
    width: 30%
}

.w-\[300px\] {
    width: 300px
}

.w-\[30px\] {
    width: 30px
}

.w-\[30rem\] {
    width: 30rem
}

.w-\[32px\] {
    width: 32px
}

.w-\[330px\] {
    width: 330px
}

.w-\[35\%\] {
    width: 35%
}

.w-\[350px\] {
    width: 350px
}

.w-\[35px\] {
    width: 35px
}

.w-\[36rem\] {
    width: 36rem
}

.w-\[380px\] {
    width: 380px
}

.w-\[39px\] {
    width: 39px
}

.w-\[400px\] {
    width: 400px
}

.w-\[40px\] {
    width: 40px
}

.w-\[44px\] {
    width: 44px
}

.w-\[48\%\] {
    width: 48%
}

.w-\[48\.5\%\] {
    width: 48.5%
}

.w-\[5\.438rem\] {
    width: 5.438rem
}

.w-\[50\%\] {
    width: 50%
}

.w-\[500px\] {
    width: 500px
}

.w-\[50px\] {
    width: 50px
}

.w-\[550px\] {
    width: 550px
}

.w-\[60px\] {
    width: 60px
}

.w-\[67px\] {
    width: 67px
}

.w-\[70\%\] {
    width: 70%
}

.w-\[700px\] {
    width: 700px
}

.w-\[80\%\] {
    width: 80%
}

.w-\[800px\] {
    width: 800px
}

.w-\[90\%\] {
    width: 90%
}

.w-auto {
    width: auto
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.min-w-0 {
    min-width: 0
}

.min-w-40 {
    min-width: 10rem
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[152px\] {
    min-width: 152px
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[25px\] {
    min-width: 25px
}

.min-w-\[300px\] {
    min-width: 300px
}



.min-w-\[60px\] {
    min-width: 60px
}

.min-w-\[8rem\] {
    min-width: 8rem
}

.min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width)
}

.min-w-full {
    min-width: 100%
}

.\!max-w-\[100vw\] {
    max-width: 100vw!important
}

.\!max-w-\[400px\] {
    max-width: 400px!important
}

.\!max-w-md {
    max-width: 28rem!important
}

.\!max-w-none {
    max-width: none!important
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-96 {
    max-width: 24rem
}

.max-w-\[100vw\] {
    max-width: 100vw
}

.max-w-\[103px\] {
    max-width: 103px
}

.max-w-\[1056px\] {
    max-width: 1056px
}

.max-w-\[1130px\] {
    max-width: 1130px
}

.max-w-\[1200px\] {
    max-width: 1200px
}

.max-w-\[1440px\] {
    max-width: 1440px
}

.max-w-\[180px\] {
    max-width: 180px
}

.max-w-\[250px\] {
    max-width: 250px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[330px\] {
    max-width: 330px
}

.max-w-\[35vw\] {
    max-width: 35vw
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[40vw\] {
    max-width: 40vw
}

.max-w-\[410px\] {
    max-width: 410px
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[570px\] {
    max-width: 570px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-\[70\%\] {
    max-width: 70%
}

.max-w-\[700px\] {
    max-width: 700px
}

.max-w-\[80\%\] {
    max-width: 80%
}

.max-w-\[85\%\] {
    max-width: 85%
}

.max-w-\[90\%\] {
    max-width: 90%
}

.max-w-full {
    max-width: 100%
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-none {
    max-width: none
}

.max-w-screen-lg {
    max-width: 1024px
}

.max-w-sm {
    max-width: 24rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-xs {
    max-width: 20rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[0_0_auto\] {
    flex: 0 0 auto
}

.flex-shrink-0 {
    flex-shrink: 0
}

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.flex-grow,.grow {
    flex-grow: 1
}

.grow-0 {
    flex-grow: 0
}

.basis-full {
    flex-basis: 100%
}

.caption-bottom {
    caption-side: bottom
}

.origin-left {
    transform-origin: left
}

.origin-top {
    transform-origin: top
}

.origin-top-left {
    transform-origin: top left
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,.-translate-x-2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-2 {
    --tw-translate-x: -0.5rem
}

.-translate-y-0 {
    --tw-translate-y: -0px
}

.-translate-y-0,.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-3 {
    --tw-translate-y: -0.75rem
}

.-translate-y-3,.-translate-y-\[20px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[20px\] {
    --tw-translate-y: -20px
}

.-translate-y-full {
    --tw-translate-y: -100%
}

.-translate-y-full,.translate-x-1 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1 {
    --tw-translate-x: 0.25rem
}

.translate-x-2 {
    --tw-translate-x: 0.5rem
}

.translate-x-2,.translate-x-\[-50\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-0,.translate-y-\[-50\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%
}

.-rotate-12 {
    --tw-rotate: -12deg
}

.-rotate-12,.-rotate-180 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-180 {
    --tw-rotate: -180deg
}

.-rotate-45 {
    --tw-rotate: -45deg
}

.-rotate-45,.rotate-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,.rotate-3 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-3 {
    --tw-rotate: 3deg
}

.rotate-45 {
    --tw-rotate: 45deg
}

.rotate-45,.rotate-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-100,.scale-105 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.scale-110,.scale-125 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.scale-75,.scale-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-95,.scale-\[-1\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[-1\] {
    --tw-scale-x: -1;
    --tw-scale-y: -1
}

.scale-\[1\.01\] {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01
}

.scale-\[1\.01\],.scale-\[1\.10\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[1\.10\] {
    --tw-scale-x: 1.10;
    --tw-scale-y: 1.10
}

.scale-\[1\.1\] {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.scale-\[1\.1\],.scale-\[1\.25\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[1\.25\] {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
}

.scale-\[2\] {
    --tw-scale-x: 2;
    --tw-scale-y: 2
}

.scale-\[2\],.scale-x-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-0 {
    --tw-scale-x: 0
}

.scale-x-100 {
    --tw-scale-x: 1
}

.scale-x-100,.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

.animate-spin {
    animation: spin 1s linear infinite
}

.animate-spin-slow {
    animation: spin 10s linear infinite
}

.animate-spin-veryslow {
    animation: spin 60s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin-veryslow-reverse {
    animation: spin 60s linear infinite reverse
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.touch-none {
    touch-action: none
}

.\!select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}

.columns-1 {
    -moz-columns: 1;
    column-count: 1
}

.break-inside-avoid-column {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.grid-rows-1 {
    grid-template-rows: repeat(1,minmax(0,1fr))
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.place-content-evenly {
    place-content: space-evenly
}

.place-items-start {
    place-items: start
}

.place-items-center {
    place-items: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.\!items-center {
    align-items: center!important
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.\!justify-center {
    justify-content: center!important
}

.justify-center {
    justify-content: center
}

.\!justify-between {
    justify-content: space-between!important
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-0 {
    gap: 0
}

.gap-0\.5 {
    gap: .125rem
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-20 {
    gap: 5rem
}

.gap-3 {
    gap: .75rem
}

.gap-3\.5 {
    gap: .875rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.gap-\[0\.7px\] {
    gap: .7px
}

.gap-\[10\%\] {
    gap: 10%
}

.gap-\[15px\] {
    gap: 15px
}

.gap-\[16px\] {
    gap: 16px
}

.gap-\[22px\] {
    gap: 22px
}

.gap-\[24px\] {
    gap: 24px
}

.gap-\[27px\] {
    gap: 27px
}

.gap-\[2px\] {
    gap: 2px
}

.gap-\[37px\] {
    gap: 37px
}

.gap-\[5px\] {
    gap: 5px
}

.gap-\[9\.6px\] {
    gap: 9.6px
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-7>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[16px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[2\.83px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.83px * var(--tw-space-x-reverse));
    margin-left: calc(2.83px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[26\.2px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.2px * var(--tw-space-x-reverse));
    margin-left: calc(26.2px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[26px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[32px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[7\.2px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.2px * var(--tw-space-x-reverse));
    margin-left: calc(7.2px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[8px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[9\.6px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9.6px * var(--tw-space-x-reverse));
    margin-left: calc(9.6px * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-0>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.375rem * var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.space-y-\[16px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse))
}

.space-y-\[2\.5rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.place-self-start {
    place-self: start
}

.place-self-center {
    place-self: center
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-clip {
    overflow: clip
}

.overflow-visible {
    overflow: visible
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-y-clip {
    overflow-y: clip
}

.overflow-x-scroll {
    overflow-x: scroll
}

.scroll-smooth {
    scroll-behavior: smooth
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre {
    white-space: pre
}

.text-wrap {
    text-wrap: wrap
}

.\!text-nowrap {
    text-wrap: nowrap!important
}

.text-nowrap {
    text-wrap: nowrap
}

.text-balance {
    text-wrap: balance
}

.text-pretty {
    text-wrap: pretty
}

.\!rounded {
    border-radius: .25rem!important
}

.\!rounded-lg {
    border-radius: .5rem!important
}

.\!rounded-md {
    border-radius: .375rem!important
}

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[14px\] {
    border-radius: 14px
}

.rounded-\[15px\] {
    border-radius: 15px
}

.rounded-\[16px\] {
    border-radius: 16px
}

.rounded-\[19px\] {
    border-radius: 19px
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-\[3px\] {
    border-radius: 3px
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-\[inherit\] {
    border-radius: inherit
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-xl {
    border-radius: .75rem
}

.\!rounded-b-\[0px\] {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-b-\[45\%\] {
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%
}

.rounded-b-\[50\%\] {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
}

.rounded-b-\[8px\] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-l-xl {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem
}

.rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.rounded-t-\[0px\] {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-t-xl {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.rounded-tl-\[0px\] {
    border-top-left-radius: 0
}

.\!border-0 {
    border-width: 0!important
}

.\!border-2 {
    border-width: 2px!important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-8 {
    border-width: 8px
}

.border-\[0\.5px\] {
    border-width: .5px
}

.border-\[1\.5px\] {
    border-width: 1.5px
}

.border-\[1px\] {
    border-width: 1px
}

.border-\[2\.78px\] {
    border-width: 2.78px
}

.border-\[2px\] {
    border-width: 2px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-b-\[3px\] {
    border-bottom-width: 3px
}

.border-l {
    border-left-width: 1px
}

.border-l-2 {
    border-left-width: 2px
}

.border-r,.border-r-\[1px\] {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-t-4 {
    border-top-width: 4px
}

.border-t-\[1px\] {
    border-top-width: 1px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.\!border-none {
    border-style: none!important
}

.border-none {
    border-style: none
}

.\!border-orange-200 {
    --tw-border-opacity: 1!important;
    border-color: rgb(254 215 170/var(--tw-border-opacity))!important
}

.border-\[\#041C33\] {
    --tw-border-opacity: 1;
    border-color: rgb(4 28 51/var(--tw-border-opacity))
}

.border-\[\#285177\] {
    --tw-border-opacity: 1;
    border-color: rgb(40 81 119/var(--tw-border-opacity))
}

.border-\[\#3ad366\] {
    --tw-border-opacity: 1;
    border-color: rgb(58 211 102/var(--tw-border-opacity))
}

.border-\[\#68130A\] {
    --tw-border-opacity: 1;
    border-color: rgb(104 19 10/var(--tw-border-opacity))
}

.border-\[\#848484\] {
    --tw-border-opacity: 1;
    border-color: rgb(132 132 132/var(--tw-border-opacity))
}

.border-\[\#8B0000\] {
    --tw-border-opacity: 1;
    border-color: rgb(139 0 0/var(--tw-border-opacity))
}

.border-\[\#9A7026\] {
    --tw-border-opacity: 1;
    border-color: rgb(154 112 38/var(--tw-border-opacity))
}

.border-\[\#ACACAC7A\] {
    border-color: #acacac7a
}

.border-\[\#ACACAC\] {
    --tw-border-opacity: 1;
    border-color: rgb(172 172 172/var(--tw-border-opacity))
}

.border-\[\#D4B062\] {
    --tw-border-opacity: 1;
    border-color: rgb(212 176 98/var(--tw-border-opacity))
}

.border-\[\#D4B062\]\/20 {
    border-color: rgba(212,176,98,.2)
}

.border-\[\#D4B062\]\/30 {
    border-color: rgba(212,176,98,.3)
}

.border-\[\#D4B062\]\/40 {
    border-color: rgba(212,176,98,.4)
}

.border-\[\#D4B062\]\/50 {
    border-color: rgba(212,176,98,.5)
}

.border-\[\#D8D8D8\] {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity))
}

.border-\[\#E3CA80\] {
    --tw-border-opacity: 1;
    border-color: rgb(227 202 128/var(--tw-border-opacity))
}

.border-\[\#E9D086\] {
    --tw-border-opacity: 1;
    border-color: rgb(233 208 134/var(--tw-border-opacity))
}

.border-\[\#F48C06\] {
    --tw-border-opacity: 1;
    border-color: rgb(244 140 6/var(--tw-border-opacity))
}

.border-\[\#FFD3AD\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 211 173/var(--tw-border-opacity))
}

.border-\[\#aaaaaa\] {
    --tw-border-opacity: 1;
    border-color: rgb(170 170 170/var(--tw-border-opacity))
}

.border-\[\#d0d0d066\] {
    border-color: #d0d0d066
}

.border-\[\#d7d7d7\] {
    --tw-border-opacity: 1;
    border-color: rgb(215 215 215/var(--tw-border-opacity))
}

.border-\[\#e0a348\] {
    --tw-border-opacity: 1;
    border-color: rgb(224 163 72/var(--tw-border-opacity))
}

.border-\[\#e9d4ae\] {
    --tw-border-opacity: 1;
    border-color: rgb(233 212 174/var(--tw-border-opacity))
}

.border-\[--color-border\] {
    border-color: var(--color-border)
}

.border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6/var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-black\/20 {
    border-color: rgba(0,0,0,.2)
}

.border-black\/40 {
    border-color: rgba(0,0,0,.4)
}

.border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253/var(--tw-border-opacity))
}

.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246/var(--tw-border-opacity))
}

.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235/var(--tw-border-opacity))
}

.border-blue-950 {
    --tw-border-opacity: 1;
    border-color: rgb(23 37 84/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128/var(--tw-border-opacity))
}

.border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgb(134 239 172/var(--tw-border-opacity))
}

.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94/var(--tw-border-opacity))
}

.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74/var(--tw-border-opacity))
}

.border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229/var(--tw-border-opacity))
}

.border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170/var(--tw-border-opacity))
}

.border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116/var(--tw-border-opacity))
}

.border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22/var(--tw-border-opacity))
}

.border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgb(168 85 247/var(--tw-border-opacity))
}

.border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165/var(--tw-border-opacity))
}

.border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249/var(--tw-border-opacity))
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity))
}

.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237/var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-white\/10 {
    border-color: hsla(0,0%,100%,.1)
}

.border-white\/20 {
    border-color: hsla(0,0%,100%,.2)
}

.border-white\/5 {
    border-color: hsla(0,0%,100%,.05)
}

.border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231/var(--tw-border-opacity))
}

.border-l-transparent {
    border-left-color: transparent
}

.border-r-\[\#FFD700\] {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 215 0/var(--tw-border-opacity))
}

.border-t-transparent {
    border-top-color: transparent
}

.border-opacity-30 {
    --tw-border-opacity: 0.3
}

.border-opacity-50 {
    --tw-border-opacity: 0.5
}

.\!bg-\[\#0E1552\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(14 21 82/var(--tw-bg-opacity))!important
}

.\!bg-\[\#F70\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 119 0/var(--tw-bg-opacity))!important
}

.\!bg-\[\#FA7321\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(250 115 33/var(--tw-bg-opacity))!important
}

.\!bg-\[\#FF7700\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 119 0/var(--tw-bg-opacity))!important
}

.\!bg-black {
    --tw-bg-opacity: 1!important;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))!important
}

.\!bg-black\/65 {
    background-color: rgba(0,0,0,.65)!important
}

.\!bg-fuchsia-950 {
    --tw-bg-opacity: 1!important;
    background-color: rgb(74 4 78/var(--tw-bg-opacity))!important
}

.\!bg-pink-200\/50 {
    background-color: rgba(251,207,232,.5)!important
}

.\!bg-transparent {
    background-color: transparent!important
}

.\!bg-white {
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))!important
}

.bg-\[\#0000000D\] {
    background-color: #0000000d
}

.bg-\[\#00000099\] {
    background-color: #00000099
}

.bg-\[\#000000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-\[\#020717\] {
    --tw-bg-opacity: 1;
    background-color: rgb(2 7 23/var(--tw-bg-opacity))
}

.bg-\[\#07A804\] {
    --tw-bg-opacity: 1;
    background-color: rgb(7 168 4/var(--tw-bg-opacity))
}

.bg-\[\#0A2133\] {
    --tw-bg-opacity: 1;
    background-color: rgb(10 33 51/var(--tw-bg-opacity))
}

.bg-\[\#0E1552\] {
    --tw-bg-opacity: 1;
    background-color: rgb(14 21 82/var(--tw-bg-opacity))
}

.bg-\[\#0a2133\] {
    --tw-bg-opacity: 1;
    background-color: rgb(10 33 51/var(--tw-bg-opacity))
}

.bg-\[\#191919\] {
    --tw-bg-opacity: 1;
    background-color: rgb(25 25 25/var(--tw-bg-opacity))
}

.bg-\[\#1f164e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(31 22 78/var(--tw-bg-opacity))
}

.bg-\[\#232627\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 38 39/var(--tw-bg-opacity))
}

.bg-\[\#242424\] {
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36/var(--tw-bg-opacity))
}

.bg-\[\#253242\] {
    --tw-bg-opacity: 1;
    background-color: rgb(37 50 66/var(--tw-bg-opacity))
}

.bg-\[\#2c2d30\] {
    --tw-bg-opacity: 1;
    background-color: rgb(44 45 48/var(--tw-bg-opacity))
}

.bg-\[\#2e1a0f\] {
    --tw-bg-opacity: 1;
    background-color: rgb(46 26 15/var(--tw-bg-opacity))
}

.bg-\[\#363636\] {
    --tw-bg-opacity: 1;
    background-color: rgb(54 54 54/var(--tw-bg-opacity))
}

.bg-\[\#3A0000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(58 0 0/var(--tw-bg-opacity))
}

.bg-\[\#3A0000\]\/50 {
    background-color: rgba(58,0,0,.5)
}

.bg-\[\#3A0000\]\/90 {
    background-color: rgba(58,0,0,.9)
}

.bg-\[\#3ad366\] {
    --tw-bg-opacity: 1;
    background-color: rgb(58 211 102/var(--tw-bg-opacity))
}

.bg-\[\#4A040A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 10/var(--tw-bg-opacity))
}

.bg-\[\#595c68\] {
    --tw-bg-opacity: 1;
    background-color: rgb(89 92 104/var(--tw-bg-opacity))
}

.bg-\[\#5C0811\] {
    --tw-bg-opacity: 1;
    background-color: rgb(92 8 17/var(--tw-bg-opacity))
}

.bg-\[\#5C0811\]\/40 {
    background-color: rgba(92,8,17,.4)
}

.bg-\[\#633C18\] {
    --tw-bg-opacity: 1;
    background-color: rgb(99 60 24/var(--tw-bg-opacity))
}

.bg-\[\#660000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(102 0 0/var(--tw-bg-opacity))
}

.bg-\[\#68130A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(104 19 10/var(--tw-bg-opacity))
}

.bg-\[\#6C420B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(108 66 11/var(--tw-bg-opacity))
}

.bg-\[\#757575\] {
    --tw-bg-opacity: 1;
    background-color: rgb(117 117 117/var(--tw-bg-opacity))
}

.bg-\[\#9A70261A\] {
    background-color: #9a70261a
}

.bg-\[\#9A702633\] {
    background-color: #9a702633
}

.bg-\[\#9A7026\] {
    --tw-bg-opacity: 1;
    background-color: rgb(154 112 38/var(--tw-bg-opacity))
}

.bg-\[\#BA9A63\] {
    --tw-bg-opacity: 1;
    background-color: rgb(186 154 99/var(--tw-bg-opacity))
}

.bg-\[\#D1D1D14D\] {
    background-color: #d1d1d14d
}

.bg-\[\#D4B062\] {
    --tw-bg-opacity: 1;
    background-color: rgb(212 176 98/var(--tw-bg-opacity))
}

.bg-\[\#D4B062\]\/10 {
    background-color: rgba(212,176,98,.1)
}

.bg-\[\#D4B062\]\/20 {
    background-color: rgba(212,176,98,.2)
}

.bg-\[\#D4B062\]\/30 {
    background-color: rgba(212,176,98,.3)
}

.bg-\[\#D8B962\] {
    --tw-bg-opacity: 1;
    background-color: rgb(216 185 98/var(--tw-bg-opacity))
}

.bg-\[\#E1271B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(225 39 27/var(--tw-bg-opacity))
}

.bg-\[\#E2dfdb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(226 223 219/var(--tw-bg-opacity))
}

.bg-\[\#E5EBFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 235 255/var(--tw-bg-opacity))
}

.bg-\[\#E6DFD3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 223 211/var(--tw-bg-opacity))
}

.bg-\[\#EAE1D7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 225 215/var(--tw-bg-opacity))
}

.bg-\[\#EEEBE6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 235 230/var(--tw-bg-opacity))
}

.bg-\[\#EEEEFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 255/var(--tw-bg-opacity))
}

.bg-\[\#F0EADF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 234 223/var(--tw-bg-opacity))
}

.bg-\[\#F1EBDF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 235 223/var(--tw-bg-opacity))
}

.bg-\[\#F2F3F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 245/var(--tw-bg-opacity))
}

.bg-\[\#F48C06\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 140 6/var(--tw-bg-opacity))
}

.bg-\[\#F70\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 119 0/var(--tw-bg-opacity))
}

.bg-\[\#FA7321\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 115 33/var(--tw-bg-opacity))
}

.bg-\[\#FBE0C7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 224 199/var(--tw-bg-opacity))
}

.bg-\[\#FED600\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 214 0/var(--tw-bg-opacity))
}

.bg-\[\#FF7700\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 119 0/var(--tw-bg-opacity))
}

.bg-\[\#FFD700\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 215 0/var(--tw-bg-opacity))
}

.bg-\[\#FFEBD9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 217/var(--tw-bg-opacity))
}

.bg-\[\#FFEEE8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 238 232/var(--tw-bg-opacity))
}

.bg-\[\#FFF3E4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 243 228/var(--tw-bg-opacity))
}

.bg-\[\#FFF5ED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 237/var(--tw-bg-opacity))
}

.bg-\[\#ce9636\] {
    --tw-bg-opacity: 1;
    background-color: rgb(206 150 54/var(--tw-bg-opacity))
}

.bg-\[\#d21c1c\] {
    --tw-bg-opacity: 1;
    background-color: rgb(210 28 28/var(--tw-bg-opacity))
}

.bg-\[\#d9d8f0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 216 240/var(--tw-bg-opacity))
}

.bg-\[\#e3e2e7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(227 226 231/var(--tw-bg-opacity))
}

.bg-\[\#ec6b2c\] {
    --tw-bg-opacity: 1;
    background-color: rgb(236 107 44/var(--tw-bg-opacity))
}

.bg-\[\#eeebe6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 235 230/var(--tw-bg-opacity))
}

.bg-\[\#ef4444\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.bg-\[\#f1f0f5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 240 245/var(--tw-bg-opacity))
}

.bg-\[\#f59e0b\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11/var(--tw-bg-opacity))
}

.bg-\[\#f5f1e9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 241 233/var(--tw-bg-opacity))
}

.bg-\[\#f6f7fb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 247 251/var(--tw-bg-opacity))
}

.bg-\[\#f7e7c7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 231 199/var(--tw-bg-opacity))
}

.bg-\[\#fa73210a\] {
    background-color: #fa73210a
}

.bg-\[\#fdfaf3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(253 250 243/var(--tw-bg-opacity))
}

.bg-\[\#fef1d6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 241 214/var(--tw-bg-opacity))
}

.bg-\[\#ff7700\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 119 0/var(--tw-bg-opacity))
}

.bg-\[\#fffcf7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 252 247/var(--tw-bg-opacity))
}

.bg-\[\#fffdf9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 253 249/var(--tw-bg-opacity))
}

.bg-\[\#ffffff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[--color-bg\] {
    background-color: var(--color-bg)
}

.bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6/var(--tw-bg-opacity))
}

.bg-amber-600\/70 {
    background-color: rgba(217,119,6,.7)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-black\/40 {
    background-color: rgba(0,0,0,.4)
}

.bg-black\/45 {
    background-color: rgba(0,0,0,.45)
}

.bg-black\/50 {
    background-color: rgba(0,0,0,.5)
}

.bg-black\/80 {
    background-color: rgba(0,0,0,.8)
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity))
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity))
}

.bg-blue-500\/10 {
    background-color: rgba(59,130,246,.1)
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.bg-blue-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84/var(--tw-bg-opacity))
}

.bg-blue-950\/50 {
    background-color: rgba(23,37,84,.5)
}

.bg-fuchsia-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78/var(--tw-bg-opacity))
}

.bg-fuchsia-950\/20 {
    background-color: rgba(74,4,78,.2)
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-gray-100\/10 {
    background-color: rgba(243,244,246,.1)
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--tw-bg-opacity))
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.bg-gray-900\/50 {
    background-color: rgba(17,24,39,.5)
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208/var(--tw-bg-opacity))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128/var(--tw-bg-opacity))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity))
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74/var(--tw-bg-opacity))
}

.bg-green-600\/90 {
    background-color: rgba(22,163,74,.9)
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229/var(--tw-bg-opacity))
}

.bg-lime-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5/var(--tw-bg-opacity))
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213/var(--tw-bg-opacity))
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity))
}

.bg-orange-500\/90 {
    background-color: rgba(249,115,22,.9)
}

.bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12/var(--tw-bg-opacity))
}

.bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18/var(--tw-bg-opacity))
}

.bg-orange-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7/var(--tw-bg-opacity))
}

.bg-orange-950\/50 {
    background-color: rgba(67,20,7,.5)
}

.bg-pink-200\/50 {
    background-color: rgba(251,207,232,.5)
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(30 144 255/var(--tw-bg-opacity))
}

.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247/var(--tw-bg-opacity))
}

.bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234/var(--tw-bg-opacity))
}

.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135/var(--tw-bg-opacity))
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38/var(--tw-bg-opacity))
}

.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27/var(--tw-bg-opacity))
}

.bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72/var(--tw-bg-opacity))
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-slate-100\/50 {
    background-color: rgba(241,245,249,.5)
}

.bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225/var(--tw-bg-opacity))
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85/var(--tw-bg-opacity))
}

.bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59/var(--tw-bg-opacity))
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/10 {
    background-color: hsla(0,0%,100%,.1)
}

.bg-white\/5 {
    background-color: hsla(0,0%,100%,.05)
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195/var(--tw-bg-opacity))
}

.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8/var(--tw-bg-opacity))
}

.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4/var(--tw-bg-opacity))
}

.woocommerce div.product form.cart .button{height:50px;
    margin-top:20px!important;}
	.product_meta{display:none!important;}
.bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7/var(--tw-bg-opacity))
}

.bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14/var(--tw-bg-opacity))
}

.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245/var(--tw-bg-opacity))
}

.bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231/var(--tw-bg-opacity))
}

.\!bg-opacity-100 {
    --tw-bg-opacity: 1!important
}

.bg-opacity-0 {
    --tw-bg-opacity: 0
}

.bg-opacity-10 {
    --tw-bg-opacity: 0.1
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.bg-opacity-\[59\%\] {
    --tw-bg-opacity: 59%
}

.bg-opacity-\[80\%\] {
    --tw-bg-opacity: 80%
}

.\!bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops))!important
}

.\!bg-none {
    background-image: none!important
}

.bg-\[linear-gradient\(110deg\2c \#00000000\2c 45\%\2c \#d8b4fe80\2c 55\%\2c \#00000000\)\] {
    background-image: linear-gradient(110deg,#00000000,45%,#d8b4fe80,55%,#00000000)
}

.bg-\[linear-gradient\(110deg\2c \#00000000\2c 45\%\2c \#ffffff80\2c 55\%\2c \#00000000\)\] {
    background-image: linear-gradient(110deg,#00000000,45%,#ffffff80,55%,#00000000)
}

.bg-\[linear-gradient\(271deg\2c _\#085f56_0\.27\%\2c _rgba\(38\2c 211\2c 103\2c 0\.49\)_98\.62\%\)\2c _linear-gradient\(0deg\2c _\#085f56_0\%\2c _\#085f56_100\%\)\] {
    background-image: linear-gradient(271deg,#085f56 .27%,rgba(38,211,103,.49) 98.62%),linear-gradient(0deg,#085f56,#085f56)
}

.bg-\[linear-gradient\(90deg\2c _rgba\(89\2c 89\2c 89\2c 0\.20\)_0\%\2c _rgba\(89\2c 89\2c 89\2c 0\.00\)_99\.8\%\)\] {
    background-image: linear-gradient(90deg,rgba(89,89,89,.2),rgba(89,89,89,0) 99.8%)
}

.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\.20\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_99\.8\%\)\] {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0) 99.8%)
}

.bg-\[url\(\'\/astro-gold\/astroGoldBg\.svg\'\)\]{background-image:url(/astro-gold/astroGoldBg.svg)}.bg-\[url\(\'\/astro-gold\/scroll_bg\.png\'\)\]{background-image:url(/astro-gold/scroll_bg.png)}.bg-\[url\(\'\/marketing\/aashirwad-box\/mobilebkg\.webp\'\)\]{background-image:url(/marketing/aashirwad-box/mobilebkg.webp)}.bg-\[url\(\'\/marketing\/diwali\/background-diwali\.png\'\)\]{background-image:url(/marketing/diwali/background-diwali.png)}.bg-\[url\(\'\/marketing\/mahakumbh-bkg\.webp\'\)\]{background-image:url(/marketing/mahakumbh-bkg.webp)}.bg-\[url\(\'\/marketing\/massN\/massNbkg\.webp\'\)\]{background-image:url(/marketing/massN/massNbkg.webp)}.bg-\[url\(\'\/marketing\/rudraksh-bkg\.png\'\)\]{background-image:url(/marketing/rudraksh-bkg.png)}.bg-\[url\(\'\/marketing\/rudraksh-mobile-bkg\.png\'\)\]{background-image:url(/marketing/rudraksh-mobile-bkg.png)}.bg-\[url\(\'\/scroll-bg\.png\'\)\]{background-image:url(/scroll-bg.png)}.bg-\[url\(\'\/sidemenu\.svg\'\)\]{background-image:url(/sidemenu.svg)}.bg-\[url\(\/marketing\/component-1\.svg\)\]{background-image:url(/marketing/component-1.svg)}.bg-\[url\(\/marketing\/fortune-report\/pattikaBG\.png\)\]{background-image:url(/marketing/fortune-report/pattikaBG.png)}.bg-\[url\(\/marketing\/lal-kitab-bg\.png\)\]{background-image:url(/marketing/lal-kitab-bg.png)}.bg-\[url\(\/marketing\/mobile-numerology\/desktopBkg\.webp\)\]{background-image:url(/marketing/mobile-numerology/desktopBkg.webp)}.bg-\[url\(\/marketing\/mokshpatam\/desktop\.webp\)\]{background-image:url(/marketing/mokshpatam/desktop.webp)}.bg-\[url\(\/marketing\/navratri\/DesktopBkg\.webp\)\]{background-image:url(/marketing/navratri/DesktopBkg.webp)}.bg-\[url\(\/marketing\/new-long-free\/desktopBkg\.webp\)\]{background-image:url(/marketing/new-long-free/desktopBkg.webp)}.bg-\[url\(\/marketing\/numerology\/bkg\.webp\)\]{background-image:url(/marketing/numerology/bkg.webp)}.bg-\[url\(\/marketing\/panchpakshi\/desktop\.webp\)\]{background-image:url(/marketing/panchpakshi/desktop.webp)}.bg-\[url\(\/marketing\/pyrite-bracelet-dbkg\.webp\)\]{background-image:url(/marketing/pyrite-bracelet-dbkg.webp)}.bg-\[url\(\/marketing\/tarot-card-bkg\.webp\)\]{background-image:url(/marketing/tarot-card-bkg.webp)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-main-website-gradient{background-image:linear-gradient(180deg,#001835 0,#05162a 22%,#010916 50%,#040d1f 78%,#05192a)}.from-\[\#0f1642\]{--tw-gradient-from:#0f1642 var(--tw-gradient-from-position);--tw-gradient-to:rgba(15,22,66,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#17210F\]{--tw-gradient-from:#17210f var(--tw-gradient-from-position);--tw-gradient-to:rgba(23,33,15,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#33212A\]{--tw-gradient-from:#33212a var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,33,42,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#5C0811\]{--tw-gradient-from:#5c0811 var(--tw-gradient-from-position);--tw-gradient-to:rgba(92,8,17,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#5C0811\]\/60{--tw-gradient-from:rgba(92,8,17,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(92,8,17,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#8BC360\]{--tw-gradient-from:#8bc360 var(--tw-gradient-from-position);--tw-gradient-to:rgba(139,195,96,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#9A7026\]{--tw-gradient-from:#9a7026 var(--tw-gradient-from-position);--tw-gradient-to:rgba(154,112,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#D4B062\]\/80{--tw-gradient-from:rgba(212,176,98,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(212,176,98,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#E1D8CB\]{--tw-gradient-from:#e1d8cb var(--tw-gradient-from-position);--tw-gradient-to:hsla(35,27%,84%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FFB347\]{--tw-gradient-from:#ffb347 var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,179,71,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FFFFFF\]{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#f4d8a6\]{--tw-gradient-from:#f4d8a6 var(--tw-gradient-from-position);--tw-gradient-to:hsla(38,78%,80%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#f7dfb8\]{--tw-gradient-from:#f7dfb8 var(--tw-gradient-from-position);--tw-gradient-to:hsla(37,80%,85%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-100{--tw-gradient-from:#dcfce7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,252,231,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-200{--tw-gradient-from:#bbf7d0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(187,247,208,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-200{--tw-gradient-from:#fed7aa var(--tw-gradient-from-position);--tw-gradient-to:hsla(32,98%,83%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from:#fb923c var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,146,60,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from:#f97316 var(--tw-gradient-from-position);--tw-gradient-to:rgba(249,115,22,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-500\/50{--tw-gradient-from:rgba(249,115,22,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(249,115,22,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-200{--tw-gradient-from:#fbcfe8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,207,232,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-300{--tw-gradient-from:#d8b4fe var(--tw-gradient-from-position);--tw-gradient-to:rgba(216,180,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:rgba(147,51,234,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200{--tw-gradient-from:#fecaca var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,96%,89%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600\/20{--tw-gradient-from:rgba(220,38,38,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:hsla(55,97%,88%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:hsla(55,92%,95%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#D8AB65\]{--tw-gradient-to:hsla(37,60%,62%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#d8ab65 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/40{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/20{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#0d0d2b\]{--tw-gradient-to:#0d0d2b var(--tw-gradient-to-position)}.to-\[\#33212A\]{--tw-gradient-to:#33212a var(--tw-gradient-to-position)}.to-\[\#3A0000\]{--tw-gradient-to:#3a0000 var(--tw-gradient-to-position)}.to-\[\#8BC360\]{--tw-gradient-to:#8bc360 var(--tw-gradient-to-position)}.to-\[\#9A7026\]{--tw-gradient-to:#9a7026 var(--tw-gradient-to-position)}.to-\[\#D4B062\]\/20{--tw-gradient-to:rgba(212,176,98,.2) var(--tw-gradient-to-position)}.to-\[\#E4D1BA\]{--tw-gradient-to:#e4d1ba var(--tw-gradient-to-position)}.to-\[\#F1EBDF\]{--tw-gradient-to:#f1ebdf var(--tw-gradient-to-position)}.to-\[\#FF7F50\]{--tw-gradient-to:coral var(--tw-gradient-to-position)}.to-\[\#FFF7EA\]{--tw-gradient-to:#fff7ea var(--tw-gradient-to-position)}.to-\[\#e2c38c\]{--tw-gradient-to:#e2c38c var(--tw-gradient-to-position)}.to-\[\#e8c68d\]{--tw-gradient-to:#e8c68d var(--tw-gradient-to-position)}.to-\[\#fdfaf3\]{--tw-gradient-to:#fdfaf3 var(--tw-gradient-to-position)}.to-indigo-300{--tw-gradient-to:#a5b4fc var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.to-lime-100{--tw-gradient-to:#ecfccb var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to:#fff7ed var(--tw-gradient-to-position)}.to-orange-500\/30{--tw-gradient-to:rgba(249,115,22,.3) var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-yellow-300{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.to-yellow-400{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.bg-\[length\:200\%_100\%\]{background-size:200% 100%}.bg-\[length\:250\%_100\%\2c auto\]{background-size:250% 100%,auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:50%}.bg-right-top{background-position:100% 0}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.\!fill-blue-800{fill:#1e40af!important}.fill-\[\#9A7026\]{fill:#9a7026}.fill-blue-600{fill:#2563eb}.fill-orange-900{fill:#7c2d12}.fill-white{fill:#fff}.stroke-\[\#6E7485\]{stroke:#6e7485}.stroke-\[2\]{stroke-width:2}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.\!p-0{padding:0!important}.\!p-6{padding:1.5rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[12\.5px\]{padding:12.5px}.p-\[14px\]{padding:14px}.p-\[17px\]{padding:17px}.p-\[1px\]{padding:1px}.p-\[20px\]{padding:20px}.p-\[2px\]{padding:2px}.p-\[6px\]{padding:6px}.p-\[9px\]{padding:9px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-\[2px\]{padding-left:2px!important;padding-right:2px!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-28{padding-left:7rem;padding-right:7rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[1\.375rem\]{padding-left:1.375rem;padding-right:1.375rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[26px\]{padding-left:26px;padding-right:26px}.px-\[29px\]{padding-left:29px;padding-right:29px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[39px\]{padding-left:39px;padding-right:39px}.px-\[40px\]{padding-left:40px;padding-right:40px}.px-\[5\%\]{padding-left:5%;padding-right:5%}.px-\[53px\]{padding-left:53px;padding-right:53px}.px-\[6\.43px\]{padding-left:6.43px;padding-right:6.43px}.px-\[6px\]{padding-left:6px;padding-right:6px}.px-\[6rem\]{padding-left:6rem;padding-right:6rem}.px-\[80px\]{padding-left:80px;padding-right:80px}.px-\[9px\]{padding-left:9px;padding-right:9px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[17px\]{padding-top:17px;padding-bottom:17px}.py-\[2\.14px\]{padding-top:2.14px;padding-bottom:2.14px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.py-\[2rem\]{padding-top:2rem;padding-bottom:2rem}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.\!pl-10{padding-left:2.5rem!important}.\!pl-12{padding-left:3rem!important}.\!pl-16{padding-left:4rem!important}.\!pl-2{padding-left:.5rem!important}.\!pl-9{padding-left:2.25rem!important}.\!pr-8{padding-right:2rem!important}.\!pr-\[20\%\]{padding-right:20%!important}.\!pt-0{padding-top:0!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-\[100px\]{padding-bottom:100px}.pb-\[120px\]{padding-bottom:120px}.pb-\[15px\]{padding-bottom:15px}.pb-\[20px\]{padding-bottom:20px}.pb-\[30px\]{padding-bottom:30px}.pb-\[8px\]{padding-bottom:8px}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-\[15px\]{padding-left:15px}.pl-\[32px\]{padding-left:32px}.pl-\[8px\]{padding-left:8px}.pr-0{padding-right:0}.pr-12{padding-right:3rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-\[12px\]{padding-right:12px}.pr-\[20px\]{padding-right:20px}.pr-\[80px\]{padding-right:80px}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-48{padding-top:12rem}.pt-5{padding-top:1.25rem}.pt-9{padding-top:2.25rem}.pt-\[100px\]{padding-top:100px}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pt-\[25px\]{padding-top:25px}.pt-\[6px\]{padding-top:6px}.pt-\[80px\]{padding-top:80px}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.\!text-start{text-align:start!important}.text-start{text-align:start}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.\!font-lato{font-family:Lato!important}.\!font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif!important}.font-inter{font-family:Inter}.font-lato{font-family:Lato}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-montserrat{font-family:Montserrat}.font-playfair{font-family:Playfair Display}.font-sans{font-family:Poppins,sans-serif}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.\!text-\[10px\]{font-size:10px!important}.\!text-\[15\.03px\]{font-size:15.03px!important}.\!text-\[16px\]{font-size:16px!important}.\!text-\[18px\]{font-size:18px!important}.\!text-\[20px\]{font-size:20px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[1\.063rem\]{font-size:1.063rem}.text-\[1\.125rem\]{font-size:1.125rem}.text-\[1\.179rem\]{font-size:1.179rem}.text-\[1\.56rem\]{font-size:1.56rem}.text-\[10\.6px\]{font-size:10.6px}.text-\[10px\]{font-size:10px}.text-\[11\.3px\]{font-size:11.3px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13\.1px\]{font-size:13.1px}.text-\[13\.9px\]{font-size:13.9px}.text-\[13px\]{font-size:13px}.text-\[14\.4px\]{font-size:14.4px}.text-\[14px\]{font-size:14px}.text-\[15\.9px\]{font-size:15.9px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17\.14px\]{font-size:17.14px}.text-\[17\.4px\]{font-size:17.4px}.text-\[17px\]{font-size:17px}.text-\[18\.4px\]{font-size:18.4px}.text-\[18\.86px\]{font-size:18.86px}.text-\[18\.8px\]{font-size:18.8px}.text-\[18px\]{font-size:18px}.text-\[19\.32px\]{font-size:19.32px}.text-\[2\.5rem\]{font-size:2.5rem}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[27px\]{font-size:27px}.text-\[2rem\]{font-size:2rem}.text-\[30\.67px\]{font-size:30.67px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[34\.91px\]{font-size:34.91px}.text-\[38px\]{font-size:38px}.text-\[40px\]{font-size:40px}.text-\[50px\]{font-size:50px}.text-\[52px\]{font-size:52px}.text-\[65px\]{font-size:65px}.text-\[6px\]{font-size:6px}.text-\[80px\]{font-size:80px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.\!font-medium{font-weight:500!important}.font-\[200\]{font-weight:200}.font-\[300\]{font-weight:300}.font-\[350\]{font-weight:350}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[530\]{font-weight:530}.font-\[570\]{font-weight:570}.font-\[600\]{font-weight:600}.font-\[700\]{font-weight:700}.font-\[800\]{font-weight:800}.font-\[900\]{font-weight:900}.font-\[950\]{font-weight:950}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.\!capitalize{text-transform:capitalize!important}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-10{line-height:2.5rem}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[10px\]{line-height:10px}.leading-\[14px\]{line-height:14px}.leading-\[17px\]{line-height:17px}.leading-\[20px\]{line-height:20px}.leading-\[22px\]{line-height:22px}.leading-\[2px\]{line-height:2px}.leading-\[30\.61px\]{line-height:30.61px}.leading-\[35px\]{line-height:35px}.leading-\[36px\]{line-height:36px}.leading-\[40px\]{line-height:40px}.leading-\[50px\]{line-height:50px}.leading-\[60px\]{line-height:60px}.leading-\[63\.5px\]{line-height:63.5px}.leading-\[normal\]{line-height:normal}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.\!tracking-wide{letter-spacing:.025em!important}.\!tracking-wider{letter-spacing:.05em!important}.tracking-\[0\]{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.\!text-pink-600{--tw-text-opacity:1!important;color:rgb(219 39 119/var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[\#00000099\]{color:#00000099}.text-\[\#000000B2\]{color:#000000b2}.text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#00163A\]{--tw-text-opacity:1;color:rgb(0 22 58/var(--tw-text-opacity))}.text-\[\#002081\]{--tw-text-opacity:1;color:rgb(0 32 129/var(--tw-text-opacity))}.text-\[\#002082\]{--tw-text-opacity:1;color:rgb(0 32 130/var(--tw-text-opacity))}.text-\[\#01081b\]{--tw-text-opacity:1;color:rgb(1 8 27/var(--tw-text-opacity))}.text-\[\#041C33\]{--tw-text-opacity:1;color:rgb(4 28 51/var(--tw-text-opacity))}.text-\[\#0A2133\],.text-\[\#0a2133\]{--tw-text-opacity:1;color:rgb(10 33 51/var(--tw-text-opacity))}.text-\[\#0a2133\]\/80{color:rgba(10,33,51,.8)}.text-\[\#102027\]{--tw-text-opacity:1;color:rgb(16 32 39/var(--tw-text-opacity))}.text-\[\#1A1A1ACC\]{color:#1a1a1acc}.text-\[\#1A1A1AE5\]{color:#1a1a1ae5}.text-\[\#1A1A1A\]{--tw-text-opacity:1;color:rgb(26 26 26/var(--tw-text-opacity))}.text-\[\#1B1B1B\]{--tw-text-opacity:1;color:rgb(27 27 27/var(--tw-text-opacity))}.text-\[\#1D2026\]{--tw-text-opacity:1;color:rgb(29 32 38/var(--tw-text-opacity))}.text-\[\#21C063\]{--tw-text-opacity:1;color:rgb(33 192 99/var(--tw-text-opacity))}.text-\[\#2B0D00\]{--tw-text-opacity:1;color:rgb(43 13 0/var(--tw-text-opacity))}.text-\[\#2F327D\]{--tw-text-opacity:1;color:rgb(47 50 125/var(--tw-text-opacity))}.text-\[\#2e2a39\]{--tw-text-opacity:1;color:rgb(46 42 57/var(--tw-text-opacity))}.text-\[\#3E3E3ECC\]{color:#3e3e3ecc}.text-\[\#3b250d\]{--tw-text-opacity:1;color:rgb(59 37 13/var(--tw-text-opacity))}.text-\[\#3b82f6\]{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-\[\#3c240b\]{--tw-text-opacity:1;color:rgb(60 36 11/var(--tw-text-opacity))}.text-\[\#434651\]{--tw-text-opacity:1;color:rgb(67 70 81/var(--tw-text-opacity))}.text-\[\#44443\]{color:#44443}.text-\[\#464646\]{--tw-text-opacity:1;color:rgb(70 70 70/var(--tw-text-opacity))}.text-\[\#475569\]{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-\[\#484848\]{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity))}.text-\[\#4F2A37\]{--tw-text-opacity:1;color:rgb(79 42 55/var(--tw-text-opacity))}.text-\[\#4d525f\]{--tw-text-opacity:1;color:rgb(77 82 95/var(--tw-text-opacity))}.text-\[\#53230D\]{--tw-text-opacity:1;color:rgb(83 35 13/var(--tw-text-opacity))}.text-\[\#5B5B5B\]{--tw-text-opacity:1;color:rgb(91 91 91/var(--tw-text-opacity))}.text-\[\#5C0811\]{--tw-text-opacity:1;color:rgb(92 8 17/var(--tw-text-opacity))}.text-\[\#5d5e61\]{--tw-text-opacity:1;color:rgb(93 94 97/var(--tw-text-opacity))}.text-\[\#5e3b0c\]{--tw-text-opacity:1;color:rgb(94 59 12/var(--tw-text-opacity))}.text-\[\#5f5f5f\]{--tw-text-opacity:1;color:rgb(95 95 95/var(--tw-text-opacity))}.text-\[\#606060\]{--tw-text-opacity:1;color:rgb(96 96 96/var(--tw-text-opacity))}.text-\[\#666666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#66af94\]{--tw-text-opacity:1;color:rgb(102 175 148/var(--tw-text-opacity))}.text-\[\#68130A\]{--tw-text-opacity:1;color:rgb(104 19 10/var(--tw-text-opacity))}.text-\[\#686b78\]{--tw-text-opacity:1;color:rgb(104 107 120/var(--tw-text-opacity))}.text-\[\#694A07\]{--tw-text-opacity:1;color:rgb(105 74 7/var(--tw-text-opacity))}.text-\[\#6A6A6A\]{--tw-text-opacity:1;color:rgb(106 106 106/var(--tw-text-opacity))}.text-\[\#6E7485\]{--tw-text-opacity:1;color:rgb(110 116 133/var(--tw-text-opacity))}.text-\[\#71ad53\]\/80{color:rgba(113,173,83,.8)}.text-\[\#757575\]{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity))}.text-\[\#7B7D7C\]{--tw-text-opacity:1;color:rgb(123 125 124/var(--tw-text-opacity))}.text-\[\#7e808c\]{--tw-text-opacity:1;color:rgb(126 128 140/var(--tw-text-opacity))}.text-\[\#886B45\]{--tw-text-opacity:1;color:rgb(136 107 69/var(--tw-text-opacity))}.text-\[\#8B0000\]{--tw-text-opacity:1;color:rgb(139 0 0/var(--tw-text-opacity))}.text-\[\#8B0000\]\/90{color:rgba(139,0,0,.9)}.text-\[\#8C94A3\]{--tw-text-opacity:1;color:rgb(140 148 163/var(--tw-text-opacity))}.text-\[\#999999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.text-\[\#9A702666\]{color:#9a702666}.text-\[\#9A7026\]{--tw-text-opacity:1;color:rgb(154 112 38/var(--tw-text-opacity))}.text-\[\#9C9C9C\]{--tw-text-opacity:1;color:rgb(156 156 156/var(--tw-text-opacity))}.text-\[\#A6EF67\]{--tw-text-opacity:1;color:rgb(166 239 103/var(--tw-text-opacity))}.text-\[\#ACADB9\]{--tw-text-opacity:1;color:rgb(172 173 185/var(--tw-text-opacity))}.text-\[\#D1D1D14D\]{color:#d1d1d14d}.text-\[\#D4B062\]{--tw-text-opacity:1;color:rgb(212 176 98/var(--tw-text-opacity))}.text-\[\#D8A83E\]{--tw-text-opacity:1;color:rgb(216 168 62/var(--tw-text-opacity))}.text-\[\#E1271B\]{--tw-text-opacity:1;color:rgb(225 39 27/var(--tw-text-opacity))}.text-\[\#E3CA80\]{--tw-text-opacity:1;color:rgb(227 202 128/var(--tw-text-opacity))}.text-\[\#EFCA96\]{--tw-text-opacity:1;color:rgb(239 202 150/var(--tw-text-opacity))}.text-\[\#F48C06\]{--tw-text-opacity:1;color:rgb(244 140 6/var(--tw-text-opacity))}.text-\[\#F70\],.text-\[\#FF7700\]{--tw-text-opacity:1;color:rgb(255 119 0/var(--tw-text-opacity))}.text-\[\#FFD700\]{--tw-text-opacity:1;color:rgb(255 215 0/var(--tw-text-opacity))}.text-\[\#FFFFFF\],.text-\[\#Fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#d21c1c\]{--tw-text-opacity:1;color:rgb(210 28 28/var(--tw-text-opacity))}.text-\[\#e3ca80\]{--tw-text-opacity:1;color:rgb(227 202 128/var(--tw-text-opacity))}.text-\[\#f70\]{--tw-text-opacity:1;color:rgb(255 119 0/var(--tw-text-opacity))}.text-\[\#fa3d53\]{--tw-text-opacity:1;color:rgb(250 61 83/var(--tw-text-opacity))}.text-\[\#fa7321\]{--tw-text-opacity:1;color:rgb(250 115 33/var(--tw-text-opacity))}.text-\[\#fd6050\]{--tw-text-opacity:1;color:rgb(253 96 80/var(--tw-text-opacity))}.text-\[\#fe5200\]{--tw-text-opacity:1;color:rgb(254 82 0/var(--tw-text-opacity))}.text-\[\#ffffff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[1\.1srem\]{color:1.1srem}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-black\/70{color:rgba(0,0,0,.7)}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.text-fuchsia-950{--tw-text-opacity:1;color:rgb(74 4 78/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity))}.text-orange-900{--tw-text-opacity:1;color:rgb(124 45 18/var(--tw-text-opacity))}.text-orange-950{--tw-text-opacity:1;color:rgb(67 20 7/var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity))}.text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity))}.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity))}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity))}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.text-slate-950{--tw-text-opacity:1;color:rgb(2 6 23/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-white\/90{color:hsla(0,0%,100%,.9)}.text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.text-yellow-300\/20{color:rgba(253,224,71,.2)}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-zinc-50{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity))}.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.text-zinc-950{--tw-text-opacity:1;color:rgb(9 9 11/var(--tw-text-opacity))}.text-opacity-70{--tw-text-opacity:0.7}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.caret-orange-700{caret-color:#c2410c}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.bg-blend-screen{background-blend-mode:screen}.bg-blend-lighten{background-blend-mode:lighten}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-darken{mix-blend-mode:darken}.mix-blend-luminosity{mix-blend-mode:luminosity}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_0\.9px_3\.6px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:0 0.9px 3.6px 0px rgba(0,0,0,.06);--tw-shadow-colored:0 0.9px 3.6px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0px_7\.596px_0px_rgba\(190\2c 190\2c 190\2c 0\.4\)\]{--tw-shadow:0 0px 7.596px 0px hsla(0,0%,75%,.4);--tw-shadow-colored:0 0px 7.596px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_35px_60px_-15px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]{--tw-shadow:0 35px 60px -15px rgba(0,0,0,.6);--tw-shadow-colored:0 35px 60px -15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_35px_70px_-5px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]{--tw-shadow:0 35px 70px -5px rgba(0,0,0,.4);--tw-shadow-colored:0 35px 70px -5px var(--tw-shadow-color)}.shadow-\[0_35px_70px_-5px_rgba\(0\2c 0\2c 0\2c 0\.4\)\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-\[\#D4B062\]\/20{--tw-shadow-color:rgba(212,176,98,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-green-500\/30{--tw-shadow-color:rgba(34,197,94,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-500\/30{--tw-shadow-color:rgba(168,85,247,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/30{--tw-shadow-color:rgba(239,68,68,.3);--tw-shadow:var(--tw-shadow-colored)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.\!ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-\[\#9A7026\]{--tw-ring-opacity:1;--tw-ring-color:rgb(154 112 38/var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.ring-green-400\/50{--tw-ring-color:rgba(74,222,128,.5)}.ring-red-400\/50{--tw-ring-color:hsla(0,91%,71%,.5)}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-\[\#EEEBE6\]{--tw-ring-offset-color:#eeebe6}.ring-offset-white{--tw-ring-offset-color:#fff}.blur{--tw-blur:blur(8px)}.blur,.blur-\[100px\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[100px\]{--tw-blur:blur(100px)}.blur-\[120px\]{--tw-blur:blur(120px)}.blur-\[120px\],.drop-shadow-2xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px rgba(0,0,0,.15))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-lg{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-1000{transition-delay:1s}.delay-75{transition-delay:75ms}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-\[5s\]{transition-duration:5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.custom-gradient{background:linear-gradient(271deg,#085f56 .27%,rgba(38,211,103,.49) 98.62%),linear-gradient(0deg,#085f56,#085f56),#0a2133}.\[--base-color\:\#fff\]{--base-color:#fff}.\[--base-gradient-color\:\#000\]{--base-gradient-color:#000}.\[--bg\:linear-gradient\(90deg\2c \#0000_calc\(50\%-var\(--spread\)\)\2c var\(--base-gradient-color\)\2c \#0000_calc\(50\%\+var\(--spread\)\)\)\]{--bg:linear-gradient(90deg,#0000 calc(50% - var(--spread)),var(--base-gradient-color),#0000 calc(50% + var(--spread)))}.\[--duration\:20s\]{--duration:20s}.\[background-repeat\:no-repeat\2c padding-box\]{background-repeat:no-repeat,padding-box}.\[background\:linear-gradient\(90deg\2c rgba\(250\2c 115\2c 33\2c 0\.1\)_0\%\2c rgba\(250\2c 115\2c 33\2c 0\)_100\%\)\]{background:linear-gradient(90deg,rgba(250,115,33,.1),rgba(250,115,33,0))}.\[font-family\:\'Plus_Jakarta_Sans\'\2c Helvetica\]{font-family:Plus Jakarta Sans,Helvetica}.\[font-family\:\'Poppins\'\2c Helvetica\]{font-family:Poppins,Helvetica}.\[text-shadow\:0px_3\.545px_10\.634px_rgba\(242\2c 143\2c 13\2c 0\.40\)\]{text-shadow:0 3.545px 10.634px rgba(242,143,13,.4)}.\[text-stroke\:0\.7089px_rgba\(245\2c 129\2c 30\2c 0\.50\)\]{text-stroke:.7089px rgba(245,129,30,.5)}.\[writing-mode\:vertical-lr\]{writing-mode:vertical-lr}@keyframes scrollX{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.animate-scroll-x{animation:scrollX 15s linear infinite}.btn,button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border-width:1px;font-size:.875rem;line-height:1.25rem;font-weight:600;border-radius:.5rem;--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;outline:2px solid transparent;outline-offset:2px;cursor:pointer}.btn:hover,button:hover{text-decoration-line:none}.btn:focus,.btn:hover,button:focus,button:hover{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.btn:focus,button:focus{outline:2px solid transparent;outline-offset:2px}.btn[disabled],button[disabled]{opacity:.6;cursor:auto}.btn:active,button:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn.btn-block,button.btn-block{width:100%}.btn.btn-pill,button.btn-pill{border-radius:9999px}.btn.btn-lg,button.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:400}.btn.btn-icon,button.btn-icon{padding:.375rem .75rem;font-size:1.125rem;line-height:1.75rem;font-weight:400}.btn.btn-sm,button.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.25rem;font-weight:600}.btn.btn-xs,button.btn-xs{padding:.125rem .25rem;font-size:.75rem;line-height:1rem;font-weight:400}.btn.btn-outline,button.btn-outline{background-color:transparent;--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity));--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.btn.btn-outline:hover,button.btn-outline:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.btn.btn-outline.active,.btn.btn-primary-outline,button.btn-outline.active,button.btn-primary-outline{--tw-text-opacity:1;color:rgb(30 144 255/var(--tw-text-opacity));--tw-border-opacity:1;border-color:rgb(30 144 255/var(--tw-border-opacity))}.btn.btn-primary-outline,button.btn-primary-outline{background-color:transparent}.btn.btn-primary-outline:hover,button.btn-primary-outline:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-bg-opacity:1;background-color:rgb(30 144 255/var(--tw-bg-opacity))}.btn.btn-blue,button.btn-blue{border-color:rgb(37 99 235/var(--tw-border-opacity));background-color:rgb(37 99 235/var(--tw-bg-opacity))}.btn.btn-blue,.btn.btn-indigo,button.btn-blue,button.btn-indigo{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-shadow-color:rgba(30,144,255,.2);--tw-shadow:var(--tw-shadow-colored)}.btn.btn-indigo,button.btn-indigo{border-color:rgb(79 70 229/var(--tw-border-opacity));background-color:rgb(79 70 229/var(--tw-bg-opacity))}.btn.btn-success,button.btn-success{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity));--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn.btn-success:hover,button.btn-success:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.btn.btn-info,button.btn-info{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.btn.btn-info:hover,button.btn-info:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.btn.btn-primary,button.btn-primary{--tw-bg-opacity:1;background-color:rgb(30 144 255/var(--tw-bg-opacity));border-color:transparent;--tw-shadow-color:#1e90ff;--tw-shadow:var(--tw-shadow-colored);--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn.btn-primary:hover,button.btn-primary:hover{opacity:.75}.btn.btn-danger,button.btn-danger{background-color:rgb(239 68 68/var(--tw-bg-opacity));--tw-bg-opacity:0.1;border-color:transparent;--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.btn.btn-danger:hover,button.btn-danger:hover{opacity:.75}.btn.btn-dark,button.btn-dark{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.btn.btn-dark:hover,button.btn-dark:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.btn.btn-dark-outline,button.btn-dark-outline{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.btn.btn-dark-outline:hover,button.btn-dark-outline:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn.btn-translucent,button.btn-translucent{border-color:rgb(0 0 0/var(--tw-border-opacity));--tw-border-opacity:0.05;background-color:rgb(0 0 0/var(--tw-bg-opacity));--tw-bg-opacity:0.05}.btn.btn-translucent:hover,button.btn-translucent:hover{--tw-bg-opacity:0.1}.btn.btn-whatsapp,button.btn-whatsapp{--tw-border-opacity:1;border-color:rgb(58 211 102/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(58 211 102/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.btn.btn-google,button.btn-google{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));background-color:#4286f5;border-color:#4286f5}.btn.btn-golden,button.btn-golden{position:relative}.btn.btn-golden:after,button.btn-golden:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:-1;border-radius:15px;background:linear-gradient(90deg,#9e8044,#f4dba5,#9e8044)}.btn.btn-golden:before,button.btn-golden:before{content:"VIP";display:flex;justify-content:center;align-items:center;color:#9e8044;font-weight:800;font-size:smaller;position:absolute;top:8px;right:-35px;width:90px;height:15px;transform:rotate(45deg);background:#f4dba5}.btn.btn-vip,button.btn-vip{border-radius:100px;background:linear-gradient(90deg,#dbbc17,#e8d46b 25%,#dbbc17 50%,#e8d46b 75%,#dbbc17);border:none;font-weight:400}.btn.btn-tricolor,button.btn-tricolor{background:#fe861d;background:linear-gradient(-25deg,#fe861d,#fff 49%,#1ff41f);color:#000!important;border:none!important}.btn.lk-focus-toggle-button,button.lk-focus-toggle-button{display:absolute;color:#fff;top:50%;right:50%;transform:translate(50%,-50%);border-radius:50px!important;padding:2px 8px!important}.btn.btn-login,button.btn-login{margin-top:2.5rem;width:100%;height:50px}.btn.btn-link,button.btn-link{color:#3b82f6;border:none;cursor:pointer;padding:0;margin:0;font-weight:500}.btn.btn-link:hover,button.btn-link:hover{text-decoration:underline}.btn.btn-join,button.btn-join{background:#f01515;border:none;color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:20px;cursor:pointer}.btn.btn-container,button.btn-container{width:200px;height:100%;margin:0 auto;background:#fff}.btn.pulse-button,button.pulse-button{position:relative;display:block;font-weight:800;font-weight:light;font-family:Trebuchet MS,sans-serif;text-transform:uppercase;text-align:center;letter-spacing:-1px;color:#fff;border:none;background:#1990ff;cursor:pointer;z-index:50;box-shadow:0 0 0 0 #1990ff;-webkit-animation:pulse 1.5s infinite}.btn.pulse-button:hover,button.pulse-button:hover{-webkit-animation:none}@keyframes pulse{0%{transform:scale(.98)}70%{transform:scale(1);box-shadow:0 0 0 20px rgba(25,144,255,0)}to{transform:scale(.98);box-shadow:0 0 0 0 rgba(90,153,212,0)}}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text]:not(.bare),select,textarea{display:block;width:100%;border-radius:.5rem;padding:.375rem .75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));font-size:1rem;line-height:1.5rem;outline:2px solid transparent;outline-offset:2px}input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]:not(.bare)::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]:not(.bare)::placeholder,select::placeholder,textarea::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity))}input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:not(.bare):focus,select:focus,textarea:focus{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=email].input-sm,input[type=number].input-sm,input[type=password].input-sm,input[type=tel].input-sm,input[type=text]:not(.bare).input-sm,select.input-sm,textarea.input-sm{padding:.375rem .625rem;font-size:.875rem;line-height:1.25rem}input[type=date].input-invalid,input[type=datetime-local].input-invalid,input[type=email].input-invalid,input[type=number].input-invalid,input[type=password].input-invalid,input[type=tel].input-invalid,input[type=text]:not(.bare).input-invalid,select.input-invalid,textarea.input-invalid{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}input[type=date].zoom,input[type=datetime-local].zoom,input[type=email].zoom,input[type=number].zoom,input[type=password].zoom,input[type=tel].zoom,input[type=text]:not(.bare).zoom,select.zoom,textarea.zoom{border-width:1px;--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity));padding:.625rem 1rem;border-radius:1.5rem}input[type=date].login-input,input[type=datetime-local].login-input,input[type=email].login-input,input[type=number].login-input,input[type=password].login-input,input[type=tel].login-input,input[type=text]:not(.bare).login-input,select.login-input,textarea.login-input{border-style:none!important;width:100%!important;font-size:1.25rem!important;line-height:1.75rem!important;background:#f0f0f0!important;height:50px!important;color:#8b8b8b!important}input[disabled]{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.input-group input:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.input-group input:nth-child(2){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}table{min-width:100%}table>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity))}table{max-width:100%}table thead{background-color:transparent}table thead th{padding:.375rem .75rem;text-align:left;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity));text-transform:uppercase;letter-spacing:.05em}table tbody{background-color:transparent}table tbody>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity))}table tbody tr:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}table tbody td{padding:.75rem}.lk-custom.control-bar-btn{padding-left:1.25rem;padding-right:.75rem;background-color:transparent}.lk-custom.control-bar-btn:hover{background:transparent}.lk-custom.control-bar-icon{padding:0 2px 0 0;position:absolute;top:5px;right:0;background:transparent}.lk-custom.lk-btn-enrolnow{border-radius:10px;background:color(#467cf1)}@keyframes shimmer{0%{background-position:0 0}to{background-position:-200% 0}}.animate-shimmer{animation:shimmer 2s linear infinite}#__next,body,html{height:100%;font-family:Inter,sans-serif;scroll-behavior:smooth;overscroll-behavior:none}a{cursor:pointer;--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}a:hover{text-decoration-line:underline}.h1,h1{font-size:2.25rem;line-height:2.5rem;font-weight:600}@media (min-width:640px){.h1,h1{font-size:3rem;line-height:1}}@media (min-width:768px){.h1,h1{font-size:2.25rem;line-height:2.5rem}}.h2,h2{font-size:1.875rem;line-height:2.25rem;font-weight:600}@media (min-width:640px){.h2,h2{font-size:2.25rem;line-height:2.5rem}}.h3,h3{font-size:1.25rem;line-height:1.75rem;font-weight:600}@media (min-width:640px){.h3,h3{font-size:1.875rem;line-height:2.25rem}}.h4,h4{font-size:1.125rem;line-height:1.75rem}@media (min-width:640px){.h4,h4{font-size:1.25rem;line-height:1.75rem}}form label{margin-bottom:.25rem;display:block;font-size:.875rem;line-height:1.25rem;text-transform:uppercase;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.success{display:block;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}@media (min-width:768px){.description{font-size:1.125rem;line-height:1.75rem}}.shadow-custom{box-shadow:0 1.5rem 4rem rgba(0,0,0,.1)}.footerMenu a,header .menu a{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.footerMenu a:hover,header .menu a:hover{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.breadcrumbs a{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.breadcrumbs a:hover{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}.footerMenu img{opacity:.6}.footerMenu img:hover{opacity:1}.bootcampRow .bg-image{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.bootcampRow:hover .bg-image{background-size:102%}.heroTextGradient{background:linear-gradient(270deg,#00e0ff 0,#fa00ff 33%,#00e0ff 66%,#fa00ff);background-repeat:repeat-x;background-size:400%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:loopy 12s linear infinite}[data-lk-theme=default]{--lk-control-bar-height:100px!important}.lk-button,.lk-disconnect-button{font-size:12px!important;border-radius:50px}.lk-chat-toggle.notify{position:relative}.lk-chat-toggle.notify:after{content:"";position:absolute;top:0;right:0;width:14px;height:14px;background:red;border-radius:50%}#maindiv{border:2px solid #000;overflow:hidden;white-space:nowrap}.zmwebsdk-makeStyles-root-52{position:fixed!important;z-index:1!important;top:10px!important;left:0!important;right:0!important;bottom:10px!important}.zmwebsdk-makeStyles-root-58{margin:-50px auto!important}#meetingSDKElement,#meetingSDKElement *{max-height:100vh!important;max-width:100vw!important}#div1{animation:marquee 10s linear infinite}#div1,#div2{display:inline-block}#div2{animation:marquee2 10s linear infinite;animation-delay:5s}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes marquee2{0%{transform:translateX(0)}to{transform:translateX(-200%)}}.badge{display:inline-flex;min-width:60px;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity));padding:.25rem .75rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.badge.badge-green{background-color:rgb(34 197 94/var(--tw-bg-opacity));color:rgb(34 197 94/var(--tw-text-opacity))}.badge.badge-green,.badge.badge-red{--tw-bg-opacity:0.1;--tw-text-opacity:1}.badge.badge-red{background-color:rgb(239 68 68/var(--tw-bg-opacity));color:rgb(239 68 68/var(--tw-text-opacity))}.badge.badge-orange{background-color:rgb(249 115 22/var(--tw-bg-opacity));--tw-bg-opacity:0.1;--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.badge.badge-primary{background-color:rgb(30 144 255/var(--tw-bg-opacity));--tw-bg-opacity:0.1;--tw-text-opacity:1;color:rgb(30 144 255/var(--tw-text-opacity))}.badge.badge-sm{padding:.125rem .5rem;font-size:.875rem;line-height:1.25rem}.scrollbar-hide::-webkit-scrollbar{display:none}.slider{height:500px;margin:auto;position:relative;width:90%;display:grid;place-items:center;overflow:hidden}.slider .slide-track{display:flex;width:2500px;animation:scroll 30s linear infinite}.slide{height:auto;width:500px}.slider:after,.slider:before{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));content:"";height:100%;position:absolute;width:15%;z-index:2}.slider:before{left:0;top:0}.slider:after{right:0;top:0;transform:rotate(180deg)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1250px)}}.loader-2{display:block;height:32px;width:32px;animation:loader-2-1 3s linear infinite}@keyframes loader-2-1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-2 span{display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;clip:rect(16px,32px,32px,0);animation:loader-2-2 1.5s cubic-bezier(.77,0,.175,1) infinite}@keyframes loader-2-2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-2 span:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;border:3px solid transparent;border-top-color:#578989;border-radius:50%;animation:loader-2-3 1.5s cubic-bezier(.77,0,.175,1) infinite}@keyframes loader-2-3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-2 span:after{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:32px;width:32px;border:3px solid hsla(0,0%,100%,.314);border-radius:50%}.rotate{animation:rotate 30s linear infinite}.rotate-slow{animation:rotate 40s linear infinite}.rotate-reverse{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));animation:rotate-reverse 30s linear infinite}.slide-in{animation:slideIn 3s linear infinite}.slide-in:hover{scale:1.1}.bounce{animation:bounce 1s linear infinite}.ganesh-chaturthi{background-image:linear-gradient(45deg,#d43428,#ff958e)!important}.ganesh-chaturthi.birthday-week-hidden-overflow{overflow:hidden!important}.ganesh-chaturthi.poppers{background-color:#04dbbd!important}.ganesh-chaturthi.poppers:after{left:0}.ganesh-chaturthi.poppers:after,.ganesh-chaturthi.poppers:before{content:"";position:absolute;top:0;height:530%;width:100px;background-image:url(/img/popper.gif);background-size:contain;background-repeat:no-repeat}.ganesh-chaturthi.poppers:before{right:0;transform:rotateY(180deg)}.ganesh-chaturthi.button{background-image:linear-gradient(45deg,#d43428,#ff958e)!important}.ganesh-chaturthi.button:after{content:"";position:absolute;bottom:0;left:10%;z-index:0;height:100%;width:100px;background-image:url(/img/ganesh.gif);background-size:contain;background-repeat:no-repeat}.ganesh-chaturthi.banner:after{left:0}.ganesh-chaturthi.banner:after,.ganesh-chaturthi.banner:before{content:"";position:absolute;top:0;height:100%;width:100px;background-image:url(/img/rangoli.gif);background-size:contain;background-repeat:no-repeat;z-index:-1}.ganesh-chaturthi.banner:before{right:0;transform:rotateY(180deg)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}@keyframes slideIn{0%{transform:translateX(-1000px) rotate(12deg)}to{transform:translateX(400px) rotate(12deg)}}@keyframes bounce{0%{transform:translateX(0)}50%{transform:translateX(10px)}to{transform:translateX(0)}}.zmwebsdk-MuiPaper-rounded{border-radius:0!important}.text-balance{white-space:balance!important}.great-indian-learning-festival.banner{background-color:#f5b14f;overflow:hidden}.great-indian-learning-festival.banner:before{top:-21px;left:-21px;opacity:43%}.great-indian-learning-festival.banner:after,.great-indian-learning-festival.banner:before{content:"";position:absolute;height:100%;aspect-ratio:1/1;background-image:url(/img/gilf-btn-decor.svg);background-size:contain;background-repeat:no-repeat}.great-indian-learning-festival.banner:after{right:-21px;bottom:-21px}.great-indian-learning-festival.btn-gilf{background-color:#f5b14f;overflow:hidden}.great-indian-learning-festival.btn-gilf:before{top:-21px;left:-21px}.great-indian-learning-festival.btn-gilf:after,.great-indian-learning-festival.btn-gilf:before{content:"";position:absolute;height:100%;aspect-ratio:1/1;background-image:url(/img/gilf-btn-decor.svg);background-size:contain;background-repeat:no-repeat}.great-indian-learning-festival.btn-gilf:after{right:-21px;bottom:-21px}.text-balance{white-space:balance}@keyframes bubble-slow{0%{transform:translateZ(0);opacity:100%}to{transform:translate3d(25px,-90vh,0);opacity:0}}.likeBubble{position:absolute;bottom:0;animation:bubble-slow 4.25s linear 1 forwards;font-size:xx-large;display:flex;flex-direction:column;justify-content:center;align-items:center}.likeBubbleName{background:#fff;padding:0 3px;width:100%;text-align:center;border-radius:10px;opacity:80%;font-size:10px!important}@keyframes confetti-slow{0%{transform:translateZ(0) rotateX(0) rotateY(0)}to{transform:translate3d(25px,105vh,0) rotateX(1turn) rotateY(180deg)}}@keyframes confetti-medium{0%{transform:translateZ(0) rotateX(0) rotateY(0)}to{transform:translate3d(100px,105vh,0) rotateX(100deg) rotateY(1turn)}}@keyframes confetti-fast{0%{transform:translateZ(0) rotateX(0) rotateY(0)}to{transform:translate3d(-50px,105vh,0) rotateX(10deg) rotateY(250deg)}}.confetti-container{perspective:700px;position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0}.list-custom li{list-style-type:"👉";padding-inline-start:10px}.list-custom p{margin-top:20px}.confetti{position:absolute;z-index:1;top:-10px;border-radius:0}.confetti--animation-slow{animation:confetti-slow 4.25s linear 1 forwards}.confetti--animation-medium{animation:confetti-medium 3.75s linear 1 forwards}.confetti--animation-fast{animation:confetti-fast 3.25s linear 1 forwards}@keyframes hoverdiya{0%{transform:translate3d(0,-5px,0)}50%{transform:translate3d(0,5px,0)}to{transform:translate3d(0,-5px,0)}}.diwali{background:radial-gradient(#a84d1f 21%,#923f15 56%,#732c08 100%)!important}.diwali.btn{overflow:hidden}.diwali.btn:before{bottom:-33px;left:-33px;height:150%;background-image:url(/img/diwali/diwali-decor-2.png);filter:opacity(40%)}.diwali.btn:after,.diwali.btn:before{content:"";position:absolute;aspect-ratio:1/1;background-size:contain;background-repeat:no-repeat}.diwali.btn:after{right:10px;bottom:0;height:100%;background-image:url(/img/diwali/diya-collection.png)}.hover-animation{animation:hoverdiya 6s ease-in-out infinite}.no-scrollbar{overflow-x:auto}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-white\/60::-moz-placeholder{color:hsla(0,0%,100%,.6)}.placeholder\:text-white\/60::placeholder{color:hsla(0,0%,100%,.6)}.placeholder\:text-zinc-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.placeholder\:text-zinc-500::placeholder{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.hover\:rotate-0:hover{--tw-rotate:0deg}.hover\:rotate-0:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-110:hover,.hover\:scale-95:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.hover\:scale-x-100:hover{--tw-scale-x:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-none:hover{border-style:none}.hover\:border-\[\#D4B062\]:hover{--tw-border-opacity:1;border-color:rgb(212 176 98/var(--tw-border-opacity))}.hover\:border-\[\#D4B062\]\/40:hover{border-color:rgba(212,176,98,.4)}.hover\:border-\[\#FF7700\]:hover{--tw-border-opacity:1;border-color:rgb(255 119 0/var(--tw-border-opacity))}.hover\:border-\[\#d21c1c\]:hover{--tw-border-opacity:1;border-color:rgb(210 28 28/var(--tw-border-opacity))}.hover\:border-transparent:hover{border-color:transparent}.hover\:bg-\[\#0A2133\]\/90:hover{background-color:rgba(10,33,51,.9)}.hover\:bg-\[\#5C0811\]:hover{--tw-bg-opacity:1;background-color:rgb(92 8 17/var(--tw-bg-opacity))}.hover\:bg-\[\#7a1b10\]:hover{--tw-bg-opacity:1;background-color:rgb(122 27 16/var(--tw-bg-opacity))}.hover\:bg-\[\#8B0000\]:hover{--tw-bg-opacity:1;background-color:rgb(139 0 0/var(--tw-bg-opacity))}.hover\:bg-\[\#B89548\]:hover{--tw-bg-opacity:1;background-color:rgb(184 149 72/var(--tw-bg-opacity))}.hover\:bg-\[\#D4B062\]\/50:hover{background-color:rgba(212,176,98,.5)}.hover\:bg-\[\#FFF7F0\]:hover{--tw-bg-opacity:1;background-color:rgb(255 247 240/var(--tw-bg-opacity))}.hover\:bg-\[\#d35415\]:hover{--tw-bg-opacity:1;background-color:rgb(211 84 21/var(--tw-bg-opacity))}.hover\:bg-black\/85:hover{background-color:rgba(0,0,0,.85)}.hover\:bg-fuchsia-900:hover{--tw-bg-opacity:1;background-color:rgb(112 26 117/var(--tw-bg-opacity))}.hover\:bg-fuchsia-950:hover{--tw-bg-opacity:1;background-color:rgb(74 4 78/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity))}.hover\:bg-orange-700:hover{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity))}.hover\:bg-orange-800:hover{--tw-bg-opacity:1;background-color:rgb(154 52 18/var(--tw-bg-opacity))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity))}.hover\:bg-red-500\/80:hover{background-color:rgba(239,68,68,.8)}.hover\:bg-red-500\/90:hover{background-color:rgba(239,68,68,.9)}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.hover\:bg-slate-100\/50:hover{background-color:rgba(241,245,249,.5)}.hover\:bg-slate-100\/80:hover{background-color:rgba(241,245,249,.8)}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.hover\:bg-slate-900:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.hover\:bg-slate-900\/80:hover{background-color:rgba(15,23,42,.8)}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.hover\:bg-zinc-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:bg-zinc-100\/80:hover{background-color:hsla(240,5%,96%,.8)}.hover\:bg-opacity-10:hover{--tw-bg-opacity:0.1}.hover\:from-orange-500:hover{--tw-gradient-from:#f97316 var(--tw-gradient-from-position);--tw-gradient-to:rgba(249,115,22,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:rgba(126,34,206,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca var(--tw-gradient-to-position)}.hover\:to-yellow-500:hover{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.hover\:font-semibold:hover{font-weight:600}.hover\:\!text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.hover\:text-\[\#D4B062\]:hover{--tw-text-opacity:1;color:rgb(212 176 98/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-xl:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:shadow-purple-500\/20:hover{--tw-shadow-color:rgba(168,85,247,.2);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-purple-500\/50:hover{--tw-shadow-color:rgba(168,85,247,.5);--tw-shadow:var(--tw-shadow-colored)}.hover\:ring-2:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.hover\:ring-orange-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(251 146 60/var(--tw-ring-opacity))}.hover\:brightness-90:hover{--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-none:focus{border-style:none}.focus\:border-transparent:focus{border-color:transparent}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-\[\#E1271B\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(225 39 27/var(--tw-ring-opacity))}.focus\:ring-\[\#a83526\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 53 38/var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\:ring-slate-950:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(2 6 23/var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:\!ring-orange-500:focus-visible{--tw-ring-opacity:1!important;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity))!important}.focus-visible\:ring-purple-500\/75:focus-visible{--tw-ring-color:rgba(168,85,247,.75)}.focus-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.focus-visible\:ring-zinc-950:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(9 9 11/var(--tw-ring-opacity))}.focus-visible\:ring-opacity-75:focus-visible{--tw-ring-opacity:0.75}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.active\:scale-105:active{--tw-scale-x:1.05;--tw-scale-y:1.05}.active\:scale-105:active,.active\:scale-\[101\%\]:active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[101\%\]:active{--tw-scale-x:101%;--tw-scale-y:101%}.active\:border-none:active{border-style:none}.active\:bg-\[\#4e0e07\]:active{--tw-bg-opacity:1;background-color:rgb(78 14 7/var(--tw-bg-opacity))}.active\:bg-blue-600:active{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.active\:bg-green-600:active{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.active\:text-white:active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:text-black:disabled{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.disabled\:opacity-100:disabled{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-\[1\.15\]{--tw-scale-x:1.15;--tw-scale-y:1.15;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[state\=closed\]\:hidden[data-state=closed]{display:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=active\]\:border-b-2[data-state=active]{border-bottom-width:2px}.data-\[state\=active\]\:border-\[\#9A7026\][data-state=active]{--tw-border-opacity:1;border-color:rgb(154 112 38/var(--tw-border-opacity))}.data-\[state\=active\]\:border-green-500[data-state=active]{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.data-\[state\=active\]\:border-pink-500[data-state=active]{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity))}.data-\[state\=active\]\:border-red-500[data-state=active]{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.data-\[state\=active\]\:bg-\[\#EEEBE6\][data-state=active]{--tw-bg-opacity:1;background-color:rgb(238 235 230/var(--tw-bg-opacity))}.data-\[state\=open\]\:bg-zinc-100[data-state=open]{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.data-\[state\=selected\]\:bg-slate-100[data-state=selected]{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.data-\[state\=active\]\:\!bg-gradient-to-t[data-state=active]{background-image:linear-gradient(to top,var(--tw-gradient-stops))!important}.data-\[state\=active\]\:font-semibold[data-state=active]{font-weight:600}.data-\[state\=active\]\:\!text-black[data-state=active]{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.data-\[state\=open\]\:text-zinc-500[data-state=open]{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.group[data-state=closed] .group-data-\[state\=closed\]\:h-0,.group[data-state=open] .group-data-\[state\=open\]\:h-0{height:0}.group[data-state=closed] .group-data-\[state\=closed\]\:opacity-0,.group[data-state=open] .group-data-\[state\=open\]\:opacity-0{opacity:0}.prose-h2\:text-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:2rem}.prose-h2\:font-semibold :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600}.prose-p\:text-justify :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){text-align:justify}.prose-p\:text-lg :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.125rem;line-height:1.75rem}.prose-p\:font-medium :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500}.prose-p\:text-\[\#1A1A1ACC\] :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){color:#1a1a1acc}.prose-ul\:list-disc :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){list-style-type:disc}.prose-li\:text-lg :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.125rem;line-height:1.75rem}.prose-li\:font-medium :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500}.prose-li\:text-\[\#1A1A1ACC\] :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){color:#1a1a1acc}@media not all and (min-width:1440px){.max-2xl\:w-96{width:24rem}.max-2xl\:w-\[100\%\]{width:100%}.max-2xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.max-2xl\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media not all and (min-width:1280px){.max-xl\:mt-40{margin-top:10rem}.max-xl\:hidden{display:none}.max-xl\:h-8{height:2rem}.max-xl\:w-36{width:9rem}.max-xl\:w-8{width:2rem}.max-xl\:w-80{width:20rem}.max-xl\:w-\[500px\]{width:500px}.max-xl\:gap-7{gap:1.75rem}.max-xl\:p-3{padding:.75rem}.max-xl\:p-4{padding:1rem}.max-xl\:px-2{padding-left:.5rem;padding-right:.5rem}.max-xl\:pt-\[91px\]{padding-top:91px}.max-xl\:text-2xl{font-size:1.5rem;line-height:2rem}.max-xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-xl\:text-xs{font-size:.75rem;line-height:1rem}}@media not all and (min-width:1024px){.max-lg\:fixed{position:fixed}.max-lg\:sticky{position:sticky}.max-lg\:top-0{top:0}.max-lg\:top-12{top:3rem}.max-lg\:-ml-20{margin-left:-5rem}.max-lg\:ml-2{margin-left:.5rem}.max-lg\:mt-3{margin-top:.75rem}.max-lg\:mt-\[320px\]{margin-top:320px}.max-lg\:h-\[157\.54px\]{height:157.54px}.max-lg\:h-\[400px\]{height:400px}.max-lg\:w-80{width:20rem}.max-lg\:w-\[100\%\]{width:100%}.max-lg\:w-\[149\.77px\]{width:149.77px}.max-lg\:w-\[170px\]{width:170px}.max-lg\:min-w-\[149\.77px\]{min-width:149.77px}.max-lg\:flex-wrap{flex-wrap:wrap}.max-lg\:gap-3{gap:.75rem}.max-lg\:gap-6{gap:1.5rem}.max-lg\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.max-lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-lg\:px-\[10px\]{padding-left:10px;padding-right:10px}.max-lg\:pl-\[3px\]{padding-left:3px}.max-lg\:text-center{text-align:center}.max-lg\:text-2xl{font-size:1.5rem;line-height:2rem}.max-lg\:text-\[10px\]{font-size:10px}.max-lg\:text-\[14\.81px\]{font-size:14.81px}.max-lg\:text-\[30px\]{font-size:30px}.max-lg\:text-sm{font-size:.875rem;line-height:1.25rem}.max-lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-lg\:text-xs{font-size:.75rem;line-height:1rem}.max-lg\:text-\[\#1A1A1A\]{--tw-text-opacity:1;color:rgb(26 26 26/var(--tw-text-opacity))}.max-lg\:text-\[\#8D97B0\]{--tw-text-opacity:1;color:rgb(141 151 176/var(--tw-text-opacity))}}@media not all and (min-width:768px){.max-md\:left-\[-20\%\]{left:-20%}.max-md\:left-\[-25\%\]{left:-25%}.max-md\:mx-4{margin-left:1rem;margin-right:1rem}.max-md\:mb-2{margin-bottom:.5rem}.max-md\:mb-8{margin-bottom:2rem}.max-md\:mt-10{margin-top:2.5rem}.max-md\:mt-12{margin-top:3rem}.max-md\:mt-3{margin-top:.75rem}.max-md\:mt-4{margin-top:1rem}.max-md\:hidden{display:none}.max-md\:\!w-\[150\%\]{width:150%!important}.max-md\:\!w-full{width:100%!important}.max-md\:w-72{width:18rem}.max-md\:w-80{width:20rem}.max-md\:w-\[150px\]{width:150px}.max-md\:w-\[170px\]{width:170px}.max-md\:w-\[221px\]{width:221px}.max-md\:w-\[235px\]{width:235px}.max-md\:w-\[90\%\]{width:90%}.max-md\:w-\[95\%\]{width:95%}.max-md\:w-full{width:100%}.max-md\:\!max-w-\[150\%\]{max-width:150%!important}.max-md\:max-w-32{max-width:8rem}.max-md\:scale-\[2\]{--tw-scale-x:2;--tw-scale-y:2;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-md\:flex-col{flex-direction:column}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:place-items-center{place-items:center}.max-md\:items-center{align-items:center}.max-md\:justify-center{justify-content:center}.max-md\:justify-between{justify-content:space-between}.max-md\:gap-1{gap:.25rem}.max-md\:gap-10{gap:2.5rem}.max-md\:gap-2{gap:.5rem}.max-md\:gap-3{gap:.75rem}.max-md\:gap-4{gap:1rem}.max-md\:gap-6{gap:1.5rem}.max-md\:overflow-x-auto{overflow-x:auto}.max-md\:rounded-\[9\.8px\]{border-radius:9.8px}.max-md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.max-md\:px-2{padding-left:.5rem;padding-right:.5rem}.max-md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.max-md\:py-8{padding-top:2rem;padding-bottom:2rem}.max-md\:pb-5{padding-bottom:1.25rem}.max-md\:pt-8{padding-top:2rem}.max-md\:text-center{text-align:center}.max-md\:font-lato{font-family:Lato}.max-md\:text-2xl{font-size:1.5rem;line-height:2rem}.max-md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.max-md\:text-\[13\.96px\]{font-size:13.96px}.max-md\:text-\[15\.98px\]{font-size:15.98px}.max-md\:text-\[15px\]{font-size:15px}.max-md\:text-\[16px\]{font-size:16px}.max-md\:text-\[17px\]{font-size:17px}.max-md\:text-\[18px\]{font-size:18px}.max-md\:text-\[20px\]{font-size:20px}.max-md\:text-\[24px\]{font-size:24px}.max-md\:text-base{font-size:1rem;line-height:1.5rem}.max-md\:text-lg{font-size:1.125rem;line-height:1.75rem}.max-md\:text-sm{font-size:.875rem;line-height:1.25rem}.max-md\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-md\:font-semibold{font-weight:600}.max-md\:leading-tight{line-height:1.25}.max-md\:no-scrollbar::-webkit-scrollbar{display:none}.max-md\:no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.max-md\:data-\[state\=active\]\:text-\[\#9A7026\][data-state=active]{--tw-text-opacity:1;color:rgb(154 112 38/var(--tw-text-opacity))}}@media not all and (min-width:640px){.max-sm\:fixed{position:fixed}.max-sm\:absolute{position:absolute}.max-sm\:relative{position:relative}.max-sm\:-bottom-3{bottom:-.75rem}.max-sm\:-top-10{top:-2.5rem}.max-sm\:bottom-0{bottom:0}.max-sm\:left-0{left:0}.max-sm\:order-1{order:1}.max-sm\:order-2{order:2}.max-sm\:col-span-4{grid-column:span 4/span 4}.max-sm\:mb-\[14px\]{margin-bottom:14px}.max-sm\:mb-\[6px\]{margin-bottom:6px}.max-sm\:mt-0{margin-top:0}.max-sm\:mt-1{margin-top:.25rem}.max-sm\:mt-16{margin-top:4rem}.max-sm\:mt-4{margin-top:1rem}.max-sm\:mt-5{margin-top:1.25rem}.max-sm\:mt-8{margin-top:2rem}.max-sm\:block{display:block}.max-sm\:flex{display:flex}.max-sm\:inline-flex{display:inline-flex}.max-sm\:grid{display:grid}.max-sm\:hidden{display:none}.max-sm\:\!h-\[300px\]{height:300px!important}.max-sm\:\!h-\[360px\]{height:360px!important}.max-sm\:h-16{height:4rem}.max-sm\:h-\[250px\]{height:250px}.max-sm\:h-\[25px\]{height:25px}.max-sm\:h-\[34px\]{height:34px}.max-sm\:h-\[37px\]{height:37px}.max-sm\:h-\[555px\]{height:555px}.max-sm\:h-\[750px\]{height:750px}.max-sm\:h-auto{height:auto}.max-sm\:\!w-full{width:100%!important}.max-sm\:w-16{width:4rem}.max-sm\:w-80{width:20rem}.max-sm\:w-\[100px\]{width:100px}.max-sm\:w-\[25px\]{width:25px}.max-sm\:w-\[300px\]{width:300px}.max-sm\:w-\[34px\]{width:34px}.max-sm\:w-\[350px\]{width:350px}.max-sm\:w-\[37px\]{width:37px}.max-sm\:w-\[50px\]{width:50px}.max-sm\:w-full{width:100%}.max-sm\:max-w-\[calc\(100vw-10rem\)\]{max-width:calc(100vw - 10rem)}.max-sm\:-rotate-45{--tw-rotate:-45deg}.max-sm\:-rotate-45,.max-sm\:scale-\[3\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-sm\:scale-\[3\]{--tw-scale-x:3;--tw-scale-y:3}.max-sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-sm\:flex-wrap{flex-wrap:wrap}.max-sm\:items-center{align-items:center}.max-sm\:justify-center{justify-content:center}.max-sm\:gap-2{gap:.5rem}.max-sm\:place-self-start{place-self:start}.max-sm\:place-self-center{place-self:center}.max-sm\:overflow-hidden{overflow:hidden}.max-sm\:bg-\[linear-gradient\(90deg\2c _rgba\(35\2c 15\2c 12\2c 0\.2\)_51\.4\%\2c _rgba\(35\2c 15\2c 12\2c 0\)_99\.8\%\)\]{background-image:linear-gradient(90deg,rgba(35,15,12,.2) 51.4%,rgba(35,15,12,0) 99.8%)}.max-sm\:bg-\[url\(\/marketing\/mokshpatam\/mobile\.webp\)\]{background-image:url(/marketing/mokshpatam/mobile.webp)}.max-sm\:bg-\[url\(\/marketing\/navratri\/MobileBkg\.webp\)\]{background-image:url(/marketing/navratri/MobileBkg.webp)}.max-sm\:bg-\[url\(\/marketing\/panchpakshi\/mobile\.webp\)\]{background-image:url(/marketing/panchpakshi/mobile.webp)}.max-sm\:bg-\[url\(\/marketing\/pyrite-bracelet-mbkg\.webp\)\]{background-image:url(/marketing/pyrite-bracelet-mbkg.webp)}.max-sm\:bg-\[url\(\/marketing\/tarot-card-mobile-bkg\.webp\)\]{background-image:url(/marketing/tarot-card-mobile-bkg.webp)}.max-sm\:\!bg-\[50\%_90\%\]{background-position:50% 90%!important}.max-sm\:bg-center{background-position:50%}.max-sm\:p-0{padding:0}.max-sm\:p-2{padding:.5rem}.max-sm\:px-3{padding-left:.75rem;padding-right:.75rem}.max-sm\:px-4{padding-left:1rem;padding-right:1rem}.max-sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.max-sm\:px-\[10px\]{padding-left:10px;padding-right:10px}.max-sm\:py-0{padding-top:0;padding-bottom:0}.max-sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.max-sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.max-sm\:pt-0{padding-top:0}.max-sm\:pt-2{padding-top:.5rem}.max-sm\:pt-4{padding-top:1rem}.max-sm\:pt-5{padding-top:1.25rem}.max-sm\:text-center{text-align:center}.max-sm\:text-2xl{font-size:1.5rem;line-height:2rem}.max-sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.max-sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.max-sm\:text-\[12px\]{font-size:12px}.max-sm\:text-\[14px\]{font-size:14px}.max-sm\:text-\[15px\]{font-size:15px}.max-sm\:text-\[32px\]{font-size:32px}.max-sm\:text-\[9px\]{font-size:9px}.max-sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.max-sm\:text-sm{font-size:.875rem;line-height:1.25rem}.max-sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-sm\:text-xs{font-size:.75rem;line-height:1rem}.max-sm\:font-bold{font-weight:700}.max-sm\:leading-\[44px\]{line-height:44px}.max-sm\:leading-tight{line-height:1.25}.max-sm\:\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.max-sm\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}}@media not all and (min-width:425px){.max-xs\:ml-24{margin-left:6rem}.max-xs\:mt-48{margin-top:12rem}.max-xs\:mt-52{margin-top:13rem}}@media (min-width:425px){.xs\:left-\[15\%\]{left:15%}.xs\:left-\[24\%\]{left:24%}.xs\:top-\[20\%\]{top:20%}.xs\:top-\[32\%\]{top:32%}.xs\:ml-0{margin-left:0}.xs\:mt-0{margin-top:0}.xs\:mt-3{margin-top:.75rem}.xs\:text-2xl{font-size:1.5rem;line-height:2rem}.xs\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:-top-14{top:-3.5rem}.sm\:left-\[27\%\]{left:27%}.sm\:left-\[35\%\]{left:35%}.sm\:top-\[70px\]{top:70px}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-60{margin-left:15rem}.sm\:ml-80{margin-left:20rem}.sm\:mt-0{margin-top:0}.sm\:mt-12{margin-top:3rem}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:\!h-\[490px\]{height:490px!important}.sm\:h-\[300px\]{height:300px}.sm\:h-\[420px\]{height:420px}.sm\:h-\[50px\]{height:50px}.sm\:h-\[600px\]{height:600px}.sm\:min-h-\[700px\]{min-height:700px}.sm\:\!w-\[85\%\]{width:85%!important}.sm\:w-2\/3{width:66.666667%}.sm\:w-52{width:13rem}.sm\:w-\[250px\]{width:250px}.sm\:w-\[30\%\]{width:30%}.sm\:w-\[300px\]{width:300px}.sm\:w-\[30px\]{width:30px}.sm\:w-\[50px\]{width:50px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.sm\:max-w-\[280px\]{max-width:280px}.sm\:max-w-\[30\%\]{max-width:30%}.sm\:max-w-\[400px\]{max-width:400px}.sm\:max-w-\[450px\]{max-width:450px}.sm\:max-w-\[60\%\]{max-width:60%}.sm\:max-w-sm{max-width:24rem}.sm\:scale-\[0\.8\]{--tw-scale-x:0.8;--tw-scale-y:0.8}.sm\:scale-\[0\.8\],.sm\:scale-\[1\.3\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-\[1\.3\]{--tw-scale-x:1.3;--tw-scale-y:1.3}.sm\:scale-\[1\.5\]{--tw-scale-x:1.5;--tw-scale-y:1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-1{gap:.25rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:place-self-center{place-self:center}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:bg-\[linear-gradient\(270deg\2c _rgba\(249\2c 237\2c 222\2c 0\)_0\%\2c _\#F9EDDE_100\%\)\]{background-image:linear-gradient(270deg,hsla(33,69%,92%,0),#f9edde)}.sm\:bg-\[url\(\'\/marketing\/aashirwad-box\/desktopbkg\.webp\'\)\]{background-image:url(/marketing/aashirwad-box/desktopbkg.webp)}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pl-4{padding-left:1rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-4{padding-top:1rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:font-\[500\]{font-weight:500}.sm\:font-\[800\]{font-weight:800}.sm\:font-semibold{font-weight:600}.sm\:tracking-wider{letter-spacing:.05em}.sm\:text-\[\#102027\]{--tw-text-opacity:1;color:rgb(16 32 39/var(--tw-text-opacity))}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:sticky{position:sticky}.md\:-bottom-\[50px\]{bottom:-50px}.md\:right-0{right:0}.md\:right-\[2\%\]{right:2%}.md\:top-1\/2{top:50%}.md\:top-28{top:7rem}.md\:top-\[-100px\]{top:-100px}.md\:order-1{order:1}.md\:order-2{order:2}.md\:col-span-2{grid-column:span 2/span 2}.md\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-24{margin-top:6rem;margin-bottom:6rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:-mt-20{margin-top:-5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-\[64px\]{margin-bottom:64px}.md\:mb-\[6px\]{margin-bottom:6px}.md\:ml-10{margin-left:2.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-12{margin-top:3rem}.md\:mt-14{margin-top:3.5rem}.md\:mt-20{margin-top:5rem}.md\:mt-3{margin-top:.75rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-\[0\]{margin-top:0}.md\:mt-\[10px\]{margin-top:10px}.md\:mt-\[78px\]{margin-top:78px}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:aspect-\[1\.7\]{aspect-ratio:1.7}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-8{height:2rem}.md\:h-\[105px\]{height:105px}.md\:h-\[19px\]{height:19px}.md\:h-\[220px\]{height:220px}.md\:h-\[32px\]{height:32px}.md\:h-\[350px\]{height:350px}.md\:h-\[63\.28px\]{height:63.28px}.md\:h-\[700px\]{height:700px}.md\:h-full{height:100%}.md\:min-h-\[100px\]{min-height:100px}.md\:min-h-\[20px\]{min-height:20px}.md\:min-h-\[300px\]{min-height:300px}.md\:min-h-\[3rem\]{min-height:3rem}.md\:min-h-\[50px\]{min-height:50px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-10{width:2.5rem}.md\:w-12{width:3rem}.md\:w-2\/3{width:66.666667%}.md\:w-3\/5{width:60%}.md\:w-4{width:1rem}.md\:w-4\/5{width:80%}.md\:w-5{width:1.25rem}.md\:w-6{width:1.5rem}.md\:w-\[100px\]{width:100px}.md\:w-\[130px\]{width:130px}.md\:w-\[157\.87px\]{width:157.87px}.md\:w-\[180px\]{width:180px}.md\:w-\[193\.74px\]{width:193.74px}.md\:w-\[19px\]{width:19px}.md\:w-\[25\%\]{width:25%}.md\:w-\[300px\]{width:300px}.md\:w-\[30vw\]{width:30vw}.md\:w-\[32px\]{width:32px}.md\:w-\[40vw\]{width:40vw}.md\:w-\[60\%\]{width:60%}.md\:w-\[700px\]{width:700px}.md\:w-\[80px\]{width:80px}.md\:w-\[83px\]{width:83px}.md\:w-\[90\%\]{width:90%}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:min-w-\[20px\]{min-width:20px}.md\:min-w-\[370px\]{min-width:370px}.md\:min-w-\[600px\]{min-width:600px}.md\:max-w-6xl{max-width:72rem}.md\:max-w-\[135px\]{max-width:135px}.md\:max-w-\[334px\]{max-width:334px}.md\:max-w-\[350px\]{max-width:350px}.md\:max-w-\[40\%\]{max-width:40%}.md\:max-w-\[425px\]{max-width:425px}.md\:max-w-\[500px\]{max-width:500px}.md\:max-w-\[700px\]{max-width:700px}.md\:max-w-\[900px\]{max-width:900px}.md\:max-w-md{max-width:28rem}.md\:max-w-screen-lg{max-width:1024px}.md\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:columns-3{-moz-columns:3;column-count:3}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-1{gap:.25rem}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-16{gap:4rem}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-\[40px\]{gap:40px}.md\:gap-\[52px\]{gap:52px}.md\:gap-\[55px\]{gap:55px}.md\:gap-\[72px\]{gap:72px}.md\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[16px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16px * var(--tw-space-x-reverse));margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[26\.6px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(26.6px * var(--tw-space-x-reverse));margin-left:calc(26.6px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[31px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(31px * var(--tw-space-x-reverse));margin-left:calc(31px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.md\:space-y-\[0\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:text-balance{text-wrap:balance}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-\[8px\]{border-radius:8px}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-xl{border-radius:.75rem}.md\:border-4{border-width:4px}.md\:border-\[2px\]{border-width:2px}.md\:border-\[\#9A7026\]{--tw-border-opacity:1;border-color:rgb(154 112 38/var(--tw-border-opacity))}.md\:bg-transparent{background-color:transparent}.md\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.md\:bg-\[url\(\'\/marketing\/mahesh-lalkitab-kundali\/sandesh\.webp\'\)\]{background-image:url(/marketing/mahesh-lalkitab-kundali/sandesh.webp)}.md\:bg-\[url\(\'\/scroll_bg_desktop\.png\'\)\]{background-image:url(/scroll_bg_desktop.png)}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-2{padding:.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:p-\[32px\]{padding:32px}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-28{padding-left:7rem;padding-right:7rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-\[10\%\]{padding-left:10%;padding-right:10%}.md\:px-\[116\.5px\]{padding-left:116.5px;padding-right:116.5px}.md\:px-\[14px\]{padding-left:14px;padding-right:14px}.md\:px-\[15\%\]{padding-left:15%;padding-right:15%}.md\:px-\[20\%\]{padding-left:20%;padding-right:20%}.md\:px-\[24px\]{padding-left:24px;padding-right:24px}.md\:px-\[25px\]{padding-left:25px;padding-right:25px}.md\:px-\[36px\]{padding-left:36px;padding-right:36px}.md\:px-\[80px\]{padding-left:80px;padding-right:80px}.md\:px-\[81px\]{padding-left:81px;padding-right:81px}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-\[22px\]{padding-top:22px;padding-bottom:22px}.md\:py-\[24px\]{padding-top:24px;padding-bottom:24px}.md\:pb-20{padding-bottom:5rem}.md\:pb-\[14px\]{padding-bottom:14px}.md\:pb-\[150px\]{padding-bottom:150px}.md\:pb-\[50px\]{padding-bottom:50px}.md\:pt-0{padding-top:0}.md\:pt-10{padding-top:2.5rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-\[0px\]{padding-top:0}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-start{text-align:start}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-9xl{font-size:8rem;line-height:1}.md\:text-\[12px\]{font-size:12px}.md\:text-\[140px\]{font-size:140px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[17px\]{font-size:17px}.md\:text-\[18\.84px\]{font-size:18.84px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[22px\]{font-size:22px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[25px\]{font-size:25px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[34\.03px\]{font-size:34.03px}.md\:text-\[39\.61px\]{font-size:39.61px}.md\:text-\[40px\]{font-size:40px}.md\:text-\[50px\]{font-size:50px}.md\:text-\[56\.03px\]{font-size:56.03px}.md\:text-\[86\.92px\]{font-size:86.92px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:font-\[300\]{font-weight:300}.md\:font-\[400\]{font-weight:400}.md\:font-\[500\]{font-weight:500}.md\:font-semibold{font-weight:600}.md\:leading-\[45px\]{line-height:45px}.md\:leading-\[50px\]{line-height:50px}.md\:leading-\[60px\]{line-height:60px}.md\:leading-\[66px\]{line-height:66px}.md\:tracking-widest{letter-spacing:.1em}.md\:text-\[\#1A1A1ACC\]{color:#1a1a1acc}.md\:text-\[\#9A7026\]{--tw-text-opacity:1;color:rgb(154 112 38/var(--tw-text-opacity))}.md\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.md\:opacity-0{opacity:0}.md\:opacity-60{opacity:.6}.md\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:bottom-2{bottom:.5rem}.lg\:left-2{left:.5rem}.lg\:left-20{left:5rem}.lg\:left-6{left:1.5rem}.lg\:left-\[20\%\]{left:20%}.lg\:top-6{top:1.5rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:mx-\[150px\]{margin-left:150px;margin-right:150px}.lg\:-mt-12{margin-top:-3rem}.lg\:-mt-28{margin-top:-7rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-0{margin-top:0}.lg\:mt-4{margin-top:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-56{height:14rem}.lg\:h-\[380px\]{height:380px}.lg\:h-\[450px\]{height:450px}.lg\:\!w-\[30vw\]{width:30vw!important}.lg\:w-1\/2{width:50%}.lg\:w-\[242px\]{width:242px}.lg\:w-\[376px\]{width:376px}.lg\:w-\[400px\]{width:400px}.lg\:w-\[450px\]{width:450px}.lg\:w-\[530px\]{width:530px}.lg\:w-\[80\%\]{width:80%}.lg\:w-\[85\%\]{width:85%}.lg\:min-w-36{min-width:9rem}.lg\:min-w-44{min-width:11rem}.lg\:min-w-\[250px\]{min-width:250px}.lg\:\!max-w-\[30vw\]{max-width:30vw!important}.lg\:max-w-\[1000px\]{max-width:1000px}.lg\:max-w-\[450px\]{max-width:450px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:gap-12{gap:3rem}.lg\:gap-20{gap:5rem}.lg\:gap-8{gap:2rem}.lg\:gap-\[42px\]{gap:42px}.lg\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-\[240px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(240px * var(--tw-space-x-reverse));margin-left:calc(240px * calc(1 - var(--tw-space-x-reverse)))}.lg\:self-stretch{align-self:stretch}.lg\:bg-\[\#FFFFFF\],.lg\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.lg\:p-12{padding:3rem}.lg\:p-4{padding:1rem}.lg\:p-8{padding:2rem}.lg\:p-\[32px\]{padding:32px}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-\[110px\]{padding-left:110px;padding-right:110px}.lg\:px-\[20px\]{padding-left:20px;padding-right:20px}.lg\:px-\[28px\]{padding-left:28px;padding-right:28px}.lg\:px-\[5\%\]{padding-left:5%;padding-right:5%}.lg\:px-\[63px\]{padding-left:63px;padding-right:63px}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:py-\[56px\]{padding-top:56px;padding-bottom:56px}.lg\:\!pt-\[71px\]{padding-top:71px!important}.lg\:pt-10{padding-top:2.5rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-\[25px\]{font-size:25px}.lg\:text-\[27px\]{font-size:27px}.lg\:text-\[39px\]{font-size:39px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:leading-\[50px\]{line-height:50px}.lg\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}@media (min-width:1280px){.xl\:-bottom-\[100px\]{bottom:-100px}.xl\:left-\[19\%\]{left:19%}.xl\:left-\[20\%\]{left:20%}.xl\:top-\[-600px\]{top:-600px}.xl\:top-\[-700px\]{top:-700px}.xl\:top-\[10\%\]{top:10%}.xl\:-mt-16{margin-top:-4rem}.xl\:ml-10{margin-left:2.5rem}.xl\:mt-\[3\.5rem\]{margin-top:3.5rem}.xl\:hidden{display:none}.xl\:h-20{height:5rem}.xl\:h-72{height:18rem}.xl\:h-\[475px\]{height:475px}.xl\:w-20{width:5rem}.xl\:w-\[500px\]{width:500px}.xl\:w-\[70\%\]{width:70%}.xl\:w-\[80\%\]{width:80%}.xl\:min-w-64{min-width:16rem}.xl\:max-w-\[550px\]{max-width:550px}.xl\:justify-start{justify-content:flex-start}.xl\:gap-8{gap:2rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:px-\[1\.3rem\]{padding-left:1.3rem;padding-right:1.3rem}.xl\:px-\[3\%\]{padding-left:3%;padding-right:3%}.xl\:py-12{padding-top:3rem;padding-bottom:3rem}.xl\:py-\[0\.5rem\]{padding-top:.5rem;padding-bottom:.5rem}.xl\:pt-\[70px\]{padding-top:70px}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-\[30px\]{font-size:30px}.xl\:text-\[36px\]{font-size:36px}.xl\:text-\[45px\]{font-size:45px}.xl\:text-\[54px\]{font-size:54px}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1440px){.\32xl\:mt-6{margin-top:1.5rem}.\32xl\:w-\[75\%\]{width:75%}.\32xl\:max-w-\[1440px\]{max-width:1440px}}@media (prefers-color-scheme:dark){.dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:border-slate-800{--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity))}.dark\:border-zinc-800{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark\:bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.dark\:bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.dark\:bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.dark\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.dark\:bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity))}.dark\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.dark\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgb(9 9 11/var(--tw-bg-opacity))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.dark\:text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.dark\:text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity))}.dark\:text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark\:text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.dark\:ring-offset-zinc-950{--tw-ring-offset-color:#09090b}.dark\:\[--base-color\:\#fff\]{--base-color:#fff}.dark\:\[--base-gradient-color\:\#1f164e\]{--base-gradient-color:#1f164e}.dark\:\[--bg\:linear-gradient\(90deg\2c \#0000_calc\(50\%-var\(--spread\)\)\2c var\(--base-gradient-color\)\2c \#0000_calc\(50\%\+var\(--spread\)\)\)\]{--bg:linear-gradient(90deg,#0000 calc(50% - var(--spread)),var(--base-gradient-color),#0000 calc(50% + var(--spread)))}.dark\:hover\:bg-red-900\/80:hover{background-color:rgba(127,29,29,.8)}.dark\:hover\:bg-slate-50\/80:hover{background-color:rgba(248,250,252,.8)}.dark\:hover\:bg-slate-800\/50:hover{background-color:rgba(30,41,59,.5)}.dark\:hover\:bg-slate-800\/80:hover{background-color:rgba(30,41,59,.8)}.dark\:focus\:ring-slate-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.dark\:data-\[state\=open\]\:bg-zinc-800[data-state=open]{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.dark\:data-\[state\=selected\]\:bg-slate-800[data-state=selected]{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.dark\:data-\[state\=open\]\:text-zinc-400[data-state=open]{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}}.\[\&\:\:-moz-progress-bar\]\:bg-green-500::-moz-progress-bar{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.\[\&\:\:-webkit-progress-bar\]\:bg-slate-300::-webkit-progress-bar{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity))}.\[\&\:\:-webkit-progress-value\]\:rounded-lg::-webkit-progress-value{border-radius:.5rem}.\[\&\:\:-webkit-progress-value\]\:bg-green-500::-webkit-progress-value{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
/*# sourceMappingURL=bbd7748529e49be5.css.map*/