@font-face {
	font-family: 'Butler';
	src: url("../fonts/Butler-Bold.eot");
	src: url("../fonts/Butler-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Butler-Bold.woff2") format("woff2"), url("../fonts/Butler-Bold.woff") format("woff"), url("../fonts/Butler-Bold.ttf") format("truetype"), url("../fonts/Butler-Bold.svg#Butler-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-SemiBold.eot");
	src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Light.eot");
	src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Bold.eot");
	src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

body {
	margin: 0;
	padding: 0
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth
}

textarea {
	resize: none
}

*,
*:before,
*:after {
	box-sizing: border-box
}

ul {
	margin: 0;
	padding: 0
}

img {
	height: auto;
	max-width: 100%
}

@keyframes bounce {
	50% {
		transform: translateY(-15px)
	}
}

.logos {
	display: flex;
	align-items: center;
	justify-content: center;	
}

@media (max-width: 767px) {
	.logos {
		display: flex;
		width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
	}
}

.logo {
	background-image: url(../images/Oval.png);
	width: 127px;
	height: 108px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #1f2a44;
	font-size: 43px;
	font-family: "Butler";
	font-weight: bold;
	margin-right: 50px
}

@media (max-width: 767px) {
	.logo {
		display: none
	}
}

.logo-mob {
	display: flex; margin-right:30px;
}

@media (max-width: 767px) {
	.logo-mob {
		margin-right:0px;
		display: flex;
		width: 50%;
    flex: 0 0 50%;
    height: 103px;
    align-items: center;
    justify-content: center;
    background: #F7D54D;
	}
}

.logo-xplastor {
	width: 195px;
	height: 103px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (max-width: 767px) {
	.logo-xplastor {
		position: absolute;
		top: 0;
		right: 0; width: 50%; flex:0 0 50%;
	}
}

header {
	background: #f6d54d;
	width: 100%;
	padding: 15px 0
}
@media (max-width: 767px) {
header {    
    padding: 0px;
	background: none;
}
header .container {
    padding: 0;
    margin: 0;
}
}
section.bleat-welcome {
	background: #1F2A44;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 60px 0
}

@media (max-width: 767px) {
	section.bleat-welcome {
		padding: 40px 0;
		position: relative
	}
}

section.bleat-welcome p.welcome-content {
	max-width: 788px;
	margin: 0 auto 65px auto;
	font-family: "Butler";
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 52px
}

@media (max-width: 767px) {
	section.bleat-welcome p.welcome-content {
		max-width: 358px;
		font-size: 30px;
		line-height: 41px
	}
}

section.bleat-welcome p.special {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 65px
}

section.bleat-welcome .launch-date {
	background: #F7D54D;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 42px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width: 767px) {
	section.bleat-welcome .launch-date {
		margin-bottom: 22px
	}
}

section.bleat-welcome .launch-date p.date-content {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 21px;
	text-transform: none;
	color: #1F2A44;
	margin-bottom: 0
}

@media (max-width: 767px) {
	section.bleat-welcome .launch-date p.date-content {
		font-size: 14px
	}
}

section.bleat-welcome .timer-sec {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px
}

section.bleat-welcome .timer-sec .timer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 35px
}

@media (max-width: 767px) {
	section.bleat-welcome .timer-sec .timer {
		margin-right: 15px
	}
}

section.bleat-welcome .timer-sec .timer:last-of-type {
	margin-right: 0
}

section.bleat-welcome .timer-sec .timer .timer-border {
	width: 94px;
	height: 94px;
	line-height: 94px;
	background: #fbf9f2;
	text-align: center;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	section.bleat-welcome .timer-sec .timer .timer-border {
		width: 60px;
		height: 60px;
		line-height: 60px
	}
}

section.bleat-welcome .timer-sec .timer .timer-border p.number {
	font-family: "Butler";
	font-size: 48px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0
}

@media (max-width: 767px) {
	section.bleat-welcome .timer-sec .timer .timer-border p.number {
		font-size: 30px
	}
}

section.bleat-welcome .timer-sec .timer p.days {
	font-family: "Montserrat";
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase
}

@media (max-width: 767px) {
	section.bleat-welcome .timer-sec .timer p.days {
		font-size: 12px
	}
}

section.bleat-welcome .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer
}

section.form-sec {
	background: #F7D54D;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 42px 0 65px 0
}

@media (max-width: 767px) {
	section.form-sec {
		padding: 42px 40px 65px 40px
	}
}

section.form-sec .form h2 {
	max-width: 640px;
	text-align: center;
	margin: 0 auto 45px auto;
	font-family: "Butler";
	font-weight: bold;
	color: #1f2a44;
	font-size: 36px;
	line-height: 52px
}

