@font-face {
  font-family: NoWay;
  src: url(../fonts/Noway_Regular.otf);
}
@font-face {
  font-family: NoWayMed;
  src: url(../fonts/Noway_Medium.otf);
}
@font-face {
  font-family: NoWayBold;
  src: url(../fonts/Noway_Bold.otf);
}
@font-face {
  font-family: NoWayLight;
  src: url(../fonts/Noway_Light.otf);
}
body{
	font-family:NoWay;
	font-size:2rem;
	line-height:1.2;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar li a{
	color: #fff;
	letter-spacing: 1px;
	font-size: 20px;
	font-family:NoWayMed;
}
.navbar li a:hover{
	color: #eee;
}
.navbar li.active a{
	color: #eee;
	font-family:NoWay;
}
section {
	margin-top:15px;
	margin-bottom:15px;
}
section .container {
	max-width:1200px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	padding:30px;
}
footer {
	letter-spacing: 1px;
	padding: 30px 0px 10px 0px;
	font-family:NoWayLight;
	font-size: 16px;
	background-color:rgb(0, 36, 98);
	color:#fff;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.copyright {
	font-family:NoWayLight;
	color:#DDD;
}
footer .top {
	padding-right:0px;
	padding-top: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #e64e38;
    border-color: #eb624d;
	font-family: NoWayMed;
}
.btn-primary:hover {
    background-color: #eb624d;
    border-color: #e64e38;
}

header {
  position: relative;
  background-color: black;
  /*height: 100vh;*/
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.container {
	max-width:1500px;
}
header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(135deg,#002462 0,#0053b7 100%);
  background: -webkit-linear-gradient(135deg,#002462 0,#0053b7 100%);
  background: linear-gradient(135deg,#002462 0,#0053b7 100%);
  opacity: 0.9;
  z-index: 1;
}

h1 {
	font-size:3rem;
	font-family:NowayMed;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: -moz-linear-gradient(135deg,#002462 0,#0053b7 100%);
	background: -webkit-linear-gradient(135deg,#002462 0,#0053b7 100%);
	background: linear-gradient(135deg,#002462 0,#0053b7 100%);
  }
  header video {
    display: none;
  }
}
.btnstr {
    position: relative;
	white-space: nowrap;
}
.button-stroke {
    display: block;
    width: calc(100% - 40px);
    height: 20px;
    stroke: #e64e38;
    position: absolute;
    left: 20px;
    bottom: -10px;
    stroke-width: 8;
}
p b {
	font-family:NoWayMed;
}
small {
	font-size:60%;
	text-transform:uppercase;
	line-height:1;
}

.time-counter{
	position:relative;
	margin-bottom: 50px;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	text-align:center;
	display:inline-block;
	padding:10px;
	color:#ff006a;
	font-size:16px;
	text-transform: capitalize;
	border-radius: 150px;
	border: 5px solid #fff;
	padding: 15px 13px;
	margin: 15px;
}
.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:60px;
	line-height:1em;
	color:#fff;
	letter-spacing:1px;
	font-weight:700;
}

.time-counter .time-countdown .counter-column .unit{
	position:absolute;
	left:0px;
	bottom: -30px;
	width:100%;
	display:block;
	text-align:center;
	font-size:16px;
	text-transform: uppercase;
	color:rgba(255,255,255,0.3);
}

@media screen and (max-width: 600px) {
  .time-counter .time-countdown .counter-column{
	border: 3px solid #fff;
	padding: 15px 13px;
	margin: 5px;
	}
	.time-counter .time-countdown .counter-column .count{
	font-size:30px;
  }
}
/*@media screen and (min-width: 1200px) {
  .time-counter .time-countdown .counter-column{
	border: 3px solid #fff;
	padding: 15px 13px;
	margin: 15px;
	}
	.time-counter .time-countdown .counter-column .count{
	font-size:60px;
  }
}*/

section p {
	font-size: 1.4rem;
}
h2 {
	color: rgb(30, 77, 167);
	font-family:NoWayMed;
	font-size:3.5rem;
}
h3 {
	color: #002462;
	font-family:NoWayBold;
	font-size:3rem;
}
h5 {
	color: #002462;
	font-family:NoWayBold;
	font-size:1.4rem;
}
h4 {
	color: #e64e38;
	font-family:NoWayBold;
	font-size:3rem;
}
h2 span {
	color: #002462;
	font-family:NoWayBold;
	font-size:4rem;
}
.q-icon{
	fill: rgb(30, 77, 167);
}
.checktainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px;
}
.checktainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #000;
}
.checktainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.checktainer input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checktainer input:checked ~ .checkmark:after {
  display: block;
}
.checktainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.valo li:before {
  content: "✔️";
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.5em;
  width: 1.3em;
  color: #e64e38;
} 
.valo li {
  list-style:none;
  font-size: 1.4rem;
} 
.valo li b {
	font-family:NoWayBold;
} 
.frame {
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border:1px solid #bbb;
	min-width: 100%;
}
.fs4 {
font-size: 4rem;
}
.fs25 {
font-size: 2.5rem;
}
.fs3 {
font-size: 3rem;
}
.fs2 {
font-size: 2rem;
}
.col-form-label,.form-check-label {
	font-size:1.2rem;
}
.form-check-input {
	position:relative;
}
@media screen and (max-width: 600px) {
  h1 {
	font-size:2rem;
	}
  h3 {
	font-size:1.5rem;
	}
	h2 {
		font-size:2.5rem;
	}
	h2 span {
	font-size:3rem;
}
	header p {
		font-size:1.2rem;
	}
	.bonus {font-size:2.5rem;}
	.fs4 {
font-size: 2rem;
}
.fs25 {
font-size: 2rem;
}
	.fs3 {
	font-size: 1.4rem;
	}
	.fs2 {
	font-size: 1.2rem;
	}
}