/* @import url('imports/settings.css');
@import url('imports/element-style.css');
@import url('imports/n_style.css');
@import url('imports/responsive_style.css'); */
/* start css hero layout */
/* @import url('imports/header.css?v=1.0.0.1');
@import url('imports/footer.css?v=1.0.0.1');
@import url('imports/t_style.css?v=1.0.0.1');
@import url('t_custom.css?v=1.0.0.1');
@import url('n_custom.css?v=1.0.0.1'); */
html body {	
	font-family: var(--font-public-sans, "Public Sans", -apple-system, Helvetica, sans-serif);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.16px;	
    color: rgba(20, 20, 20, 0.7);
}
.container {
	max-width: 1440px;
}
.dflex{
    display: flex;
}
.dgrid{
    display: grid;
}
.align-items-center {
	align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.button_group {
	display: flex;
	gap: 15px;
}
.mystic-design-button.mystic-design-button--secondary svg path {
	stroke: #fff;
}
.gap24{
    gap: 24px;
}
.nalc-forms-filter {
	position: relative;
}
/* .e-n-tabs.at-end .e-n-tabs-heading {
	padding-right: 50px;
}
.e-n-tabs.at-start .e-n-tabs-heading {
	padding-left: 50px;
} */
.e-n-tabs .tab-btn[disabled] {
	opacity: 0;
}
.e-n-tabs .tab-btn.prev{    
    left: 0;
}
.e-n-tabs .tab-btn.next{    
    right: 0;
}
.e-n-tabs .tab-btn:hover{
    background: rgb(201, 204, 207) !important;
}
.e-n-tabs .tab-btn {
	position: absolute;
	top: 8px;
	width: 39px;
	height: 39px;
	background: #eee !important;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	border-radius: 8px;
	transition: 0.2s all ease;
}
.mystic-step-divider {
	height: 1px;
	border-top: 1px dashed rgba(20, 20, 20, 0.10);
	width: 100%;
    background-color: #1414141A;
}
.mystic-slider-nav {
	padding: 4px;
}
.xclean_button_list {
	flex-wrap: wrap;
}
.ss-card-text-icon .ss-inner.grid-column-1 {
	gap: 0;
}
.xclean-card-text-icon.ss-card-text-icon.box_border .mystic-no-bg-card-wrapper {
	padding: 25px 0;
}
.ss-card-text-icon.box_border .mystic-no-bg-card-wrapper {
	border-bottom: 1px solid #E8E8E8AD;
}
.ss-card-text-icon.box_border .mystic-no-bg-card-wrapper:last-child {
	border: none;
}
.mystic-faq-section-title .highlight {
	font-style: italic;
}
.mystic-faq-section-title {
	font-weight: 500;
}
.mystic-faq-section-item-header {
	gap: 15px;
}
.mystic-accordion-buttons.left .mystic-design-button {
	flex-direction: row-reverse;
}
.check__dot__point ul {
	list-style: disc;
	padding-left: 15px;
    margin-bottom: 20px;
}
.check__list__point > ul > li::before, .elementor-widget-text-editor > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	display: block;
	width: 16px;
	background: url("../images/checklist-green.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 12px;
}
.elementor-widget-text-editor ul li ul {
	padding-left: 15px;
}
.check__list__point > ul > li > ul li, .elementor-widget-text-editor > ul > li > ul li {
	list-style: disc;
    padding: 5px 0 5px 0;
}
.check__list__point ul li, .elementor-widget-text-editor ul li {
    list-style: none;
	position: relative;
	text-align: left;
	padding: 8px 0 8px 25px;
}
.elementor-widget-text-editor > ul {
	margin-bottom: 20px;
}
.black.check__list__point ul li::before {
	filter: brightness(0) saturate(100%);
}
.white.check__list__point ul li::before {
	filter: brightness(0) invert(1);
}
.elementor-widget-text-editor a, .mystic-number-list-content a {
	text-decoration: underline;
	color: #0F557D;
}
.ss-steps-layout .mystic-step-title {
	font-size: 12px;
}
.ss-steps-layout .mystic-step-title .mystic-heading-highlight {
	color: #B0540D;
}
.hero01.align_left .hero01__header.header__content {
	margin-left: 0;
}
.hero01.align_right .hero01__header.header__content {
	margin-right: 0;
}
.mystic-button-group {	
	flex-wrap: wrap;
}
.bxcontent_build p, .bxcontent_build ul{
    margin-bottom: 15px;
}
.hero__desc p, .elementor-widget-text-editor p, .mystic-step-content .des-item p {
	margin-bottom: 15px;
}
.hero__desc p:last-child, .elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}
.mystic-faq-section-item-answer {
	color: #141414 !important;
}
.xclean-accordion-component .mystic-accordion-description p {
	margin-bottom: 10px;
}
.hero01__header  .check__list__point ul {
	display: inline-block;
}
.hero__title span {
	font-weight: 500;
}

