body{
    font-family: Roboto;
}

.skip-btn{display: none; justify-self: center; border-radius: 0; background: #070542; margin-right: 15px; width: calc(100% - 15px);}

#hero { 
    background: #070542; 
    color: #fff; 
    padding: 0; 
    position: relative;
    overflow: clip;
}

#hero-inner { 
    min-width: 100%; 
    margin: 0 auto; 
    display: flex; 
    gap: 0rem; 
    align-items: center; 
    justify-content: center; 
}

#dashed-wave{    
    transform: rotate(17deg);
    position: absolute;
    top: -70px;
    right: -10%;
    opacity: 40%;
}

#hero-left {     
    margin-left: auto;
    margin-right: -1rem;
    padding: 1.5rem 0 1.5rem 3rem;
}

#hero-logo { 
    height:auto; 
    width:208px; 
}

#hero-logo-mobile{
    display:none;
}

#hero-logo img,
#hero-logo-mobile img{ 
    height:auto;
}

#yearsLogo-desktop{
    width: 490px;
    margin-top: 1rem;
    margin-left: -11px;
}

#yearsLogo-mobile{
    max-width: 100%;
    width: 405px;
    display: none;
    place-self: anchor-center;
    margin-top: -30px;
}

#hero-title { 
    font-size: clamp(3rem, 4.388vw, 4rem); 
    font-weight: 300; 
    line-height: 1.04; 
    margin: 0 0 1rem; 
    color: #fff; 
    text-decoration:none;
    text-transform: uppercase;
    max-width: 18ch;
    flex-direction: column;
    display: flex;
}
#hero-title span{
    color:#FF4A65; 
    font-weight: 700; 
}

#hero-line1, 
#hero-line2 { 
    display: block;
}

#hero-line2 { 
    color: #FF4A65
}

#hero-text { 
    font-size: 1.375rem;
    line-height: 1.25;
    margin: 1.5rem 0 2rem;
    max-width: 600px;
    font-weight:300;
}
#hero-text span{ 
    font-weight:700;
}

#hero-cta { 
    display: inline-block; 
    background: #FF4A65; 
    color: #fff;
    padding: 0.7rem 2.5rem;
    min-height: 49px;
    text-align: center; 
    font-weight: 300; 
    text-decoration: none; 
    font-size: 1.125rem; 
    margin-bottom: 1rem; 
}

#hero-cta span{ 
    font-weight: 700;  
}

.hero-cta-qual{     
    display: flex;
    font-size: 0.8125rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.hero-cta-qual-btn-a .hero-cta-qual{   
    color: white;
}

.hero-cta-qual-btn-a-w .hero-cta-qual{    
    color: #0A0447;
    letter-spacing: 5%;
    gap: 0.5em;
}

.hero-cta-qual-btn{    
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    	padding-bottom: 1.125rem;
    	padding-top: 1.125rem;
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: center;
    	overflow: hidden;
    	flex: 1 0 auto;
    	position: relative;
    	height: 100%;
    	border-radius: inherit;
    	transform: translate(0);
}

.hero-cta-qual-btn-a{    
    background-color: #ff4a65;
    border: solid 0px white;
    min-width: calc(50% - 10px);
}

.hero-cta-qual-btn-a-w{    
    background-color: #ffffff;
    border: solid 0px white;
    width:100%;
}

.x-row-inner{    
    display: flex;
    gap: 1.25rem;
    max-width: 400px;    
    width: 100%;
    flex-wrap: wrap;
}

#hero-prices { 
    font-size: 1rem;
    margin-bottom: 1.5rem; 
    display: flex; 
    max-width: max-content;
    line-height: 1.25;
}

#hero-prices div { 
    border-left: 1px solid #FF4A65; 
    padding: 0 1rem;
}

#hero-prices-short {
    max-width: 23ch;
    margin-right: 1rem;
}

#hero-prices-higher { 
    max-width: 27ch;
}
#hero-prices div p{ 
    margin-bottom: 0;
    font-weight: 300;
}
#hero-prices div span{ 
    color: #FF4A65;
    font-weight: 700;
}

#hero-main-img-mobile{
    display:none; 
}

#hero-main-img-desk{ 
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

#hero-images{ 
    width: 100%;
    width: 50%;
    max-height: 670px;
    overflow: clip;   
}

#section { 
	background: #eef0f2; 
	padding: 3rem 1.5rem; 
}

#section-inner { 
    max-width: 85%;
    width: 1110px;
    margin: 0 auto; 
    display: flex; 
    gap: 4rem; 
    align-items: start; 
}

#boxes { 
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
    margin: auto;
}

.box {
    background: #070542; 
    color: #fff; 
    padding: 1.5rem;  
    max-width: 390px;
    width: 390px;
    min-height: 162px;
    align-content: center;
}

.box h3 { 
    font-size: 1.125rem; 
    font-weight: 700; 
    margin: 0 0 1rem; 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
}

