@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/*colors*/
main {
  max-width: none;
  margin: 0 auto;
}

/* Section Video Styles */
.section-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  background-color: #F7F8FB;
  margin-bottom: 50px;
}
.section-video .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  padding: 89px 0;
  max-width: 1440px;
  margin: 0 auto;
}
.section-video .content .flex-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 60px;
  max-width: 1229px;
}
@media only screen and (max-width: 768px) {
  .section-video .content .flex-7 {
    gap: 10px;
  }
}
.section-video .content .flex-7 .frame-1000000946 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .section-video .content .flex-7 .frame-1000000946 {
    align-items: center;
  }
}
.section-video .content .flex-7 .frame-1000000946 .frame-1000000947 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
}
.section-video .content .flex-7 .frame-1000000946 .frame-1000000947 .title-gemini {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3em;
  text-align: center;
  color: #21272A;
  max-width: 938px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .section-video .content .flex-7 .frame-1000000946 .frame-1000000947 .title-gemini {
    width: 100%;
  }
}
.section-video .content .flex-7 .frame-1000000946 .frame-1000000947 .description-gemini {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 19.4976px;
  line-height: 1.55em;
  text-align: center;
  color: #21272A;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .section-video .content .flex-7 .frame-1000000946 .frame-1000000947 .description-gemini {
    width: 100%;
    height: auto;
  }
}
.section-video .content .flex-7 .frame-1000000946 .summary-gemini {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 19.4976px;
  line-height: 1.55em;
  text-align: right;
  color: #21272A;
  width: 609px;
  height: 59px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .section-video .content .flex-7 .frame-1000000946 .summary-gemini {
    width: 100%;
    height: auto;
  }
}

/* Section System Architecture Styles */
.section-system-architecture {
  padding: 90px 16px;
  background: #EAF0FD;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-system-architecture {
    padding: 37px 16px;
  }
}
.section-system-architecture .section-system-architecture-content {
  max-width: 1235px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  flex-direction: row;
  gap: 95px;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .section-system-architecture .section-system-architecture-content {
    flex-direction: column;
    padding: 50px 50px 50px 50px;
    border-radius: 50px;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-system-architecture .section-system-architecture-content {
    padding: 50px 50px 50px 50px;
    border-radius: 50px;
  }
}
.section-system-architecture .section-system-architecture-content .frame-1000000948 {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 301px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .section-system-architecture .section-system-architecture-content .frame-1000000948 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.section-system-architecture .section-system-architecture-content .section-system-architecture-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 37.5px;
  line-height: 1.3em;
  color: #020a1a;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-system-architecture .section-system-architecture-content .section-system-architecture-title {
    margin-bottom: 16px;
    margin-left: 0;
    max-width: 100%;
  }
}
.section-system-architecture .section-system-architecture-content .section-system-architecture-description {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.267em;
  color: #020a1a;
  margin: 0;
  max-width: 282px;
}
@media only screen and (max-width: 991px) {
  .section-system-architecture .section-system-architecture-content .section-system-architecture-description {
    max-width: 100%;
  }
}
.section-system-architecture .benefit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  max-width: 752px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .section-system-architecture .benefit-wrapper {
    align-items: flex-start;
    max-width: 100%;
    gap: 16px;
  }
}
.section-system-architecture .benefit-list {
  display: flex;
  flex-direction: column;
  gap: 29px;
  align-self: stretch;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .section-system-architecture .benefit-list {
    gap: 29px;
  }
}
.section-system-architecture .benefit-list .benefit-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 752px;
}
.section-system-architecture .benefit-list .benefit-title {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.056em;
  color: #020a1a;
  margin: 0;
}
.section-system-architecture .benefit-list .benefit-text {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.584em;
  color: #020a1a;
  margin: 0;
}
.section-system-architecture .benefit-icon {
  width: 87px;
  height: 87px;
  flex-shrink: 0;
}
.section-system-architecture .benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Section Secure Data Handling Styles */
.section-secure-data-handling {
  padding: 100px 16px 40px 16px;
  background: #fff;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-secure-data-handling {
    padding: 37px 15px;
  }
}