.hero__container {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.hero__btn.block {
	width: 100%;
	justify-content: center;
}
.hero__cta.outline {
	outline-style: none;
}
.hero__cta.secondary .hero__btn {
	background: #13496A;
	color: #fff;
}
.hero__cta.secondary .hero__btn svg path{
    stroke: #fff;
}
.hero__cta.white .hero__btn {
	background: #fff;
	color: #13496A;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.hero__cta.white .hero__btn svg path{
    stroke: #13496A;
}
.hero__cta.outline .hero__btn {
	background: none;
	border: 1px solid #13496A;
    color: #13496A;
}
.hero__cta.outline .hero__btn svg path{
    stroke: #13496A;
}
.hero__cta.transparent .hero__btn {
	background: none;
	color: #13496a;
	padding-left: 0;
	padding-right: 0;
}
.hero__cta.transparent .hero__btn svg path{
    stroke: #13496A;
}
.hero__cta.icon .btn__text {
	display: none;
}
.hero__cta.icon .hero__btn {
	width: 56px;
	height: 56px;
	border-radius: 100px;
	background: #fff;	
	color: #13496A;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.hero__cta.icon .hero__btn svg path{
    stroke: #13496A;
}
.hero__cta.left .btn__text {
	order: 2;
}
.hero01 .header__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.hero01 .header__content .hero__desc strong{
    font-weight: 600;
    color: #141414;
}
.hero__badge {    
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    background: var(--pink-02);
    border-radius: 16px;
    cursor: default;
    transition: scale 0.2s ease-in-out;
}
.hero01__header.header__content .sub_heading {
	font-size: 20px;
	line-height: 1.2;
	color: #B0540D;
	font-weight: 600;
}
.hero__badge:hover {
    transform: scale(1.02);
}

.hero__badge .badge__icon {
    width: 20px;
    height: 20px;
}

.hero__badge .badge__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: var(--pink-01);
    height: 26px;
}

.hero__title {
    font-family: 'Public Sans' !important;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0;
}
.ss-steps-layout .des-item {
	font-weight: 400;
}
.ss-steps-layout .step-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.content_has_link a{
    text-decoration: underline;
    color: #0F557D;
}
div.mystic-button-wrapper {
	display: inherit;
}
.ss-tab-images .tab-desc {	
	color: rgba(20, 20, 20, 0.90);
}
.ss-steps-layout .heading.has_font * {
	font-size: inherit;
}
h1.hero__title {    
    font-size: 56px;
}
h2.hero__title {    
    font-size: 48px;
}
h3.hero__title {    
    font-size: 32px;
}
h4.hero__title {    
    font-size: 24px;
}
h5.hero__title {    
    font-size: 20px;
}
h6.hero__title {    
    font-size: 18px;
}
.heading_has_font .hero__title {
	font-size: inherit;
}
.hero__title span.mystic-heading-highlight {
    display: inline;
    font-style: italic;
    color: #0F7EBA;
}
.hero__title--highlight {
    color: var(--blue-700);
    font-style: italic;
}
.hero__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: var(--black-700);	
}

