:root {
    --clr-black: #231F20;
    --clr-text: #0A352C;
    --clr-primary: #72C4AD;
    --clr-white: #fff;
    --clr-grey: #F4F4F5;
    --clr-bg: #FAF2ED;

}

:root {
    --mty-main-color: #72c4ad;
}

:root {
    --mty-custom-background: #0a352c;
}

:root {
    --mty-button-text-color: #0a352c;
}

:root {
    --mty-footer-custom-background: #72c4ad;
}


body {
    color: var(--clr-text);
}

h1,
.h1 {
    font-size: clamp(-0.5rem, 4.625rem, 4.625rem);
}

h2,
.h2 {
    font-size: clamp(2.5rem, 3.625rem, 5.625rem);
}



/* header */

.header__wrapper {
    /* padding: 20px 24px; */
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
}

.header__logo,
.header__brands {
    margin-top: 0px;
}

.header__logo-link img,
.header__logo-link svg {
    max-width: 212px;
}

.header.dark.second .header__button .btn-primary {
    background-color: var(--clr-primary);
    color: var(--clr-text);
    border-color: var(--clr-primary);
}

.brand-hero-second__title {
    color: var(--clr-text);
    font-weight: 900;
    line-height: 90px;
    text-align: left;
    margin-bottom: 2.375rem;

}

.brand-hero-second__description {
    color: var(--clr-text);
    font-size: 1.625rem;
    max-width: 500px;
}

.brand-hero-second.above .row {
    /*position: relative;*/
}


.brand-hero-second__background-logo {
    position: absolute;
    bottom: 19%;
    width: 100%;
    margin: 0 auto;
    height: auto;
    left: 0;
}

@media (max-width: 1700px) {
    .brand-hero-second__background-logo {
        position: absolute;
        bottom: 2%;
        width: 100%;
        margin: 0 auto;
        height: auto;
        left: 0;
    }
}


.brand-hero-second__background-logo img {
    position: absolute;
    left: 0;
    width: 100vw;
    height: auto;
}

.brand-about__right-text_subtitle {
    font-weight: 800;
    font-size: 58px;
    text-transform: uppercase;
}

.brand-about__right-wrapper_desc {
    margin-right: 22px;
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 992px) {
    .brand-about__right {
        max-width: 684px;
        margin-top: 2.8125rem;
    }

    .brand-about {
        padding: 211px 0 88px;
    }

    .brand-about {
        padding: 211px 0 128px;
    }
}

/*--------------------------------why-franchisees-love-tacoTime---------------------*/

.why-franchisees-love-tacoTime__title-section--title {
    color: var(--clr-text);
    font-weight: 800;
}

.why-franchisees-love-tacoTime .container {
    padding: 130px 24px 120px;
}

.why-franchisees-love-tacoTime__title-section--title {
    text-transform: uppercase;
    font-size: clamp(2.5rem, 3.625rem, 5.625rem);
}

.why-franchisees-love-tacoTime__content-section--points .point {
    padding-left: 0;
    margin-bottom: 45px;
}

.why-franchisees-love-tacoTime__content-section--points .point__title h3 {
   /* margin: 0 0 0 107px;*/
    font-size: 32px;
}

.why-franchisees-love-tacoTime__content-section--points .point__description {
    /*color: #0A352CD9;*/
    margin-top: 30px;
}

.why-franchisees-love-tacoTime__content-section--points .point__description p {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 0;
}

.why-franchisees-love-tacoTime__content-section {
    gap: 0;
}

.why-franchisees-love-tacoTime__content-section--images {
    padding-left: 100px;
    max-width: 685px;
}

.why-franchisees-love-tacoTime__content-section--points {
    max-width: 700px;
}

.why-franchisees-love-tacoTime__content-section--points .point__title {
    align-items: center;
}

.why-franchisees-love-tacoTime__title-section {
    margin-bottom: 68px;
}

.why-franchisees-love-tacoTime__content-section--points .button a {
    color: #0A352C;
}

/*--------------------------numbers---------------------*/

.numbers-section {
    padding: 32px 0px 86px;
}