.section-secure-data-container {
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .section-secure-data-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}

.section-secure-data-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-secure-data-header {
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    align-self: stretch;
  }
}

.section-secure-data-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 32.256px;
  line-height: 1.3em;
  text-align: center;
  color: #000000;
  margin: 0 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .section-secure-data-title {
    margin: 0;
    width: 100%;
  }
}

.section-secure-data-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16.5024px;
  line-height: 1.55em;
  text-align: center;
  color: #21272A;
  margin: 0;
  max-width: 884px;
}
@media only screen and (max-width: 768px) {
  .section-secure-data-description {
    max-width: 400px;
    width: 100%;
  }
}

.section-secure-data-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .section-secure-data-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}

.secure-data-image-container {
  max-width: 604px;
  width: 100%;
  background: #EAF0FD;
  border-radius: 30px;
  overflow: hidden;
  padding: 18px 12px;
  box-sizing: border-box;
}
.secure-data-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

.secure-data-accordion {
  max-width: 604px;
  width: 100%;
  display: flex;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 32px;
  background: #EAF0FD;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .accordion-item {
    gap: 12px;
    padding: 16px 32px;
    height: auto;
  }
}

.accordion-header {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 24.6px;
  line-height: 1.522em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.accordion-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55em;
  text-align: left;
  color: #000000;
  margin: 0;
}

/* Section Gemini Risk Engine Styles */
.section-gemini-risk-engine {
  padding: 40px 16px 40px 16px;
  background: #fff;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-gemini-risk-engine {
    padding: 37px 15px;
  }
}

.section-gemini-risk-container {
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .section-gemini-risk-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}

.section-gemini-risk-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-gemini-risk-header {
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    align-self: stretch;
  }
}

.section-gemini-risk-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 32.256px;
  line-height: 1.3em;
  text-align: center;
  color: #000000;
  margin: 0 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .section-gemini-risk-title {
    margin: 0;
    width: 100%;
  }
}

.section-gemini-risk-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16.5024px;
  line-height: 1.55em;
  text-align: center;
  color: #21272A;
  margin: 0;
  max-width: 884px;
}
@media only screen and (max-width: 768px) {
  .section-gemini-risk-description {
    max-width: 400px;
    width: 100%;
  }
}

.section-gemini-risk-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .section-gemini-risk-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
}

.gemini-risk-image-container {
  max-width: 604px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 30px;
  overflow: hidden;
  padding: 18px 12px;
  box-sizing: border-box;
}
.gemini-risk-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

.gemini-risk-accordion {
  max-width: 604px;
  width: 100%;
  display: flex;
}

.accordion-item-risk {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 32px;
  background: #F8F8F8;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .accordion-item-risk {
    gap: 12px;
    padding: 16px 32px;
    height: auto;
  }
}

.accordion-header-risk {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 24.6px;
  line-height: 1.522em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.accordion-content-risk p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55em;
  text-align: left;
  color: #000000;
  margin: 0;
}

/* Section Intelligent Action Framework Styles */
.section-intelligent-action {
  padding: 40px 16px 40px 16px;
  background: #fff;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-intelligent-action {
    padding: 37px 15px;
  }
}

.section-intelligent-action-container {
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .section-intelligent-action-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}

.section-intelligent-action-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-intelligent-action-header {
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    align-self: stretch;
  }
}

.section-intelligent-action-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 32.256px;
  line-height: 1.3em;
  text-align: center;
  color: #000000;
  margin: 0 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .section-intelligent-action-title {
    margin: 0;
    width: 100%;
  }
}

.section-intelligent-action-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16.5024px;
  line-height: 1.55em;
  text-align: center;
  color: #21272A;
  margin: 0;
  max-width: 884px;
}
@media only screen and (max-width: 768px) {
  .section-intelligent-action-description {
    max-width: 400px;
    width: 100%;
  }
}

.section-intelligent-action-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .section-intelligent-action-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}

