html { overflow-x: hidden; width: 100%; }
a, a:hover { text-decoration: none; }

/***** DISPLAY *****/
.d-flex { display: flex; }
.d-none { display: none; }
.d-block { display: block; }
.d-inline-flex { display: inline-flex; }
.flex-align-center { align-items: center; }
.flex-justify-center { justify-content: center; }
.d-flex-row-reverse { flex-direction: row-reverse; }
.flex-wrap { flex-wrap: wrap; }
 
@media screen and (max-width: 767px) {
    .d-block-mobile {
        display: block;
    }
    .d-none-mobile {
        display: none;
    }
}
 /* H1 / Page Headings */
 h1.page-heading-lg, .page-heading-lg { font-size: 3.5rem; }
 h1.page-heading-md, .page-heading-md, .page-heading h1 { font-size: 3rem; }
 h1.page-heading-sm, .page-heading-sm { font-size: 2.5rem; }
 
 @media screen and (max-width: 800px){
    h1.page-heading-lg, .page-heading-lg { font-size: 2.5rem; }
    h1.page-heading-md, .page-heading-md, .page-heading h1 { font-size: 1.5rem; }
    h1.page-heading-sm, .page-heading-sm { font-size: 1.25rem; }
 }
 
 /* H2 / Section Headings */
 h2.section-heading-lg, .section-heading-lg { font-size: 3rem; }
 h2.section-heading-md, .section-heading-md, .section-heading { font-size: 2.5rem; }
 h2.section-heading-sm, .section-heading-sm { font-size: 1.7rem; }
 
@media screen and (max-width: 800px){
    h2.section-heading-lg, .section-heading-lg { font-size: 2.25rem; }
    h2.section-heading-md, .section-heading-md, .section-heading { font-size: 2.1rem; }
    h2.section-heading-sm, .section-heading-sm { font-size: 1.5rem; }
 }
 
 /* H3 / Subtitles */
 h3.subtitle-lg, .subtitle-lg { font-size: 1.8rem; }
 h3.subtitle-md, .subtitle-md, .subtitle { font-size: 1.2rem; }
 h3.subtitle-sm, .subtitle-sm { font-size: 1rem; }
 
@media screen and (max-width: 800px){
    h3.subtitle-lg, .subtitle-lg { font-size: 1.5rem; }
    h3.subtitle-md, .subtitle-md, .subtitle { font-size: 1.2rem; }
    h3.subtitle-sm, .subtitle-sm { font-size: 0.9rem; }
 }
 
 /* Content / Paragraphs */
 p.p-lg, .p-lg { font-size: 1.1rem; }
 p.p-md, .p-md { font-size: 0.9rem; }
 p.p-sm, .p-sm { line-height: 1.65em; font-size: 0.875rem; }
 
@media screen and (max-width: 800px){
    p.p-lg, .p-lg { font-size: 1rem; }
    p.p-md, .p-md { font-size: 0.9rem; }
    p.p-sm, .p-sm { line-height: 1.65em; font-size: 0.875rem; }
 }
 
 /* Label */
 .label {
    font-style: normal;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1em;
    letter-spacing: 3.5px;
    text-transform: uppercase;
 }
 
 /* Font Weight */
 .font-weight-extrabold, .font-weight-extrabold h1, .font-weight-extrabold h2, .font-weight-extrabold h3, .font-weight-extrabold h4, .font-weight-extrabold h5, .font-weight-extrabold h6, h1.font-weight-extrabold, h2.font-weight-extrabold, h3.font-weight-extrabold, h4.font-weight-extrabold, h5.font-weight-extrabold, h6.font-weight-extrabold, .font-weight-extrabold p, .font-weight-extrabold div, p.font-weight-extrabold, .font-weight-extrabold *, *.font-weight-extrabold { font-weight: 800; }
 
 .font-weight-bold, .font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, h1.font-weight-bold, h2.font-weight-bold, h3.font-weight-bold, h4.font-weight-bold, h5.font-weight-bold, h6.font-weight-bold, .font-weight-bold p, .font-weight-bold div, p.font-weight-bold, .font-weight-bold *, *.font-weight-bold { font-weight: 700; }
 
 .font-weight-regular, .font-weight-regular h1, .font-weight-regular h2, .font-weight-regular h3, .font-weight-regular h4, .font-weight-regular h5, .font-weight-regular h6, h1.font-weight-regular, h2.font-weight-regular, h3.font-weight-regular, h4.font-weight-regular, h5.font-weight-regular, h6.font-weight-regular, .font-weight-regular p, .font-weight-regular div, p.font-weight-regular, .font-weight-regular *, *.font-weight-regular { font-weight: 400; }
 
 .font-weight-light, .font-weight-light h1, .font-weight-light h2, .font-weight-light h3, .font-weight-light h4, .font-weight-light h5, .font-weight-light h6, h1.font-weight-light, h2.font-weight-light, h3.font-weight-light, h4.font-weight-light, h5.font-weight-light, h6.font-weight-light, .font-weight-light p, .font-weight-light div, p.font-weight-light, .font-weight-light *, *.font-weight-light { font-weight: 300; }
 
 .font-weight-extralight, .font-weight-extralight h1, .font-weight-extralight h2, .font-weight-extralight h3, .font-weight-extralight h4, .font-weight-extralight h5, .font-weight-extralight h6, h1.font-weight-extralight, h2.font-weight-extralight, h3.font-weight-extralight, h4.font-weight-extralight, h5.font-weight-extralight, h6.font-weight-extralight, .font-weight-extralight p, .font-weight-extralight div, p.font-weight-extralight, .font-weight-extralight *, *.font-weight-extralight { font-weight: 200; }
 
 /* Line Height */
 .line-height-sm, .line-height-sm h1, .line-height-sm h2, .line-height-sm h3, .line-height-sm h4, .line-height-sm h5, .line-height-sm h6, h1.line-height-sm, h2.line-height-sm, h3.line-height-sm, h4.line-height-sm, h5.line-height-sm, h6.line-height-sm, .line-height-sm p, .line-height-sm div, p.line-height-sm, .line-height-sm *, *.line-height-sm { line-height: 1; }
 
 .line-height-regular, .line-height-regular h1, .line-height-regular h2, .line-height-regular h3, .line-height-regular h4, .line-height-regular h5, .line-height-regular h6, h1.line-height-regular, h2.line-height-regular, h3.line-height-regular, h4.line-height-regular, h5.line-height-regular, h6.line-height-regular, .line-height-regular p, .line-height-regular div, p.line-height-regular, .line-height-regular *, *.line-height-regular { line-height: 1.1em; }
 
 .line-height-md, .line-height-md h1, .line-height-md h2, .line-height-md h3, .line-height-md h4, .line-height-md h5, .line-height-md h6, h1.line-height-md, h2.line-height-md, h3.line-height-md, h4.line-height-md, h5.line-height-md, h6.line-height-md, .line-height-md p, .line-height-md div, p.line-height-md, .line-height-md *, *.line-height-md { line-height: 1.25; }
 
 .line-height-lg, .line-height-lg h1, .line-height-lg h2, .line-height-lg h3, .line-height-lg h4, .line-height-lg h5, .line-height-lg h6, h1.line-height-lg, h2.line-height-lg, h3.line-height-lg, h4.line-height-lg, h5.line-height-lg, h6.line-height-lg, .line-height-lg p, .line-height-lg div, p.line-height-lg, .line-height-lg *, *.line-height-lg { line-height: 1.5em; }