.numbers-section__right-card {
    padding: 42px 60px;
    border: none;
    border-bottom: 1px solid var(--clr-primary);
}

.numbers-section__right-card_desc {
    font-weight: 500;
    font-size: 26px;
    color: #0A352CD9;
    text-align: center;
}

.numbers-section__right-card_number {
    margin: 0 0 3px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 46px;
    color: #72C4AD;
}

.numbers-section__left {
    background-color: var(--clr-primary);
    align-self: baseline;
    flex-shrink: 2;
    padding: 65px 50px;
    margin: 50px 111px 0 auto;
    width: 100%;
    color: var(--clr-white);
    border-radius: 25px;
}


.numbers-section__left-title {
    max-width: 450px;
    margin: 0 0 35px;
}

.numbers-section__left-title p {
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 800;
}

.numbers-section__left-desc span {
    font-size: 24px;
    line-height: 1.3;
}

.numbers-section__left-desc {
    margin-bottom: 90px;
    max-width: 468px;
}

.numbers-section__left-subtitle {
    max-width: 357px;
    text-transform: none;
}

.numbers-section__left-subtitle p {
    margin: 0;
    font-size: 32px;
}

.btn-primary-big-white {
    color: var(--clr-primary);
}


/*------------------------testimonial-----------------------*/

.testimonial-slider__title h2 p {
    font-size: 58px;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 490px;
}

.testimonial-slider .container {
    align-items: baseline;
    gap: 200px;
}

/*.testimonial-slider__slides:before {
    background: url(https://mty-stg.itwcorp2.info/wp-content/webp-express/webp-images/uploads/2023/06/mucho_burito_bgs1.png.webp), linear-gradient(90deg, #0a352c 89%, rgba(255, 255, 255, 0) 100%);!important;
}*/

.testimonial-slider__slides:before {
    top: -200px !important;
    height: calc(200% + 20px) !important;

}

.testimonial-slider__slides:before {
    background: linear-gradient(90deg, #0a352c 60%, rgba(255, 255, 255, 0) 100%) !important;
}

.testimonial-slider__slides:before {
    /*background: none;*/
}

.testimonial-slider__slides {
    max-width: 530px;
    width: 100%;
    flex: 1 1 530px;
    position: relative;
}

.testimonial-slider__slides--slide {
    border-radius: 25px;
    padding: 27px 43px 130px;
    border: 1px solid #72C4AD33;
    background: #72C4AD33;
    color: var(--clr-white);
}

.testimonial-slider__slides--slide .description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.testimonial-slider__slides--slide .avatar .name {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}



/*-------------------------our-restaurants---------------------*/

@media (min-width: 992px) {
    .our-restaurants {
        padding: 132px 0 120px;
    }

    .our-concept__image {
        padding-top: 44px;
    }
}

.our-restaurants__title {
    max-width: 400px;
}

.our-restaurants__title p {
    margin: 0;
    font-size: 58px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
}

.wysiwyg.wysiwyg_brand {
    font-size: 20px !important;
    font-weight: 400;
   /* color: var(--clr-black) !important;*/
    line-height: 27px !important;
}

/*--------------------instagram-feed--------------*/

.instagram-feed-section {
    padding: 115px 0;
    background-color: #FAF2ED;
}

.instagram-feed-section__title {
    text-transform: uppercase;
    font-size: 46px;
    margin: 22px 0 0;
    font-weight: 800;
}

.instagram-feed-section .container {
    max-width: 1526px;
    padding: 0;
}

@media (min-width: 992px) {
    .instagram-feed-section__shortcode {
        margin-top: 40px;
    }
}

#sb_instagram #sbi_images .sbi_item {
    border-radius: 25px;
}

.instagram-feed-section__social-title {
    font-size: 32px;
    text-transform: none;
}

@media (min-width: 992px) {
    .cta-section.brand-style {
        padding: 150px 0 130px;
    }
}

.cta-section.brand-style .cta-section__title {
    margin: 0 0 24px;
    font-size: 3.625rem;
    font-weight: 800;
    color: var(--clr-white);
    text-transform: uppercase;
    max-width: 810px;
    line-height: 1.2;
}