.intelligent-action-image-container {
  max-width: 604px;
  width: 100%;
  background: #ACDBFD;
  border-radius: 30px;
  overflow: hidden;
  padding: 18px 12px;
  box-sizing: border-box;
}
.intelligent-action-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

.intelligent-action-accordion {
  max-width: 604px;
  width: 100%;
  display: flex;
}

.accordion-item-action {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 32px;
  background: #ACDBFD;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .accordion-item-action {
    gap: 12px;
    padding: 16px 32px;
    height: auto;
  }
}

.accordion-header-action {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.362em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.accordion-content-action p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55em;
  text-align: left;
  color: #000000;
  margin: 0;
}

/* Section Explainable and Auditable AI Styles */
.section-explainable-ai {
  padding: 40px 16px 40px 16px;
  background: #fff;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-explainable-ai {
    padding: 37px 15px;
  }
}

.section-explainable-ai-container {
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .section-explainable-ai-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}

.section-explainable-ai-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-explainable-ai-header {
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    align-self: stretch;
  }
}

.section-explainable-ai-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 32.256px;
  line-height: 1.3em;
  text-align: center;
  color: #000000;
  margin: 0 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .section-explainable-ai-title {
    margin: 0;
    width: 100%;
  }
}

.section-explainable-ai-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16.5024px;
  line-height: 1.55em;
  text-align: center;
  color: #21272A;
  margin: 0;
  max-width: 884px;
}
@media only screen and (max-width: 768px) {
  .section-explainable-ai-description {
    max-width: 400px;
    width: 100%;
  }
}

.section-explainable-ai-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .section-explainable-ai-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
}

.explainable-ai-accordion {
  max-width: 604px;
  width: 100%;
  display: flex;
}

.accordion-item-explainable {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 32px;
  background: #F8F8F8;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .accordion-item-explainable {
    gap: 12px;
    padding: 16px 32px;
    height: auto;
  }
}

.accordion-header-explainable {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 24.6px;
  line-height: 1.522em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.accordion-content-explainable p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.explainable-ai-image-container {
  max-width: 604px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 30px;
  overflow: hidden;
  padding: 18px 12px;
  box-sizing: border-box;
}
.explainable-ai-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

/* Section Aligned with Global Standards Styles */
.section-aligned-standards {
  padding: 40px 16px 40px 16px;
  background: #fff;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-aligned-standards {
    padding: 37px 15px;
  }
}

.section-aligned-standards-container {
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .section-aligned-standards-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}

.section-aligned-standards-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-aligned-standards-header {
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    align-self: stretch;
  }
}

.section-aligned-standards-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 32.256px;
  line-height: 1.3em;
  text-align: center;
  color: #000000;
  margin: 0 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .section-aligned-standards-title {
    margin: 0;
    width: 100%;
  }
}

.section-aligned-standards-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16.5024px;
  line-height: 1.55em;
  text-align: center;
  color: #21272A;
  margin: 0;
  max-width: 884px;
}
@media only screen and (max-width: 768px) {
  .section-aligned-standards-description {
    max-width: 400px;
    width: 100%;
  }
}

.section-aligned-standards-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .section-aligned-standards-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}

.aligned-standards-image-container {
  max-width: 604px;
  width: 100%;
  background: #EAF0FD;
  border-radius: 30px;
  overflow: hidden;
  padding: 18px 12px;
  box-sizing: border-box;
}
.aligned-standards-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

.aligned-standards-accordion {
  max-width: 604px;
  width: 100%;
  display: flex;
}

.accordion-item-aligned {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 32px;
  background: #EAF0FD;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .accordion-item-aligned {
    gap: 12px;
    padding: 16px 32px;
    height: auto;
  }
}

.accordion-header-aligned {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 24.6px;
  line-height: 1.522em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.accordion-content-aligned p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.p {
  margin: 125px auto 165px auto;
}
@media only screen and (max-width: 991px) {
  .p {
    margin: 40px auto 40px auto;
  }
}

/*# sourceMappingURL=technology.css.map */
