@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot") format("embedded-opentype"),
       url("../fonts/flaticon.woff") format("woff"),
       url("../fonts/flaticon.ttf") format("truetype"),
       url("../fonts/flaticon.svg#flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.svg") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}

.flaticon-exchange:before { content: "\f100"; }
.flaticon-money:before { content: "\f101"; }
.flaticon-shield:before { content: "\f102"; }
.flaticon-phone-call:before { content: "\f103"; }
.flaticon-email:before { content: "\f104"; }
.flaticon-placeholder:before { content: "\f105"; }

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none!important;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	color:#333;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline:none!important;
	box-shadow:none;
}
ul,
ol{
	margin:0;
	list-style-type:none;
}
body{
	font-family: 'Poppins', sans-serif;
	background:#f8faff;
	font-size:15px;
	padding-top:90px;
	position:relative;
	overflow-x:hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color:#333;
	font-family: 'Poppins', sans-serif;
}
h1 {
    font-weight: 700;
	font-size:45px;
	line-height:56px;
 	margin: 0 0 20px;
}
h2{
	font-weight:700;
	font-size:30px;
	margin:0 0 15px;
	line-height:40px;
}
h3{
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin:0 0 15px;
}
h4{
    color: #ead381;
	font-size:18px;
	font-weight:600;
	margin:0 0 10px;
}
h5{
	font-weight:400;
	margin:0 0 10px;
	font-size:14px;
	color:#777;
}
h6{
	font-weight:300;
	margin:0 0 10px;
	font-size:12px;
}
p {
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin: 0 0 15px;
}

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #4977e6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

/*======================================== General Design ========================================*/
.inverse-bg{
	background:#fff;
}
.oywebh5-title {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 70px;
}
.oywebh5-title p {
    text-align: left;
    display: block;
    margin: 0 auto;
    max-width: 780px;
}
.btn{
	font-size:15px;
}
.btn.btn-default{
	line-height: 26px;
    border: 2px solid #cbdfff;
    border-radius: 27px;
    padding: 12px 30px;
    color: #3d3dce;
    font-weight: 500;
	text-transform:capitalize;
	box-shadow:none!important;
}
.btn.btn-primary{
	line-height: 26px;
    border: 2px solid #3d3dce;
    border-radius: 27px;
    padding: 12px 30px;
    color: #fff;
    font-weight: 500;
	background:#3d3dce;
	text-transform:capitalize;
	opacity:1;
	box-shadow:none!important;
}
.btn-primary:hover{
	color:#3d3dce;
	border-color:#cbdfff;
	background:none;
}
.btn.btn-default:hover{
	background:#3d3dce;
	color:#fff;
	border-color:#3d3dce;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none; 
}
section{
	width:100%;
	float:left;
	height:auto;
}
.oywebh5-spacing{
	padding:120px 0;
    background-color: #fff;
}
.nospacepadding{
	padding:0;
}
.moveDown{
	animation: move 6.5s linear infinite; 
}
.moveDown3{
	animation: move 7s linear infinite; 
}
.mb-120{
	margin-bottom:120px;
}

/*======================================== h5webhead Design ========================================*/
.navbar{
	padding: 35px 0 0px 0;
	-webkit-box-shadow:0 0 5px rgba(0,91,234,0.3);
	-ms-box-shadow:0 0 5px rgba(0,91,234,0.3);
	-moz-box-shadow:0 0 5px rgba(0,91,234,0.3);
	box-shadow:0 0 5px rgba(0,91,234,0.3);
}
.navbar .navbar-brand{
	padding:4px 0;
}
.navbar .navbar-nav .nav-link{
	padding: 15px 10px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
}
.navbar .navbar-nav .nav-item.btn-login .nav-link{
	background:#3d3dce;
	color:#fff;
    margin-top: 5px;
	padding: 10px 40px;
	border-radius:8px;
	text-transform:uppercase;
	-webkit-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	-ms-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	-moz-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	box-shadow:0 6px 27px rgba(0,91,234,0.3);
}
.navbar .navbar-nav .nav-item.btn-login .nav-link.active{
	color:#fff;
}
.navbar .navbar-nav .nav-item.btn-login .nav-link:hover{
	background:#333333;
}
.navbar .navbar-nav .nav-item.btn-login{
	margin-left:20px;
}
.navbar .navbar-nav .nav-item{
	margin-left:15px;
}
.navbar .navbar-nav .nav-item:first-child{
	margin:0;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-link:hover{
	color:#3d3dce;
} 
.navbar-toggler{
	padding:0;
	outline:none;
	border:none;
}
.navbar-toggler-icon{
	display: inline-block;
    width: 40px;
    height: 3px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
    background: rgba(0, 0, 0, 0);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
}

/*======================================== Banner Design =============================*/
#home{

	-webkit-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
}
.pagefocusbanner-caption{
	width:100%;
	float:left;
	height:auto;
	padding: 150px 0 150px 0;
}
.oymodule-text{
	width:100%;
	float:left;
	height:auto;
}
.oymodule-text h1{
	color:#fdf49b;
	animation-delay:0.2s;
}
.oymodule-text p{
    padding-top: 20px;
	color:rgba(255,255,255,0.6);
	margin:0 0 20px;

}
.oymodule-text .btn.btn-primary,
.oymodule-text .btn-primary:not(:disabled):not(.disabled):active{
	text-transform:capitalize;
	color:#fff;
	background:#2d2df0;
	font-weight:600;
	line-height:26px;
	padding:12px 30px;
	border-radius:27px;
	border:2px solid #fff;
}
.oymodule-text .btn.btn-default{
	text-transform:capitalize;
	color:#fff;
	font-weight:600;
	line-height:26px;
	padding:12px 30px;
	border-radius:27px;
	border:2px solid #fff;
	min-width:215px;
}
a + a{
	margin-left:20px;
}
.oymodule-text a{
	animation-delay:0.6s;
}
.oymodule-text .btn.btn-default:hover{
	background:#fff;
	color:#4776e6;
}
.oymodule-text .btn.btn-primary:hover{
	background:none;
	color:#fff;
}
.oymodule-img{
	animation-delay:1s;
	animation: move 4.2s linear infinite; 
}
.floatcir1 {
	position: absolute;
	left: 40px;
	top: 40px;
	width:100px;
	height:100px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 2.5s linear infinite; 
}
.floatcir2{
	position: absolute;
	left: 30%;
	top: 60%;
	width:150px;
	height:150px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 3s linear infinite; 
}
.floatcir3 {
	position: absolute;
	right: 40px;
	top: 140px;
	width:130px;
	height:130px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 2.5s linear infinite; 
}
.floatcir4 {
	position: absolute;
	left: 45%;
	top: 50px;
	width:160px;
	height:160px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 3.5s linear infinite; 
}

@-webkit-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-moz-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-o-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	}  
}
.pagefocusbanner-caption .pre-sale{
	padding: 20px 30px 25px;
    background: rgba(255,255,255,0.2);
    max-width: 400px;
    border-radius: 5px;
}
.pagefocusbanner-caption .pre-sale h3{
	color:#fff;
}
.presale-counter{
	font-family:'Poppins', sans-serif;
}

