.text-block-14 p {
            margin-bottom: 0px;
            font-size: 18px;
            line-height: 28px;
        }

        @media all and (max-width: 767px) {
            .text-block-14 p {
                font-size: 14px;
                line-height: 24px;
            }
        }


.wrapper h1{
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper p:last-child{
	margin-bottom: 0;
}

.wrapper p:not(:last-child){
	margin-bottom: 16px;
}

.wrapper a{
	text-decoration: none;
	cursor: pointer;
}

        .heading-9 {
            word-break: break-word;
        }

        #store-box {
            z-index: 20;
        }

                .mobile-menu1 {
                    background-color: transparent !important;
                }

                .bar {
                    height: 2px !important;
                }

                .hamburger {
                    margin: 0 auto;
                    width: 20px;
                    height: 20px;
                    position: relative;
                    overflow: hidden;
                }

                .hamburger.open {
                    height: 22px !important;
                }

                .hamburger .bar {
                    padding: 0;
                    margin: 0;
                    width: 20px;
                    height: 2px;
                    display: block;
                    transition: all 0.1s ease-in-out;
                    position: absolute;
                }

                .hamburger .bar1,
                .hamburger .bar4 {
                    padding: 0;
                    width: 16px;
                    height: 2px;
                    display: block;
                    transition: all 0.1s ease-in-out;
                    position: absolute;
                }

                .bar1 {
                    top: 0;
                    width: 17px !important;
                    right: 0;
                }

                .bar0 {
                    width: 30px;
                    background-color: transparent;
                    left: 0;
                }

                .bar1,
                .bar2,
                .bar4 {
                    background-color: black;
                }

                .bar2,
                .bar3 {
                    top: 9px;
                    height: 2px !important;
                }

                .bar3 {
                    right: 0;
                }

                .bar4 {
                    bottom: 0;
                    right: 0;
                    width: 15px !important;
                }

                .bar5 {
                    bottom: 0;
                    left: 0;
                    height: 2px;
                }

                .hamburger .bar5 {
                    width: 30px;
                    background-color: transparent;
                }

                .hamburger3 .bar1 {
                    transform-origin: 0;
                }

                .hamburger3 .bar4 {
                    transform-origin: 0;
                }

                .hamburger3 .bar5,
                .hamburger3 .bar0 {
                    transform-origin: 0;
                }

                .bar1.open {
                    transform: rotate(45deg) translateY(50%);
                    height: 2px;
                    width: 42px;
                    background-color: transparent;
                }

                .bar3.open {
                    transform: rotate(45deg);
                    height: 2px;
                    background-color: orange;
                }

                .bar2.open {
                    /*     transform: rotate(-45deg) ; */
                    height: 2px;
                    background-color: transparent;
                }

                .bar4.open {
                    transform: rotate(-45deg);
                    height: 2px;
                    width: 42px;
                    background-color: transparent;
                }

                .bar5.open {
                    transform: rotate(-45deg);
                    left: 0;
                    height: 2px;
                    background-color: black;
                    width: 29.5px;
                    bottom: 0;
                }

                .bar0.open {
                    transform: rotate(45deg);
                    height: 2px;
                    background-color: black;
                    width: 29.5px;
                    top: 0;
                }

                .show-menu2 {
                    background-color: #fff !important;
                    top: 56px;
                    position: fixed !important;
                    display: block !important;
                    z-index: 1001;
                    height: 100vh;
                    width: 100vw;
                    overflow: hidden;
                }

                .hide {
                    display: none;
                }

                .fixed {
                    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
                    position: sticky !important;
                    z-index: 10;
                    background-color: #fff;
                    transition: box-shadow 2s, background-color 2s;
                    top: 0;
                }

                .navigation1 {
                    margin-top: 0 !important;
                    margin-bottom: 0 !important;
                    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
                }