/***** DEFAULT SECTION *****/
section { padding: 60px 30px 0 30px; }
section:last-child { padding-bottom: 60px; }
@media screen and (max-width: 800px){
    section { padding: 30px 30px 0 30px; }
}

/***** CONTAINER *****/
.container { max-width: 1160px; margin-left: auto; margin-right: auto; }
.container.container-full { max-width: 100%; margin-left: auto; margin-right: auto; }
.container.container-lg { max-width: 1800px; margin-left: auto; margin-right: auto; }
.container.container-md { max-width: 1160px; margin-left: auto; margin-right: auto; }
.container.container-sm { max-width: 1000px; margin-left: auto; margin-right: auto; }
.container.container-xsm { max-width: 800px; margin-left: auto; margin-right: auto; }
.container.container-xxsm { max-width: 600px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 1200px){
    .container { max-width: 1000px; }
}


/***** TEXT ALIGN *****/
.text-align-right, .text-align-right * { text-align: right; }
.text-align-left, .text-align-left * { text-align: left; }
.text-align-center, .text-align-center * { text-align: center; }

/**** TEXT TRANSFORM ****/
.text-t-normal { text-transform: none!important; }
.text-t-cap { text-transform: capitalize; }
.text-t-upper { text-transform: uppercase; }
.text-t-lower { text-transform: lowercase; }