.cta-section.brand-style .cta-section__description {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: var(--clr-white);
}

.cta-section__button-wrapper {
    margin-top: 38px;
}

.cta-section.brand-style .cta-section__button {
    background-color: var(--clr-primary);
    color: var(--clr-text);
    border-color: var(--clr-primary);
}

/*-----------------------------faq-section--------------------*/

.faq-section.video .faq-section__subtitle {
    font-size: 50px;
    font-weight: 800 !important;
    line-height: 66px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .faq-section.video .row .col-md-12:not(.faq-section__video) {
        padding-top: 120px;
        padding-bottom: 140px;
        padding-left: 0;
        padding-right: 0;
    }
}

.faq-section.video .faq-section__subtitle p {
    margin: 0px 0 30px;
}

.faq-section__categories-button {
    font-size: 14px;
    line-height: 19px;
    padding: 6px 25px 6px;
    min-width: 95px;
    background: var(--clr-grey);
    font-weight: 600;
}


.faq-section__categories+.faq-section__content {
    margin-top: 50px;
}

.wysiwyg.wysiwyg_small {
    font-size: 24px;
    line-height: 31px;
}

.faq-section__question {
    padding: 28px 0;
    border-bottom: 1px solid #0A352CD9;
}



.cta-before-footer__title h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.cta-before-footer__image-after {
    display: none;
}

.cta-before-footer__image-before .first {
    display: none;
}

.cta-before-footer__title {
    max-width: 515px;
}

.cta-before-footer__image-before .center {
    position: absolute;
    top: 152px;
    left: 140px;
}

.cta-before-footer .container {
    padding: 135px 0 130px 340px;
    margin: 0 auto;
    align-items: flex-start;
    gap: 128px;
    /*background-color: var(--clr-bg);*/
}

.cta-before-footer {
    background-color: var(--clr-bg);
}

.cta-before-footer__title {
    margin-top: 25px;
}

.cta-before-footer__content--description {
    font-size: 24px;
}

.cta-before-footer__content a {
    background-color: var(--clr-primary);
    color: var(--clr-text);
    font-size: 16px;
    padding: 18px 40px;
    border: 2px solid var(--clr-primary);
}

.cta-section__wrapper .cta-section__button {
    border-color: var(--clr-primary);
}


.footer {
    background: black!important;
}


/*--------------madia--------------*/

