.home,
.success {
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

/* Header Section */
.header {
  background-color: rgba(2, 23, 92, 1);
  display: flex;
  width: 100%;
  padding: 12px 80px;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.company-name {
  font-size: 36px;
  font-weight: 700;
  align-self: stretch;
  margin: 0;
  color: #fff;
  text-decoration: unset;
}

.navigation {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 500;
  justify-content: start;
}

.nav-link {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

/* Hero Section */
.hero-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 60px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  justify-content: center;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 360px;
  height: 100%;
}

.hero-content {
  display: flex;
  margin-top: 34px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.hero-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.hero-description {
  margin-top: 20px;
  font-weight: 500;
}

.cta-button {
  align-self: start;
  background-color: rgba(134, 188, 251, 1);
  margin-top: 20px;
  padding: 14px 60px;
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  cursor: pointer;
  text-decoration: unset;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.cta-button:hover,
.send-button:hover {
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.3);
}


/* Ethical Commitment Section */
.ethical-commitment {
  background-color: rgba(255, 255, 255, 1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 60px 80px;
  gap: 20px;
  overflow: hidden;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width:900px){
  .ethical-commitment {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:768px){
  .ethical-commitment {
    grid-template-columns: 1fr;
  }
}
.commitment-content {
  align-self: start;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.section-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.1;
}

/* Domains Section */
.domains-section {
  background-color: rgba(2, 23, 92, 1);
  display: flex;
  padding: 60px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  justify-content: start;
}

.domains-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  align-self: start;
  margin: 0;
}

.domains-container {
  margin-top: 40px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}

.domain-item {
  margin-top: 20px;
  width: 100%;
}

.domain-item:first-child {
  margin-top: 0;
}

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

.domain-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  flex: 1;
  flex-basis: 0%;
}

.arrow-icon {
  aspect-ratio: 0.97;
  object-fit: contain;
  object-position: center;
  width: 28px;
  align-self: stretch;
  flex-shrink: 0;
}

.domain-divider {
  border-color: rgba(251, 251, 251, 1);
  border-style: solid;
  border-width: 1px;
  min-height: 1px;
  margin-top: 14px;
  width: 100%;
}

/* Team Section */
.team-section {
  background-color: rgba(255, 255, 255, 1);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  padding: 60px 80px;
  align-items: stretch;
  gap: 30px;
  overflow: hidden;
  color: rgba(0, 0, 0, 1);
}

@media (max-width:768px){
  .team-section {
    grid-template-columns: 1fr;
  }
}

.team-image {
  object-fit: cover;
  object-position: center;
  min-width: 240px;
  width: 100%;
}

.team-content {
  align-self: start;
  min-width: 240px;
}

/* FAQ Section */
.faq-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 60px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.faq-title {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.faq-container {
  margin-top: 40px;
  width: 100%;
}

.faq-item {
  margin-top: 20px;
  width: 100%;
}

.faq-item:first-child {
  margin-top: 0;
}

.faq-question {
  background-color: rgba(2, 23, 92, 1);
  width: 100%;
  padding: 24px 10px;
  border: none;
  text-align: left;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  background-color: rgba(2, 23, 92, 1);
  color: rgba(255, 255, 255, 1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 10px 24px 10px;
}

/* Principles Section */
.principles-section {
  background-color: rgba(255, 255, 255, 1);
  padding: 60px 80px;
  overflow: hidden;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}

.principles-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.principles-container {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: start;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  justify-content: start;
  flex-wrap: wrap;
}

.principle-item {
  min-width: 240px;
  flex: 1;
  flex-basis: 0%;
}

.principle-image {
  aspect-ratio: 1.53;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.principle-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Contact Section */
.contact-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 40px 60px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.contact-title {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  align-self: stretch;
  margin: 0;
}

.contact-form {
  margin-top: 40px;
  width: 500px;
  max-width: 100%;
}

.form-group {
  width: 100%;
  margin-top: 20px;
}

.form-group:first-child {
  margin-top: 0;
}

.form-label {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.form-input {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 14px;
  font-size: 14px;
  color: rgba(201, 201, 201, 1);
  font-weight: 400;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.form-textarea {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  margin-top: 10px;
  min-height: 100px;
  width: 100%;
  box-sizing: border-box;
  padding: 21px 14px;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  resize: vertical;
}

.send-button {
  background-color: rgba(134, 188, 251, 1);
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  padding: 14px 29px;
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

/* Footer Section */
.footer {
  background-color: rgba(255, 255, 255, 1);
  padding: 40px 80px;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  line-height: 1.4;
}

.footer-divider {
  border-color: rgba(71, 71, 71, 1);
  border-style: solid;
  border-width: 1px;
  min-height: 1px;
  width: 100%;
}

.footer-links {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 120px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-link {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(134, 188, 251, 1);
}

/* Media Queries */
@media (max-width: 991px) {
  .header {
    max-width: 100%;
    padding: 12px 20px;
  }

  .hero-section,
  .ethical-commitment,
  .domains-section,
  .team-section,
  .faq-section,
  .principles-section,
  .footer {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image,
  .hero-content,
  .hero-title,
  .hero-description,
  .domains-title,
  .domains-container,
  .domain-item,
  .domain-header,
  .domain-title,
  .domain-divider,
  .team-image,
  .team-content,
  .section-title,
  .section-description,
  .faq-title,
  .faq-container,
  .principles-title,
  .footer-divider {
    max-width: 100%;
  }

  .cta-button,
  .send-button {
    padding-left: 20px;
    padding-right: 20px;
    white-space: initial;
  }
}

body {
  margin: 0;
}

.ethical-commitment__img {
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}

.ethical-commitment__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body {
  line-height: 1.1;
}

a {
  transition: all 0.3s ease;
}

@media (max-width:768px){
    .navigation {
      display: none;
    }
    .ethical-commitment__img {
      height: 200px;
    }

    section {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }
    .faq-question {
      padding-right: 40px;
    }
}

.success {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.success-section {
  flex: 1 1 auto;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.privacy-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.privacy-section .section-title {
  text-align: left;
  text-transform: uppercase;
}

.privacy-content h2,
.privacy-content p,
.privacy-content li,
.privacy-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
}

.privacy-content a {
  color: inherit;
}

.privacy-content li {
  list-style-position: inside;
}

.privacy-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 640px) {

  .privacy-section {
    padding: 60px 20px;
  }
}

.cookie-banner {
  background-color: rgba(2, 23, 92, 1);
  display: flex;
  padding: 60px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
}

.cookie-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cookie-description {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.cookie-buttons {
  align-self: center;
  display: flex;
  margin-top: 40px;
  align-items: start;
  gap: 40px;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
  justify-content: start;
}

.cookie-button {
  align-self: stretch;
  background-color: rgba(255, 255, 255, 1);
  padding: 14px 60px;
  gap: 10px;
  border: none;
  cursor: pointer;
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .cookie-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .cookie-buttons {
    white-space: initial;
  }

  .cookie-button {
    padding-left: 20px;
    padding-right: 20px;
    white-space: initial;
  }
}

p,
h2,
h1,
h3 {
  margin: 0;
}

.nav-link:hover {
  opacity: 0.7;
}