/**** TEXT COLOR ****/
.text-white { color: #fff !important; }


/**** CONTENT ALIGN ****/
.justify-center { justify-content: center; }

/***** BACKGROUND *****/
.background-cover { background-size: cover; background-repeat: no-repeat; background-position: center; }

/***** TEXT *****/
body .text-light h1, body .text-light h2, body .text-light h3, body .text-light h4, body .text-light h5, body .text-light h6, body .text-light p, body .text-light div, body .text-light, body .text-light a {
    color: #fff;
    border-color: #fff;
}

body .text-light .button-secondary svg {
    fill: #fff;
}

body .text-light a.button-secondary, body .text-light button.button-secondary, body .text-light input[type=submit].button-secondary {
    color: #fff!important;
}

.bg-ht-3 { height: 300px; }

/* General Margin */
.m-auto { margin: auto; }
.m-0 { margin: 0; }
.m-1 { margin: 5px; }
.m-2 { margin: 10px; }
.m-3 { margin: 15px; }
.m-4 { margin: 20px; }
.m-5 { margin: 30px; }
.m-6 { margin: 40px; }
.m-7 { margin: 50px; }
.m-8 { margin: 60px; }
.m-9 { margin: 70px; }
.m-10 { margin: 80px; }
.m-11 { margin: 90px; }

/* Margin X */
.mx-auto { margin-right: auto; margin-left: auto; }
.mx-0 { margin-right: 0; margin-left: 0; }
.mx-1 { margin-right: 5px; margin-left: 5px; }
.mx-2 { margin-right: 10px; margin-left: 10px; }
.mx-3 { margin-right: 15px; margin-left: 15px; }
.mx-4 { margin-right: 20px; margin-left: 20px; }
.mx-5 { margin-right: 30px; margin-left: 30px; }
.mx-6 { margin-right: 40px; margin-left: 40px; }
.mx-7 { margin-right: 50px; margin-left: 50px; }
.mx-8 { margin-right: 60px; margin-left: 60px; }
.mx-9 { margin-right: 70px; margin-left: 70px; }
.mx-10 { margin-right: 80px; margin-left: 80px; }
.mx-11 { margin-right: 90px; margin-left: 90px; }

/* Margin Y */
.my-auto { margin-top: auto; margin-bottom: auto; }
.my-0 { margin-top: 0; margin-bottom: 0; }
.my-1 { margin-top: 5px; margin-bottom: 5px; }
.my-2 { margin-top: 10px; margin-bottom: 10px; }
.my-3 { margin-top: 15px; margin-bottom: 15px; }
.my-4 { margin-top: 20px; margin-bottom: 20px; }
.my-5 { margin-top: 30px; margin-bottom: 30px; }
.my-6 { margin-top: 40px; margin-bottom: 40px; }
.my-7 { margin-top: 50px; margin-bottom: 50px; }
.my-8 { margin-top: 60px; margin-bottom: 60px; }
.my-9 { margin-top: 70px; margin-bottom: 70px; }
.my-10 { margin-top: 80px; margin-bottom: 80px; }
.my-11 { margin-top: 90px; margin-bottom: 90px; }

/* Margin top */
.mt-auto { margin-top: auto; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 10px; }
.mt-3 { margin-top: 15px; }
.mt-4 { margin-top: 20px; }
.mt-5 { margin-top: 30px; }
.mt-6 { margin-top: 40px; }
.mt-7 { margin-top: 50px; }
.mt-8 { margin-top: 60px; }
.mt-9 { margin-top: 70px; }
.mt-10 { margin-top: 80px; }
.mt-11 { margin-top: 90px; }

/* Margin right */
.mr-auto { margin-right: auto; }
.mr-0 { margin-right: 0; }
.mr-1 { margin-right: 5px; }
.mr-2 { margin-right: 10px; }
.mr-3 { margin-right: 15px; }
.mr-4 { margin-right: 20px; }
.mr-5 { margin-right: 30px; }
.mr-6 { margin-right: 40px; }
.mr-7 { margin-right: 50px; }
.mr-8 { margin-right: 60px; }
.mr-9 { margin-right: 70px; }
.mr-10 { margin-right: 80px; }
.mr-11 { margin-right: 90px; }

/* Margin bottom */
.mb-auto { margin-bottom: auto; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 10px; }
.mb-3 { margin-bottom: 15px; }
.mb-4 { margin-bottom: 20px; }
.mb-5 { margin-bottom: 30px; }
.mb-6 { margin-bottom: 40px; }
.mb-7 { margin-bottom: 50px; }
.mb-8 { margin-bottom: 60px; }
.mb-9 { margin-bottom: 70px; }
.mb-10 { margin-bottom: 80px; }
.mb-11 { margin-bottom: 90px; }

/* Margin left */
.ml-auto { margin-left: auto; }
.ml-0 { margin-left: 0; }
.ml-1 { margin-left: 5px; }
.ml-2 { margin-left: 10px; }
.ml-3 { margin-left: 15px; }
.ml-4 { margin-left: 20px; }
.ml-5 { margin-left: 30px; }
.ml-6 { margin-left: 40px; }
.ml-7 { margin-left: 50px; }
.ml-8 { margin-left: 60px; }
.ml-9 { margin-left: 70px; }
.ml-10 { margin-left: 80px; }
.ml-11 { margin-left: 90px; }

/* Margin except last child */
.mr-5-last-child:not(:last-child) { margin-right: 30px; }
.mb-5-last-child:not(:last-child) { margin-bottom: 30px; }
.mr-7-last-child:not(:last-child) { margin-right: 50px; }

@media screen and (max-width: 767px) {
    .mr-5-last-child:not(:last-child) { margin-right: 0px; margin-bottom: 30px; }
    .mr-7-last-child:not(:last-child) { margin-right: 0px; margin-bottom: 50px; }
    .mr-0-mobile { margin-right: 0; }
}

/* General padding */
.p-auto { padding: auto; }
.p-0 { padding: 0; }
.p-1 { padding: 5px; }
.p-2 { padding: 10px; }
.p-3 { padding: 15px; }
.p-4 { padding: 20px; }
.p-5 { padding: 30px; }
.p-6 { padding: 40px; }
.p-7 { padding: 50px; }
.p-8 { padding: 60px; }
.p-9 { padding: 70px; }
.p-10 { padding: 80px; }
.p-11 { padding: 90px; }

/* padding X */
.px-auto { padding-right: auto; padding-left: auto; }
.px-0 { padding-right: 0; padding-left: 0; }
.px-1 { padding-right: 5px; padding-left: 5px; }
.px-2 { padding-right: 10px; padding-left: 5px; }
.px-3 { padding-right: 15px; padding-left: 15px; }
.px-4 { padding-right: 20px; padding-left: 20px; }
.px-5 { padding-right: 30px; padding-left: 30px; }
.px-6 { padding-right: 40px; padding-left: 40px; }
.px-7 { padding-right: 50px; padding-left: 50px; }
.px-8 { padding-right: 60px; padding-left: 60px; }
.px-9 { padding-right: 70px; padding-left: 70px; }
.px-10 { padding-right: 80px; padding-left: 80px; }
.px-11 { padding-right: 90px; padding-left: 90px; }

/* padding Y */
.py-auto { padding-top: auto; padding-bottom: auto; }
.py-0 { padding-top: 0; padding-bottom: 0; }
.py-1 { padding-top: 5px; padding-bottom: 5px; }
.py-2 { padding-top: 10px; padding-bottom: 5px; }
.py-3 { padding-top: 15px; padding-bottom: 15px; }
.py-4 { padding-top: 20px; padding-bottom: 20px; }
.py-5 { padding-top: 30px; padding-bottom: 30px; }
.py-6 { padding-top: 40px; padding-bottom: 40px; }
.py-7 { padding-top: 50px; padding-bottom: 50px; }
.py-8 { padding-top: 60px; padding-bottom: 60px; }
.py-9 { padding-top: 70px; padding-bottom: 70px; }
.py-10 { padding-top: 80px; padding-bottom: 80px; }
.py-11 { padding-top: 90px; padding-bottom: 90px; }

/* padding top */
.pt-auto { padding-top: auto; }
.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 5px; }
.pt-2 { padding-top: 10px; }
.pt-3 { padding-top: 15px; }
.pt-4 { padding-top: 20px; }
.pt-5 { padding-top: 30px; }
.pt-6 { padding-top: 40px; }
.pt-7 { padding-top: 50px; }
.pt-8 { padding-top: 60px; }
.pt-9 { padding-top: 70px; }
.pt-10 { padding-top: 80px; }
.pt-11 { padding-top: 90px; }

