@font-face {
  font-family: Alwyn;
  src: url(/assets/fonts/Alwyn/AlwynOT-Regular.otf);
}
@font-face {
  font-family: Alwyn-Bold;
  src: url(/assets/fonts/Alwyn/AlwynOT-Bold.otf);
}
@font-face {
  font-family: Alwyn-Light;
  src: url(/assets/fonts/Alwyn/AlwynOT-Light.otf);
}
@font-face {
  font-family: Alwyn-Thin;
  src: url(/assets/fonts/Alwyn/AlwynOT-Thin.otf);
}



body, p, span, li, h1, h2, h3, h4, h5, blockquote, input, button, select, optgroup, textarea {	
	color: #4c4d4c!important;
}

body, p, span, textarea {
	font-family: Alwyn, Nunito Sans, sans-serif;
}

.modal span {
	font-family: Nunito Sans, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Alwyn-Bold;
}

a {
	color: #83b817!important;
}
.text-primary {
	color: #0034a8!important;
}
.bg-primary {
	background-color: #0034a8!important;
}
.btn-primary {
	background-color: #0034a8;
	color: white!important;    
}
.btn-primary:hover {
    color: #0034A8!important;
    background-color: white;    
    border: 2px solid #0034A8;    
}

.bg-primary-light {
	background-color: #2767f5!important;
}
.text-primary-light {
	color: #2767f5!important;
}

.bg-secondary {
	background-color: #F4B727!important
}
.text-secondary {
	color: #F4B727!important
}
.btn-secondary {
	background: #F4B727!important;
	color: #0034A8!important
}
.btn-secondary:hover {
    color: white!important;
    background-color: #0034A8!important;    
    border: 2px solid #F4B727;    
}
span.bg-secondary {
    color: #0034A8!important;
}

.bg-light-grey {
	background-color: #ededed!important;
}

.video-play_button {
    color: white;
}

.form-control {
	border-radius: 15px;
}
.input-group-text {
	border-top-right-radius: 15px;	
	border-bottom-right-radius: 15px;
}
.form-container .col-12.col-md.px-0 {
    display: none;
}
.form-container .card-body {
    padding: 0px!important;
    border: 0px;
    background: transparent;
    border-radius: 15px;    
}
.form-container .card.shadow.bg-surface-secondary {
    background: transparent!important;
    border: 0px;
}
.form-container .row.form-group.mt-12 {
    margin-top: 0px!important;
}
div#privacy label {
    color: white!important;
}
#privacy a {
    color: #F4B727!important;
}


.navbar {
	z-index: 1030;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);    
    padding: 0;
    -webkit-box-shadow: black 0px 20px 10px -25px;
    -moz-box-shadow: black 0px 20px 10px -25px;
    box-shadow: black 0px 20px 10px -25px;
}

.btn {	
	font-weight: bold;
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none!important;	
    transition: all .2s;
	border: 2px solid transparent;
}
.btn:hover {
	transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}
.btn:visited {		
    transition: all .2s;
}
.shadow {
	box-shadow: 0 4px 30px 0 rgb(0 0 0 / 20%), 0 6px 25px 0 transparent;
}
.border-radius {
    border-radius: 15px!important;
}
img.person {
    max-width: 18rem;
}