@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.hero-header {
	margin-left:-50%;
	margin-right: -50%;
	background-position: center;
	min-height:750px;
	animation: zoomIn 10s ease-in-out infinite alternate;
}

.hero-header h2 {
    z-index: 5;
    font-family: Nunito;
    touch-action: manipulation;
    color: rgb(255, 255, 255);
    white-space: normal;
    margin-top:30%;
    text-align: center;
    line-height: 72px;
    letter-spacing: -1px;
    font-weight: 800 !important;
    font-size: 72px;
}

.hero-header p.lead {
	z-index: 6;
    font-family: Rubik;
    touch-action: manipulation;
    height: auto;
    color: rgb(255, 255, 255);
    white-space: normal;
    width: 500px;
    text-align: center;
    line-height: 27px;
    letter-spacing: 0px;
    font-weight: 400 !important;
    font-size: 18px;
    margin:20px auto 0 auto;
}
.hero-header .btn-primary {
    z-index: 7;
    background: linear-gradient(84deg, rgb(241, 160, 15) 0%, rgb(241, 160, 15) 1%, rgb(244, 110, 21) 100%);
    font-family: Rubik;
    text-transform: uppercase;
    touch-action: manipulation;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    padding-left: 26px;
    border-radius: 5px;
    padding-right: 26px;
    backdrop-filter: none;
    filter: brightness(100%);
    border-width: 0px;
    margin-top:50px;
}
.usp-container { 
	gap:0 !important;
	border-radius:10px;
	box-shadow: 0px 23px 62px 0px rgba(13, 52, 79, 0.07);
	background:#fff;
	margin-top:-100px;
	margin-bottom:50px;
 }

.usp-container .wp-block-column { 
	position: relative;
	padding: 53px 40px 55px 40px;
 }

.usp-container .wp-block-column:nth-of-type(1) {
 	border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #F47A19;
    border-radius:0 0 0 10px;
  }

.usp-container .wp-block-column:nth-of-type(1):before,
.usp-container .wp-block-column:nth-of-type(2):before,
.usp-container .wp-block-column:nth-of-type(3):before {
	position: absolute;
	right:30px;
	top:0px;
	font-family: Nunito;
	font-weight:800;
	font-size:130px;
	color:#F7F7F9;
	content:"01";
}

.usp-container .wp-block-column:nth-of-type(2):before { content:"02" }
.usp-container .wp-block-column:nth-of-type(3):before { content:"03" }

.usp-container .wp-block-column:nth-of-type(2){
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #8995E6;
	border-right:1px solid #EBEBEF;
	border-left:1px solid #EBEBEF;
}

.usp-container .wp-block-column:nth-of-type(3) {
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #67D9C8;
	border-radius:0 0 10px 0;
}

h2 {
	font-family: Nunito;
	margin-bottom: 8px !important;
	font-size: 23px;
	font-weight: 700;
	line-height: 30px;
	color: #3B3663;
}

h4 {
	font-family: Nunito;

	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #3B3663;
}

p {
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #696687;
	position: relative;
	z-index:1;
}

h3 {
	font-family: Nunito;
	font-size: 24px;
	line-height: 30px;
	color: #696687;
}

.navbar {
	line-height:72px;
}

#typewriter,
.typewriter-start {
	font-family: Nunito;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: -0.2px;
	color: #3B3663;
	font-weight:800;
	overflow: hidden;
	padding-right:25px;
}

.typewriter-header {
	font-family: Nunito;
	margin-bottom: 8px !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	color: #3B3663;
	text-transform: uppercase;
}

.double-cta {
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top:30px;
  margin-bottom:0;
  
}

.double-cta p,
.double-cta h2 {
	color:#fff !important;
}

.container-500 {
	max-width:600px;
	margin:0 auto;
	padding:120px 0;

}
.double-cta .has-background {
	background-position:center;
}
.fw-bold {
	font-weight:800 !important;
}
.display-7 {
	font-size: 24px;
    line-height: 30px;
    font-weight:400;
}

.carousel {
	padding-top:50px;
	padding-bottom:100px;
    background: #37414A;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
}
.carousel-inner {
  display: flex;
  overflow:visible;
  transition: transform 0.5s ease;

}

.carousel-item-slick {
	position: relative;
	padding:0 25px;
  flex: 0 0 33.3333%; 
}
.trans-overlay:before {
	position: absolute;
	top:0;
	left:25px;
	right:25px;
	bottom:0;
	content:" ";
	background:#37414A;
	opacity:.4;
	z-index:1;
}
.trans-overlay div {
		position:absolute;
			font-family: Nunito;
		left:10%;
		bottom:35px;
	z-index:3;
	font-size:20px;
	text-align:left;
	font-weight:700;
}
.trans-overlay div span {
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
}

.carousel h3 {
	color:white;
	text-transform:uppercase;
    font-size: 16px;
    font-weight: 800;
    line-height:30px;
}
.carousel h4 {
	color:white;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom:45px;
}

@keyframes zoomIn {
  from {
    background-size: 80%;
  }
  to {
    background-size: 90%;
  }
}

@media (max-width: 575.98px) {
  
  .hero-header {
  	margin-left:-15px;
  	margin-right:-15px;
  	min-height:auto;
  	padding-bottom:135px !important;
  	background-size:cover !important;
  }
  .hero-header h2 {
  	margin-top:0;
  	font-size:40px;
  	line-height:41px;
  }
  .hero-header p.lead {
  	width:100%;
  }
  .usp-container .wp-block-column:nth-of-type(1),
  .usp-container .wp-block-column:nth-of-type(3) {
  	border-radius:0;
  }
  #typewriter, .typewriter-start {
  	    font-size: 36px;
    line-height: 36px;
  }
  .container-500 {
  	padding:40px 0;
  }

  .carousel-item-slick {
	position: relative;
	padding:0 25px;
  flex: 0 0 100%; 
}
}