/* padding right */
.pr-auto { padding-right: auto; }
.pr-0 { padding-right: 0; }
.pr-1 { padding-right: 5px; }
.pr-2 { padding-right: 10px; }
.pr-3 { padding-right: 15px; }
.pr-4 { padding-right: 20px; }
.pr-5 { padding-right: 30px; }
.pr-6 { padding-right: 40px; }
.pr-7 { padding-right: 50px; }
.pr-8 { padding-right: 60px; }
.pr-9 { padding-right: 70px; }
.pr-10 { padding-right: 80px; }
.pr-11 { padding-right: 90px; }

/* padding bottom */
.pb-auto { padding-bottom: auto; }
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 5px; }
.pb-2 { padding-bottom: 10px; }
.pb-3 { padding-bottom: 15px; }
.pb-4 { padding-bottom: 20px; }
.pb-5 { padding-bottom: 30px; }
.pb-6 { padding-bottom: 40px; }
.pb-7 { padding-bottom: 50px; }
.pb-8 { padding-bottom: 60px; }
.pb-9 { padding-bottom: 70px; }
.pb-10 { padding-bottom: 80px; }
.pb-11 { padding-bottom: 90px; }

/* padding left */
.pl-auto { padding-left: auto; }
.pl-0 { padding-left: 0; }
.pl-1 { padding-left: 5px; }
.pl-2 { padding-left: 10px; }
.pl-3 { padding-left: 15px; }
.pl-4 { padding-left: 20px; }
.pl-5 { padding-left: 30px; }
.pl-6 { padding-left: 40px; }
.pl-7 { padding-left: 50px; }
.pl-8 { padding-left: 60px; }
.pl-9 { padding-left: 70px; }
.pl-10 { padding-left: 80px; }
.pl-11 { padding-left: 90px; }