/*======================================== Features =============================*/
.features-item{
	width:100%;
	float:left;
	height:auto;
	padding:30px;
	-webkit-box-shadow:0 0 10px rgba(165,165,165,0.2);
	-ms-box-shadow:0 0 10px rgba(165,165,165,0.2);
	-moz-box-shadow:0 0 10px rgba(165,165,165,0.2);
	box-shadow:0 0 10px rgba(165,165,165,0.2);
	margin:0 0 30px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.features-item:hover{
	-webkit-box-shadow:0 10px 40px rgba(165,165,165,0.2);
	-ms-box-shadow:0 10px 40px rgba(165,165,165,0.2);
	-moz-box-shadow:0 10px 40px rgba(165,165,165,0.2);
	box-shadow:0 10px 40px rgba(165,165,165,0.2);
}
.features-item p{
	margin:0;
}
.features-item i {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    background: #f0e9fc;
    color: #3d3dce;
    border-radius: 8px 8px 0 8px;
    margin: 0 0 20px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.features-item i::before{
	font-size:36px;
	line-height:60px;
}
.features-item:hover i{
	background:#3d3dce;
	color:#fff;
}
.text-block p:last-of-type {
    margin: 0;
}

/*======================================== Road Map =============================*/
#development{
	padding-bottom:93px;
}
.development-outer{
    overflow: hidden;
    position: relative;
}
.development-outer .development{
    position: relative;
    margin-top: -79px;
}
.development-outer .development:first-child{ 
	margin-top: -27px; 
}
.development-outer .development:before,
.development-outer .development:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.development-outer .development:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.development-outer .development-icon{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #7a7bd7;
    border-right-color: #7a7bd7;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}
.development-outer .year{
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 40px rgba(165,165,165,0.2);
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    color: #7a7bd7;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.development-outer .development-content{
    width: 35%;
    float: right;
    background: #7a7bd7;
    padding: 20px 20px;
    margin: 50px 0 51px;
    z-index: 1;
    position: relative;
	border-radius:5px;
}
.development-outer .development-content:before{
    content: "";
    width: 20%;
    height: 15px;
    background: #7a7bd7;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}
.development-outer h3{
    color: #fff;
}
.development-outer p{
    color: rgba(255,255,255,0.7);
    margin: 0;
}
.development-outer .development:nth-child(2n) .development-icon{ 
	transform: rotate(-135deg); 
}
.development-outer .development:nth-child(2n) .year{ 
	transform: rotate(135deg); 
}
.development-outer .development:nth-child(2n) .development-content{ 
	float: left; 
}
.development-outer .development:nth-child(2n) .development-content:before{
    left: auto;
    right: -20%;
}
.development-outer .development:nth-child(2n) .development-icon{
    border-top-color: #5c5cd3;
    border-right-color: #5c5cd3;
}
.development-outer .development:nth-child(2n) .year{ 
	color: #5c5cd3; 
}
.development-outer .development:nth-child(2n) .development-content,
.development-outer .development:nth-child(2n) .development-content:before{ 
	background: #5c5cd3; 
}
.development-outer .development:nth-child(3n) .development-icon{
    border-top-color: #4646cf;
    border-right-color: #4646cf;
}
.development-outer .development:nth-child(3n) .year{ 
	color: #4646cf; 
}
.development-outer .development:nth-child(3n) .development-content,
.development-outer .development:nth-child(3n) .development-content:before{ 
	background: #4646cf; 
}
.development-outer .development:nth-child(4n) .development-icon{
    border-top-color: #3f3fce;
    border-right-color: #3f3fce;
}
.development-outer .development:nth-child(4n) .year{ 
	color: #3f3fce; 
}
.development-outer .development:nth-child(4n) .development-content,
.development-outer .development:nth-child(4n) .development-content:before{ 
	background: #3f3fce; 
}

/*======================================== wedolike =============================*/
.wedolike-member{
	width:100%;
	float:left;
	height:auto;
}
.wedolike-member .thumb{
	display:inline-block;
	border-radius:50%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border:2px solid #3d3dce;
	overflow:hidden;
	padding:5px;
	width:180px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	margin:0 0 10px;
}
.wedolike-member:hover .thumb{
	border:8px solid #3d3dce;
}
.wedolike-member .thumb img{
	border-radius:50%;
}
.social-media li{
	display:inline-block;
	margin:0 5px;
}
.social-media li a{
	font-size:20px;
	color:#aaa;
}
.social-media li a:hover{
	color:#3d3dce;
}

/*======================================== withanques =============================*/
.card{
	border:none;
	background:#fff;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
	-ms-box-shadow:0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.1);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	border-radius:5px!important;
	overflow:hidden;
}
.card + .card{
	margin-top:30px;
}
.card-h5webhead{
	padding:0px;
	background:#fff;
	border:none;
}
.card-h5webhead h4{
	margin:0;
	padding:25px 45px 25px 25px;
	cursor:pointer;
	position:relative;
}
.card-h5webhead h4.collapsed::after{
	width:20px;
	height:22px;
	position:absolute;
	top:50%;
	right:24px;
	content:"\f055";
	font-family: FontAwesome;
	font-size:22px;
	line-height:22px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
.card-h5webhead h4::after{
	width:20px;
	height:22px;
	position:absolute;
	top:50%;
	right:24px;
	content:"\f056";
	font-family: FontAwesome;
	font-size:22px;
	line-height:22px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
.card-body{
	padding:0 25px 25px;
}
.card-body p:last-child{
	margin:0;
}

/*======================================== Contact Us =============================*/
.contact-info{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #dcdcdc;
	border-radius:5px;
	padding:30px 15px;
	margin:0 0 90px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.contact-info:hover{
	border-color:#3d3dce;
}
.contact-info .fa{
	font-size:30px;
	color:#3d3dce;
	margin:0 0 20px;
}
.contact-info p{
	margin:0;
	color:#999;
}
.contact-info p a{
	color:inherit;
}
.contact-info p a:hover{
	color:#3d3dce;
}
.form-control{
	height:54px;
	box-shadow:none!important;
	padding:10px 15px;
	border:1px solid #f5f5f5;
	color:#333;
	border-radius:3px;
	font-size:15px;
}
.form-control:focus{
	border-color:#3d3dce;
}
.form-control::-moz-placeholder{
	color:#999;
}
.form-control::-webkit-input-placeholder{
	color:#999;
}
.form-control::-ms-input-placeholder{
	color:#999;
}
.form-group {
    margin-bottom: 30px;
}
.help-block.with-errors ul {
    padding: 10px 0 0;
}

/*======================================== Footer =============================*/
#footer {
    width: 100%;
    float: left;
    height: auto;
    background: #000;
    padding: 100px 0;
}
#footer p {
    margin: 0;
    color: #fff;
    opacity: 0.7;
}

#footer p a {
    margin: 0;
    color: #fff;
    opacity: 0.7;
}

#footer .social-media{
	text-align:center;
	margin:0 0 20px;
}
#footer .social-media li{
	margin:0 10px;
}
#footer .social-media li a {
    font-size: 26px;
    line-height: 26px;
    display: inline-block;
}
#footer .social-media li a:hover{
	color:#fff;
}
.back-top a{
	background-color: transparent;
    bottom: 0;
    height: 50px;
    margin: 0;
    position: fixed;
    right: 10px;
    width: 85px;
    z-index: 10000;
}
.back-top .icon-bg {
    background-color: #3d3dce;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
    height: 60px;
    left: 0;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: left bottom 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 60px;
}
.back-top .back-to-top-text {
    bottom: 5px;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: bottom 0.15s ease-out 0.2s;
    -moz-transition: bottom 0.15s ease-out 0.2s;
    -o-transition: bottom 0.15s ease-out 0.2s;
    -ms-transition: bottom 0.15s ease-out 0.2s;
    transition: bottom 0.15s ease-out 0.2s;
    width: 100%;
}
.back-top .fa {
    color: #fff;
    font-size: 28px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.back-top a:hover .back-to-top-text {
    bottom: -30px;
    -webkit-transition: bottom 0.15s ease-out 0s;
    -moz-transition: bottom 0.15s ease-out 0s;
    -o-transition: bottom 0.15s ease-out 0s;
    -ms-transition: bottom 0.15s ease-out 0s;
    transition: bottom 0.15s ease-out 0s;
}
.back-top a:hover .fa {
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out 0.15s;
    -moz-transition: all 0.2s ease-out 0.15s;
    -o-transition: all 0.2s ease-out 0.15s;
    -ms-transition: all 0.2s ease-out 0.15s;
    transition: all 0.2s ease-out 0.15s;
}

/*======================================== Responsive Design =============================*/
@media (max-width: 374px) {
.oymodule-text .btn.btn-default{
	width:100%;
	margin:20px 0 0!important;
}
.oymodule-text .btn.btn-primary{
	width:100%;
}
}

@media (max-width: 479px) {
.oymodule-text .btn.btn-primary, 
.oymodule-text .btn.btn-default, 
.btn.btn-primary, 
.btn.btn-default{
	min-width:unset!important;
	padding:12px 22px!important;
	font-size:14px;
}
a + a {
    margin: 0px 0 0 10px!important;
}
p{
	font-size:14px;
	line-height:26px;
}
.form-control{
	font-size:14px;
}

.pagefocusbanner-caption{
	padding:30px 0;
}

}
@media (max-width: 575.98px) {
.floatcir1 {
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
}
.floatcir2 {
    left: 50%;
    top: 70%;
    width: 70px;
    height: 70px;
}
.floatcir3 {
    right: 20px;
    top: 50px;
    width: 80px;
    height: 80px;
}
.floatcir4 {
    left: 45%;
    top: 20%;
    width: 60px;
    height: 60px;
}
.oymodule-text .btn.btn-primary,
.oymodule-text .btn.btn-default,
.btn.btn-primary,
.btn.btn-default{
	padding:12px 25px;
}
.input-group .btn.btn-primary {
    padding: 12px 15px;
    min-width: unset!important;
}
.form-control{
	padding:5px 20px;
}
textarea.form-control {
    padding: 12px 20px;
}
#features .row .ouyirenew-sm-6:nth-last-child(-n+1) .features-item {
    margin-bottom: 0;
}

}