@media (max-width: 991px) {

    .h2,
    h2 {
        font-size: 25px;
        line-height: 66px;
    }

    .numbers-section__left-title {
        margin: auto;
    }

    .numbers-section__left-desc {
        text-align: center;
        margin-bottom: 50px;
        max-width: 543px;
        margin-left: auto;
        margin-right: auto;
    }

    .numbers-section__left-subtitle {
        max-width: 433px;
        text-transform: none;
        text-align: center;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .header.dark.second .header__button .btn-primary:hover {
        background: #fff;
        color: #0a352c;
        border-color: #0a352c;
    }

    .why-franchisees-love-tacoTime__content-section--points .button a:hover {
        color: #0a352c;
    }

    .cta-before-footer__content a:hover {
        background: #fff;
        color: #0a352c;
        border-color: #0a352c;
    }

}

@media (max-width: 767px) {

    .brand-hero-second__description,
    .brand-hero-second__description span {
        font-size: 24px !important;
    }

    .header.dark .header__burger {
        border-color: var(--clr-primary);
    }

    .header.dark .header__burger rect {
        fill: var(--clr-primary);
    }

    .brand-hero-second__title {
        color: var(--clr-text);
        font-weight: 900;
        line-height: 46px;
        text-align: center;
        margin-bottom: 2.375rem;
        font-size: 46px;
    }

    .brand-about__right-text_subtitle {
        margin: 0;
        font-size: 29px;
        line-height: 32px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;

    }

    .brand-about__left {
        display: block;
        order: 2;
    }

    .brand-about__left img {
        max-width: 520px;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 26px;
    }

    .brand-about {
        padding: 125px 0 56px;
    }

    .brand-about__right-wrapper_desc p {
        margin-top: 0;
        color: var(--clr-black-75);
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }

    .why-franchisees-love-tacoTime .container {
        padding: 56px 24px 62px;
    }

    .why-franchisees-love-tacoTime__title-section {
        margin-bottom: 28px;
    }

    .why-franchisees-love-tacoTime__title-section--title {
        text-transform: uppercase;
        font-size: 29px;
        font-weight: 800;
        line-height: 32px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .why-franchisees-love-tacoTime__content-section--points .point__title h3 {
        margin: 0 0 0 95px;
        font-size: 24px;
        font-weight: 700;
    }

    .why-franchisees-love-tacoTime__content-section--images {
        padding-left: 0;
        padding-top: 25px;
        max-width: 685px;
    }

    .numbers-section {
        padding: 16px 0px 74px;
    }

    .numbers-section__left-title p,
    .numbers-section__left-title span {
        font-size: 32px !important;
        line-height: 100% !important;
        text-align: center;
        font-weight: 800;
    }

    .numbers-section__left {
        padding: 30px 22px;
    }

    .numbers-section__left-desc span {
        font-size: 20px;
        line-height: 1.3;
    }

    .numbers-section__left-title {
        margin: auto;
    }

    .numbers-section__left-desc {
        text-align: left;
        margin-bottom: 50px;
        max-width: 543px;
        margin-left: auto;
        margin-right: auto;
    }

    .numbers-section__left-subtitle p {
        margin: -25px;
        font-size: 24px;
        line-height: 29px;
    }

    .numbers-section__left-subtitle {
        max-width: 433px;
        text-transform: none;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .numbers-section__left-btn-wrapper {
        align-items: center;
    }

    .numbers-section__right-card_number p {
        margin: 0;
        font-size: 36px;
    }

    .numbers-section__right-card {
        padding: 42px 20px;
    }

    .testimonial-slider {
        background: url(https://mty-stg.itwcorp2.info/wp-content/webp-express/webp-images/uploads/2023/06/mucho_burito_bgs1.png.webp), linear-gradient(90deg, #0a352c 89%, rgba(255, 255, 255, 0) 100%);
        !important;
    }

    .testimonial-slider__slides--slide {
        border-radius: 25px;
        padding: 0px 15px 0px;
    }

    .testimonial-slider__title {
        margin: auto;
    }

    .testimonial-slider__title h2 p {
        font-size: 29px;
    }

    .testimonial-slider .container {
        align-items: baseline;
        gap: 25px;
    }

    .testimonial-slider__slides--slide .description {
        line-height: 117%;
    }

    .testimonial-slider .container {
        flex-wrap: wrap;
        padding: 72px 16px 56px;
    }

    .our-restaurants__title p {
        margin: 0;
        font-size: 29px;
    }

    .our-restaurants {
        padding: 60px 0 58px;
    }

    .cta-section.brand-style {
        padding: 58px 0 68px;
    }

    .instagram-feed-section {
        padding: 30px 0 54px;
    }

    .instagram-feed-section__title {
        text-transform: uppercase;
        font-size: 30px;
        padding: 0 10px;
    }

    .instagram-feed-section__shortcode {
        margin-top: 4px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .cta-section.brand-style .cta-section__title {
        margin: 0 0 24px;
        font-size: 32px !important;
    }

    .cta-section__mobile-button .btn-secondary-always-big {
        background: var(--clr-primary);
        color: var(--clr-white);
        border-color: var(--clr-primary);
    }

    .cta-section.brand-style .cta-section__description {
        font-size: 18px;
        font-weight: 400;
    }

    .faq-section.video .faq-section__subtitle {
        font-size: 30px !important;
        font-weight: 800 !important;
    }

    .faq-section__categories-wrapper {
        padding: 4px 4px 4px 0;
    }

    .faq-section.video .faq-section__question-title {
        font-weight: 700;
        font-size: 18px;
    }

    .faq-section.video .row .col-md-12:not(.faq-section__video) {
        padding-top: 60px;
    }

    .wysiwyg.wysiwyg_small {
        font-size: 20px;
        line-height: 26px;
    }

    .cta-before-footer .container {
        padding: 80px 20px 62px;
        text-align: center;
        gap: 40px;
        justify-content: center;
    }

    .cta-before-footer__content {
        align-items: center;
    }

    .cta-before-footer__image-before {
        display: flex;
        justify-content: center;
    }

    .cta-before-footer__image-before .center {
        position: relative;
        top: 50px;
        left: auto;
    }

    .cta-before-footer__title h2 {
        font-size: 30px;
    }

    .cta-before-footer__content--description {
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }

    .faq-section.video {
        padding: 0 0 58px;
    }
}

@media screen and (max-width: 406px) {
    .testimonial-slider__slides--slide {
        min-height: 440px;
    }
}

.header.dark:before {
    /*background: #0a352c;*/
    background: #000;
}

#block_6cca76602e893d4a5c2ccc87fbc64180 {
    background-color: #263922;
}

#block_122cd3ceea5e3d9255da977da722fa7d {
    background-color: #f4ead4 !important;
}

#block_7f40daa40e4b9087d6e8ae554342b354 {
    background-color: #9aac96 !important;
}

#block_4d1f7db28d46fd7f4c6a5958c6227b44 {
    background-color: #f4ead4 !important;
}

#block_b87d37fcf42b1a06f840e08957d74df2 {
    background-color: #f4ead4 !important;
}