/* Responsive margin and padding */
@media screen and (max-width: 800px){
  /* General Margin */
.m-mobile-auto { margin: auto; }
.m-mobile-0 { margin: 0; }
.m-mobile-1 { margin: 5px; }
.m-mobile-2 { margin: 10px; }
.m-mobile-3 { margin: 15px; }
.m-mobile-4 { margin: 20px; }
.m-mobile-5 { margin: 30px; }
.m-mobile-6 { margin: 40px; }
.m-mobile-7 { margin: 50px; }
.m-mobile-8 { margin: 60px; }
.m-mobile-9 { margin: 70px; }
.m-mobile-10 { margin: 80px; }
.m-mobile-11 { margin: 90px; }

/* margin X */
.mx-mobile-0 { margin-right: 0; margin-left: 0; }
.mx-mobile-1 { margin-right: 5px; margin-left: 5px; }
.mx-mobile-2 { margin-right: 10px; margin-left: 5px; }
.mx-mobile-3 { margin-right: 15px; margin-left: 15px; }
.mx-mobile-4 { margin-right: 20px; margin-left: 20px; }
.mx-mobile-5 { margin-right: 30px; margin-left: 30px; }
.mx-mobile-6 { margin-right: 40px; margin-left: 40px; }
.mx-mobile-7 { margin-right: 50px; margin-left: 50px; }
.mx-mobile-8 { margin-right: 60px; margin-left: 60px; }
.mx-mobile-9 { margin-right: 70px; margin-left: 70px; }
.mx-mobile-10 { margin-right: 80px; margin-left: 80px; }
.mx-mobile-11 { margin-right: 90px; margin-left: 90px; }

/* margin Y */
.my-mobile-0 { margin-top: 0; margin-bottom: 0; }
.my-mobile-1 { margin-top: 5px; margin-bottom: 5px; }
.my-mobile-2 { margin-top: 10px; margin-bottom: 5px; }
.my-mobile-3 { margin-top: 15px; margin-bottom: 15px; }
.my-mobile-4 { margin-top: 20px; margin-bottom: 20px; }
.my-mobile-5 { margin-top: 30px; margin-bottom: 30px; }
.my-mobile-6 { margin-top: 40px; margin-bottom: 40px; }
.my-mobile-7 { margin-top: 50px; margin-bottom: 50px; }
.my-mobile-8 { margin-top: 60px; margin-bottom: 60px; }
.my-mobile-9 { margin-top: 70px; margin-bottom: 70px; }
.my-mobile-10 { margin-top: 80px; margin-bottom: 80px; }
.my-mobile-11 { margin-top: 90px; margin-bottom: 90px; }

/* Margin top */
.mt-mobile-0 { margin-top: 0; }
.mt-mobile-1 { margin-top: 5px; }
.mt-mobile-2 { margin-top: 10px; }
.mt-mobile-3 { margin-top: 15px; }
.mt-mobile-4 { margin-top: 20px; }
.mt-mobile-5 { margin-top: 30px; }
.mt-mobile-6 { margin-top: 40px; }
.mt-mobile-7 { margin-top: 50px; }
.mt-mobile-8 { margin-top: 60px; }
.mt-mobile-9 { margin-top: 70px; }
.mt-mobile-10 { margin-top: 80px; }
.mt-mobile-11 { margin-top: 90px; }

/* Margin right */
.mr-mobile-0 { margin-right: 0; }
.mr-mobile-1 { margin-right: 5px; }
.mr-mobile-2 { margin-right: 10px; }
.mr-mobile-3 { margin-right: 15px; }
.mr-mobile-4 { margin-right: 20px; }
.mr-mobile-5 { margin-right: 30px; }
.mr-mobile-6 { margin-right: 40px; }
.mr-mobile-7 { margin-right: 50px; }
.mr-mobile-8 { margin-right: 60px; }
.mr-mobile-9 { margin-right: 70px; }
.mr-mobile-10 { margin-right: 80px; }
.mr-mobile-11 { margin-right: 90px; }

/* Margin bottom */
.mb-mobile-0 { margin-bottom: 0; }
.mb-mobile-1 { margin-bottom: 5px; }
.mb-mobile-2 { margin-bottom: 10px; }
.mb-mobile-3 { margin-bottom: 15px; }
.mb-mobile-4 { margin-bottom: 20px; }
.mb-mobile-5 { margin-bottom: 30px; }
.mb-mobile-6 { margin-bottom: 40px; }
.mb-mobile-7 { margin-bottom: 50px; }
.mb-mobile-8 { margin-bottom: 60px; }
.mb-mobile-9 { margin-bottom: 70px; }
.mb-mobile-10 { margin-bottom: 80px; }
.mb-mobile-11 { margin-bottom: 90px; }

/* Margin left */
.ml-mobile-0 { margin-left: 0; }
.ml-mobile-1 { margin-left: 5px; }
.ml-mobile-2 { margin-left: 10px; }
.ml-mobile-3 { margin-left: 15px; }
.ml-mobile-4 { margin-left: 20px; }
.ml-mobile-5 { margin-left: 30px; }
.ml-mobile-6 { margin-left: 40px; }
.ml-mobile-7 { margin-left: 50px; }
.ml-mobile-8 { margin-left: 60px; }
.ml-mobile-9 { margin-left: 70px; }
.ml-mobile-10 { margin-left: 80px; }
.ml-mobile-11 { margin-left: 90px; }

/* General padding */
.p-mobile-0 { padding: 0; }
.p-mobile-1 { padding: 5px; }
.p-mobile-2 { padding: 10px; }
.p-mobile-3 { padding: 15px; }
.p-mobile-4 { padding: 20px; }
.p-mobile-5 { padding: 30px; }
.p-mobile-6 { padding: 40px; }
.p-mobile-7 { padding: 50px; }
.p-mobile-8 { padding: 60px; }
.p-mobile-9 { padding: 70px; }
.p-mobile-10 { padding: 80px; }
.p-mobile-11 { padding: 90px; }

/* padding X */
.px-mobile-0 { padding-right: 0; padding-left: 0; }
.px-mobile-1 { padding-right: 5px; padding-left: 5px; }
.px-mobile-2 { padding-right: 10px; padding-left: 5px; }
.px-mobile-3 { padding-right: 15px; padding-left: 15px; }
.px-mobile-4 { padding-right: 20px; padding-left: 20px; }
.px-mobile-5 { padding-right: 30px; padding-left: 30px; }
.px-mobile-6 { padding-right: 40px; padding-left: 40px; }
.px-mobile-7 { padding-right: 50px; padding-left: 50px; }
.px-mobile-8 { padding-right: 60px; padding-left: 60px; }
.px-mobile-9 { padding-right: 70px; padding-left: 70px; }
.px-mobile-10 { padding-right: 80px; padding-left: 80px; }
.px-mobile-11 { padding-right: 90px; padding-left: 90px; }

/* padding Y */
.py-mobile-0 { padding-top: 0; padding-bottom: 0; }
.py-mobile-1 { padding-top: 5px; padding-bottom: 5px; }
.py-mobile-2 { padding-top: 10px; padding-bottom: 5px; }
.py-mobile-3 { padding-top: 15px; padding-bottom: 15px; }
.py-mobile-4 { padding-top: 20px; padding-bottom: 20px; }
.py-mobile-5 { padding-top: 30px; padding-bottom: 30px; }
.py-mobile-6 { padding-top: 40px; padding-bottom: 40px; }
.py-mobile-7 { padding-top: 50px; padding-bottom: 50px; }
.py-mobile-8 { padding-top: 60px; padding-bottom: 60px; }
.py-mobile-9 { padding-top: 70px; padding-bottom: 70px; }
.py-mobile-10 { padding-top: 80px; padding-bottom: 80px; }
.py-mobile-11 { padding-top: 90px; padding-bottom: 90px; }

/* padding top */
.pt-mobile-0 { padding-top: 0; }
.pt-mobile-1 { padding-top: 5px; }
.pt-mobile-2 { padding-top: 10px; }
.pt-mobile-3 { padding-top: 15px; }
.pt-mobile-4 { padding-top: 20px; }
.pt-mobile-5 { padding-top: 30px; }
.pt-mobile-6 { padding-top: 40px; }
.pt-mobile-7 { padding-top: 50px; }
.pt-mobile-8 { padding-top: 60px; }
.pt-mobile-9 { padding-top: 70px; }
.pt-mobile-10 { padding-top: 80px; }
.pt-mobile-11 { padding-top: 90px; }

/* padding right */
.pr-mobile-0 { padding-right: 0; }
.pr-mobile-1 { padding-right: 5px; }
.pr-mobile-2 { padding-right: 10px; }
.pr-mobile-3 { padding-right: 15px; }
.pr-mobile-4 { padding-right: 20px; }
.pr-mobile-5 { padding-right: 30px; }
.pr-mobile-6 { padding-right: 40px; }
.pr-mobile-7 { padding-right: 50px; }
.pr-mobile-8 { padding-right: 60px; }
.pr-mobile-9 { padding-right: 70px; }
.pr-mobile-10 { padding-right: 80px; }
.pr-mobile-11 { padding-right: 90px; }

/* padding bottom */
.pb-mobile-0 { padding-bottom: 0; }
.pb-mobile-1 { padding-bottom: 5px; }
.pb-mobile-2 { padding-bottom: 10px; }
.pb-mobile-3 { padding-bottom: 15px; }
.pb-mobile-4 { padding-bottom: 20px; }
.pb-mobile-5 { padding-bottom: 30px; }
.pb-mobile-6 { padding-bottom: 40px; }
.pb-mobile-7 { padding-bottom: 50px; }
.pb-mobile-8 { padding-bottom: 60px; }
.pb-mobile-9 { padding-bottom: 70px; }
.pb-mobile-10 { padding-bottom: 80px; }
.pb-mobile-11 { padding-bottom: 90px; }

/* padding left */
.pl-mobile-0 { padding-left: 0; }
.pl-mobile-1 { padding-left: 5px; }
.pl-mobile-2 { padding-left: 10px; }
.pl-mobile-3 { padding-left: 15px; }
.pl-mobile-4 { padding-left: 20px; }
.pl-mobile-5 { padding-left: 30px; }
.pl-mobile-6 { padding-left: 40px; }
.pl-mobile-7 { padding-left: 50px; }
.pl-mobile-8 { padding-left: 60px; }
.pl-mobile-9 { padding-left: 70px; }
.pl-mobile-10 { padding-left: 80px; }
.pl-mobile-11 { padding-left: 90px; }
}

