@import url(https://fonts.googleapis.com/css2?family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap);


html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Pathway Extreme', sans-serif;
  color: #242A33;
}

h1 {
	font-size: 4rem;
}
h2 {
	font-size: 3.5rem;
}
p {
    margin: 0;
    padding: 0;
}
.fs-14 {
	font-size: 14px;
	line-height: 1.5;
}
.fs-16 {
	font-size: 16px;
	line-height: 1.5;
}
.fs-18 {
	font-size: 18px;
	line-height: 1.5;
}
.fs-44 {
	font-size: 2.75rem;
	line-height: 1.5;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.py-40 {
    padding-top: 2.45rem !important;
    padding-bottom: 2.45rem !important;
}
.mb-32 {
    margin-bottom: 2rem !important;
}
.mb-60 {
    margin-bottom: 3.8rem !important;
}
.mt-40 {
    margin-top: 2.45rem !important;
}
.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #283339;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-lg {
    padding: 1.25rem 4rem !important;
}
.btn-sm {
    padding: 0.15rem 1.4rem !important;
}
.btn-orange {
    color: #ffffff;
    background-color: #EF6803;
    border-color: #EF6803;
}
.btn-orange:hover {
    color: #ffffff;
    background-color: #fa7c1e;
    border-color: #fa7c1e;
}
.btn-blue {
    color: #ffffff;
    background-color: #036DD6;
    border-color: #036DD6;
}
.btn-blue:hover {
    color: #ffffff;
    background-color: #1d8af6;
    border-color: #1d8af6;
}
.white {
    color: #ffffff !important;
}
.blue {
    color: #036DD6 !important;
}
.light-grey {
	color: #CBCBCB !important;
}
.bg-uns-neutrals {
    background-color: #F5F5F5 !important;
}
.bg-uns-white {
    background-color: #ffffff !important;
}
.bg-uns-grey-gradient {
    background: linear-gradient(0deg, #E5E5E5 0%, rgba(229, 229, 229, 0) 100%);
}
.bg-blue-gradient {
    background: linear-gradient(180deg, rgba(229, 242, 255, 0) 0%, #E5F2FF 100%);
}
.bg-dark-blue-gradient {
    background: linear-gradient(178.21deg, #014184 1.51%, #061F38 98.49%);

}


/* footer styles */
.footer-nav {
    background: #242A33;
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav ul li,
.footer-nav ul li a,
.footer-nav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.footer-nav ul li a:hover {
    color: #e5e5e5;
}
.footer-nav .footer__logo {
    max-width: 100%;
}
.footer-copy {
    background: #2E323B;
    font-size: 12px;
    color: #E5E5E5;
}
/* footer styles end */



@media (max-width: 600px) {
    h2 {
        font-size: 2.5rem;
    }
}