#block_ad24aed5267a94dd113dc83ee6a03496 {
    /*background: #f4ead4 !important;*/
}


.btn-primary-big-white {
    color: #f4ead4;
}

.cta-before-footer__content a {
    background: #ff7112 !important;
    border: 2px solid #ca5203 !important;
}

.faq-section.video .faq-section__question-title {
    /*color: #fff !important;*/
}

.faq-section__question {
    /*color: #fff !important;*/
}

@media (max-width: 991px) {
    .brand-hero-second__content {
        padding-top: 0px !important;
    }
}


.hamburger {
    &:before {
        background: #263922 !important;

    }
}

@media (max-width: 767px) {

    .header.hide.dark:before,
    .header.sticky.dark:before {
        background: #000000;
    }
}

.btn-primary {
    background: #7fd5d7 !important;
    border: 2px solid #6db6b8 !important;
}

.btn-primary-always-big {
    background: #ff7112 !important;
    border: 2px solid #ca5203 !important;
}

.faq-section__categories-button.active {
    background: #ff7112 !important;
    border-color: #ca5203 !important;
    color: #fff;
}

.numbers-section__left {
    /*background: var(--clr-white) !important;*/
    background:#000000;
}

.numbers-section__right-card_number {
    color: #263922;
}

.numbers-section__right-card {
    border-bottom: 1px solid #263922;
}

#block_122cd3ceea5e3d9255da977da722fa7d {
    background-image: url();
}

.brand-about__right-text_subtitle {
    margin: 0;
}

#block_7f40daa40e4b9087d6e8ae554342b354 {
    background-color: #faf2ed;
}

.btn-primary-big-white {
    background-color: #0a352c;
    border-color: #0a352c;
}

.testimonial-slider {
    background-color: #78b2a6 !important;
}

