@font-face { font-family: 'HelveticaThin'; src: url("../fonts/HelveticaNeueThin.eot"); src: url("../fonts/HelveticaNeueThin.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueThin.woff2") format("woff2"), url("../fonts/HelveticaNeueThin.woff") format("woff"), url("../fonts/HelveticaNeueThin.ttf") format("truetype"), url("../fonts/HelveticaNeueThin.svg#HelveticaNeueThin") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'HelveticaBold'; src: url("../fonts/HelveticaBold.eot"); src: url("../fonts/HelveticaBold.eot") format("embedded-opentype"), url("../fonts/HelveticaBold.woff2") format("woff2"), url("../fonts/HelveticaBold.woff") format("woff"), url("../fonts/HelveticaBold.ttf") format("truetype"), url("../fonts/HelveticaBold.svg#HelveticaBold") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Helvetica'; src: url("../fonts/helveticanormal.eot"); src: url("../fonts/helveticanormal.eot") format("embedded-opentype"), url("../fonts/helveticanormal.woff2") format("woff2"), url("../fonts/helveticanormal.woff") format("woff"), url("../fonts/helveticanormal.ttf") format("truetype"), url("../fonts/helveticanormal.svg#helveticanormal") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'HelveticaLight'; src: url("../fonts/HelveticaNeueLight.eot"); src: url("../fonts/HelveticaNeueLight.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueLight.woff2") format("woff2"), url("../fonts/HelveticaNeueLight.woff") format("woff"), url("../fonts/HelveticaNeueLight.ttf") format("truetype"), url("../fonts/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'HelveticaLightOblique'; src: url("../fonts/HelveticaLightOblique.eot"); src: url("../fonts/HelveticaLightOblique.eot") format("embedded-opentype"), url("../fonts/HelveticaLightOblique.woff2") format("woff2"), url("../fonts/HelveticaLightOblique.woff") format("woff"), url("../fonts/HelveticaLightOblique.ttf") format("truetype"), url("../fonts/HelveticaLightOblique.svg#HelveticaLightOblique") format("svg"); font-weight: normal; font-style: normal; }

header,footer{display: none !important;}

body, html,article,.page-wrapper {
    height: 100%;
    margin: 0;
    font-family: 'Helvetica';
    font-weight: normal;
}
.page-wrapper{
	display: flex;
	position: relative;
	overflow: hidden;
}
h1,h2,h3{
	font-family: 'HelveticaBold';
	font-weight: normal;
}
a{
	color: #005480 !important;
	text-decoration: none;
}
a:hover{
	color: #005480 !important;
	text-decoration: none;
}
img{
	max-width: 100%;
    height: auto;
}
.landing-page {
    display: flex;
    width: 100%;
}
.landing-page .col-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.landing-page .col-left-top {
    height: 85%;
    position: relative;
    display: flex;
    align-items: center;
}
.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: -1;
}
span.sm {
    width: 400px;
    height: 250px;
    border-top-left-radius: 320px;
    border-top-right-radius: 320px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 0;
    transform: rotate(-90deg);
    display: block;
}
span.sm {
    position: absolute;
    right: -15%;
    z-index: -1;
}
span.lg {
    width: 850px;
    height: 850px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 0;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    right: -44%;
    z-index: -1;
}
.landing-page .col-left-top .wp-content {
    padding: 0 15%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.landing-page .col-left-top .wp-content >div{
	width: 100%;
}
.landing-page .col-left-top .wp-content h3{
	font-size: 26px;
	color: #005382;
	margin: 0 0 10px;
}
.landing-page .col-left-top .wp-content p{
	font-size: 14px;
	color: #878A9D;
    letter-spacing: 0.6px;
    line-height: 25px;
}
.landing-page .col-left-top .wp-content .count-time{
	padding: 30px 0;
}
.is-countdown{
	border: 0;
    background-color: transparent;
}
.countdown-row{
	display: flex;
}
.countdown-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 80px;
    text-align: center;
}
.countdown-amount{
	font-family: 'HelveticaBold';
    font-size: 48px;
    color: #005382;
    letter-spacing: 0;
    text-transform: uppercase;
}
.countdown-period{
	font-size: 12px;
	color: #822933;
	letter-spacing: 0.51px;
	line-height: 25px;
	text-transform: uppercase;
    margin-top: 20px;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*email_list_signup_container*/
.email_list_signup_container{
    width: 70%;
}
.email_list_signup_container >form>label {
    display: none;
}
.label-sb{
    padding-left: 30px;
    font-family: Helvetica-Bold;
    font-size: 14px;
    color: #822933;
    letter-spacing: 0.6px;
    line-height: 25px;
    text-transform: uppercase;
    width: 30%;
    padding-bottom: 5px;
}
.email_list_signup_container .block-table{
    display: flex;
    align-items: center;
    position: relative;
}
.email_list_signup_container .block-table .input-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.email_list_signup_container .block-table .input-box .form-control:hover,
.email_list_signup_container .block-table .input-box .form-control:focus{
    box-shadow: none;
}
.email_list_signup_container .block-table .button-set {
    line-height: normal;
    position: absolute;
    right: 15px;
    border: 0;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: flex;
}
.email_list_signup_container .block-table .button-set button{
    border: 0;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: url(../landing/images/Arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 10px;
}
.email_list_signup_container .block-table .button-set button:hover{
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: none;
}
.email_list_signup_container .block-table .button-set button span{ 
    text-indent: -9999px;
    display: block;
}

.landing-page .col-left-top .wp-content .sign-in{
	padding: 30px 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.landing-page .col-left-top .wp-content .sign-in .thk{
    display: none;
}
.landing-page .col-left-top .wp-content .sign-in form{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}



/*.sign-in*/
.sign-in .form-control{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #005382;
    background-color: transparent;
    padding: 10px 20px;
    font-family: Helvetica;
    font-size: 14px;
    color: #878A9D;
    letter-spacing: 0.6px;
    line-height: 25px;
    border-radius: 0;
    box-shadow: none;
}
.sign-in .form-control:hover,
.sign-in .form-control:focus{
    box-shadow: none;
}
.sign-in .form-actions p{
    display: none;
}
.sign-in .form-actions button{
    border: 0;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: url(../landing/images/Arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 10px;
    text-indent: -9999px;
    display: block;
}
.sign-in .form-actions button:hover,.sign-in .form-actions button:focus{
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: none;
    outline: none;
    border: 0;
}

/*Form*/
.sign-in .ccm-block-type-form {
    width: 70%;
}
.sign-in .fields {
    width: 100%;
}
.sign-in .fields .form-group{
    margin: 0;
}
.sign-in .form-actions {
    position: absolute;
    right: 0;
    bottom: 12px;
}
.landing-page .col-left-top .wp-content .sign-in form {
    position: relative;
}






.sign-in .form-wp{
	position: relative;
    flex-basis: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sign-in .form-wp input{
	width: 100%;
    border: 0;
    border-bottom: 1px solid #005382;
    background-color: transparent;
    padding: 10px 20px;
    font-family: Helvetica;
    font-size: 14px;
    color: #878A9D;
    letter-spacing: 0.6px;
    line-height: 25px;
}
.sign-in .form-wp input:focus{
	outline: none;
	box-shadow: none;
}

.sign-in .form-wp a{
	position: absolute;
    right: 0;
    border: 0;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}
.sign-in .form-wp a:hover,.sign-in .form-wp a:focus,.sign-in .form-wp a:active{
	-webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: none;
}
.sign-in .form-wp a span.done{
    display: none;
}
.sign-in label{
	padding-left: 30px;
    font-family: Helvetica-Bold;
    font-size: 14px;
    color: #822933;
    letter-spacing: 0.6px;
    line-height: 25px;
    text-transform: uppercase;
}


.landing-page .col-left-top .wp-content .content{
	margin-top: 50px;
	padding-right: 50px;
}
.landing-page .col-left-top .wp-content .contact{
	display: flex;
    padding-top: 30px;	
}
.col-wp{
	width: 50%;
}
.col-wp .row{
	color: #005480;
    font-size: 15px;
    letter-spacing: 0.64px;
    line-height: 34px;
} 
.col-wp .row span{
	color: #878A9D;
    padding-right: 5px;
} 
.landing-page .col-left-bottom{
	height: 15%;
	background-color: #005480;
	display: flex;
	align-items: center;
}
.landing-page .col-left-bottom .social {
    padding: 0 15%;
    width: 100%;
}
.landing-page .col-left-bottom .social ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: center;
}
.landing-page .col-left-bottom a{
	display: block;
	background-repeat: no-repeat;
}
.landing-page .col-left-bottom .fb{
	background-image: url('../landing/images/fb.svg');
	width: 12px;
	height: 18px;
}
.landing-page .col-left-bottom .fm{
	background-image: url('../landing/images/fm.svg');
	width: 20px;
	height: 21px;
}
.landing-page .col-left-bottom .line{
	background-image: url('../landing/images/line.svg');
	width: 23px;
	height: 22px;
}
.landing-page .col-left-bottom .yt{
	background-image: url('../landing/images/yt.svg');
	width: 22px;
	height: 14px;
}
.landing-page .col-left-bottom .in{
	background-image: url('../landing/images/in.svg');
	width: 17px;
	height: 17px;
}
.landing-page .col-right {
    width: 60%;
}
.landing-page .col-right .bgimg {
    background-image: url('../landing/images/landing-img.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
@media(max-width: 1440px){
	.landing-page .col-left,.landing-page .col-right{
		width: 50%;
	}
	.landing-page .col-left-top .wp-content {
	    padding: 0 10%;
	}
}
@media(max-width: 1366px){
	.landing-page .col-left-top {
	    height: 90%;
	}
	.landing-page .col-left-bottom{
		height: 10%;
	}
}
@media(max-width: 1200px){
	.landing-page .col-left, .landing-page .col-right {
	    width: 100%;
	}
	.landing-page .col-left{
		background-color: rgba(255, 255, 255, .6);
	}
	.landing-page .col-left-top{
		justify-content: center;
	}
	.countdown-section {
	    padding-right: 40px;
	}
	.landing-page .col-right{
		position: absolute;
	    height: 100%;
	    z-index: -1;
	}
}

@media(max-width: 640px){
	.circle{
		display: none;
	}
	.landing-page .col-left{
		padding-top: 80px;
	}
	.landing-page .col-left-top,
	.landing-page .col-left-bottom{
		height: 100%;
	}
	.landing-page .col-left-top{
		padding-bottom: 50px;
	}
	.landing-page .col-left-top .wp-content {
	    padding: 0 30px 50px;
	}
	.landing-page .col-left-top .wp-content .logo {
	    width: 250px;
	    display: block;
	}
	.landing-page .col-left-top .wp-content h3 {
	    /*font-size: 22px;*/
	}

	.page-wrapper,.landing-page{
		display: block;
    	overflow: auto;
	}
	.landing-page .col-right{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.landing-page .col-left-bottom .social {
	    padding: 20px 15%;
	}

}








