/* screen - about */
/* Hide Log in and Sign up on Small Screens */
@media screen and (max-width: 1024px) {

  /* Show Menu Button on Mobile */
  .menu-button {
    display: block !important;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 50px;
  }

  /* Hide navigation by default on mobile */
  .navigation,
  .frame-2 {
    display: none !important;
  }

  /* Mobile Menu Styles */
  .mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 0;
    background: white;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .mobile-menu a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: block;
  }
}

/* Show navigation on large screens */
@media screen and (min-width: 769px) {
  .menu-button {
    display: none;
  }

  .navigation,
  .frame-2 {
    display: flex;
    gap: 20px;
  }

}

.about {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}

.about .x-header {
  z-index: 1;
}

.about .header {
  align-self: stretch;
  background-color: var(--white);
  width: 100%;
  z-index: 2;
}

.about .header-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.about .container-1 {
  align-items: center;
  justify-content: space-between;
}

.about .content-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
}

.about .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  position: relative;
  width: 156px;
}

.about .logo-wrap {
  height: 32px;
  position: relative;
  width: 156px;
}

.about .navigation {
  gap: 24px;
}

.about .buttons-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  position: relative;
}

.about .text {
  color: var(--scarpa-flow);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.about .frame-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}

.about .navigation-actions {
  gap: 12px;
}

.about .buttons-button-2 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 125px;
}

.about .buttons-button-2:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.about .text-sign-2 {
  color: var(--cultured-pearl);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.about .buttons-button-sign-4 {
  align-items: center;
  background-color: var(--azure);
  border: 1px solid;
  border-color: var(--astronaut);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 115px;
}

.about .buttons-button-sign-4:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.about .text-5 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.about .buttons-button-3 {
  margin-bottom: -3.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 104px;
}

.about .buttons-button-4 {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
}

.about .text-6 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.about .container-2 {
  align-items: center;
  flex-direction: column;
  gap: 32px;
}

.about .content {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  position: relative;
  width: 100%;
}

.about .heading-and-supporting-text-1 {
  align-items: center;
  flex: 0 0 auto;
  gap: 24px;
  max-width: 768px;
  width: 100%;
}

.about .heading-and-subheading-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.about .logo-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 156px;
}

.about .heading {
  color: var(--mirage);
  line-height: 60px;
  text-align: center;
}

.about .supporting-text {
  align-self: stretch;
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 30px;
  position: relative;
  text-align: center;
}

.about .cta-section {
  align-items: center;
  align-self: stretch;
  background-color: var(--alabaster);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  padding: 96px 0px;
  position: relative;
  width: 100%;
}


.about .container-3 {
  align-items: center;
  gap: 64px;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .about .container-3 {
    flex-direction: column;
  }
}

.about .content-3 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 48px;
  position: relative;
}

