@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;
}
	
	h1 {
	
}

h1 span {
	
}

h2 {
	
}

h3 {

}

h4 {
	
	
}



#slogan {
  position: absolute;
  color: #fff;
  bottom: 15rem;
  font-size: 2.5rem;
  font-weight: 500;
  left: 3rem;
  line-height: 1;
}


	
	
	#logo {
  padding: 1rem 4%;
  text-align: center;
  position: relative;
  z-index: 3;
  top: 0rem;
  width: 100%;
background: radial-gradient(circle, #38aafd 0%, #0968ac 100%);
  
}
	
#logo img{
filter: grayscale(1) brightness(5);
}

	
	#title {
  position: relative;
  padding: 1rem 4%;
  z-index: 5;
  bottom: 0rem;
  color: #fff;
  text-align: center;
  width: 100%;
  background: linear-gradient( to bottom, #000, #0000002b 100%, #000000 50%, #000000 );
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: 100% 3px;

}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
