@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
	#logo img {
		width: 55%;
	}
	
	h1 {
		font-size: 1.35rem;
	}
	
.flex {
	display: flex;
}
	
.left, .right {
	width: 100%;
}
	
	.iconbox img {
	margin-right: 0.25rem;
}

.iconboximage {
	width: 10%;
}

.iconboximage img {
	width: 75%;
}
	
	.gross {
		font-size: 3rem;
		margin-bottom: 0;
		margin-top: -1rem;
	}
	
	.flex2 {
		align-items: flex-start;
	}

.iconboxtext {
	width: 88%;
}
	
	.apimage {
		margin-bottom: 1rem;
	}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}
@media only all and (max-width: 300px) {
	.flex2 {
		display: block;
	}	
}

.refnr {}

.apply {}