.box p { 
    font-size: 1rem; 
    margin: 0; 
    text-align: center; 
}

#form-card {  
    padding: 2rem 0;   
    max-width:550px;
    margin: auto;
}

#form-title {     
    color: #070542;
    font-size: 2.6rem;
    font-weight: 400;
    margin: 0 0 .5rem;
    text-transform: uppercase;
    column-gap: .25em;
    display: flex;
    flex-wrap: wrap;
}

#form-title .bold-span { 
    font-weight: 700; 
    display:flex;
    width: max-content;
}

#form-desc { 
    color: #070542; 
    font-size: 1.125rem; 
    margin-bottom: 1.5rem; 
}

.radio_answers label{
    padding: 0.25rem 0rem 0.25rem 1.5rem;
}

.radio_answers .form-check-input {
    display: block;
    height: 17px;
    width: 17px;
    align-self: center;
    margin: 0;
}

.col {
    padding-right:0;
}

.form-check input:checked + label {
    background-color: transparent;
    color: #070542;
}

.form-control{
    border: 1px solid #A1ABBA;    
    border-radius: 0;
}

.form-check-label a{
    color: #FF4A65;
}

.btn-primary{
    width: 100%;
    height: 49px;
    background: #FF4A65;
    border-radius: 0;
    font-size: 18px;
    border: none;
}

.small{
    font-size:12px;
    color: #070542;
}

@media (max-width: 1024px) {     
    #form-card { 
        order: -1; 
    } 
}

@media (max-width: 990px) { 
    #hero-inner {
        gap: 1rem;
    }
    
    #hero-main-img-desk{
    	display: flex;
    	justify-self: center;
	}
}

@media (max-width: 800px) { 
    #dashed-wave,
    #yearsLogo-desktop,
    #hero-main-img-desk{
    	display: none;
	}

	#yearsLogo-mobile{
	    display: flex;
        z-index:99;
		position: relative;
	}
    
    #hero-main-img-mobile {
    	display: flex;
    	justify-self: center;
        width: auto;
        min-width: -webkit-fill-available;
        max-width: 100%;
        position: relative;
        z-index: 1;
	}
    
    #hero-images {
        width: 100%;
        margin-top: -6vw;
        overflow: clip;
        padding: 0;
    	position: relative;
    	z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
	}
    
    #hero-logo-mobile{
        display:none;
    }
    
    #hero-logo { 
		display:block;
        height:auto; 
        width:203px; 
        margin-bottom: 0.5rem;
    }
    
    #hero-inner {
        flex-direction:column-reverse;
        gap: 0;
    }
    
    #hero-left {       
        min-width: fit-content;       
        max-width:100%;	
        margin-right: auto;
        padding: 0 1rem 2rem;
    	position: relative;
    	z-index: 1;
        margin-top: -4vw;
    }
    
    #hero-title{
	font-size: clamp(1.5rem, 9vw, 3rem);
    }
    
	#hero-text { 
        margin: 1rem 0;
	}	
    #hero-text span {
    font-weight: 300;
	}
    
    #hero-prices { 
    	font-size: 1rem;
        flex-direction:column;
        gap: 0.2rem;
        width: 100%;
        max-width: 100%;
	}
    
    #hero-prices div {
	    border-left: 0px solid #FF4A65;
    	padding: 0;
	    text-align: center;
        margin:auto;
	}
    
    #hero-prices-short {
	    max-width: 100%;
    	margin: 0rem;
	}
    
    #hero-prices-higher {  
        max-width: 100%;
	}

    .x-row-inner {
    	margin: auto;
        gap:0.5rem;
	}
    
    .hero-cta-qual-btn-a{
        min-width: calc(50% - 4px)
    }
    
    #section-inner {
        flex-direction:column;
        gap: 2rem;
    }
    
    #form-card { 
        order: -1; 
    }
    
    #hero-cta{
    	margin: 0 auto 1rem auto;
		display: block;
	}
}
@media (max-width: 576px) {
    #hero-left {       
        margin-top: -5vw;
    }
    #hero-images {
        margin-top: -3vw;
	}
    #hero-text{
        font-size:1.125rem
    }
	.col {
    	padding-right: 0;
    	padding-left: 0;
	}
    
    .btn-primary {
    	margin-left: 15px;
	}
    
    #boxes { 
    	max-width: 100%;
	}
    
    .box {    
    	max-width: 100%;
    	min-height: 162px;
	}
}
@media (max-width: 420px) {
    #hero-text,#hero-prices{
        font-size:1rem;
    }
    
	#hero { 
    	padding:0rem;
	}
}
@media (max-width: 350px) {
	#hero-prices-higher {
        max-width: 27ch;
	}
}
@media (max-width: 340px) {
    
    .hero-cta-qual{
        font-size:0.8rem;
    }
}