﻿@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
}
section.hero-section {
  background: center center no-repeat;
  background-size: cover;
  min-height: 800px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.hero-section .hero-content-container h1, section.hero-section .hero-content-container h2, section.hero-section .hero-content-container p {
  flex: 0 0 100%;
}
section.hero-section .hero-content-container h1, section.hero-section .hero-content-container h2 {
  font-size: 62px;
  font-weight: 600;
  margin: 0;
}
section.hero-section .hero-content-container p {
  font-size: 18px;
}
section.hero-section .hero-content-container h1 {
  color: #45E874;
}
section.hero-section .hero-content-container h2, section.hero-section .hero-content-container p {
  color: #fff;
}
section.hero-section .hero-content-container h2 {
  margin-bottom: 40px;
}
section.hero-section .hero-content-container p {
  margin-bottom: 40px;
}
section.section-one {
  padding: 80px 0;
}
section.section-one .title-wrapper {
  margin-bottom: 30px;
}
section.section-one .title-wrapper h3, section.section-one .title-wrapper h4 {
  display: inline-block;
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}
section.section-one .title-wrapper h3 {
  color: #45E874;
  margin-right: 10px;
}
section.section-one p {
  font-size: 18px;
}
section.section-one .info-boxes-wrapper {
  margin: 30px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 26px;
}
section.section-one .info-boxes-wrapper .info-box-item {
  border: 1px #D3D3D3 solid;
  box-sizing: border-box;
  padding: 30px 30px 10px 30px;
  flex: 0 0 18%;
}
section.section-one .info-boxes-wrapper .info-box-item .info-box-icon {
  margin-bottom: 30px;
}
section.section-two {
  padding: 80px 0;
  background-color: #035BFB;
  color: #fff;
}
section.section-two p {
  font-size: 18px;
}
section.section-two .title-wrapper {
  margin-bottom: 30px;
}
section.section-two .title-wrapper h3, section.section-two .title-wrapper h4 {
  display: inline-block;
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}
section.section-two .title-wrapper h3 {
  color: #45E874;
  margin-right: 10px;
}
section.section-two .questions-wrapper {
  margin-top: 40px;
}
section.section-two .questions-wrapper .assessment-question-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-bottom: 50px;
}
section.section-two .questions-wrapper .assessment-question-item .question {
  flex: 0 0 60%;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
section.section-two .questions-wrapper .assessment-question-item .question .question-error {
  display: none;
  color: #45E874;
}
section.section-two .questions-wrapper .assessment-question-item .answers-container {
  flex: 0 0 35%;
}
section.section-two .questions-wrapper .assessment-question-item .answers-container .assessment-answer {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 20px;
}
section.section-two .questions-wrapper .assessment-question-item .answers-container .assessment-answer label {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
section.section-two .questions-wrapper .assessment-question-item .answers-container .assessment-answer input {
  margin: 0 10px 0 0;
  padding: 0;
}
section.section-two .questions-wrapper .assessment-question-item.survey-result {
  display: block;
}
section.section-two .questions-wrapper .assessment-question-item.survey-result h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.section-two .questions-wrapper .assessment-question-item.survey-result h4 {
  font-size: 24px;
  font-weight: 600;
}
section.section-three {
  padding: 80px 0;
  background-color: #000;
  color: #fff;
  display: flex;
}
section.section-three h2, section.section-three h3 {
  font-size: 52px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
section.section-three h2 {
  color: #45E874;
}
section.section-three h4 {
  font-size: 32px;
  color: #45E874;
  margin-top: 40px;
}
section.section-three p {
  margin-top: 40px;
}
section.section-three .section-container {
  display: flex;
  justify-content: space-between;
}
section.section-three .section-item {
  display: flex;
  align-items: center;
}
section.section-three .section-item:nth-of-type(1) {
  flex: 0 0 45%;
}
section.section-three .section-item:nth-of-type(2) {
  flex: 0 0 50%;
}
section.section-three .section-item .section-content p.bottom-content {
  margin-top: 0;
}
section.section-three .section-item .section-content img {
  width: 100%;
}
section.section-three .section-item .section-content a {
  display: inline-block;
  margin-top: 30px;
}
section.section-four {
  padding: 80px 0;
  background-color: #fff;
  color: #000;
}
section.section-four h2 {
  font-size: 52px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
section.section-four .resources-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.section-four .resources-wrapper .resource-item {
  border: 1px #D3D3D3 solid;
  flex: 0 0 30%;
  display: flex;
  justify-content: space-between;
  min-height: 100px;
  cursor: pointer;
}
section.section-four .resources-wrapper .resource-item .icon {
  flex: 0 0 24%;
  background-color: #D3D3D3;
  justify-content: center;
  display: flex;
}
section.section-four .resources-wrapper .resource-item .icon img {
  padding: 40px 0;
}
section.section-four .resources-wrapper .resource-item .content-container {
  flex: 0 0 73%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding-left: 10px;
}
section.section-four .resources-wrapper .resource-item .content-container h4, section.section-four .resources-wrapper .resource-item .content-container h5 {
  width: 100%;
  margin: 0;
  padding: 0;
}
section.section-four .resources-wrapper .resource-item .content-container h4 {
  font-size: 16px;
  color: #035BFB;
  margin-bottom: 10px;
}
section.section-four .resources-wrapper .resource-item .content-container h5 {
  font-size: 18px;
  line-height: 26px;
}