@media (min-width: 576px) and (max-width: 767.98px) {
#features .row .ouyirenew-sm-6:nth-last-child(-n+2) .features-item {
    margin-bottom: 0;
}
}

@media (max-width: 767.98px) {
.container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px!important;
}
body{
	padding-top:80px;
}
.navbar{
	padding:15px 0;
}
a + a {
    margin-left: 15px;
}
.oywebh5-spacing {
    padding: 60px 0;
}
.oymodule-text{
	padding:0px;
}
.footer{
	padding:60px 0;
}
h1{
	font-size:30px;
	line-height:40px;
}
h2{
	font-size:24px;
	line-height:35px;
}
.counter-info{
	margin:0 0 50px;
}
.oywebh5-title{
	margin:0 0 40px;
}

.development-outer .development{
	margin-top: 0;
	overflow: hidden;
}
.development-outer .development:before,
.development-outer .development:nth-child(2n):before{
	box-shadow: none;
}
.development-outer .development-icon,
.development-outer .development:nth-child(2n) .development-icon{
	margin-top: -30px;
	margin-bottom: 20px;
	position: relative;
	transform: rotate(135deg);
}
.development-outer .year,
.development-outer .development:nth-child(2n) .year{ 
	transform: rotate(-135deg); 
}
.development-outer .development-content,
.development-outer .development:nth-child(2n) .development-content{
	width: 100%;
	float: none;
	border-radius: 0 0 20px 20px;
	text-align: center;
	padding: 25px 20px;
	margin: 0 auto;
}
.development-outer .development-content:before,
.development-outer .development:nth-child(2n) .development-content:before{
	width: 15px;
	height: 25px;
	position: absolute;
	top: -22px;
	left: 50%;
	z-index: -1;
	transform: translate(-50%,0);
}
.oywebh5-pic-module {
    margin: 0 0 40px;
}
.mb-120 {
    margin-bottom: 60px;
}
.text-block p:last-of-type{
	margin:0;
}
.development-outer .development,
.development-outer .development:first-child{
	margin:0 0 20px;
}
.development-outer .development:last-child{
	margin:0;
}
#development{
	padding-bottom:60px;
}
.development-outer{
	margin-top:-20px;
}
.getfrompage-img,
.withanques-img {
    margin: 0 0 40px;
}
.wedolike-member{
	margin:0 0 40px;
}
#wedolike .row .ouyirenew-md-3:nth-last-child(-n+1) .wedolike-member{
	margin:0;
}
.contact-info{
	margin:0 0 40px;
}
#contact .oywebh5-title h2{
	margin:0;
}
.form-group {
    margin-bottom: 20px;
}
#footer{
	padding:50px 0;
}
.features-item{
	text-align:center;
	margin:0 0 40px;
}

}

@media (max-width: 991.98px) {
.navbar .navbar-nav .nav-item {
    margin-left: 0;
}
.navbar .navbar-nav .nav-link{
	padding:8px 0px;
}
.navbar .navbar-nav .nav-item.btn-login {
    margin: 10px 0 0;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.container {
    width: 768px;
    max-width: 100%;
    padding: 0 15px!important;
}
h1{
	font-size:36px;
	line-height:45px;
}
h2{
	font-size:26px;
	line-height:32px;
}
.oymodule-text{
	padding:120px 0 0;
}
a + a {
    margin-left: 15px;
}
.oywebh5-spacing {
    padding: 80px 0;
}
.development-outer .development{ 
	margin-top: -135px; 
}
.development-outer .development-content:before{ 
	left: -4%; 
}
.development-outer .development:nth-child(2n) .development-content:before{ 
	right: -4%; 
}
.pagefocusbanner-caption{
	padding:60px 0;
}
.oymodule-text{
	padding:0;
}
.oymodule-text h1{
	font-size:28px;
	line-height:34px;
}
.contact-info p{
	font-size:14px;
}
.oymodule-text .btn.btn-primary{
	padding:12px 25px;
	font-size:14px;
}
.oymodule-text .btn.btn-default{
	padding:12px 25px;
	min-width:unset;
	font-size:14px;
}
#features .row .ouyirenew-sm-6:nth-last-child(-n+2) .features-item {
    margin-bottom: 0;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.navbar .navbar-nav .nav-item {
    margin-left: 0;
}
.navbar .navbar-nav .nav-item.btn-login {
    margin-left: 15px;
}
h2{
	font-size:28px;
}
h1{
	font-size:36px;
}
.pagefocusbanner-caption{
	padding:120px 0;
}
.development-outer .development{ 
	margin-top: -107px; 
}
.development-outer .development-content:before{ 
	left: -18%; 
}
.development-outer .development:nth-child(2n) .development-content:before{ 
	right: -18%; 
}
#features .row .ouyirenew-sm-6:nth-last-child(-n+3) .features-item {
    margin-bottom: 0;
}

}

@media (min-width: 1200px) {
#features .row .ouyirenew-sm-6:nth-last-child(-n+3) .features-item {
    margin-bottom: 0;
}
}
.webtips-intop-nr {
	display: block;
	width: 1170px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	background: #f5f5f5;
}
.webtips-intop-nr span:first-child {
	color: #c4192d;
}
.webtips-intop-nr span {
	float: left;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}
.webtips-intop{
	background: #f5f5f5;
}
.h5webhead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}
.caption-text a{
   color: #037fef;
}




