section.homepage__banner {
  position: relative;
  min-height:600px;
}
@media (max-width:768px) {
  section.homepage__banner {
    min-height:650px;
  }
}
section.homepage__banner .homepage__banner__text {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  section.homepage__banner .homepage__banner__text {
    top: 10%;
    left: 5%;
    width: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  section.homepage__banner .homepage__banner__text {
    left: 0;
  }
}
section.homepage__banner .homepage__banner__text h1 {
  text-align: left;
  font: normal normal bold 60px/76px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #D1343D;
  width: 50%;
}
section.homepage__banner .homepage__banner__text h1 span.blue {
  font: normal normal bold 60px/76px "Vremena Grotesk";
  color: #106FAF;
}
@media (max-width: 768px) {
  section.homepage__banner .homepage__banner__text h1 span.blue {
    font: normal normal bold 46px/60px "Vremena Grotesk";
  }
}
@media (max-width: 768px) {
  section.homepage__banner .homepage__banner__text h1 {
    font: normal normal bold 46px/60px "Vremena Grotesk";
    width: 100%;
  }
}
section.homepage__banner .homepage__banner__text p {
  text-align: left;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
}
@media (max-width: 768px) {
  section.homepage__banner .homepage__banner__text p {
    font: normal normal normal 16px/24px "DM Sans";
    width: 80%;
  }
}
section.homepage__banner .homepage__banner__text button {
  margin-top: 10px;
}

section.homepage__steps {
  padding: 50px 0;
  min-height:900px;
}
@media (max-width: 768px) {
  section.homepage__steps {
    padding: 50px 20px;
    min-height:700px;
  }
}
section.homepage__steps .homepage__steps__title p {
  text-align: center;
  font: normal normal bold 46px/60px "Vremena Grotesk";
  letter-spacing: 0px;
  opacity: 1;
  color: #D1343D;
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__title p {
    font: normal normal bold 38px/52px "Vremena Grotesk";
  }
}
section.homepage__steps .homepage__steps__title p span {
  font: normal normal bold 46px/60px "Vremena Grotesk";
  color: #106FAF;
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__title p span {
    font: normal normal bold 38px/52px "Vremena Grotesk";
  }
}
section.homepage__steps .homepage__steps__subtitle {
  text-align: center;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  margin: 20px 0;
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__subtitle {
    margin: 0 0 20px;
  }
}
section.homepage__steps .homepage__steps__container {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__container {
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  section.homepage__steps .homepage__steps__container::-webkit-scrollbar {
    display: none;
  }
}
section.homepage__steps .homepage__steps__container .homepage__steps__item {
  position: relative;
  flex: 0 0 calc(33% - 15px);
  width: calc(33% - 15px);
  max-width: calc(33% - 15px);
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__container .homepage__steps__item {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
}
section.homepage__steps .homepage__steps__container .homepage__steps__item .text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__container .homepage__steps__item .text {
    width: 90%;
  }
}
section.homepage__steps .homepage__steps__container .homepage__steps__item .text p {
  text-align: left;
  font: normal normal bold 24px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__container .homepage__steps__item .text p {
    font: normal normal bold 20px/24px "Vremena Grotesk";
  }
}
section.homepage__steps .homepage__steps__container .homepage__steps__item .text p.step-number {
  font: italic normal bold 18px/30px "Vremena Grotesk";
  letter-spacing: 3.6px;
}
section.homepage__steps .homepage__steps__container .homepage__steps__item .text p.step-description {
  font: normal normal normal 16px/24px "DM Sans";
  min-height: 75px;
}
@media (max-width: 768px) {
  section.homepage__steps .homepage__steps__container .homepage__steps__item .text p.step-description {
    min-height: 100px;
  }
}
section.homepage__steps .homepage__steps__cta {
  text-align: center;
  margin: 20px 0;
}

section.homepage__questionnaire {
  display: flex;
  min-height:750px;
}
@media (max-width: 768px) {
  section.homepage__questionnaire {
    flex-direction: column;
    min-height:950px;
  }
}
section.homepage__questionnaire .homepage__questionnaire__image {
  flex: 0 0 50%;
}
section.homepage__questionnaire .homepage__questionnaire__text {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #106FAF;
  padding: 50px;
}
@media (max-width: 768px) {
  section.homepage__questionnaire .homepage__questionnaire__text {
    padding: 50px 20px;
  }
}
section.homepage__questionnaire .homepage__questionnaire__text p.subtitle {
  text-align: left;
  font: italic normal bold 18px/30px "Vremena Grotesk";
  letter-spacing: 3.6px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}
@media (max-width: 768px) {
  section.homepage__questionnaire .homepage__questionnaire__text p.subtitle {
    font: italic normal bold 14px/30px "Vremena Grotesk";
  }
}
section.homepage__questionnaire .homepage__questionnaire__text p.title {
  text-align: left;
  font: normal normal bold 38px/52px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin: 10px 0;
}
@media (max-width: 768px) {
  section.homepage__questionnaire .homepage__questionnaire__text p.title {
    font: normal normal bold 28px/38px "Vremena Grotesk";
    margin: 0;
  }
}
section.homepage__questionnaire .homepage__questionnaire__text p.description {
  text-align: left;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 75%;
}
@media (max-width: 768px) {
  section.homepage__questionnaire .homepage__questionnaire__text p.description {
    font: normal normal normal 16px/24px "DM Sans";
    width: 100%;
    margin-top: 20px;
  }
}
section.homepage__questionnaire .homepage__questionnaire__text button {
  align-self: flex-start;
  margin: 20px 0;
}
section.homepage__questionnaire .homepage__questionnaire__text .testimonial {
  position: relative;
  background-color: #fff;
  width: 60%;
  border-radius: 10px;
  padding: 20px 40px 20px 90px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.homepage__questionnaire .homepage__questionnaire__text .testimonial {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  section.homepage__questionnaire .homepage__questionnaire__text .testimonial {
    width: 75%;
  }
}
section.homepage__questionnaire .homepage__questionnaire__text .testimonial:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 20px;
  width: 60px;
  height: 60px;
  background-image: url("../img/quote.svg");
  background-size: 60px 60px;
}
section.homepage__questionnaire .homepage__questionnaire__text .testimonial .testimonial-content {
  text-align: center;
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  font: normal normal normal 18px/28px "DM Sans";
  font-style: italic;
}
@media (max-width: 768px) {
  section.homepage__questionnaire .homepage__questionnaire__text .testimonial .testimonial-content {
    font: normal normal normal 16px/21px "DM Sans";
  }
}
section.homepage__questionnaire .homepage__questionnaire__text .testimonial p.testimonial-author {
  text-align: center;
  font: normal normal bold 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
}

section.homepage__usp {
  padding: 50px 0;
}
section.homepage__usp .homepage__usp__title p {
  text-align: center;
  font: normal normal bold 46px/60px "Vremena Grotesk";
  letter-spacing: 0px;
  opacity: 1;
  color: #D1343D;
}
section.homepage__usp .homepage__usp__title p span {
  font: normal normal bold 46px/60px "Vremena Grotesk";
  color: #106FAF;
}
section.homepage__usp .homepage__usp__container {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  section.homepage__usp .homepage__usp__container {
    flex-direction: column;
  }
}
section.homepage__usp .homepage__usp__container .homepage__usp__item {
  flex: 0 0 calc(33% - 25px);
  width: calc(33% - 25px);
  max-width: calc(33% - 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  section.homepage__usp .homepage__usp__container .homepage__usp__item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
section.homepage__usp .homepage__usp__container .homepage__usp__item img {
  width: 70px;
}
section.homepage__usp .homepage__usp__container .homepage__usp__item hr {
  border: 2px solid #707070;
  opacity: 1;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}
section.homepage__usp .homepage__usp__container .homepage__usp__item p.usp-title {
  text-align: center;
  font: normal normal bold 24px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  padding-top: 50px;
}
@media (max-width: 768px) {
  section.homepage__usp .homepage__usp__container .homepage__usp__item p.usp-title {
    font: normal normal bold 20px/24px "Vremena Grotesk";
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.homepage__usp .homepage__usp__container .homepage__usp__item p.usp-description {
  text-align: center;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  margin-top: 15px;
}
@media (max-width: 768px) {
  section.homepage__usp .homepage__usp__container .homepage__usp__item p.usp-description {
    font: normal normal normal 16px/24px "DM Sans";
  }
}

section.homepage__testimonials {
  padding: 50px 0;
}
section.homepage__testimonials .homepage__testimonials__title {
  text-align: center;
  font: normal normal bold 46px/60px "Vremena Grotesk";
  letter-spacing: 0px;
  opacity: 1;
  color: #D1343D;
}
section.homepage__testimonials .homepage__testimonials__title span {
  font: normal normal bold 46px/60px "Vremena Grotesk";
  color: #106FAF;
}
section.homepage__testimonials p.subtitle {
  text-align: center;
  font: normal normal normal 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  margin-bottom: 20px;
}
section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item {
  background: #A1D9FF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font-size: 2rem;
  padding: 30px;
  width: 300px;
  margin: 10px;
}
section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item:nth-child(2n) {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D1343D;
  border-radius: 10px;
  opacity: 1;
}
section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item:nth-child(n+9) {
  display: none;
}
@media (max-width: 768px) {
  section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item {
    width: 95%;
    margin: 5px;
  }
  section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item:nth-child(n) {
    background: #A1D9FF 0% 0% no-repeat padding-box;
    border: none;
  }
  section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item:nth-child(2n) {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D1343D;
    border-radius: 10px;
    opacity: 1;
  }
}
section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item p.testimonial-content {
  text-align: left;
  font: normal normal normal 16px/24px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
}
section.homepage__testimonials .homepage__testimonials__container .homepage__testimonials__item p.testimonial-author {
  text-align: left;
  font: normal normal bold 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  margin-top: 10px;
}
section.homepage__testimonials button {
  display: block;
  text-align: center;
  margin: 20px auto;
}

section.homepage__faq {
  position: relative;
}
@media (max-width: 768px) {
  section.homepage__faq {
    padding: 0 20px;
  }
}
section.homepage__faq .homepage__faq__text {
  position: absolute;
  width: 50%;
  top: 10%;
  left: 15%;
}
@media (max-width: 768px) {
  section.homepage__faq .homepage__faq__text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
}
section.homepage__faq .homepage__faq__text .homepage__faq__title p {
  text-align: left;
  font: normal normal bold 46px/60px "Vremena Grotesk";
  letter-spacing: 0px;
  opacity: 1;
  color: #D1343D;
}
@media (max-width: 768px) {
  section.homepage__faq .homepage__faq__text .homepage__faq__title p {
    font: normal normal bold 38px/52px "Vremena Grotesk";
  }
}
section.homepage__faq .homepage__faq__text .homepage__faq__title p span {
  font: normal normal bold 46px/60px "Vremena Grotesk";
  color: #106FAF;
}
@media (max-width: 768px) {
  section.homepage__faq .homepage__faq__text .homepage__faq__title p span {
    font: normal normal bold 38px/52px "Vremena Grotesk";
  }
}
section.homepage__faq .homepage__faq__text .accordion {
  width: 80%;
  border: none;
}
@media (max-width: 768px) {
  section.homepage__faq .homepage__faq__text .accordion {
    width: 100%;
  }
}
section.homepage__faq .homepage__faq__text .accordion .accordion-item {
  border: none;
  background-color: transparent;
}
section.homepage__faq .homepage__faq__text .accordion .accordion-header {
  text-align: left;
  border: none;
  border-bottom: 1px solid #D1343D;
}
section.homepage__faq .homepage__faq__text .accordion .accordion-header button {
  background: transparent;
  border: none;
  padding: 20px 0;
  font: normal normal bold 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
}
section.homepage__faq .homepage__faq__text .accordion .accordion-header button:hover {
  border: none;
  outline: 0;
  box-shadow: none;
  color: #D1343D;
}
section.homepage__faq .homepage__faq__text .accordion .accordion-header button:focus {
  outline: 0;
  border: none;
  box-shadow: none;
  color: #D1343D;
}
section.homepage__faq .homepage__faq__text .accordion .accordion-header button:after {
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  background-image: url("../img/chevron.svg");
}
section.homepage__faq .homepage__faq__text .accordion .accordion-body {
  padding: 20px 0;
  text-align: left;
  font: normal normal normal 16px/24px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
}

section.homepage__blogs {
  padding: 50px 0;
}
@media (max-width: 768px) {
  section.homepage__blogs {
    padding: 50px 0 0;
  }
}
section.homepage__blogs .homepage__blogs__title p {
  text-align: center;
  font: normal normal bold 46px/60px "Vremena Grotesk";
  letter-spacing: 0px;
  opacity: 1;
  color: #D1343D;
}
@media (max-width: 768px) {
  section.homepage__blogs .homepage__blogs__title p {
    font: normal normal bold 38px/52px "Vremena Grotesk";
  }
}
section.homepage__blogs .homepage__blogs__title p span {
  font: normal normal bold 46px/60px "Vremena Grotesk";
  color: #106FAF;
}
@media (max-width: 768px) {
  section.homepage__blogs .homepage__blogs__title p span {
    font: normal normal bold 38px/52px "Vremena Grotesk";
  }
}
section.homepage__blogs .homepage__blogs__container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
  align-content: flex-start;
  padding: 20px 0;
}
section.homepage__blogs .homepage__blogs__container .blogs__archive__item {
  flex: 0 0 calc(32.5% - 10px);
  width: calc(32.5% - 10px);
  max-width: calc(32.5% - 10px);
}
@media (max-width: 768px) {
  section.homepage__blogs .homepage__blogs__container .blogs__archive__item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    max-height: fit-content;
  }
}
section.homepage__blogs .homepage__blogs__container .blogs__archive__item:nth-child(n+5) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  section.homepage__blogs .homepage__blogs__container .blogs__archive__item:nth-child(n+5) {
    margin-top: 20px;
  }
}
section.homepage__blogs .homepage__blogs__container .blogs__archive__item img {
  max-height: 185px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
section.homepage__blogs .homepage__blogs__container .blogs__archive__item .details__container {
  border-left: 1px solid #D1343D;
  border-bottom: 1px solid #D1343D;
  border-right: 1px solid #D1343D;
  border-radius: 0 0 10px 10px;
  padding: 30px;
}
section.homepage__blogs .homepage__blogs__container .blogs__archive__item .details__container h2 {
  text-align: left;
  font: normal normal bold 24px/30px "Vremena Grotesk";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  min-height: 60px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.homepage__blogs .homepage__blogs__container .blogs__archive__item .details__container h2 {
    font: normal normal bold 20px/24px "Vremena Grotesk";
    min-height: auto;
  }
}
section.homepage__blogs .homepage__blogs__container .blogs__archive__item .details__container p {
  text-align: left;
  font: normal normal normal 16px/24px "DM Sans";
  letter-spacing: 0px;
  color: #161616;
  opacity: 1;
  max-height: 95px;
  overflow: hidden;
}
section.homepage__blogs .homepage__blogs__container .blogs__archive__item .details__container a {
  display: block;
  text-align: left;
  text-decoration: underline;
  font: normal normal bold 18px/28px "DM Sans";
  letter-spacing: 0px;
  color: #D1343D;
  opacity: 1;
  margin-top: 10px;
}
section.homepage__blogs button {
  display: block;
  text-align: center;
  margin: 20px auto;
}/*# sourceMappingURL=homepage.css.map */