.testimonial-slider__slides:before {
    background: linear-gradient(90deg, #0a352c 89%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 992px) {
    #block_b33132c88d374aa88c150301981e0e58 {
        /*background-image: url(https://mtyfranchising.com/wp-content/uploads/2024/12/mucho_burito_bgs1.png);*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .testimonial-slider {
        background: #ff7112 !important;
    }
}

.testimonial-slider__slides--slide {
    background: #f7efd0;
    color: #333;
}

#block_50f28b86fd4a854e010198b5c5e2bead {
    background-color: #ffffff;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
    background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: -25px;
}

.slider-wrapper .image-list {
    display: flex;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.slider-wrapper .image-list .image-item {
    width: 325px;
    height: 400px;
    object-fit: cover;
}

.container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
        display: none !important;
    }

    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .slider-wrapper .image-list .image-item {
        width: 280px;
        height: 380px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }
}

#block_1220b977136641ae1bc6eecad0a0c33b {
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#block_1220b977136641ae1bc6eecad0a0c33b {
    background-color: ;
}

.faq-section.video .faq-section__subtitle {
    font-weight: 700;
}

.faq-section.video .faq-section__question-title {
    font-weight: 700;
}

#block_56436a3cd2c39fb79750450d15ca9788 {
    background-image: url("https://mtyfranchising.com/wp-content/uploads/2024/12/mucho_burito_bgs.png");
}

@media screen and (max-width: 768px) {
    #block_56436a3cd2c39fb79750450d15ca9788 {
        background-image: url("https://mtyfranchising.com/wp-content/uploads/2024/12/mucho_burito_bgs_mobile-188x300.png");
    }
}

#block_1220b977136641ae1bc6eecad0a0c33b {
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#block_1220b977136641ae1bc6eecad0a0c33b {
    background-color: ;
}

.faq-section.video .faq-section__subtitle {
    font-weight: 700;
}

.faq-section.video .faq-section__question-title {
    font-weight: 700;
}

    .header__logo-link img,
    .header__logo-link svg {
        max-height: 80px;
    }
    :root {
        --mty-button-font: 'Inter', sans-serif;
    }
    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        src: url('https://mtyfranchising.com/wp-content/uploads/2023/10/inter-v12-cyrillic_latin-300.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        src: url('https://mtyfranchising.com/wp-content/uploads/2023/10/inter-v12-cyrillic_latin-regular.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        src: url('https://mtyfranchising.com/wp-content/uploads/2023/10/inter-v12-cyrillic_latin-500.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        src: url('https://mtyfranchising.com/wp-content/uploads/2023/10/inter-v12-cyrillic_latin-600.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        src: url('https://mtyfranchising.com/wp-content/uploads/2023/10/inter-v12-cyrillic_latin-700.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        src: url('https://mtyfranchising.com/wp-content/uploads/2023/10/inter-v12-cyrillic_latin-800.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        src: url('https://mtyfranchising.com/wp-content/uploads/2023/10/inter-v12-cyrillic_latin-900.woff2') format('woff2');
    }

    :root {
        --mty-body-text-font: 'Barlow';
    }

    :root {
        --mty-subtitle-font: 'Barlow';
    }

    :root {
        --mty-heading-font: 'Barlow';
    }
    img:is([sizes="auto" i], [sizes^="auto," i]) {
        contain-intrinsic-size: 3000px 1500px
    }

    .safe-svg-cover {
        text-align: center
    }

    .safe-svg-cover .safe-svg-inside {
        display: inline-block;
        max-width: 100%
    }

    .safe-svg-cover svg {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        width: 100%
    }

    /*! This file is auto-generated */
    .wp-block-button__link {
        color: #fff;
        background-color: #32373c;
        border-radius: 9999px;
        box-shadow: none;
        text-decoration: none;
        padding: calc(.667em + 2px) calc(1.333em + 2px);
        font-size: 1.125em
    }

    .wp-block-file__button {
        background: #32373c;
        color: #fff;
        text-decoration: none
    }

    :root {
        --wp--preset--aspect-ratio--square: 1;
        --wp--preset--aspect-ratio--4-3: 4/3;
        --wp--preset--aspect-ratio--3-4: 3/4;
        --wp--preset--aspect-ratio--3-2: 3/2;
        --wp--preset--aspect-ratio--2-3: 2/3;
        --wp--preset--aspect-ratio--16-9: 16/9;
        --wp--preset--aspect-ratio--9-16: 9/16;
        --wp--preset--color--black: #000000;
        --wp--preset--color--cyan-bluish-gray: #abb8c3;
        --wp--preset--color--white: #ffffff;
        --wp--preset--color--pale-pink: #f78da7;
        --wp--preset--color--vivid-red: #cf2e2e;
        --wp--preset--color--luminous-vivid-orange: #ff6900;
        --wp--preset--color--luminous-vivid-amber: #fcb900;
        --wp--preset--color--light-green-cyan: #7bdcb5;
        --wp--preset--color--vivid-green-cyan: #00d084;
        --wp--preset--color--pale-cyan-blue: #8ed1fc;
        --wp--preset--color--vivid-cyan-blue: #0693e3;
        --wp--preset--color--vivid-purple: #9b51e0;
        --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
        --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
        --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
        --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
        --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
        --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
        --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
        --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
        --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
        --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
        --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
        --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
        --wp--preset--font-size--small: 13px;
        --wp--preset--font-size--medium: 20px;
        --wp--preset--font-size--large: 36px;
        --wp--preset--font-size--x-large: 42px;
        --wp--preset--spacing--20: 0.44rem;
        --wp--preset--spacing--30: 0.67rem;
        --wp--preset--spacing--40: 1rem;
        --wp--preset--spacing--50: 1.5rem;
        --wp--preset--spacing--60: 2.25rem;
        --wp--preset--spacing--70: 3.38rem;
        --wp--preset--spacing--80: 5.06rem;
        --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
        --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
        --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
        --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
        --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    }

    :where(.is-layout-flex) {
        gap: 0.5em;
    }

    :where(.is-layout-grid) {
        gap: 0.5em;
    }

    body .is-layout-flex {
        display: flex;
    }

    .is-layout-flex {
        flex-wrap: wrap;
        align-items: center;
    }

    .is-layout-flex> :is(*, div) {
        margin: 0;
    }

    body .is-layout-grid {
        display: grid;
    }

    .is-layout-grid> :is(*, div) {
        margin: 0;
    }

    :where(.wp-block-columns.is-layout-flex) {
        gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
        gap: 2em;
    }

    :where(.wp-block-post-template.is-layout-flex) {
        gap: 1.25em;
    }

    :where(.wp-block-post-template.is-layout-grid) {
        gap: 1.25em;
    }

    .has-black-color {
        color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-color {
        color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-color {
        color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-color {
        color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-color {
        color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-color {
        color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-color {
        color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-color {
        color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-color {
        color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-color {
        color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-color {
        color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-color {
        color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-background-color {
        background-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-background-color {
        background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-background-color {
        background-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-background-color {
        background-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-background-color {
        background-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-background-color {
        background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-background-color {
        background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-background-color {
        background-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-background-color {
        background-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-background-color {
        background-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-background-color {
        background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-background-color {
        background-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-border-color {
        border-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-border-color {
        border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-border-color {
        border-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-border-color {
        border-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-border-color {
        border-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-border-color {
        border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-border-color {
        border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-border-color {
        border-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-border-color {
        border-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-border-color {
        border-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-border-color {
        border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-border-color {
        border-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
        background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
    }

    .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
        background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
    }

    .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
        background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-orange-to-vivid-red-gradient-background {
        background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
    }

    .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
        background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
    }

    .has-cool-to-warm-spectrum-gradient-background {
        background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
    }

    .has-blush-light-purple-gradient-background {
        background: var(--wp--preset--gradient--blush-light-purple) !important;
    }

    .has-blush-bordeaux-gradient-background {
        background: var(--wp--preset--gradient--blush-bordeaux) !important;
    }

    .has-luminous-dusk-gradient-background {
        background: var(--wp--preset--gradient--luminous-dusk) !important;
    }

    .has-pale-ocean-gradient-background {
        background: var(--wp--preset--gradient--pale-ocean) !important;
    }

    .has-electric-grass-gradient-background {
        background: var(--wp--preset--gradient--electric-grass) !important;
    }

    .has-midnight-gradient-background {
        background: var(--wp--preset--gradient--midnight) !important;
    }

    .has-small-font-size {
        font-size: var(--wp--preset--font-size--small) !important;
    }

    .has-medium-font-size {
        font-size: var(--wp--preset--font-size--medium) !important;
    }

    .has-large-font-size {
        font-size: var(--wp--preset--font-size--large) !important;
    }

    .has-x-large-font-size {
        font-size: var(--wp--preset--font-size--x-large) !important;
    }

    :where(.wp-block-post-template.is-layout-flex) {
        gap: 1.25em;
    }

    :where(.wp-block-post-template.is-layout-grid) {
        gap: 1.25em;
    }

    :where(.wp-block-columns.is-layout-flex) {
        gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
        gap: 2em;
    }

    :root :where(.wp-block-pullquote) {
        font-size: 1.5em;
        line-height: 1.6;
    }