.stars-small {
  animation: animStar 200s linear infinite
}
.stars-small, .stars-small:after {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 428px 2299px #fff, 800px 2126px #fff, 564px 270px #fff, 527px 216px #fff, 963px 246px #fff, 2153px 1152px #fff, 1471px 1642px #fff, 498px 270px #fff, 485px 1923px #fff, 572px 218px #fff, 2058px 1229px #fff, 1249px 261px #fff, 1634px 1174px #fff, 2063px 2264px #fff, 440px 991px #fff, 1967px 281px #fff, 604px 103px #fff, 858px 1075px #fff, 906px 1571px #fff, 2126px 548px #fff, 109px 2121px #fff, 879px 1121px #fff, 1500px 539px #fff, 567px 326px #fff, 2235px 561px #fff, 997px 953px #fff, 1315px 211px #fff, 1483px 916px #fff, 2085px 569px #fff, 820px 350px #fff, 1600px 739px #fff, 1036px 410px #fff, 1254px 538px #fff, 386px 1397px #fff, 569px 397px #fff, 2306px 1434px #fff, 1795px 937px #fff, 1709px 626px #fff, 92px 1177px #fff, 1803px 1182px #fff, 200px 1516px #fff, 1354px 1959px #fff, 305px 497px #fff, 1674px 626px #fff, 2039px 2002px #fff, 1503px 251px #fff, 2169px 1542px #fff, 1564px 2370px #fff, 1728px 1855px #fff, 2195px 583px #fff, 44px 1185px #fff, 1090px 1940px #fff, 258px 200px #fff, 773px 671px #fff, 982px 240px #fff, 353px 2091px #fff, 1800px 1917px #fff, 1836px 1790px #fff, 1710px 1369px #fff, 347px 887px #fff, 2295px 720px #fff, 8px 725px #fff, 998px 48px #fff, 1318px 1743px #fff, 455px 764px #fff, 2367px 357px #fff, 1580px 1234px #fff, 2151px 2284px #fff, 1195px 2340px #fff, 727px 1305px #fff, 2082px 997px #fff, 1818px 1557px #fff, 816px 84px #fff, 597px 2035px #fff, 1978px 2048px #fff, 2218px 1809px #fff, 1597px 2128px #fff, 1118px 1899px #fff, 728px 1674px #fff, 1310px 818px #fff, 2256px 701px #fff, 1248px 44px #fff, 1051px 1808px #fff, 1287px 1px #fff, 2093px 785px #fff, 50px 1660px #fff, 1053px 1183px #fff, 1472px 1219px #fff, 1429px 615px #fff, 2281px 1319px #fff, 1213px 419px #fff, 2334px 1358px #fff, 1092px 1135px #fff, 797px 862px #fff, 1089px 2271px #fff, 201px 308px #fff, 1321px 1443px #fff, 41px 1533px #fff, 1085px 648px #fff, 44px 396px #fff, 1386px 1058px #fff, 1605px 751px #fff, 1679px 374px #fff, 19px 857px #fff, 1839px 239px #fff, 1231px 2327px #fff, 1330px 1494px #fff, 567px 1756px #fff, 574px 747px #fff, 754px 2152px #fff, 562px 1435px #fff, 718px 463px #fff, 2239px 1525px #fff, 2341px 1140px #fff, 24px 668px #fff, 1895px 1037px #fff, 223px 1548px #fff, 821px 1144px #fff, 1804px 2286px #fff, 429px 1428px #fff, 1051px 2028px #fff, 453px 571px #fff, 1776px 435px #fff, 866px 788px #fff, 1103px 993px #fff, 1922px 1008px #fff, 832px 35px #fff, 1163px 443px #fff, 541px 2006px #fff, 1686px 805px #fff, 1334px 502px #fff, 1668px 1838px #fff, 2086px 410px #fff, 758px 2099px #fff, 2006px 2269px #fff, 749px 1783px #fff, 1290px 170px #fff, 748px 1234px #fff, 97px 1190px #fff, 1848px 989px #fff, 1559px 189px #fff, 107px 1779px #fff, 1777px 234px #fff, 212px 1753px #fff, 493px 1762px #fff, 2004px 91px #fff, 510px 1761px #fff, 461px 673px #fff, 848px 239px #fff, 25px 1876px #fff, 477px 2114px #fff, 2025px 701px #fff, 114px 1621px #fff, 2375px 1649px #fff, 1182px 2043px #fff, 693px 163px #fff, 1687px 1719px #fff, 2170px 1068px #fff, 379px 1214px #fff, 1284px 710px #fff, 992px 2189px #fff, 744px 932px #fff, 684px 1007px #fff, 1748px 2362px #fff, 2297px 2132px #fff, 1323px 10px #fff, 116px 1274px #fff, 470px 1371px #fff, 656px 88px #fff, 537px 2010px #fff, 984px 2018px #fff, 256px 2252px #fff, 1128px 2286px #fff, 275px 2022px #fff, 1615px 2097px #fff, 792px 334px #fff, 1753px 212px #fff, 1349px 2129px #fff, 940px 1546px #fff, 1718px 2400px #fff, 265px 1891px #fff, 1621px 35px #fff, 576px 1711px #fff, 769px 505px #fff, 1652px 245px #fff, 385px 1117px #fff, 1006px 670px #fff, 1994px 1962px #fff, 462px 1468px #fff, 390px 222px #fff, 327px 399px #fff, 337px 1327px #fff, 1972px 2085px #fff, 2339px 2107px #fff, 510px 365px #fff, 2371px 1141px #fff, 2372px 61px #fff, 97px 2116px #fff, 1817px 1958px #fff, 1880px 1814px #fff, 1603px 444px #fff, 11px 1211px #fff, 1880px 934px #fff, 511px 1088px #fff, 1211px 1079px #fff, 1667px 281px #fff, 110px 1589px #fff, 713px 1584px #fff, 1262px 1676px #fff, 1104px 1046px #fff, 160px 1536px #fff, 642px 2031px #fff, 469px 19px #fff, 357px 2363px #fff, 143px 1999px #fff, 1915px 323px #fff, 802px 1263px #fff, 165px 521px #fff, 1277px 1494px #fff, 627px 1970px #fff, 114px 2365px #fff, 2210px 1132px #fff, 848px 731px #fff, 1659px 22px #fff, 984px 784px #fff, 1840px 2271px #fff, 1840px 329px #fff, 744px 1124px #fff, 1797px 2088px #fff, 1444px 1435px #fff, 333px 731px #fff, 731px 1145px #fff, 1051px 2319px #fff, 1896px 1073px #fff, 211px 663px #fff, 881px 2100px #fff, 1745px 270px #fff, 1346px 734px #fff, 437px 983px #fff, 1068px 2376px #fff, 376px 1002px #fff, 2096px 993px #fff, 1816px 357px #fff, 790px 969px #fff, 1736px 820px #fff, 1740px 1190px #fff, 991px 1235px #fff, 1587px 2168px #fff, 222px 443px #fff, 1907px 1891px #fff, 290px 1026px #fff, 695px 1239px #fff, 1991px 1804px #fff, 810px 1868px #fff, 1848px 1412px #fff, 1616px 971px #fff, 75px 207px #fff, 662px 736px #fff, 962px 523px #fff, 1846px 94px #fff, 213px 725px #fff, 2104px 1482px #fff, 1059px 2336px #fff, 578px 600px #fff, 1112px 772px #fff, 1730px 1969px #fff, 1103px 1753px #fff, 2179px 1307px #fff, 1607px 1105px #fff, 2121px 1689px #fff, 1245px 1971px #fff, 298px 753px #fff, 698px 428px #fff, 208px 330px #fff, 2342px 11px #fff, 1663px 2155px #fff, 274px 1431px #fff, 1686px 1382px #fff, 1952px 2035px #fff, 1549px 1833px #fff, 355px 2283px #fff, 1863px 940px #fff, 82px 1252px #fff, 566px 1999px #fff, 1366px 1800px #fff, 508px 1517px #fff, 1516px 1113px #fff, 1421px 1652px #fff, 710px 1622px #fff, 1831px 38px #fff, 1411px 2037px #fff, 297px 2094px #fff, 459px 2200px #fff, 2274px 2237px #fff, 1245px 1020px #fff, 651px 1816px #fff, 2030px 5px #fff, 2040px 275px #fff, 1105px 1136px #fff, 2080px 1069px #fff, 61px 758px #fff
}
.stars-small:after {
  content: "";
  position: absolute;
  top: 2000px
}
.stars-big {
  animation: animStar 100s linear infinite
}
.stars-big, .stars-big:after {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 426px 1588px #fff, 2263px 2257px #fff, 824px 1026px #fff, 301px 814px #fff, 794px 2178px #fff, 10px 500px #fff, 840px 294px #fff, 935px 1677px #fff, 1836px 1596px #fff, 2116px 983px #fff, 231px 159px #fff, 1260px 893px #fff, 73px 1215px #fff, 1757px 64px #fff, 615px 1913px #fff, 1878px 1947px #fff, 232px 1629px #fff, 2238px 1462px #fff, 1130px 538px #fff, 2096px 2103px #fff, 2191px 2072px #fff, 491px 1699px #fff, 679px 2322px #fff, 1600px 1546px #fff, 1999px 607px #fff, 581px 2140px #fff, 1216px 472px #fff, 878px 2174px #fff, 2169px 756px #fff, 259px 267px #fff, 2327px 121px #fff, 1829px 2349px #fff, 721px 1876px #fff, 2033px 623px #fff, 242px 470px #fff, 1173px 1274px #fff, 2268px 1251px #fff, 494px 593px #fff, 2280px 769px #fff, 483px 1903px #fff, 1548px 1838px #fff, 2022px 2013px #fff, 28px 1116px #fff, 1677px 1590px #fff, 93px 1636px #fff, 379px 1717px #fff, 2344px 1023px #fff, 2393px 1379px #fff, 671px 79px #fff, 449px 639px #fff, 227px 1260px #fff
}
.stars-big:after {
  content: "";
  position: absolute;
  top: 2000px
}
@keyframes animStar {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(-2000px)
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}
@keyframes fadeInAndUp {
  0% {
    transform: translateY(-15px);
    opacity: 0
  }
  90% {
    opacity: 1
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(calc(-67.8% - 20px))
  }
  to {
    transform: translateX(0)
  }
}
@keyframes slideDown {
  0% {
    max-height: 0
  }
  to {
    max-height: 24em
  }
}

