body {
font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: white;
    color: #333;
    font-style: normal;
}


.button {
    font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #0070c9;
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #07c;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: center;
    white-space: nowrap
}

.button:hover {
    background-color: #147bcd;
    background: linear-gradient(#51a9ee, #147bcd);
    border-color: #1482d0;
    text-decoration: none
}
.button:focus {
    box-shadow: 0 0 0 3px rgba(131, 192, 253, .5);
    outline: none
}
html.as-mouseuser .button:focus:not(input):not(textarea):not(select) {
    box-shadow: none
}
.button:active {
    background-color: #0067b9;
    background: linear-gradient(#3d94d9, #0067b9);
    border-color: #006dbc;
    outline: none
}
.button:disabled,
.button.disabled {
    background-color: #0070c9;
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #07c;
    color: white;
    cursor: default;
    opacity: .3
}




#content {
	margin: 30px 60px 0px 60px;
	text-align: center;
}

#content a.button{
	margin-top: 14px;
}


.redirect-header p{
  font-size: 22px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0.008em;
  font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-bottom: 11px;
}

.redirect-sub p {
  font-size: 16px;
}

.columns {
	width: 100%;
	max-width: 475px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
}

.column {
	width: 50%;
	padding: 0 5px;
}
  

@media only screen and (max-width: 1068px) {
  .redirect-header p{
    font-size: 22px;
    line-height: 1.1073;
    letter-spacing: 0.012em;
  }
}

@media only screen and (max-width: 735px) { 
  .redirect-header p{
    font-size: 18px;
    line-height: 1.4;
  }
  .redirect-sub p {
  	font-size: 14px;
  }
  #content {
  	margin: 40px;
  	text-align: left;
  }
  .columns {
	width: 100%;
	display: inline-block;
}
}