.about .heading-and-check-items {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.about .heading-1 {
  color: var(--mirage);
  line-height: 60px;
  margin-top: -1.00px;
}

.about .check-item-text {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  width: 100%;
}

.about .text-7 {
  align-self: stretch;
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
}

.about .content-4 {
  flex: 1;
  flex-grow: 1;
  height: 512px;
  position: relative;
}

.about .group-1 {
  align-items: flex-start;
  display: flex;
  left: 37px;
  min-width: 497px;
  position: relative;
}

.about .group-container {
  height: 604px;
  position: relative;
  width: 497px;
  display: block;
}

@media (max-width: 1024px) {
  .about .group-container {
    display: none;
  }
}

.about .overlap-group {
  height: 133px;
  left: 0;
  position: absolute;
  top: 241px;
  width: 232px;
}

.about .rectangle {
  height: 115px;
  left: 73px;
  position: absolute;
  top: 18px;
  width: 160px;
}

.about .rectangle-1 {
  height: 66px;
  left: 0;
  position: absolute;
  top: 65px;
  width: 95px;
}

.about .rectangle-2 {
  height: 60px;
  left: 25px;
  position: absolute;
  top: 24px;
  width: 61px;
}

.about .rectangle-3 {
  height: 13px;
  left: 159px;
  position: absolute;
  top: 111px;
  width: 31px;
}

.about .rectangle-4 {
  height: 44px;
  left: 120px;
  position: absolute;
  top: 0;
  width: 65px;
}

.about .group {
  height: 604px;
  left: 172px;
  position: absolute;
  top: 0;
  width: 194px;
}

.about .overlap-group1 {
  height: 149px;
  left: 279px;
  position: absolute;
  top: 338px;
  width: 218px;
}

.about .rectangle-5 {
  height: 50px;
  left: 73px;
  position: absolute;
  top: 0;
  width: 85px;
}

.about .rectangle-6 {
  height: 41px;
  left: 149px;
  position: absolute;
  top: 18px;
  width: 35px;
}

.about .rectangle-7 {
  height: 108px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 75px;
}

.about .rectangle-8 {
  height: 16px;
  left: 123px;
  position: absolute;
  top: 124px;
  width: 48px;
}

.about .rectangle-9 {
  height: 60px;
  left: 174px;
  position: absolute;
  top: 67px;
  width: 44px;
}

.about .rectangle-10 {
  height: 120px;
  left: 26px;
  position: absolute;
  top: 29px;
  width: 169px;
}

.about .container {
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}

.about .heading-and-supporting-text {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.about .heading-and-subheading {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.about .heading-2 {
  color: var(--mirage);
  line-height: 44px;
  margin-top: -1.00px;
  text-align: center;
}

.about .container-4 {
  align-items: flex-start;
  flex-direction: column;
  gap: 64px;
}

.about .content-5 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 64px 32px;
  position: relative;
  width: 100%;
}

.about .feature-text {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  min-width: 350px;
  position: relative;
}

@media (max-width: 768px) {
  .about .feature-text {
    min-width: 280px;
  }
}

.about .featured-icon {
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--gray-nurse);
  border-radius: 10px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  height: 48px;
  overflow: hidden;
  position: relative;
  width: 48px;
}

.about .line-chart-down-02 {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.about .text-and-supporting-text {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.about .text-1 {
  align-self: stretch;
  color: var(--mirage);
  font-weight: 600;
  line-height: 30px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.about .supporting-text-1 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 24px;
  text-align: center;
}

.about .zap {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.about .chart-breakout-square {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.about .expand-03 {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.about .alert-circle {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.about .grid-01 {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.about .file-shield-02 {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.about .features-section {
  align-items: center;
  background-color: var(--astronaut);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 96px;
  padding: 96px 0px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .about .features-section {
    gap: 38px;
  }
}

.about .pattern {
  background-image: url(../../assets/images/landing/pattern-3.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 632px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about .content-6 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.about .heading-3 {
  color: var(--white);
  line-height: 44px;
  margin-top: -1.00px;
  text-align: center;
}

.about .container-5 {
  align-items: flex-start;
  gap: 96px;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .about .container-5 {
    flex-direction: column;
  }
}

.about .content-7 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.about .alert-hexagon {
  height: 28px;
  position: relative;
  width: 28px;
}

.about .text-2 {
  align-self: stretch;
  color: var(--white);
  font-weight: 400;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
}

.about .content-8 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.about .contact-sections {
  align-items: center;
  background-color: var(--white);
  flex: 0 0 auto;
  gap: 64px;
  padding: 96px 0px;
  width: 100%;
}

.about .container-6 {
  align-items: flex-start;
  gap: 32px;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .about .container-6 {
    flex-direction: column;
  }
}

.about .heading-and-supporting-text-2 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  gap: 20px;
  max-width: 360px;
}

.about .heading-4 {
  color: var(--mirage);
  line-height: 44px;
  margin-top: -1.00px;
}

.about .supporting-text-2 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 30px;
}

.about .content-9 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 32px 32px;
  position: relative;
}

.about .contact-text {
  align-items: flex-start;
  background-color: var(--alabaster);
  flex: 1;
  flex-grow: 1;
  gap: 32px;
  min-width: 280px;
  padding: 24px;
}

.about .phone {
  height: 24px;
  position: relative;
  width: 24px;
}

.about .content-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.about .buttons-button-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.about .text-3 {
  color: var(--chambray);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.about .globe-01 {
  height: 24px;
  position: relative;
  width: 24px;
}

.about .background-pattern {
  height: 1440px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.about .footer {
  align-items: center;
  background-color: var(--astronaut);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 44px;
  padding: 64px 0px 48px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.about .container-7 {
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.about .content-10 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
}

.about .logo-2 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 142px;
}

.about .supporting-text-3 {
  color: var(--wistful);
  line-height: 24px;
  margin-right: -45.00px;
  white-space: nowrap;
  width: fit-content;
}

.about .text-4 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.about .content-11 {
  align-items: center;
  align-self: stretch;
  border-color: var(--sapphire);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: space-between;
  padding: 32px 0px 0px;
  position: relative;
  width: 100%;
}

.about .contact {
  display: flex;
  flex-direction: column;
  position: relative;
}

.about .container-8 {
  display: flex;
  flex: 0 0 auto;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.about .header-2 {
  height: 80px;
  position: relative;
}

.about .heading-5 {
  align-self: stretch;
  font-weight: 600;
  position: relative;
}

.about .heading-and-supporting-text-3 {
  display: flex;
  flex-direction: column;
  position: relative;
}

[dir="rtl"] .about .supporting-text-3 {
  margin: 0;
}

.about .supporting-text-4 {
  font-weight: 400;
  position: relative;
}