/* CTA */
.hero__cta {
    display: flex;
    justify-content: center;
}

.hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--yellow-300);
    color: var(--yellow-950);
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}
/* .hero__cta svg path {
	stroke: var(--yellow-950);
} */
.hero__btn:hover {
    background: var(--yellow-400);
}

.hero__btn .btn__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: inherit;
}

.hero__btn .btn__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    aspect-ratio: 1/1;
    transition: transform 0.2s ease-in-out;
}

.hero__btn:hover .btn__icon {
    transform: translateX(2px);
}

.hero__image--pc {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero__image--mb {
    display: none;
}
.hero__btn.block {
	width: 100%;
	justify-content: center;
}
.mystic-accordion-description blockquote {
	color: #d02dd0;
	background: #fce9fa;
	padding: 20px 24px;
	border-radius: 16px;
	margin-bottom: 20px;
}

.new_layout_list.news-section-container .news-card-image-link .news-card-new-img, .new_layout_card_grid.news-section-grid .news-section-secondary .news-card-new-img {
	width: 160px;
	height: 123px;
}
/* end css hero layout */

/* start css hero01 */
/* .hero01 {
    display: block;
    padding: 32px 20px;
} */

/* .hero01 .hero__cta {
    margin-top: -8px;
} */

.hero01 .img__wrapper {
    width: 100%;
    aspect-ratio: 1040/560;    
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

/* end css hero01 */

/* start css hero02 */
.hero02 .hero__container {
    flex-direction: column;
}

.hero02__header.header__content {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 32px;
}

.hero02__header.header__content .header__left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    align-items: start;
    justify-content: start;
    flex: 0 0 auto;
    width: 64%;
    max-width: 688px;
}

.hero02__header .hero__title {
    font-size: 56px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: -3%;
    text-align: left;
}

.hero02__header .hero__badge {
    margin: 0;
}

.hero02__header.header__content .header__right {
    padding-top: 8px;
    width: 100%;
}
.hero02__header .hero__desc {
    text-align: left;
    margin-bottom: 32px;
}
.hero02__header .hero__cta {
    flex-direction: column;
    gap: 12px;
}
.hero02__header .hero__cta .btn__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: var(--black-1000);
    margin-bottom: 0;
}
.hero02__header .hero__cta .hero__btn {
    width: max-content;
    padding: 12px 20px;
}
.hero02 .img__wrapper {
    width: 100%;
    aspect-ratio: 1040/560;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}