.l-Hero__heading {
  color: var(--white);
  margin-bottom: clamp(20px, 2vw, 35px);
  min-height: 0;
  line-height: 1;
  letter-spacing: .01em;
  font-size: clamp(3.2142857143em, 6vw, 6.4285714286em);
  font-family: Universal Sans Display\ 200, Helvetica, sans-serif;
  font-weight: 200
}
.l-Hero__sub-heading {
  min-height: 0;
  line-height: 1.2;
  letter-spacing: .0075em;
  font-size: clamp(1.4285714286em, 2.5vw, 2.8571428571em)
}
.l-Hero__sub-heading:not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.l-Hero__sub-heading strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
.l-oywebh5--adjacent-image-text-card {
  display: grid;
  grid-template-columns: 1fr;
  padding: 100px 20px;
  row-gap: 40px
}
@media(min-width:769px) {
  .l-oywebh5--adjacent-image-text-card {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: clamp(50px, 10vw, 180px) 60px;
    align-items: center;
    row-gap: 0
  }
}
.l-oywebh5--adjacent-image-text-card > div:first-child {
  grid-row-start: 2
}
@media(min-width:769px) {
  .l-oywebh5--adjacent-image-text-card > div:first-child {
    grid-column: 9/16;
    grid-row-start: 1
  }
}
.l-oywebh5--adjacent-image-text-card > div:nth-child(2) {
  grid-row-start: 1
}
@media(min-width:769px) {
  .l-oywebh5--adjacent-image-text-card > div:nth-child(2) {
    grid-column: 2/8
  }
}
.l-oywebh5--text-cta {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: clamp(50px, 10vw, 180px) 60px
}
.l-oywebh5--text-cta:not(.transparent-bg) {
  background-color: var(--black)
}
.l-oywebh5--text-cta > div {
  grid-column: 2/16;
  grid-row-start: 1
}
.l-oywebh5--border-top {
  border-top: 1px solid var(--dark-grey)
}
.l-oywebh5--stars {
  background-color: var(--black);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -3
}
.l-oywebh5--carousel {
  padding: 60px 40px 100px
}
@media(min-width:769px) {
  .l-oywebh5--carousel {
    padding-bottom: clamp(50px, 10vw, 180px);
    padding-top: 0
  }
}
.l-oywebh5--carousel:not(.transparent-bg) {
  position: relative;
  overflow: hidden;
  background-color: var(--black)
}
.l-oywebh5--cta-blocks {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px
}
@media(min-width:530px) {
  .l-oywebh5--cta-blocks {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: clamp(50px, 10vw, 180px)
  }
}
.l-oywebh5--cta-blocks:not(.transparent-bg) {
  background-color: var(--black)
}
.l-oywebh5--cta-blocks__intro {
  text-align: center;
  margin-bottom: 40px;
  grid-column: 1/17
}
@media(min-width:769px) {
  .l-oywebh5--cta-blocks__intro {
    margin-bottom: 60px
  }
}
@media(min-width:1200px) {
  .l-oywebh5--cta-blocks__intro {
    grid-column: 3/15
  }
}
.l-oywebh5--cta-blocks__intro .l-Section__heading {
  margin-bottom: 0
}
.l-oywebh5--horizontal-accordion {
  display: grid;
  grid-template-columns: 1fr;
  padding: 60px 20px;
  border-bottom: 1px solid var(--dark-grey);
  border-top: 1px solid var(--dark-grey)
}
@media(min-width:769px) {
  .l-oywebh5--horizontal-accordion {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: clamp(50px, 10vw, 180px);
    border-bottom: 0;
    border-top: 0
  }
}
.l-oywebh5--horizontal-accordion:not(.transparent-bg) {
  background-color: var(--black);
  position: relative;
  overflow: hidden
}
.l-oywebh5--horizontal-accordion:not(.transparent-bg):after {
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  animation: spin 15s linear infinite;
  content: "";
  width: 60vw;
  height: 60vw;
  background: #000;
  background: linear-gradient(130deg, #000, #28a0f0);
  top: 20vh;
  right: -15vw;
  filter: blur(5em)
}
@media(min-width:769px) {
  .l-oywebh5--horizontal-accordion:not(.transparent-bg):after {
    width: 40vw;
    height: 40vw;
    top: 0
  }
}
.l-oywebh5--horizontal-accordion > div {
  grid-column: 1/17;
  position: relative;
  z-index: 1
}
@media(min-width:769px) {
  .l-oywebh5--horizontal-accordion > div {
    grid-column: 2/16
  }
}
.l-oywebh5--eligibility-panel {
  display: grid;
  grid-template-columns: 1fr;
  padding: 40px 20px clamp(50px, 10vw, 180px)
}
@media(min-width:769px) {
  .l-oywebh5--eligibility-panel {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 60px;
    padding-right: 60px
  }
}
.l-oywebh5--eligibility-panel > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1/17
}
@media(min-width:769px) {
  .l-oywebh5--eligibility-panel > div {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1/17
  }
}
@media(min-width:1023px) {
  .l-oywebh5--eligibility-panel > div {
    grid-column: 2/16
  }
}
@media(min-width:1200px) {
  .l-oywebh5--eligibility-panel > div {
    grid-column: 3/15
  }
}
.l-oywebh5--eligibility-panel > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden
}
.l-oywebh5--eligibility-panel > div a + a {
  margin-top: 20px
}
.l-oywebh5--eligibility-panel .eligibility-hint {
  font-size: 16px;
  color: #cdcdcd;
  text-align: left;
  background: #444;
  padding: 12px;
  border-radius: 8px
}
.l-oywebh5--countdown {
  padding: clamp(50px, 10vw, 180px) 20px;
  text-align: center
}
.l-oywebh5--notice {
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(50px, 10vw, 180px) 20px 120px
}
@media(min-width:769px) {
  .l-oywebh5--notice {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px
  }
}
.l-oywebh5--notice > div {
  grid-column: 1/17
}
@media(min-width:769px) {
  .l-oywebh5--notice > div {
    grid-column: 11/17
  }
}
.l-oywebh5--collapse-to-carousel {
  overflow: hidden
}
@media(min-width:1023px) {
  .l-oywebh5--collapse-to-carousel {
    overflow: visible
  }
}
.l-oywebh5--collapse-to-carousel .flickity-viewport {
  overflow: visible;
  margin-bottom: 40px
}
@media(min-width:1023px) {
  .l-oywebh5--collapse-to-carousel .flickity-viewport {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px
  }
  .l-oywebh5--collapse-to-carousel .flickity-slider {
    transform: none !important
  }
}
.l-oywebh5--collapse-to-carousel .flickity-slider .carousel-cell {
  width: calc(100% - 40px);
  margin-right: 10px;
  min-height: 100%;
  display: flex;
  align-items: stretch
}
@media(min-width:530px) {
  .l-oywebh5--collapse-to-carousel .flickity-slider .carousel-cell {
    width: 75%;
    height: auto
  }
}
@media(min-width:1023px) {
  .l-oywebh5--collapse-to-carousel .flickity-slider .carousel-cell {
    margin: 0 5px
  }
}
.l-oywebh5--collapse-to-carousel .flickity-slider .carousel-cell > * {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%
}
.l-oywebh5--collapse-to-carousel .flickity-slider .carousel-cell .c-CTABlock__image {
  width: 100%;
  margin-top: auto
}
@media(min-width:1023px) {
  .l-oywebh5--collapse-to-carousel .l-CTABlocks--3up .flickity-slider .carousel-cell {
    width: calc(33.33% - 10px)
  }
  .l-oywebh5--collapse-to-carousel .l-CTABlocks--4up .flickity-slider .carousel-cell {
    width: calc(25% - 10px)
  }
}
.l-oywebh5--delegate-success-hero {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px
}
@media(min-width:1023px) {
  .l-oywebh5--delegate-success-hero {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
    align-items: center
  }
}
.l-oywebh5--delegate-success-hero > .c-HeroText {
  max-height: 0;
  animation: slideDown 1.5s 1.5s forwards
}
@media(min-width:1023px) {
  .l-oywebh5--delegate-success-hero > .c-HeroText {
    max-height: none
  }
}
.l-oywebh5--delegate-success-hero > .c-HeroText:after {
  content: "";
  width: 100%;
  height: 60px;
  display: block
}
@media(min-width:1023px) {
  .l-oywebh5--delegate-success-hero > .c-HeroText:after {
    display: none
  }
  .l-oywebh5--delegate-success-hero + .l-oywebh5--cta-blocks, .l-oywebh5--delegate-success-hero > .c-HeroText {
    opacity: 0;
    animation: fadeInAndUp 1.2s 1.5s forwards
  }
}
.l-oywebh5--delegate-success-hero > div {
  position: relative;
  z-index: 1
}
.l-oywebh5--delegate-success-hero > div:first-child {
  grid-column: 1/17;
  grid-row-start: 1
}
@media(min-width:1023px) {
  .l-oywebh5--delegate-success-hero > div:first-child {
    grid-column: 1/10
  }
}
@media(min-width:2000px) {
  .l-oywebh5--delegate-success-hero > div:first-child {
    grid-column: 2/9
  }
}
.l-oywebh5--delegate-success-hero > div:nth-child(2) {
  grid-column: 1/17;
  grid-row-start: 2
}
@media(min-width:1023px) {
  .l-oywebh5--delegate-success-hero > div:nth-child(2) {
    grid-column: 10/17;
    grid-row-start: 1
  }
}
@media(min-width:1700px) {
  .l-oywebh5--delegate-success-hero > div:nth-child(2) {
    grid-column: 10/16
  }
}
.l-oywebh5--centered-modal {
  display: grid;
  grid-template-columns: 1fr;
  padding: 40px 20px 60px
}
@media(min-width:769px) {
  .l-oywebh5--centered-modal {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
    align-items: center
  }
}
.l-oywebh5--centered-modal > div {
  grid-column: 1/17
}
@media(min-width:769px) {
  .l-oywebh5--centered-modal > div {
    grid-column: 4/14
  }
}
@media(min-width:1200px) {
  .l-oywebh5--centered-modal > div {
    grid-column: 5/13
  }
  .l-oywebh5--centered-modal > div.c-ClaimAirdrop, .l-oywebh5--centered-modal > div.c-DelegateTokens {
    grid-column: 10/17;
    transform: translateX(calc(-67.8% - 20px))
  }
}
@media(min-width:1700px) {
  .l-oywebh5--centered-modal > div {
    grid-column: 6/12
  }
  .l-oywebh5--centered-modal > div.c-ClaimAirdrop, .l-oywebh5--centered-modal > div.c-DelegateTokens {
    grid-column: 10/16
  }
}
.l-Section__heading-cta {
  text-align: center;
  margin-bottom: 60px
}
@media(min-width:769px) {
  .l-Section__heading-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left
  }
}
.l-Section__heading-cta .l-Section__heading {
  flex: 1;
  margin-bottom: 30px
}
@media(min-width:769px) {
  .l-Section__heading-cta .l-Section__heading {
    margin-bottom: 0
  }
}
.l-Section__heading {
  min-height: 0;
  line-height: 1;
  letter-spacing: .01em;
  font-size: clamp(2em, 3.3vw, 5em);
  font-family: Universal Sans Display\ 200, Helvetica, sans-serif;
  font-weight: 200;
  color: var(--white);
  margin-bottom: clamp(20px, 2vw, 40px)
}
.l-Section__lede {
  min-height: 0;
  line-height: 1.2;
  letter-spacing: .0075em;
  font-size: clamp(1.4285714286em, 2.5vw, 2.8571428571em);
  margin-bottom: clamp(30px, 2vw, 40px)
}
.l-Section__lede:not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.l-Section__lede strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
.l-oywebh5--eligibility-panel .l-Section__lede {
  font-size: clamp(1.4285714286em, 2.5vw, 2em)
}
.l-oywebh5--eligibility-panel .l-Section__lede ~ .c-Button {
  font-size: .75em;
  text-transform: none
}
.l-Section__card {
  -webkit-backdrop-filter: blur(3em);
  backdrop-filter: blur(3em);
  background-color: rgba(38, 40, 42, .8);
  padding: 30px clamp(20px, 3vw, 60px) clamp(20px, 3vw, 60px);
  border-radius: 10px;
  position: relative
}
@media(min-width:769px) {
  .l-Section__card {
    padding-top: clamp(20px, 3vw, 60px)
  }
}
.l-Section__card--split {
  min-height: calc(100vh - 260px)
}
@media(min-width:769px) {
  .l-Section__card--split:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--dark-grey);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%
  }
}
.l-Section__card--split > div:first-child {
  text-align: center;
  margin-bottom: 60px
}
@media(min-width:769px) {
  .l-Section__card--split > div:first-child {
    text-align: left;
    padding-right: clamp(20px, 3vw, 60px);
    margin-bottom: 0
  }
  .l-Section__card--split > div:nth-child(2) {
    padding-left: clamp(20px, 3vw, 60px)
  }
}
.l-Section__card .c-Button {
  width: 100%
}
@media(min-width:769px) {
  .l-Section__card .c-Button {
    width: auto
  }
}
.l-Section__3up-cards {
  grid-column: 1/17;
  grid-row-start: 2;
  padding-left: 20px;
  padding-right: 20px
}
@media(min-width:769px) {
  .l-Section__3up-cards {
    padding-left: 60px;
    padding-right: 60px
  }
}
@media(min-width:1023px) {
  .l-Section__3up-cards {
    padding-left: 0;
    padding-right: 0
  }
}
.l-Section__3up-cards .is-visible {
  transform-style: preserve-3d
}
.l-Section__3up-cards .is-visible .carousel-cell:first-of-type .c-FeatureCard, .l-Section__3up-cards .is-visible .carousel-cell:nth-of-type(2) .c-FeatureCard, .l-Section__3up-cards .is-visible .carousel-cell:nth-of-type(3) .c-FeatureCard {
  transform: translateY(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
@media(min-width:1023px) {
  .l-Section__3up-cards .carousel-cell:first-of-type .c-FeatureCard {
    transform: translateY(50vh);
    transition: transform 1.2s cubic-bezier(.65, .05, .36, 1)
  }
  .l-Section__3up-cards .carousel-cell:nth-of-type(2) .c-FeatureCard {
    transition: transform 1.2s cubic-bezier(.65, .05, .36, 1) .15s;
    transform: translateY(40vh)
  }
  .l-Section__3up-cards .carousel-cell:nth-of-type(3) .c-FeatureCard {
    transition: transform 1.2s cubic-bezier(.65, .05, .36, 1) .3s;
    transform: translateY(30vh)
  }
}

.c-InlineForm [type=email], .c-InlineForm [type=text] {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  flex: 1;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 100%;
  color: var(--white);
  margin-right: 10px
}
@media(min-width:769px) {
  .c-InlineForm [type=email], .c-InlineForm [type=text] {
    margin-right: 20px
  }
}
.c-InlineForm [type=submit], .c-InlineForm button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  transition: all .2s linear;
  text-transform: uppercase;
  background: transparent;
  color: var(--white);
  border-radius: 5px;
  padding: 5px 7px 4px;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  margin: 0
}
.c-InlineForm [type=submit]:focus:not(:disabled), .c-InlineForm [type=submit]:hover:not(:disabled), .c-InlineForm button:focus:not(:disabled), .c-InlineForm button:hover:not(:disabled) {
  background-color: var(--mid-grey-darker-2);
  border-color: var(--mid-grey-darker-2)
}
.c-InlineForm [type=submit]:disabled, .c-InlineForm [type=submit]:disabled:hover, .c-InlineForm button:disabled, .c-InlineForm button:disabled:hover {
  color: var(--mid-grey);
  background-color: var(--off-black);
  border-color: var(--off-black)
}
.c-InlineForm ~ .warning {
  color: var(--light-red);
  text-align: right;
  margin-top: 4px;
  margin-right: 4px
}
.c-CheckForm {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: var(--mid-grey-darker);
  margin-bottom: 60px
}
.c-CheckForm [type=text] {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  text-transform: uppercase;
  flex: 1;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  color: var(--white);
  padding: 0 15px
}
@media(min-width:769px) {
  .c-CheckForm [type=text] {
    padding: 0 25px
  }
}
.c-CheckForm [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  transition: all .2s linear;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 0;
  border-left: 1px solid var(--mid-grey);
  padding: 12px 20px;
  border-radius: 0 5px 5px 0
}
@media(min-width:769px) {
  .c-CheckForm [type=submit] {
    padding: 13px 20px
  }
}
.c-CheckForm [type=submit]:focus, .c-CheckForm [type=submit]:hover {
  background-color: var(--mid-grey)
}
.c-Modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  padding: 20px
}
.c-Modal.is-active {
  display: flex;
  opacity: 1;
  visibility: visible
}
.c-Modal__content {
  position: relative;
  background-color: var(--off-black);
  padding: 40px 20px;
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  max-width: 650px;
  color: var(--light-grey)
}
@media(min-width:769px) {
  .c-Modal__content {
    padding: 40px
  }
}
.c-Modal__content::-webkit-scrollbar {
  width: 5px
}
.c-Modal__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--mid-grey-darker);
  opacity: 1
}
.c-Modal__lede {
  text-align: center;
  margin: 0 auto 40px
}
.c-Modal__heading {
  min-height: 0;
  line-height: 1.1;
  letter-spacing: .01em;
  font-size: clamp(1.7142857143em, 2.5vw, 2.8571428571em);
  font-family: Universal Sans Display\ 200, Helvetica, sans-serif;
  font-weight: 200;
  color: var(--white);
  text-align: center;
  margin-bottom: 20px
}
.c-Modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  transition: all .2s linear;
  border: 0;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--dark-grey);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}