@media (max-width: 767px) {
	section.form-sec .form h2 {
		max-width: 280px;
		font-size: 30px;
		line-height: 39px
	}
}

@media (max-width: 767px) {
    section.form-sec .form form {
        padding: 0 15px;
    }
}

section.form-sec .form form .form-group {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    section.form-sec .form form .form-group {
        margin-bottom: 30px;
    }
}

section.form-sec .form form .form-control-block input,
.ginput_container input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	background: #ffffff;
	border: 1px solid #1F2A44;
	height: 58px;
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
section.form-sec .form form .submit-input input, .gform_footer input:hover {
    background: #fade68;
}
@media (max-width: 767px) {
    section.form-sec .form form .form-control-block input,
    .ginput_container input {
        font-size: 16px;
    }
}
section.form-sec .form form .form-control-block input:focus,
.ginput_container input:focus {
    outline: none;
    box-shadow: none;
}

section.form-sec .form form .form-control-block input::-webkit-input-placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

@media (max-width: 767px) {
    section.form-sec .form form .form-control-block input::-webkit-input-placeholder {
        font-size: 16px;
    }
}

section.form-sec .form form .form-control-block input::-moz-placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

@media (max-width: 767px) {
    section.form-sec .form form .form-control-block input::-moz-placeholder {
        font-size: 16px;
    }
}

section.form-sec .form form .form-control-block input::-ms-input-placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

@media (max-width: 767px) {
    section.form-sec .form form .form-control-block input::-ms-input-placeholder {
        font-size: 16px;
    }
}
section.form-sec .form form .form-control-block input::placeholder,
ginput_container input::placeholder {
    font-size: 18px;
    color: #9b9b9b;
}

@media (max-width: 767px) {
    section.form-sec .form form .form-control-block input::placeholder {
        font-size: 16px;
    }
}

section.form-sec .form form label {
    font-family: "Montserrat";
    font-weight: 600;
    color: #1f2a44;
    font-size: 16px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    section.form-sec .form form label {
        font-size: 14px;
    }
}
section.form-sec .form form .submit-input,
.gform_footer {
    margin-top: 30px;
	text-align:center;	
}
section.form-sec .form form .submit-input input,
.gform_footer input {
    display: inline-block;
   /*position: relative;
    left: 50%;
    transform: translateX(-50%);*/
    background: #202945;
    border: 0;
    font-family: "Montserrat";
    font-weight: bold;
    color: #fbf9f2;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    padding: 20px 50px;
    letter-spacing: 2.5px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.logo-mob img{height:80px;}
@media (max-width: 767px) {
    section.form-sec .form form .submit-input input,
    .gform_footer input {
        padding: 10px 20px;
		font-size:20px;
    }
}
section.form-sec .form form .row > * {
    padding-right: 9px;
    padding-left: 9px;
}
.gfield_validation_message {
    color: red;
}
.gfield_required_text,
.hide_summary {
    display: none;
}
.gfield {
    float: left;
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 50px;
}
.gform-body {
   /* display: flex;*/
}
.bleat-succ h2{color:#F7D54D;margin-bottom: 30px;font-size:36px;font-family: "Butler";
  font-weight: bold;
line-height: 52px;}
.bleat-succ p{color:#fff;margin-bottom: 20px; font-size:22px;font-family: 'Montserrat';
 font-weight: 300;}
.bleat-succ{text-align: center; height: 100vh;}
/*section.form-sec .form form .form-control-block input:focus::placeholder, .ginput_container input:focus::placeholder{opacity:0}*/
.mob-succ{display:none;}
@media (min-width: 1800px) {
.bleat-succ {   
    height: 85.3vh;
}
}
@media (max-width: 767px) {
.gfield {  
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
}
	.bleat-succ h2{color:#F7D54D;margin-bottom: 30px;}
.bleat-succ p{color:#fff;margin-bottom: 30px; font-size:18px; line-height:33px;font-weight: 400;}
	.bleat-succ{text-align: center; height: 81vh;}
	.desk-succ{display:none;}
	.mob-succ{display:block;}
}

@media (min-width: 1680px) {
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
section.bleat-welcome .timer-sec .timer .timer-border p.number {
line-height: 100px;
}
}}
}

@media (min-width: 1400px) {
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
   section.bleat-welcome .timer-sec .timer .timer-border p.number {
line-height: 100px;
}
}}
}

@media (min-width: 1900px) {
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
section.bleat-welcome .timer-sec .timer .timer-border p.number {
line-height: 100px;
}
}}
}