/*Mobile*/
@media screen and (max-width: 768px) {
	body {
	    margin: 0;
	    max-width: 100vw;
	    overflow-x: hidden;
	    width: 100vw;
	}

	*, *::before, *::after {
	    box-sizing: border-box;
	}

	h1, h2, h3 {
	    margin: 0;
	}

	h3, h4 {
		margin: 3vh 0vw 1vh 0vw;
	}

	h1 {
	    font-size: 10vmin;
	    line-height: 14vmin;
	    overflow: hidden;
	    text-align: center;
	    white-space: wrap;
	    width: 90vw;
	}

    h2 {
        font-size: 1min;
        text-align: center;
    }

    h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    h4 {
        font-size: 2rem;
        line-height: 2rem;
        text-align: center;
    }

    h5 {
        font-size: 1.2rem;
    }

    p, label {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    section {
        padding: 0vh 0vw;
    }

    .section {
	    align-items: center;
	    display: flex;
	    flex-direction: column;
	    height: auto;
	    justify-content: center;
	    padding: 5vh 10vw;
	    margin: auto;
	    overflow: hidden;
	    width: 100vw;
	    z-index: 10;
	}

	.transparent_background_image {
		height: 60vh;
		object-fit: cover;
		position: absolute;
	}

	button.cta_button {
		font-size: 1.2rem;
		margin: 1vh 0vw 1vh 0vw;
        padding: 25px 30px;
	}

	.nav_phrase {
	        margin-right: 1vw;
	    }

	.claim_box::first-letter {
	    font-size: 14vmin;
	    font-weight: 1000;
	    margin-left: -0.08em;
	}

	.split_section {
	    flex-direction: column;
	    align-items: center; 
	}

	.split_image {
		min-width: 100vw;
	    width: 100vw;
	}

	.section.split {
		text-align: center; 
	    width: 100%;
	}

	.repeater_box {
	    flex-direction: column;
	    align-items: center;
	}
	.repeater {
	    margin: 3vh 0;
	    width: 100%;
	}

	.strip {
	    margin: 0vh 0vw;
	}

	.nav_list a {
	    font-size: 5vmin;
	    font-weight: bold;
	    text-decoration: none;
	}

	.split_section img {
	    order: 1;
	}
	.split_section .section {
	    order: 2;
	}

}