/* Widths */
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-33 { width: 33.33333%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

/* Max Widths */
.mw-10 { max-width: 10%; }
.mw-20 { max-width: 20%; }
.mw-25 { max-width: 25%; }
.mw-30 { max-width: 30%; }
.mw-33 { max-width: 33.33333%; }
.mw-40 { max-width: 40%; }
.mw-45 { max-width: 45%; }
.mw-50 { max-width: 50%; }
.mw-55 { max-width: 55%; }
.mw-60 { max-width: 60%; }
.mw-65 { max-width: 65%; }
.mw-70 { max-width: 70%; }
.mw-75 { max-width: 75%; }
.mw-80 { max-width: 80%; }
.mw-85 { max-width: 85%; }
.mw-90 { max-width: 90%; }
.mw-95 { max-width: 95%; }
.mw-100 { max-width: 100%; }

/* Min Widths */
.minw-10 { min-width: 10%; }
.minw-20 { min-width: 20%; }
.minw-25 { min-width: 25%; }
.minw-30 { min-width: 30%; }
.minw-33 { min-width: 33.33333%; }
.minw-40 { min-width: 40%; }
.minw-45 { min-width: 45%; }
.minw-50 { min-width: 50%; }
.minw-55 { min-width: 55%; }
.minw-60 { min-width: 60%; }
.minw-65 { min-width: 65%; }
.minw-70 { min-width: 70%; }
.minw-75 { min-width: 75%; }
.minw-80 { min-width: 80%; }
.minw-85 { min-width: 85%; }
.minw-90 { min-width: 90%; }
.minw-95 { min-width: 95%; }
.minw-100 { min-width: 100%; }

@media screen and (max-width: 800px){

    .w-mobile-10 { width: 10%; }
    .w-mobile-25 { width: 25%; }
    .w-mobile-30 { width: 30%; }
    .w-mobile-33 { width: 33.33333%; }
    .w-mobile-40 { width: 40%; }
    .w-mobile-45 { width: 45%; }
    .w-mobile-50 { width: 50%; }
    .w-mobile-55 { width: 55%; }
    .w-mobile-60 { width: 60%; }
    .w-mobile-65 { width: 65%; }
    .w-mobile-70 { width: 70%; }
    .w-mobile-75 { width: 75%; }
    .w-mobile-80 { width: 80%; }
    .w-mobile-85 { width: 85%; }
    .w-mobile-90 { width: 90%; }
    .w-mobile-95 { width: 95%; }
    .w-mobile-100 { width: 100%; }

    .mw-mobile-10 { max-width: 10%; }
    .mw-mobile-25 { max-width: 25%; }
    .mw-mobile-30 { max-width: 30%; }
    .mw-mobile-33 { max-width: 33.33333%; }
    .mw-mobile-40 { max-width: 40%; }
    .mw-mobile-45 { max-width: 45%; }
    .mw-mobile-50 { max-width: 50%; }
    .mw-mobile-55 { max-width: 55%; }
    .mw-mobile-60 { max-width: 60%; }
    .mw-mobile-65 { max-width: 65%; }
    .mw-mobile-70 { max-width: 70%; }
    .mw-mobile-75 { max-width: 75%; }
    .mw-mobile-80 { max-width: 80%; }
    .mw-mobile-85 { max-width: 85%; }
    .mw-mobile-90 { max-width: 90%; }
    .mw-mobile-95 { max-width: 95%; }
    .mw-mobile-100 { max-width: 100%; }

  .d-mobile-none { display: none; }

  .flex-mobile-unset { flex: unset; }
  .flex-col-reverse { display: flex!important; flex-direction: column-reverse!important; }
}


.pad-l-1 { padding-left: 10px; }
.pad-l-2 { padding-left: 20px; }
.pad-l-3 { padding-left: 30px; }
.pad-l-4 { padding-left: 40px; }
.pad-l-5 { padding-left: 50px; }
.pad-r-1 { padding-right: 10px; }
.pad-r-2 { padding-right: 20px; }
.pad-r-3 { padding-right: 30px; }
.pad-r-4 { padding-right: 40px; }
.pad-r-5 { padding-right: 50px; }
.w-full { width: 100%; }
.flex-one { flex: 1; }
.flex-two { flex: 2; }
.flex-three { flex: 3; }
.flex-four { flex: 4; }
.page-header { font-size: 35px; }
.font-sm, .font-sm * { font-size: 14px!important; }
.font-xsm, .font-xsm * { font-size: 12px!important; }
.font-xxsm, .font-xxsm * { font-size: 10px!important; }
.vd-preview-inner, .vd-preview-inner img { width: 100%; height: auto; }
.vd-preview-image { max-width: 100px; }
.vd-preview-image-fit:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
.vd-preview-image-sm { max-width: 250px; }
.vd-preview-image-fit { position: relative; height: fit-content; width:100%; object-fit: cover; }
.vd-preview-image img { width: 100%; height: auto; }
.vd-instructions { color: #999; }
.mobile-only { display: none; }
.desktop-only { display: inherit; }
.breadcrumbs a, .breadcrumbs span { color: #555; margin-right: 5px; }

.notice {
    padding: 10px;
    border: 1px solid #555;
    background-color: #e9e9e9;
    margin-bottom: 20px;
}

.notice.notice-info {
    background-color: #d4edff;
    border-color: #3eaff7;
    color: #075181;
}

.notice.notice-error {
    background-color: #ffd4d4;
    border-color: #b52020;
    color: #5e0f0f;
}

.notice.notice-success {
    background-color: #d4ffe3;
    border-color: #22c124;
    color: #0b5e2d;
}

/***** TABLE STYLING *****/

.overflow-x-scroll { overflow-x: scroll; }
.overflow-x-scroll th, .overflow-x-scroll td { min-width: 200px; }

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 0.9em;
    font-family: sans-serif;
}

.styled-table thead tr {
    background-color: #212f34;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    text-align: left;
    padding: 12px 15px;
}

.styled-table td {
    font-size: 14px;
}

.styled-table .vd-col-name {
    text-transform: uppercase;
    font-size: 12px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #212f34;
}

select {
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(/wp-content/uploads/2022/09/arrow-down-sign-to-navigate-2.svg);
    min-width: 180px;
}

input[type="text"], textarea, select, input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #666666;
    border-radius: 3px;
    /* font-size: 15px; */
    /* line-height: 1em; */
    /* padding: 7px 12px; */
    outline: none;
    -webkit-outline: none;
    height: auto;
    font-family: neue-haas-unica, sans-serif;
    transition: all 0.4s ease;
}


/***** LABEL UPLOAD ****/
.upload-btn-wrapper .btn {
    position: relative;
    border: 2px dashed #c5c5c5;
    font-weight: 400;
    color: #8e9b9b;
    background-color: white;
    padding: 28px 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 20px;
    width: 100%;
  }

  .upload-status-bar {
      margin-top: 5px;
    display: flex;
    width: 100%;
}
  
  span.select_files {
    color: #506566;
    background: #bacbcc;
    padding: 7px 20px;
    border-radius: 40px;
    line-height: 1em;
    margin-left: 18px;
    font-size: 16px;
  }
  
  .data.upload.file {
      position: relative;
    margin-bottom: 20px;
  }
  
  .displaynone {
    display: none;
  }
  
  
/***** PROGRESS BAR *****/
.progress-bar { display: block; }
.progress-bar-background { background-color: #e9e9e9; height: 6px; width: 100%; border-radius: 10px; position: relative; overflow: hidden; }
.progress-bar-progress { background-color: #2dabdc; height: 100%; position: absolute; left: 0; top: 0; }
.progress-bar-steps { display: flex; align-items: center; }
.progress-bar-step { font-size: 12px; flex: 1; color: #999; }
.progress-bar-step.progress-bar-step-active { color: #222; font-weight: bold; }

/***** BUTTONS *****/
/* a.button, button, input[type=submit] {
    display: inline-block;
    color: #fff;
    padding: 10px 35px;
    display: inline-flex;
    border-radius: 50px;
    transition: all 0.4s ease;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    line-height: 1em;
    width: fit-content;
    height: fit-content;
    text-decoration: none;
}

a.button:hover, button:hover, input[type=submit]:hover {
    cursor: pointer;
    color: #fff;
}

a.button-secondary, button.button-secondary, input[type=submit].button-secondary {
    padding: 10px 0!important;
    background: transparent!important;
    color: #222!important;
}

.button, .button-secondary {
    font-weight: bold;
}

.button svg, .button-secondary svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-left: 10px;
    transition: all 0.2s ease; 
} */

.sidebar-list {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-list li {
    display: block;
}

.sidebar-list a {
    padding: 10px 20px;
    background-color: #f4f4f4;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    display: block;
}

/***** MENU TOGGLE *****/
.menu-toggle-icon {
    margin-right: 10px;
}

.menu-toggle-icon svg {
    width: 15px;
    height: 15px;
}

.menu-toggle { 
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

.menu-toggle .menu-toggle-icon-open, .menu-toggle.active .menu-toggle-icon-closed {
    display: none;
}

.menu-toggle .menu-toggle-icon-closed, .menu-toggle.active .menu-toggle-icon-open {
    display: block;
}

.menu-toggle-content {
    display: block;
}

@media screen and (max-width: 800px){
    .menu-toggle-content {
        display: none;
        padding: 25px;
        background-color: #f7f7f7;
    }

    .menu-toggle {
        display: flex;
    }
}

/***** RESPONSIVENESS *****/
@media screen and (max-width: 800px){
    .d-mobile-block { display: block; }
    .text-align-left-mobile { text-align: left; }
    .pad-l-1, .pad-l-2, .pad-l-3, .pad-l-4, .pad-l-5, .pad-l-6 { padding-left: 0; }
    .pad-r-1, .pad-r-2, .pad-r-3, .pad-r-4, .pad-r-5, .pad-r-6 { padding-left: 0; }


    .pad-l-mobile-1 { padding-left: 10px; }
    .pad-l-mobile-2 { padding-left: 20px; }
    .pad-l-mobile-3 { padding-left: 30px; }
    .pad-l-mobile-4 { padding-left: 40px; }
    .pad-l-mobile-5 { padding-left: 50px; }
    .pad-r-mobile-1 { padding-right: 10px; }
    .pad-r-mobile-2 { padding-right: 20px; }
    .pad-r-mobile-3 { padding-right: 30px; }
    .pad-r-mobile-4 { padding-right: 40px; }
    .pad-r-mobile-5 { padding-right: 50px; }
    .page-header { font-size: 25px; }

    .mobile-only { display: inherit; }
    .desktop-only { display: none; }

}

/***** BOX SHADOW *****/
.box-shadow { box-shadow: 4px 4px 16px rgba(0,0,0,0.1); }
a.box-shadow { box-shadow: 4px 4px 16px rgba(0,0,0,0.1); }

.meta-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.meta-value {
  font-size: 15px;
}

/***** RATIOS *****/
.ratio:after {
content: "";
display: block;
padding-bottom: 100%;
}

.ratio.ratio-16x9::after {
  padding-bottom: 56.25%;
}

.thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/***** ICONS *****/
.icon-rg {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.icon-md {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.icon-sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.icon-xsm {
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.flex-auto {
  flex: auto;
}

.action-target[data-action-type=toggle] { display: none; }
.action-trigger[data-action-type=toggle] { transition: all 0.2s ease; }
.action-trigger[data-action-type=toggle]:hover { cursor: pointer; }
.action-trigger[data-action-type=toggle].action-active { transform: rotate(180deg); }

.border-all { border: 1px solid #e9e9e9; }
.border-top { border-top: 1px solid #e9e9e9; }
.border-right { border-right: 1px solid #e9e9e9; }
.border-bottom { border-bottom: 1px solid #e9e9e9; }
.border-left { border-left: 1px solid #e9e9e9; }

input.order-item-qty { max-width: 90px; padding: 7px; margin-top: 5px; }





.delete-item-icon { opacity: 0.2; transition: opacity 0.2s ease; }
.delete-item-icon:hover { opacity: 1; cursor: pointer; }


/***** ICONS *****/
.icon { width: 30px; height: 30px; }
.icon-fill-light { fill: #ffffff; }
.icon-fill-dark { fill: #000000; }

/****** Z-INDEX ******/
.z-index-3 { z-index: 30; }


/***** THEME DARK *****/
.overlay-skrim {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.89+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.89) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.89) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(0,0,0,0.89) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
    
.theme-light .overlay-skrim {
    background: -moz-linear-gradient(45deg,#fff 25%,rgba(255,255,255,.98) 26%,rgba(255,255,255,.06) 75%,rgba(255,255,255,0) 78%);
    background: -webkit-linear-gradient(45deg,#fff 25%,rgba(255,255,255,.98) 26%,rgba(255,255,255,.06) 75%,rgba(255,255,255,0) 78%); 
    background: linear-gradient(45deg,#fff 25%,rgba(255,255,255,.98) 26%,rgba(255,255,255,.06) 75%,rgba(255,255,255,0) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
}


/***** ICON SIZES *****/

.icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.icon-rg {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.icon-md {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.icon-sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.icon-xsm {
  width: 14px;
  min-width: 14px;
  height: 14px;
}

/**** WP RESETS *****/
body main#content {
    width: 100%;
    max-width: 100%;
}

.edit-post-visual-editor__content-area .wp-block {
    max-width: 100%;
}

body .comments-area a, body .page-content a { text-decoration: none; }