body {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

body, html {
  overflow-x: hidden;
}

.container {
  --bs-gutter-x: 3rem;
}

main {
  position: relative;
}
main::after {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: 50px;
  height: calc(100% + 60px);
  border-left: 3px dashed #1B365D;
}
@media (max-width: 991px) {
  main::after {
    display: none;
  }
}

.rule-dot {
  width: 26px;
  height: 26px;
  border: 9px solid #FA2B2D;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50px;
  left: 48px;
  z-index: 101;
}
@media (max-width: 991px) {
  .rule-dot {
    display: none;
  }
}
.rule-dot--our-services {
  top: 100px;
}
.rule-dot--about-us {
  top: 160px;
}
.rule-dot--our-values {
  top: 160px;
}
.rule-dot--footer {
  top: 100px;
}

.fade-up {
  opacity: 0;
  transform: translateY(3vh);
}

.fade-up--animation {
  animation: fadeUp ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
}

.fade-in--animation {
  animation: fadeIn ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.header__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #051741;
  padding: 0.25rem 1rem 0.5rem 1rem;
  border: 2px solid #1B365D;
  border-radius: 50px;
  transition: background-color 0.4s ease;
}
.header__button:hover {
  background-color: #EFF4FF;
}
.header__button__email {
  margin-left: auto;
  margin-right: auto;
}
.header__button__chevron {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-color: #1B365D;
  color: #EFF4FF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__button__chevron img {
  height: 18px;
  width: auto;
  transform: translateX(1px);
}
.header__logo {
  width: 400px;
  height: auto;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .header__logo {
    width: 300px;
    margin-bottom: 3rem;
  }
}

.hero {
  position: relative;
  margin-bottom: 5rem;
}
.hero h1 {
  text-align: center;
  color: #1B365D;
  font-weight: 900;
  font-size: 3.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}
.hero__scroll {
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 50px;
  padding: 0.5rem 1.5rem 0.75rem 1.5rem;
  color: #051741;
}
.hero__scroll span {
  color: #FA2B2D;
}
.hero__image {
  position: relative;
}
.hero__image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 70px;
}
.hero__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero__image-wrapper {
    aspect-ratio: 1/1;
    border-radius: 30px;
  }
}

.our-services {
  position: relative;
  margin-bottom: 2rem;
}
.our-services h2 {
  color: #FA2B2D;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.our-services h2::before {
  content: url("/images/circle.svg");
  display: inline-block;
  margin-right: 1rem;
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .our-services h2 {
    font-size: 1.5rem;
  }
}
.our-services h3 {
  color: #1B365D;
  font-weight: 900;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .our-services h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.our-services p {
  line-height: 2;
  margin-bottom: 0;
  color: #051741;
}
.our-services__top {
  margin-bottom: 6rem;
}
.our-services__boxes {
  --bs-gutter-x: 4rem;
}
.our-services__item-wrapper {
  margin-bottom: 5rem;
}
.our-services__item-wrapper:nth-of-type(2) .our-services__item__icon img {
  width: 50px;
  height: 50px;
}
.our-services__item-wrapper:nth-of-type(3) .our-services__item__icon img {
  width: 50px;
  height: 50px;
}
.our-services__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  border: 3px solid #1B365D;
  border-radius: 40px;
  padding: 3rem;
  padding-top: 4rem;
}
.our-services__item__icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #1B365D;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-services__item__icon img {
  width: 40px;
  height: 40px;
}
.our-services__item h4 {
  font-size: 2rem;
  color: #1B365D;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .our-services__item {
    padding: 1.5rem;
    padding-top: 3rem;
  }
  .our-services__item h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.about-us {
  position: relative;
  background-color: #EFF4FF;
  border-radius: 70px 70px 0 0;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .about-us {
    border-radius: 50px;
  }
}
.about-us h2 {
  color: #1B365D;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.about-us h2::before {
  content: url("/images/circleYellow.svg");
  display: inline-block;
  margin-right: 1rem;
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .about-us h2 {
    font-size: 1.5rem;
  }
}
.about-us h3 {
  color: #1B365D;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .about-us h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.about-us__grid {
  --bs-gutter-x: 6rem;
}
.about-us__item {
  margin-bottom: 4rem;
}
.about-us__item h4 {
  font-size: 2rem;
  font-weight: 900;
  color: #1B365D;
  margin-bottom: 1.5rem;
}
.about-us__item p {
  line-height: 2;
  color: #051741;
}
@media (max-width: 767px) {
  .about-us__item {
    text-align: center;
    margin-bottom: 3rem;
  }
  .about-us__item h4 {
    font-size: 1.5rem;
  }
}

.our-values {
  position: relative;
  background-color: #051741;
  border-radius: 70px;
  padding-top: 4rem;
  padding-bottom: 6rem;
  text-align: center;
  margin-top: -4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-values {
    padding-bottom: 4rem;
    border-radius: 50px;
  }
}
.our-values__row {
  position: relative;
  z-index: 99;
}
.our-values h2 {
  color: #FFC03B;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.our-values h2::before {
  content: url("/images/circleWhite.svg");
  display: inline-block;
  margin-right: 1rem;
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .our-values h2 {
    font-size: 1.5rem;
  }
}
.our-values h3 {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #EFF4FF;
}
@media (max-width: 767px) {
  .our-values h3 {
    font-size: 2.5rem;
  }
}
.our-values p {
  font-size: 1.5rem;
  color: #EFF4FF;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .our-values p {
    font-size: 18px;
  }
}
.our-values .right-svg {
  position: absolute;
  right: -20px;
  top: -50px;
}
@media (max-width: 767px) {
  .our-values .right-svg {
    display: none;
  }
}
.our-values .big-svg {
  position: absolute;
  left: -200px;
  bottom: -200px;
}
@media (max-width: 767px) {
  .our-values .big-svg {
    display: none;
  }
}
.our-values .small-svg {
  position: absolute;
  left: 10%;
  top: 10%;
}
@media (max-width: 767px) {
  .our-values .small-svg {
    display: none;
  }
}

.footer {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.footer__row {
  --bs-gutter-x: 5rem;
  margin-bottom: 2rem;
}
.footer__logo {
  width: 300px;
  height: auto;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .footer__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 3rem;
  }
  .footer__logo img {
    width: 200px;
  }
}
.footer__button {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #2C2E34;
  padding: 0.25rem 1rem 0.5rem 1rem;
  border: 2px solid #1B365D;
  border-radius: 50px;
  transition: background-color 0.4s ease;
  margin-bottom: 1.5rem;
  color: #051741;
}
@media (max-width: 991px) {
  .footer__button {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__button:hover {
  background-color: #EFF4FF;
}
.footer__button__chevron {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-color: #1B365D;
  color: #EFF4FF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__button__chevron img {
  height: 18px;
  width: auto;
  transform: translateX(1px);
}
.footer__email {
  color: #051741;
  font-weight: 800;
  line-height: 1.75;
}
.footer__address {
  color: #051741;
  line-height: 1.75;
}
.footer__address span {
  font-weight: 800;
}
@media (max-width: 767px) {
  .footer__address {
    margin-top: 2rem;
  }
}
.footer__small-print {
  --bs-gutter-x: 5rem;
  font-size: 0.75rem;
  color: #051741;
}
.footer__small-print a {
  color: #051741;
}/*# sourceMappingURL=main.css.map */