@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}
.p0 {
  padding: 0 !important;
}
textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  position: relative;
  padding-block: 28px;
  border-bottom: 2px solid #35387e;
}
.header__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #35387e;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.header__logo img {
  width: 36px;
  height: 36px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.header__nav a {
  display: block;
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.footer {
  padding-block: 20px 40px;
}

.footer__inner {
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer__logo {
  width: fit-content;
  justify-content: center;
  display: flex;
  text-align: left;
  align-items: center;
  gap: 10px;
  color: #35387e;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.footer__logo img {
  width: 36px;
  height: 36px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.footer__links a {
  display: block;
  color: #35387e;
  text-align: right;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.footer__copyright {
  color: #35387e;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .header__inner {
    flex-direction: column;
  }
  .footer {
    text-align: center;
  }
  .footer__links {
    align-items: center;
  }
  .footer__logo {
    margin-inline: auto;
  }
}
@media (max-width: 420px) {
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #35387e;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.terms p {
  color: #35387e;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th__title {
  color: #35387e;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.th__text {
  color: #35387e;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
}
.page-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Header styles */
.header {
  border-color: #35387e;
  border-bottom-width: 2px;
  display: flex;
  width: 100%;
  padding: 24px 40px;
  align-items: center;
  gap: 100px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  color: #35387e;
  font-weight: 800;
  justify-content: center;
  text-decoration: none;
}

.logo-container:hover {
  opacity: 0.9;
}

.logo-container:focus {
  outline: 2px solid #35387e;
  outline-offset: 2px;
  border-radius: 4px;
}

.logo-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 36px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.company-name {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-menu {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  justify-content: start;
}

.nav-link {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #35387e;
}

.nav-link:focus {
  outline: 2px solid #35387e;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Hero section styles */
.hero-section {
  background-color: #fafbff;
  display: flex;
  width: 100%;
  padding: 0 40px;
  align-items: center;
  gap: 100px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  color: #35387e;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-content {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  width: 552px;
}

.hero-title {
  font-size: 36px;
  font-weight: 600;
}

.hero-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 18px;
}

.hero-image {
  aspect-ratio: 1.33;
  object-fit: contain;
  object-position: center;
  width: 410px;
  border-radius: 16px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
}

/* Why Choose Us section styles */
.b1 {
  background-color: #e2e6fd;
}
.why-choose-section {
  display: flex;
  padding: 40px;
  align-items: center;
  gap: 16px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  color: #35387e;
  justify-content: start;
}

.why-choose-content {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.why-choose-title {
  font-size: 32px;
  font-weight: 600;
}

.why-choose-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 16px;
}

.bold-text {
  font-weight: 600;
}

.bolder-text {
  font-weight: 700;
}

/* Services section styles */
.services-section {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.services-header {
  width: 552px;
  max-width: 100%;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  color: #35387e;
}

.services-title {
  font-size: 32px;
  font-weight: 600;
}

.services-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 16px;
}

.services-grid {
  margin-top: 40px;
  width: 100%;
}

.services-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  justify-content: start;
  flex-wrap: wrap;
}

.service-card {
  border-radius: 16px;
  background-color: #e2e6fd;
  border: 1px solid rgba(53, 56, 126, 0.1);
  min-width: 240px;
  padding: 16px;
  width: 552px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.service-card:hover {
  background-color: #d8ddfb;
}

.service-header {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-title {
  color: #35387e;
  font-size: 22px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.service-icon-container {
  border-radius: 4px;
  background-color: rgba(53, 56, 126, 0.05);
  border: 1px solid rgba(53, 56, 126, 0.05);
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 36px;
  padding: 6px;
  align-items: center;
  gap: 10px;
  justify-content: start;
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.service-description {
  color: #35387e;
  font-size: 16px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}

.services-row + .services-row {
  margin-top: 16px;
}

/* Approach section styles */
.approach-section {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  position: relative;
  width: 100%;
  padding: 40px;
  align-items: stretch;
  justify-content: center;
}

.approach-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.approach-header {
  position: relative;
  width: 552px;
  max-width: 100%;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  color: #fafbff;
}

.approach-title {
  font-size: 32px;
  font-weight: 600;
}

.approach-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 16px;
}

.approach-grid {
  position: relative;
  margin-top: 40px;
  width: 100%;
}

.approach-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  justify-content: start;
  flex-wrap: wrap;
}

.approach-card {
  border-radius: 16px;
  background-color: rgba(250, 251, 255, 0.08);
  border: 1px solid rgba(250, 251, 255, 0.08);
  min-width: 240px;
  padding: 16px;
  width: 552px;
}

.approach-card-header {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.approach-card-title {
  color: #fafbff;
  font-size: 22px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.approach-icon-container {
  border-radius: 4px;
  background-color: rgba(250, 251, 255, 0.04);
  border: 1px solid rgba(250, 251, 255, 0.04);
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 36px;
  padding: 6px;
  align-items: center;
  gap: 10px;
  justify-content: start;
  width: 36px;
  height: 36px;
}

.approach-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.approach-card-description {
  color: #fafbff;
  font-size: 16px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}

.approach-full-width {
  border-radius: 16px;
  background-color: rgba(250, 251, 255, 0.08);
  border: 1px solid rgba(250, 251, 255, 0.08);
  margin-top: 16px;
  min-height: 156px;
  width: 100%;
  padding: 16px;
}

/* Contact form styles */
.contact-section {
  align-self: center;
  display: flex;
  width: 688px;
  margin-inline: auto;
  max-width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: stretch;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
}

.contact-title {
  color: #35387e;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.contact-form {
  margin-top: 32px;
  width: 100%;
  color: #35387e;
  font-weight: 400;
}

.form-input {
  align-self: stretch;
  border-radius: 4px;
  background-color: rgba(53, 56, 126, 0.08);
  width: 100%;
  padding: 10px 18px;
  gap: 10px;
  border: none;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  color: #35387e;
}

.form-input:focus {
  outline: 2px solid #35387e;
  outline-offset: -2px;
}

.form-input + .form-input {
  margin-top: 16px;
}

.submit-button {
  border-radius: 4px;
  background-color: #35387e;
  margin-top: 32px;
  width: 100%;
  padding: 16px 60px;
  color: #f2fff1;
  text-align: center;
  border: none;
  cursor: pointer;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #292b63;
}

.submit-button:focus {
  outline: 2px solid #f2fff1;
  outline-offset: -2px;
}

/* Responsive styles */
@media (max-width: 991px) {
  .header {
    max-width: 100%;
    padding: 24px 20px;
  }

  .hero-section {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-description {
    max-width: 100%;
  }

  .why-choose-section {
    padding: 40px 20px;
    margin-top: 40px;
  }

  .why-choose-title {
    max-width: 100%;
  }

  .why-choose-description {
    max-width: 100%;
  }

  .services-section {
    max-width: 100%;
    padding: 40px 20px;
    margin-top: 40px;
  }

  .services-title {
    max-width: 100%;
  }

  .services-description {
    max-width: 100%;
  }

  .services-grid {
    max-width: 100%;
  }

  .services-row {
    max-width: 100%;
  }

  .service-card {
    max-width: 100%;
  }

  .service-description {
    max-width: 100%;
  }

  .approach-section {
    max-width: 100%;
    padding: 40px 20px;
    margin-top: 40px;
  }

  .approach-title {
    max-width: 100%;
  }

  .approach-description {
    max-width: 100%;
  }

  .approach-grid {
    max-width: 100%;
  }

  .approach-row {
    max-width: 100%;
  }

  .approach-card {
    max-width: 100%;
  }

  .approach-card-description {
    max-width: 100%;
  }

  .approach-full-width {
    max-width: 100%;
  }

  .contact-section {
    padding: 40px 20px;
    margin-top: 40px;
  }

  .contact-title {
    max-width: 100%;
  }

  .form-input {
    max-width: 100%;
    white-space: initial;
  }

  .submit-button {
    max-width: 100%;
    padding: 16px 20px;
    white-space: initial;
  }
}
.b3 {
  background: #000 url(../images/bg.png) center / cover no-repeat;
}