.xclean-vertical-tabs-wrapper .mystic-vertical-tabs-component {
	display: flex;
	justify-content: space-between;
}
.xclean-vertical-tabs-wrapper .mystic-vertical-tabs-component .nav-tabs-content-wrapper {
	flex: 1;	
	padding-left: 30px;
}
.check__dot__point ul li {
	margin-bottom: 10px;
}
/* step by step */
.ss-steps-layout .steps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 16px;
}
.ss-steps-layout .step-item {
	text-align: left;
}
.step-label-wrapper {
	margin-bottom: 40px;
}
.ss-steps-layout .step-label {
	font-weight: 600;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.02em;
	padding: 20px 0 20px 15px;
	margin: 0;
	border: none;
}
.ss-steps-layout .step-icon {
	font-size: 26px;
	margin-bottom: 24px;
	width: 56px;
	border: 1px solid #EEEEF0;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
.ss-card-text-icon .ss-inner {
	gap: 24px;
}
.xclean-card-text-icon .mystic-no-bg-card-wrapper.has_bg {
	padding: 24px;
	border-radius: 16px;
}
.xclean-card-text-icon .has_color .mystic-no-bg-card__title, .xclean-card-text-icon .has_color .mystic-no-bg-card__description {
	color: inherit;
}
.xclean-card-partner .mystic-no-bg-card {
	padding: 0;
	width: 100%;
}
.bx-icon-card .logo_img {
	display: block;
	max-width: 159px;
	height: 60px;
}
.bx-icon-card .logo_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.bx-icon-card .icon_svg svg {
	min-width: 40px;
}
.nav-main-mobile-wrapper{
    display: none;
}
.menu-mobile-pp {        
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -99999999;
    transition: 0.2s all ease;
}
.xclean-accordion-component.layout2 {
	max-width: 100%;
}
.xclean-accordion-component.layout2 .mystic-accordion-item {
	background: #fff;
	padding: 8px 24px;
	border-radius: 16px;
	margin-bottom: 16px;
}
.timeline-carousel-content-title {
	font-size: 30px;
}
.xclean-data-table .ss-inner {
	border-radius: 16px;
	border: 1px solid hsl(var(--border));
	overflow: hidden;
}
.xclean-data-table.layout2 .ss-inner{
	background: #fff;
}
.xclean-data-table table {
	width: 100%;
	border: none;
}
.xclean-data-table table tr td {
	padding: 15px;
	border-left: 1px solid hsl(var(--border));
}
.xclean-data-table table tr td:first-child, .xclean-data-table table tr:last-child {
	border: none;
}
.xclean-data-table table tr {
	border-bottom: 1px solid hsl(var(--border));
}
.xclean-data-table.layout1 table tr:nth-of-type(2n+1) {
	background: #fff;
}
.xclean-data-table.layout3 .ss-inner td, .xclean-data-table.layout3 tr, .xclean-data-table.layout3 .ss-inner {
	border-color: #fff;
}
.xclean-data-table.layout3 td {
	background: rgba(255,255,255,0.5);
}
.xclean-data-table table blockquote {
	border-left: 3px solid #0f7eba;
	padding: 8px 12px;
	background: rgba(15, 126, 186, 0.1);
	border-radius: 4px;
}
.xclean-data-table table em {
	border-left: 3px solid #B0540D;
	padding: 8px 12px;
	background: rgba(176, 84, 13, 0.1);
	border-radius: 4px;
	display: block;
}
.xclean-data-table .ss-inner ul {
	list-style: disc;
	padding-left: 25px;
	margin-bottom: 18px;
}
.xclean-news-section-wrapper.hide-excerpt .news-card-new-excerpt {
	display: none;
}
.xclean-events-section-wrapper .event-item {
	justify-content: space-between;
	gap: 30px;
}
.xclean-events-section-wrapper .event-section {
	gap: 30px;
}
.xclean-events-section-wrapper .event-item .thumb a {
	display: block;
	aspect-ratio: 2.2;	
}
.xclean-events-section-wrapper .event-item .thumb a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}
.xclean-events-section-wrapper .event-item .title {
	font-size: 20px;
	font-weight: 600;
	color: #141414;
	line-height: 1.4;
}
.xclean-events-section-wrapper .event-item .meta-item {
	gap: 10px;
	align-items: center;
}
.xclean-events-section-wrapper .event-item .meta-item span {
    text-transform: capitalize;
}
.bx-flex-column{
    display: flex;
    flex-direction: column;
}
.xclean-events-section-wrapper .event-item .info {	
	gap: 24px;
}
.xclean-events-section-wrapper .event-item .info-meta {	
	gap: 5px;
}
.xclean-events-section-wrapper .event-item .mystic-design-button {
	display: flex;
}
.mystic-no-bg-card__description {
	color: inherit;
}
strong {
	color: #141414;
    font-weight: 600;
}
.check__dot__point ul:last-child {
	margin-bottom: 0;
}
.ss-tab-images .tab-right .tab-title .tab-desc p {
	margin-bottom: 15px;
}
.mystic-slide-mobile-slide img {
	object-fit: cover;
}
.mystic-table-main-content, .mystic-table-bullet-item , .mystic-table-bullet-list{
	font-family: inherit !important;
}
.mystic-faq-section-item {
	padding: 0 !important;
}
.timeline-carousel-content-description {
	font-family: inherit !important;
}
.xclean-card-text-icon .mystic-no-bg-card {
	padding: 0;
	gap: 24px;
}
.elementor-widget-mystic_news_section.xclean-news-section-wrapper .news-card-new-tag, .news-card-new-tag {
	display: flex;
	padding: 6px 12px;
	align-items: center;
	gap: 6px;
	border-radius: 6px;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease;
	text-transform: inherit;
}
@media all and ( max-width: 1024px ) {
    .main-header {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        border-bottom: 2px solid var(--mystic-nav-border-color, var(--blue-900));
    }
	.main-header .header-wrapper {
		display: none;
	}	
	.main-header .nav-main-mobile-wrapper {
        display: block;
        background: #fff;
        padding: 10px;
    }
    .btn-menu-pp {
        color: var(--blue-950);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .btn-menu-pp .icon {
        width: 48px;
        height: 48px;
        display: flex;
        background: #f5f5f5;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 5px 15px;
    }
    .btn-menu-pp .icon span {
        width: 100%;
        height: 2px;
        background: var(--blue-950);
    }    
    .menu-mobile-pp.active{
        opacity: 1;
        z-index: 99999999;
    }
    .menu-mobile-pp .overlap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: -1;
        transition: 0.2s all ease-in-out;
        opacity: 0;
    }
    .menu-mobile-pp.active .overlap {
        opacity: 1;
    }
    .menu-mobile-pp .menu-content {
        background: #fff;
        width: 100%;
        max-width: 320px;
        height: 100%;
        margin-left: auto;
        transition: 0.2s all ease 0.3s;
        transform: scaleX(0);
        transform-origin: right;
    }
    .menu-mobile-pp.active .menu-content {
        transform: scaleX(1);
    }
    .menu-mobile-pp .sub-menu {
        display: none;
    }
    .menu-mobile-pp .menu-content .heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #F5F5F5;
        padding: 10px;
    }
    .close-menu-pp {
        cursor: pointer;
        width: 48px;
        height: 48px;
        background: #F5F5F5;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
    }
    .mobile-menu-level-1 {
        border-bottom: 1px solid #F5F5F5;
    }
    .mobile-menu-level-1 .swipe-slide-item {
        width: auto;        
    }
    .mobile-menu-main-lv2 .menu-child-level-2, .child-level-3, .level2-heading svg {
        display: none;
    }
    .mobile-menu-main-lv2 .menu-child-level-2.menu-item-current, .child-level-3.active, .level2-heading.menu-has-child svg {
        display: block;
    }
    .menu-mobile-pp .menu-button-group .menu-mobile {
        height: 100%;
        overflow-y: auto;
    }
    .mobile-menu-level-1 .menu_link {
        padding: 10px 10px;
        display: block;
        cursor: pointer;
    }
    .mobile-menu-level-1 .menu_link.active {
        color: #0F7EBA;
        border-bottom: 1px solid;
    }
    .mobile-menu-main-lv2 {
        color: #13496A;
        font-weight: 600;
        padding: 0 10px;
    }
    .level2-heading .menu_link {
        padding: 10px 0;
        display: block;
        width: 100%;
    }
    .level2-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    .menu-mobile-pp .menu-button-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 73px);
    }
    .menu-mobile-pp .menu-button-group .button-menu {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 10px 0;
    }
    .level2-heading svg {
        transition: 0.2s all ease;
    }
    .level2-heading.active svg {
        transform: rotate(180deg);
    }
    .child-level-3 .label .menu_link {
        font-size: 14px;
        font-weight: 500;
    }
    .child-level-3 .menu_link {
        display: block;
        padding: 5px 0;
    }
    .child-level-3 .col-item {
        border-bottom: 1px solid #F5F5F5;
        padding: 10px 0;
    }
}
@media (max-width: 1199px) {
     .hero01 .img__wrapper {
        aspect-ratio: 354/400;
        border-radius: 12px;
    }
    .hero {
        padding: 0;
        background: var(--white);
        border-radius: 12px;
    }

    .hero__badge {
        border-radius: 12px;
    }

    .hero__cta .hero__btn {
        width: 100%;
        justify-content: center;
    }

    .hero01 .header__content h2.hero__title {
        font-size: 36px;
        /* figma mobile */
    }
    .hero01 .header__content h5.hero__title {
        font-size: 20px;
    }
    .hero__image--pc {
        display: none;
    }

    .hero__image--mb {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero02__header.header__content {
        flex-direction: column;
        gap: 16px;
        margin-top: 0;
    }
    .hero02__header.header__content .header__left {
        width: 100%;
        align-items: center;
    }
    .hero02__header .hero__title {
        text-align: center;
        font-size: 36px;
    }
    .hero02__header.header__content .header__right {
        padding-top: 0;
        align-items: center;
    }
    .hero02__header .hero__desc {
        margin-bottom: 24px;
        text-align: center;
    }
    .hero02__header .hero__cta {
        gap: 0;
    }
    .hero02__header .hero__cta .btn__label {
        display: none;
    }
    .hero02 .img__wrapper {
        width: 100%;
        aspect-ratio: 354/400;
        border-radius: 12px;
    }
    .hero02__header .hero__cta .hero__btn {
        width: 100%;
    }
}
@media all and ( max-width: 999px ) {
    html body {
        font-size: 14px;
    }
    .footer-inner .container {
        padding: 0 15px;
    }
    .bx-about-menu {
        display: block;
    }
    .bx-menu-items-inner {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media all and ( max-width: 810px ) {
    .xclean-events-section-wrapper .event-section {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .xclean-vertical-tabs-wrapper .mystic-vertical-tabs-component {
        flex-direction: column;
        gap: 24px;
    }
    .xclean-vertical-tabs-wrapper .mystic-vertical-tabs-component .mystic-vertical-tabs-nav {
        max-width: 100%;        
    }
    .xclean-vertical-tabs-wrapper .mystic-vertical-tabs-component .nav-tabs-content-wrapper {
        padding: 0;
    }
    .mystic-user-profile-wrapper.xclean-user-profile-wrapper .mystic-user-profile__avatar {
        width: 36px;
        height: 36px;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con {
        padding: 15px 0 !important;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content .e-con {
        padding: 0;
    }
    .elementor-widget-n-tabs span.e-n-tab-title-text {
        font-size: 14px;
        line-height: 1.2;
    }
    .mystic-slide-items {
        min-width: auto !important;
        max-width: 100%;
    }
    .xclean-data-table .ss-inner {
        max-width: 100%;
        overflow-x: auto;
    }
    .xclean-data-table table {
        width: auto !important;
        min-width: 600px;
    }
    .elementor-widget-mystic_news_section .news-card-new-image {
        height: auto;
    }
    .menu-mobile-pp .menu-button-group .button-menu {
        flex-direction: column;
        padding: 0 10px 10px;
    }
}
@media all and ( max-width: 767px ) {
    .button_group {
        flex-direction: column;
    }
    .heading_has_font .hero__title {
        font-size: 16px;
    }
    .hero01__header.header__content {
        max-width: 100% !important;
    }
    .elementor-widget-mystic_news_section .news-section {
        padding: 0;
    }
    .new_layout_list.news-section-container .news-card.news-card--secondary, .elementor-widget-mystic_news_section .news-card {
        flex-direction: column;
    }
    .new_layout_list.news-section-container .news-card-image-link .news-card-new-img, .new_layout_card_grid.news-section-grid .news-section-secondary .news-card-new-img {
        width: 100%;
        height: auto;
    }
}
@media all and ( max-width: 640px ) {}
@media all and ( max-width: 480px ) {}
@media all and ( max-width: 320px ) {}