@media only screen and (min-width: 0px) {
  .about {
    background: #061F44;
    background-image: url(/assets/images/global/backgrounds/bg-light-blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about .about-inner {
    max-width: min(1400px, 90%);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .about .about-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .about .about-inner .about-image {
    position: relative;
  }
  .about .about-inner .about-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    max-height: 700px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .about .about-inner .about-image img {
    max-width: 450px;
  }
}
@media only screen and (min-width: 0px) {
  .about .about-inner .about-image .image-card {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: clamp(20px, 3vw, 28px);
    background: rgba(13, 43, 74, 0.92);
    border: 1px solid rgb(0, 0, 0);
    color: white;
  }
  .about .about-inner .about-image .image-card .name {
    display: block;
    margin-bottom: 4px;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 100;
    line-height: 1.1;
    color: white;
  }
  .about .about-inner .about-image .image-card .title {
    display: block;
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
  }
  .about .about-inner .about-image .image-card p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.5;
  }
  .about .about-inner .about-text {
    max-width: 650px;
  }
  .about .about-inner .about-text h2 {
    display: block;
    color: var(--primary);
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  .about .about-inner .about-text .header-title {
    display: block;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(34px, 7vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  .about .about-inner .about-text p {
    color: white;
    margin-bottom: 20px;
    color: white;
    font-size: clamp(15px, 2vw, 16px);
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about .about-inner .about-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary);
  }
  .about .about-inner .about-stats span {
    line-height: 1.4;
  }
  .about .about-inner .about-stats span:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .about .about-inner .about-stats .divider {
    color: white;
    opacity: 0.8;
    font-weight: 400;
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: #0d2b4a;
    background-image: url(/assets/images/about/cta.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #cta {
    background-attachment: local;
  }
}
@media only screen and (min-width: 0px) {
  #cta .cta-inner {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    margin: 0 auto;
    padding: clamp(60px, 8vw, 100px) 0;
  }
  #cta .cta-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: clamp(15px, 5vw, 60px);
  }
  #cta .cta-content h2 {
    display: block;
    color: var(--primary);
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  #cta .header-title {
    display: block;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(34px, 7vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  #cta p {
    max-width: 650px;
    margin: 0 auto 35px;
    color: white;
    font-size: clamp(15px, 2vw, 15px);
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  }
  #cta .cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  #cta .cta-buttons a {
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 55px;
    padding: 25px 20px;
    text-decoration: none;
    box-shadow: 0px 0px 3px black;
  }
  #cta .cta-buttons a:first-child {
    color: var(--textColor);
    background: var(--primary);
    background-image: url(/assets/images/global/backgrounds/bg-yellow.webp);
  }
  #cta .cta-buttons a:first-child:hover {
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
  }
  #cta .cta-buttons .cta-phone {
    color: var(--primary);
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid var(--primary);
    font-weight: 700;
  }
  #cta .cta-buttons .cta-phone:hover {
    color: var(--textColor);
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  #cta .cta-content {
    text-align: left;
  }
  #cta .cta-points {
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  #cta .cta-buttons a {
    width: 100%;
  }
}/*# sourceMappingURL=about-local.css.map */