.full-width-content .site-inner {
    max-width: 100%;
    padding: 0
}

.full-width-content .content {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0
}

.hero-section {
    background-color: var(--accent);
    color: #fff
}

.hero-title {
    font-size: 52px
}

.large-title {
    font-size: 42px
}

.mz-block-link {
    background: #fff;
    border-radius: 4px;
    color: #242424;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 35px;
    margin-bottom: 30px;
    text-decoration: none;
    transition: all .15s;
    margin-top: 20px
}

.mz-basic-header {
    display: block;
    padding: 20px;
    margin-top: 20px;
    text-align: center
}

.mz-columns,.mz-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center
}

.mz-column,.mz-block-columns h3 {
    text-align: center
}

.mz-column-image img {
    margin: -30px
}

.mz-green-column {
    background: #d4f8e4;
    padding: 20px
}

.mz-section {
    padding: 30px 20px
}

.tab-buttons {
    text-align: center;
    justify-content: center
}

.button.service-button {
    background: #fff;
    color: #272727;
    border: 1px solid #0067f8
}

.mz-block-header-desc {
    max-width: 960px;
    margin: 0 auto
}

.mz-value {
    display: flex
}

.mz-value-image {
    min-width: 70px
}

.breadcrumbs {
    display: none
}

.social-share,.breadcrumb,.breadcrumbs,.entry-header {
	display: none
}

.grid-container {
	max-width: 1240px;
	margin: 0 auto
}

@media (min-width:769px) {
.hero-section {
    padding: 50px 20px
}

.mz-basic-header {
    padding: 30px
}

.mz-column,.mz-block-column {
    flex: calc(33.33% - 30px)
}

.mz-green-column {
    padding: 50px
}

.mz-cta {
    flex-wrap: nowrap;
    font-size: 20px;
    gap: 80px
}

.mz-cta-title {
    font-size: 42px
}

.mz-cta-button a {
    min-width: max-content
}}

@media (max-width:768px) {
    .hero-section {
        text-align: center
    }

    .hero-title,.large-title {
        font-size: 32px
    }

    .button.service-button {
        width: 100%
    }

    .m-order-1 {
        order: 1
    }

    .m-order-2 {
        order: 2
    }

    .mz-section .mz-section {
        padding: 0
    }

    .mz-cta {
        flex-wrap: wrap;
        padding: 30px;
        text-align: center;
        gap: 20px
    }

    .mz-cta-button a {
        font-size: 16px
    }

    .mz-block-faq h3 {
        font-size: 20px
    }

    .mz-cta-button {
        width: 100%
    }

    .mz-cta-title {
        font-size: 28px
    }
}

.mz-block-faq {
    background: #fff
}

.accordion-body {
    color: #444
}

.mz-block-faq h3 {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: grid;
    font-size: 24px;
    gap: 20px;
    grid-template-columns: 1fr auto;
    margin: 10px 0;
    padding: 10px 0;
    transition: box-shadow .15s ease
}

.mz-block-faq h3:hover {
    color: var(--accent)
}

.mz-block-faq h3:hover .collapsible-mark {
    color: currentColor
}

.mz-block-faq h3 .collapsible-mark {
    border: 2px solid;
    border-radius: 50%;
    color: #797979;
    display: block;
    height: 20px;
    position: relative;
    transition: transform .3s ease;
    width: 20px
}

.mz-block-faq h3 .collapsible-mark:after,.mz-block-faq h3 .collapsible-mark:before {
    background-color: currentColor;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10px
}

.mz-block-faq h3 .collapsible-mark:before {
    transform: translate(-50%,-50%) rotate(90deg)
}

.mz-block-faq__item>div {
    max-height: 0;
    max-width: calc(100% - 40px);
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: max-height .3s,transform .3s ease,opacity .2s ease
}

.mz-block-faq__item.is-open>div {
    max-height: 100%;
    transform: rotateX(0deg)
}

.mz-block-faq__item.is-open h3 .collapsible-mark:before {
    display: none
}

.mz-cta-container {
    padding: 20px;
    margin: 0 auto;
    background: var(--accent);
    margin-bottom: -150px;
    margin-top: 100px
}

.mz-cta {
    align-items: center;
    background-color: #0067f8;
    border-radius: 10px;
    color: #fff;
    display: flex;
    margin-bottom: 80px;
    margin-top: -100px;
    padding: 50px;
    position: relative
}

.mz-cta-title {
    font-size: 32px;
    font-weight: 600
}

.mz-cta-button a {
    background: #fff;
    color: #333;
    border-radius: 6px;
    color: #2d2520;
    display: inline-block;
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
    transition: all .15s
}