@media(min-width:769px) {
  .c-Modal__close {
    top: -20px;
    right: -20px;
    position: absolute
  }
}
.c-Modal__close:hover {
  background-color: var(--mid-grey-darker)
}
.c-Modal__close svg {
  width: 14px;
  height: 14px
}
.c-Modal__overlay {
  -webkit-backdrop-filter: blur(3em);
  backdrop-filter: blur(3em);
  z-index: 0;
  cursor: pointer
}
.c-Modal__overlay, .c-Panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5)
}
.c-Panel {
  z-index: 100;
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in .4s
}
.c-Panel.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s
}
.c-Panel.is-active .c-Panel__arrows, .c-Panel.is-active .c-Panel__content {
  transform: translateX(0);
  transition-delay: .2s
}
.c-Panel.is-active .c-Panel__close {
  opacity: 1;
  transition-delay: .6s
}
.c-Panel__content {
  background-color: var(--dark-grey);
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: none;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.65, .05, .36, 1)
}
@media(min-width:530px) {
  .c-Panel__content {
    max-width: 50vw
  }
}
@media(min-width:1200px) {
  .c-Panel__content {
    max-width: 35vw
  }
}
.c-Panel__h5webhead {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  padding-top: 40px
}
.c-Panel__h5webhead-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, .24)
}
@media(min-width:769px) {
  .c-Panel__h5webhead-avatar {
    width: 120px;
    height: 120px
  }
}
@media(min-width:1200px) {
  .c-Panel__h5webhead-avatar {
    width: 160px;
    height: 160px
  }
}
.c-Panel__h5webhead-delegate-name {
  min-height: 0;
  line-height: 1.2;
  letter-spacing: .0075em;
  font-size: clamp(1.4285714286em, 2.5vw, 2.8571428571em);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px
}
.c-Panel__h5webhead-delegate-name:not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.c-Panel__h5webhead-delegate-name strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
.c-Panel__h5webhead-delegate-code {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(1.1428571429em, 1.3vw, 1.4285714286em);
  color: var(--light-grey)
}
.c-Panel__h5webhead-delegate-ens {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  color: var(--white);
  font-size: 14px;
  background: hsla(0, 0%, 100%, .2);
  padding: 4px 8px;
  border-radius: 4px
}
.c-Panel__h5webhead-bg {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden
}
@media(min-width:769px) {
  .c-Panel__h5webhead-bg {
    height: 120px
  }
}
@media(min-width:1200px) {
  .c-Panel__h5webhead-bg {
    height: 160px
  }
}
.c-Panel__h5webhead-bg .image-wrapper {
  position: absolute;
  width: 250%;
  height: 250%;
  top: 0;
  left: 0;
  filter: blur(90px);
  transform: translate(-40%)
}
.c-Panel__h5webhead-bg .social {
  position: absolute;
  display: flex;
  gap: 8px;
  height: 27px;
  top: 8px;
  left: 8px;
  align-items: center;
  justify-content: center
}
.c-Panel__h5webhead-bg .social .twitter-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 5px;
  background: var(--blue);
  border-radius: 50%
}
.c-Panel__h5webhead-bg .social .twitter-link:hover {
  opacity: 70%
}
.c-Panel__h5webhead-selected-tab {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  text-transform: uppercase;
  pointer-events: none;
  color: var(--flourescent-green);
  background-color: var(--semi-opaque-flourescent-green);
  line-height: 1.2;
  border-radius: 5px;
  padding: 0;
  background-image: url(../fonts/green_tick.2f80bd4d.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px 12px;
  height: 28px;
  width: 33px;
  text-indent: -99999px;
  position: absolute;
  top: 110px;
  right: 10px
}
@media(min-width:1023px) {
  .c-Panel__h5webhead-selected-tab {
    padding: 6px 8px 5px 28px;
    background-position: 8px 50%;
    width: auto;
    height: auto
  }
}
@media(min-width:769px) {
  .c-Panel__h5webhead-selected-tab {
    top: 130px
  }
}
@media(min-width:1023px) {
  .c-Panel__h5webhead-selected-tab {
    text-indent: 0
  }
}
@media(min-width:1200px) {
  .c-Panel__h5webhead-selected-tab {
    top: 170px
  }
}
.c-Panel__inner {
  padding: 40px 20px 70px
}
@media(min-width:769px) {
  .c-Panel__inner {
    padding-right: 40px;
    padding-left: 40px
  }
}
.c-Panel__inner-info {
  color: var(--light-grey)
}
.c-Panel__inner-info:last-of-type {
  padding-bottom: 30px
}
@media(min-width:530px) {
  .c-Panel__inner-info:last-of-type {
    padding-bottom: 0;
    margin-bottom: 60px
  }
}
.c-Panel__inner-info:not(:last-of-type) {
  border-bottom: 1px solid var(--mid-grey-darker);
  padding-bottom: 30px;
  margin-bottom: 10px
}
@media(min-width:530px) {
  .c-Panel__inner-info:not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 20px
  }
}
.c-Panel__inner-info p {
  white-space: pre-line
}
.c-Panel__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--mid-grey-darker)
}
.c-Panel__cta > .c-Button {
  flex-shrink: 0;
  width: 100%
}
@media(min-width:1700px) {
  .c-Panel__cta > .c-Button {
    flex: 1
  }
}
.c-Panel__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  background-color: rgba(70, 72, 74, .5);
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
  padding: 15px 20px;
  border-top: 1px solid var(--mid-grey);
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.65, .05, .36, 1)
}
@media(min-width:530px) {
  .c-Panel__arrows {
    max-width: 50vw;
    padding: 20px
  }
}
@media(min-width:1200px) {
  .c-Panel__arrows {
    max-width: 35vw
  }
}
.c-Panel__arrows > span {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  text-transform: uppercase;
  color: var(--white)
}
.c-Panel__arrows > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  transition: all .2s linear;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--mid-grey);
  background-color: var(--mid-grey);
  background-image: url(../fonts/arrow.981d8529.svg);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 50%;
  flex-shrink: 0
}
@media(min-width:769px) {
  .c-Panel__arrows > button {
    width: 50px;
    height: 50px
  }
}
.c-Panel__arrows > button:last-of-type {
  transform: rotate(180deg)
}
.c-Panel__arrows > button:focus, .c-Panel__arrows > button:hover {
  background-color: transparent
}
.c-Panel__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background-color: var(--mid-grey-darker);
  opacity: 0;
  transition: opacity .2s ease-in
}
@media(min-width:1200px) {
  .c-Panel__close {
    top: 20px;
    right: calc(35vw + 20px);
    width: 50px;
    height: 50px
  }
}
.c-Panel__close:hover > span {
  opacity: 1
}
.c-Panel__close > span {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  color: var(--white);
  text-transform: uppercase;
  position: absolute;
  right: 65px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s linear;
  display: none
}
@media(min-width:1200px) {
  .c-Panel__close > span {
    display: block
  }
}
.c-Panel__close svg {
  width: 14px;
  height: 14px
}
@media(min-width:1200px) {
  .c-Panel__close svg {
    width: 18px;
    height: 18px
  }
}
.delegate-vote-count {
  color: #fff;
  background-color: var(--mid-grey-darker-2);
  padding: 4px 6px;
  border-radius: 4px;
  margin-top: 8px
}
.c-FootNote {
  display: block;
  color: var(--light-grey);
  line-height: 1.6
}
.c-FootNote, .c-FootNote a, .c-FootNote button {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em)
}
.c-FootNote a, .c-FootNote button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  display: inline-block;
  background: transparent;
  border: 0
}
.c-FootNote a:not(.subtle), .c-FootNote button:not(.subtle) {
  color: var(--blue);
  text-transform: uppercase;
  border-bottom: 1px solid var(--blue)
}
.c-FootNote a.subtle, .c-FootNote button.subtle {
  border-bottom: 1px solid var(--mid-grey);
  color: var(--light-grey)
}
.c-FootNote--centered {
  text-align: center
}
.c-HorizontalAccordion {
  width: 100%;
  display: flex;
  align-items: center;
  list-style-type: none;
  overflow: hidden;
  flex-direction: column;
  min-height: 500px
}
@media(min-width:1023px) {
  .c-HorizontalAccordion {
    flex-direction: row
  }
}
.c-HorizontalAccordion__tab {
  position: relative;
  height: 70px;
  width: 100%;
  overflow: hidden;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px
}
.c-HorizontalAccordion__tab:last-child {
  height: 90px
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__tab {
    height: 460px;
    width: 7vw;
    flex-direction: row;
    flex-grow: .001
  }
  .c-HorizontalAccordion__tab:last-child {
    height: 460px
  }
}
.c-HorizontalAccordion__tab:not(.is-active) {
  transition: all .3s cubic-bezier(.65, .05, .36, 1) .3s, background-color .3s linear;
  background-color: var(--off-black)
}
.c-HorizontalAccordion__tab:not(.is-active):hover {
  background-color: var(--dark-grey)
}
.c-HorizontalAccordion__tab:not(:last-child) {
  margin-bottom: 10px
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__tab:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0
  }
}
.c-HorizontalAccordion__tab.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: var(--dark-grey);
  transition: all .3s cubic-bezier(.65, .05, .36, 1) .3s;
  height: 19em
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__tab.is-active {
    width: 39em;
    height: 37em
  }
}
.c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__tab-label {
  padding: 22px 20px;
  cursor: default
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__tab-label {
    padding: 60px 0;
    width: 6em
  }
  .c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__tab-label > span:nth-child(2) {
    left: -10px;
    transform: rotate(0deg) translate(50%)
  }
}
.c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  flex: auto
}
.c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__content::-webkit-scrollbar {
  display: none
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__content {
    flex: 1
  }
}
.c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__content h4 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s cubic-bezier(.65, .05, .36, 1) .4s, transform .4s cubic-bezier(.65, .05, .36, 1) .4s
}
.c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__content p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s cubic-bezier(.65, .05, .36, 1) .5s, transform .4s cubic-bezier(.65, .05, .36, 1) .5s
}
.c-HorizontalAccordion__tab.is-active .c-HorizontalAccordion__cta {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s cubic-bezier(.65, .05, .36, 1) .6s, transform .4s cubic-bezier(.65, .05, .36, 1) .6s
}
.c-HorizontalAccordion__tab-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  cursor: pointer;
  transition: padding .3s cubic-bezier(.65, .05, .36, 1) .3s;
  width: 100%
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__tab-label {
    padding: 40px 0;
    flex-direction: column;
    height: 100%;
    min-width: 6em;
    width: 6em
  }
}
.c-HorizontalAccordion__tab-label > span:first-child {
  min-height: 0;
  line-height: 1.2;
  letter-spacing: .0075em;
  font-size: clamp(1.4285714286em, 2.5vw, 2.8571428571em);
  color: var(--white)
}
.c-HorizontalAccordion__tab-label > span:first-child:not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.c-HorizontalAccordion__tab-label > span:first-child strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
.c-HorizontalAccordion__tab-label > span:nth-child(2) {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  min-height: 0;
  font-size: clamp(.8571428571em, 1vw, 1.1428571429em);
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  white-space: nowrap
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__tab-label > span:nth-child(2) {
    transform: rotate(-90deg) translate(50%);
    bottom: -20px
  }
}
.c-HorizontalAccordion__content {
  flex: 1;
  padding: 0 20px 20px
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__content {
    padding: 60px 60px 60px 0
  }
}
.c-HorizontalAccordion__content p {
  color: var(--light-grey);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .3s cubic-bezier(.65, .05, .36, 1), transform .4s cubic-bezier(.65, .05, .36, 1)
}
.c-HorizontalAccordion__content p:not(.lede) {
  min-height: 0;
  line-height: 1.3;
  letter-spacing: .0075em;
  font-size: clamp(1.1428571429em, 1.5vw, 1.4285714286em)
}
.c-HorizontalAccordion__content p:not(.lede):not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.c-HorizontalAccordion__content p:not(.lede) strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
.c-HorizontalAccordion__content p:not(.lede):last-of-type {
  margin-bottom: 20px
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__content p:not(.lede):last-of-type {
    margin-bottom: 60px
  }
}
.c-HorizontalAccordion__content p.lede {
  min-height: 0;
  line-height: 1.2;
  letter-spacing: .0075em;
  font-size: clamp(1.4285714286em, 2.5vw, 2.8571428571em);
  font-size: clamp(1.4285714286em, 2.5vw, 2.1428571429em);
  margin-bottom: 20px
}
.c-HorizontalAccordion__content p.lede:not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.c-HorizontalAccordion__content p.lede strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
.c-HorizontalAccordion__heading {
  min-height: 0;
  line-height: 1.2;
  letter-spacing: .0075em;
  font-size: clamp(1.4285714286em, 2.5vw, 2.8571428571em);
  font-size: clamp(1.2857142857em, 2.5vw, 2.8571428571em);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  transform: translateY(5px);
  transition: opacity .3s cubic-bezier(.65, .05, .36, 1), transform .4s cubic-bezier(.65, .05, .36, 1)
}
.c-HorizontalAccordion__heading:not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.c-HorizontalAccordion__heading strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
@media(min-width:1023px) {
  .c-HorizontalAccordion__heading {
    opacity: 0;
    margin-top: 0
  }
}
.c-HorizontalAccordion__cta {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .3s cubic-bezier(.65, .05, .36, 1), transform .4s cubic-bezier(.65, .05, .36, 1)
}
.c-Countdown {
  color: var(--white)
}
.c-Countdown__heading {
  min-height: 0;
  line-height: 1.2;
  letter-spacing: .0075em;
  font-size: clamp(1.4285714286em, 2.5vw, 2.8571428571em);
  margin-bottom: 40px
}
.c-Countdown__heading:not(strong) {
  font-family: Universal Sans Display\ 300, Helvetica, sans-serif;
  font-weight: 300
}
.c-Countdown__heading strong {
  font-family: Universal Sans Display\ 500, Helvetica, sans-serif;
  font-weight: 500
}
.c-Countdown__timer {
  font-family: Maison Neue Mono, Courier New, Courier, monospace;
  font-weight: 400;
  -webkit-backdrop-filter: blur(3em);
  backdrop-filter: blur(3em);
  position: relative;
  background-color: rgba(38, 40, 42, .8);
  min-height: 0;
  line-height: 1;
  font-size: clamp(2.5em, 4vw, 5em);
  padding: 30px 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%
}
@media(min-width:769px) {
  .c-Countdown__timer {
    width: auto;
    padding: 30px 60px
  }
}
.c-Countdown__timer > div {
  font-variant-numeric: tabular-nums
}
.c-Countdown__timer > span {
  text-align: center
}
.c-Countdown .info-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  margin-left: 12px;
  stroke: var(--blue)
}
.l-oywebh5--countdown.compact {
  padding: 0
}
.l-oywebh5--countdown.compact .c-Countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  gap: 10px
}
@media(min-width:769px) {
  .l-oywebh5--countdown.compact .c-Countdown {
    flex-direction: row
  }
}
.home .l-oywebh5--countdown.compact .c-Countdown {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin: 20px 0 40px
}
@media(min-width:769px) {
  .home .l-oywebh5--countdown.compact .c-Countdown {
    align-items: center;
    margin: 20px 0 40px
  }
}
.l-oywebh5--countdown.compact .c-Countdown__heading {
  font-size: clamp(1.2857142857em, 4vw, 1.7142857143em);
  margin-bottom: 0
}
.l-oywebh5--countdown.compact .c-Countdown__timer {
  width: auto;
  font-size: clamp(1.2857142857em, 4vw, 1.7142857143em);
  padding: 10px
}
.l-oywebh5--countdown.compact .info-icon {
  position: relative;
  width: 24px;
  height: 24px;
  top: auto;
  right: auto;
  margin-left: 8px
}
:root {
  scrollbar-color: #f0f0f0 transparent !important;
  scrollbar-width: thin !important;
  --white--15pc: hsla(0, 0%, 100%, .15);
  --white: #fff;
  --black: #000;
  --blue: #38a0f0;
  --color-fg-accent: #38a0f0 !important;
  --semi-opaque-light-grey: hsla(220, 2%, 67%, .2);
  --light-grey: #a3a8a8;
  --mid-grey: #787a7d;
  --mid-grey-darker: #46484a;
  --mid-grey-darker-2: #48545c;
  --dark-grey: #353535;
  --off-black: #262626;
  --red: #fd8282;
  --light-red: #ffddd6;
  --yellow: #f1df39;
  --semi-opaque-yellow: rgba(241, 223, 57, .85);
  --green: #309c52;
  --semi-opaque-green: rgba(48, 156, 82, .7);
  --flourescent-green: #4dfe84;
  --semi-opaque-flourescent-green: rgba(80, 254, 132, .15);
  --semi-opaque-red: hsla(0, 97%, 75%, .15);
  --custom-easing: cubic-bezier(0.38, 0.08, 1, 0);
  --scroll: 0.00265518;
  --max-content-width: 1440px
}
::-webkit-scrollbar {
  width: 10px
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: var(--mid-grey-darker)
}
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: var(--light-grey);
  -webkit-box-shadow: none
}