@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: rgb(250, 250, 250);
  background-size: 100px;
  touch-action: manipulation;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-x: clip;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  body * {
    font-size: 0.925rem;
  }
}

b a,
p,
li,
ul,
span,
div,
button {
  text-wrap: pretty;
  font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
}

p {
  letter-spacing: -0.25px;
}

h1,
h2,
h3 {
  line-height: 1.25;
  font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 10000;
  background: var(--primary);
  color: black;
  padding: 14px 18px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.header-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.skip:focus {
  top: 20px;
  outline: 3px solid #fff;
}

:root {
  --black: #000;
  --white: #fff;
  --yellow: #F1A908;
  --text-color: #133552;
  --primary: #fed050;
  --primaryHover: #fabb0d;
  --secondary: #6099C7;
  --body: #f9f9f9;
  --bodyDark: #0D1B2A;
  --cta: 0px 0px 3px rgba(0, 0, 0, 0.125),
      0px 0px 2px rgba(0, 0, 0, 0.25),
      0px 0px 1.5px rgba(0, 0, 0, 0.125),
      0px 0px 1px rgba(0, 0, 0, .25);
}

@media only screen and (min-width: 0px) {
  main section [class$=-inner] {
    padding: 100px 0 125px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  main section [class$=-inner] {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] {
    margin-bottom: clamp(25px, 3vw, 35px);
  }
  html section [class$=-header] .topper {
    display: block;
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(1.25em, 3.5vw, 1.75em);
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--primary);
    text-shadow: none;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html section [class$=-header] .topper {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] h2 {
    font-weight: normal;
    font-size: clamp(1.75em, 3.5vw, 2.5em);
    line-height: 1.25;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
    color: var(--secondary);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html section [class$=-header] h2 {
    letter-spacing: 0.25px;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] h3 {
    font-size: clamp(1.125em, 2vw, 1.3em);
  }
  html section [class$=-header] p {
    max-width: 800px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  html section [class$=-header] p:last-of-type {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) {
  html [class~=primary-cta] {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 100vw;
    padding: 25px 30px;
    font-size: 0.95rem;
    box-shadow: 0px 0px 3px rgb(0, 0, 0);
    text-shadow: var(--cta);
    color: white;
    background: var(--primary);
  }
  html [class~=primary-cta]:hover {
    background: var(--white);
    color: black;
    text-shadow: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  html [class~=primary-cta] {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 0px) {
  html .button {
    display: flex;
    gap: 15px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  html .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    background: #fed050;
    font-size: 16px;
    color: var(--textColor);
  }
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/inter-v20-latin-700.woff2") format("woff2");
}
/* anton-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/anton-v27-latin-regular.woff2") format("woff2");
}
@media only screen and (min-width: 0px) {
  #stats {
    background: linear-gradient(#0f3254, #0d2b4a);
    height: 0;
  }
  #stats .stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    padding: 0;
    max-width: min(1200px, 94%);
    margin: 0 auto;
    position: relative;
    top: -50px;
    z-index: 25;
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #stats .stats-inner {
    gap: 2px;
  }
}
@media only screen and (min-width: 0px) {
  #stats .stat {
    background-color: #1c5285;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: clamp(1rem, 3vw, 1.25rem);
    padding-bottom: clamp(1.125rem, 3vw, 1.75rem);
    color: white;
    background: #061F44;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-image: url(/assets/images/global/backgrounds/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #stats .stat strong {
    margin-bottom: 5px;
    font-size: clamp(1.25rem, 4vw, 2.25rem);
    line-height: 1;
    font-weight: 700;
  }
  #stats .stat .text {
    font-size: clamp(1.125rem, 4vw, 2rem);
  }
  #stats .stat span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #stats .stat small {
    display: block;
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: 0.75;
  }
  #stats a.stat {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
  }
  #stats a.stat:hover {
    background-color: #154675;
    background-image: url(/assets/images/global/backgrounds/bg-light-blue.webp);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  #stats a.stat:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: -3px;
  }
  #stats .stat-icon {
    width: 3.5rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  #stats .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  #stats .stat strong {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #stats .stat {
    padding: 1.5rem 1rem;
  }
  #stats .stat strong {
    font-size: clamp(1.25rem, 4vw, 2.125rem);
  }
  #stats .stat small {
    font-size: 0.8rem;
  }
  #stats .stat-icon {
    width: 2.25rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  #services {
    background: #0d2b4a;
    background: linear-gradient(#0d2b4a, #143a61);
    padding-top: 175px;
    background: #061F44;
    background-image: url(/assets/images/global/backgrounds/bg-light-blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #services {
    padding-top: 325px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 450px) {
  #services {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 0px) {
  #services .services-inner {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    padding-top: 75px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #services .services-inner {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 0px) {
  #services .services-heading {
    max-width: 750px;
    margin: 0 auto 35px;
    text-align: center;
  }
  #services .services-heading .topper {
    display: block;
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  #services .services-heading h2 {
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  #services .services-heading p {
    font-size: clamp(15px, 2vw, 16px);
    line-height: 1.5;
    color: white;
    margin: 0 auto;
  }
  #services .services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  #services .service-card {
    position: relative;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
  }
  #services .service-card:hover .service-image {
    transform: scale(1.06);
  }
  #services .service-card:hover .learn-more {
    color: var(--white);
  }
  #services .service-card:hover .learn-more::after {
    transform: translateX(6px);
  }
  #services .service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.05) 80%);
  }
  #services .service-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  #services .service-content {
    position: relative;
    z-index: 2;
    padding: 28px;
    color: var(--white);
  }
  #services .service-content h3 {
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(16px, 2.2vw, 28px);
    font-weight: 100;
    line-height: 1.15;
    color: var(--white);
    margin-bottom: 10px;
  }
  #services .service-content p {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 20px;
  }
  #services .service-content .learn-more {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
  }
  #services .service-content .learn-more::after {
    content: "→";
    transition: transform 0.3s ease;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  #services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #services .service-card {
    height: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  #services .services-heading {
    margin-bottom: 35px;
    text-align: left;
  }
  #services .services-heading p {
    margin: 0;
  }
  #services .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #services .service-card {
    height: 430px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 500px) {
  #services .service-card {
    height: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  #services .service-content {
    padding: clamp(20px, 3vw, 24px);
  }
  #services .service-content .service-icon {
    width: 60px;
    height: 60px;
    padding: 13px;
    margin-bottom: 18px;
  }
  #services .service-content h3 {
    font-size: 30px;
  }
  #services .service-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) {
  #reviews {
    background: #143e68;
    background: linear-gradient(180deg, #1c5285 0%, #15426d 50%, #1c5285 100%);
    background: #061F44;
    background-image: url(/assets/images/global/backgrounds/bg-inverse.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #reviews .reviews-inner {
    max-width: min(1400px, 90%);
    margin: 0 auto;
  }
  #reviews .reviews-header {
    margin-bottom: 0;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(25px, 3vw, 50px);
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1300px) {
  #reviews .reviews-header {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 0px) {
  #reviews .reviews-header 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;
  }
  #reviews .reviews-header .header-title {
    display: block;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  #reviews .reviews-header p {
    max-width: 500px;
    color: white;
    font-size: clamp(15px, 2vw, 16px);
    line-height: 1.5;
    height: 100%;
    margin-bottom: 0px;
    text-align: right;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #reviews .reviews-header p {
    text-align: left;
  }
}
@media only screen and (min-width: 0px) {
  #reviews .reviews-slider {
    position: relative;
  }
  #reviews .reviews-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #reviews .review-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(20px, 3vw, 28px);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    transition: 0.2s ease-in-out;
    background: #061F44;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-image: url(/assets/images/global/backgrounds/bg-light-blue.webp);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #reviews .review-card:hover {
    transform: scale(1.025);
    background: #0a233c;
    transition: 0.2s ease-in-out;
    background: #061F44;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-image: url(/assets/images/global/backgrounds/bg-light-blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #reviews .review-card .review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
  }
  #reviews .review-card .review-top strong {
    font-size: 18px;
    color: white;
  }
  #reviews .review-card .review-top .stars {
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--primary);
    white-space: nowrap;
  }
  #reviews .review-card p {
    flex: 1;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.45;
    color: white;
  }
  #reviews .review-card small {
    display: block;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
  }
  #reviews .reviews-controls {
    display: none;
  }
  #reviews .reviews-cta {
    display: flex;
    justify-content: center;
    margin-top: clamp(45px, 5vw, 50px);
  }
  #reviews .reviews-cta a {
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--textColor);
    height: 55px;
    padding: 25px 20px;
    background: var(--primary);
    box-shadow: 0px 0px 3px black;
    background-image: url(/assets/images/global/backgrounds/bg-yellow.webp);
  }
  #reviews .reviews-cta a:hover {
    background: white;
    transition: 0.1s ease-in-out;
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
  }
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
  #reviews .reviews-inner {
    max-width: 100%;
    margin: 0;
  }
  #reviews .reviews-header {
    width: min(90%, 780px);
    margin-left: auto;
    margin-right: auto;
  }
  #reviews .reviews-slider {
    width: 100%;
  }
  #reviews .reviews-track {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 5% 14px;
    scrollbar-width: none;
  }
  #reviews .reviews-track::-webkit-scrollbar {
    display: none;
  }
  #reviews .review-card {
    flex: 0 0 82%;
    min-width: 82%;
    scroll-snap-align: start;
  }
  #reviews .reviews-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
  }
  #reviews .review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  #reviews .review-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
  }
  #reviews .swipe-hint {
    color: white;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.9;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #reviews .reviews-header {
    margin-bottom: 30px;
  }
  #reviews .reviews-header .header-title {
    font-size: clamp(30px, 3vw, 46px);
  }
  #reviews .reviews-header p {
    font-size: 16px;
  }
  #reviews .review-card {
    flex-basis: 88%;
    min-width: 88%;
    padding: 24px;
  }
  #reviews .review-card p {
    font-size: 15px;
  }
  #reviews .reviews-cta a {
    width: 90%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) {
  #about {
    background: #0d2b4a;
  }
}
@media only screen and (max-width: 700px) {
  #reputation .reputation-inner {
    justify-content: flex-start;
    gap: 12px;
  }
  #reputation span {
    width: calc(50% - 6px);
    white-space: normal;
  }
}
@media only screen and (max-width: 500px) {
  #reputation .reputation-inner {
    gap: 10px;
  }
  #reputation span {
    width: 100%;
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) {
  #about {
    background: #0d2b4a;
    background: linear-gradient(180deg, #113d66 0%, #0d2f4f 100%);
    background-image: url(/assets/images/global/backgrounds/bg-light-blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .about-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(35px, 6vw, 70px);
    max-width: min(1200px, 90%);
    margin: 0 auto;
    align-items: center;
  }
  #about .about-image {
    position: relative;
    overflow: hidden;
  }
  #about .about-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #about .about-image img {
    max-height: 500px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-header 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-header .header-title {
    display: block;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  #about .about-header p {
    max-width: 680px;
    color: white;
    font-size: clamp(15px, 2vw, 16px);
    line-height: 1.5;
    margin-bottom: 16px;
  }
  #about .about-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
  }
  #about .about-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: clamp(20px, 3vw, 10px);
    background: #061F44;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-image: url(/assets/images/global/backgrounds/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .about-item strong {
    display: block;
    font-size: 17px;
    color: white;
    margin-bottom: 5px;
  }
  #about .about-item span {
    display: block;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
  }
  #about .about-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 50px;
  }
  #about .about-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;
  }
  #about .about-buttons .btn-primary {
    color: var(--textColor);
    background: var(--primary);
    background-image: url(/assets/images/global/backgrounds/bg-yellow.webp);
  }
  #about .about-buttons .btn-primary:hover {
    background: white;
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
  }
  #about .about-buttons .btn-secondary {
    color: white;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: bolder;
  }
  #about .about-buttons .btn-secondary:hover {
    color: var(--textColor);
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
  }
}
@media only screen and (min-width: 0px) and (min-width: 900px) {
  #about .about-inner {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  #about .about-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #about .about-buttons a {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  #gallery {
    background: #0d2b4a;
    background: linear-gradient(#13385e, #0d2b4a);
    background: #061F44;
    background-image: url(/assets/images/global/backgrounds/bg-light-blue-inverse.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
  }
  #gallery .gallery-header {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
  }
  #gallery .gallery-header 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;
  }
  #gallery .gallery-header .header-title {
    display: block;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  #gallery .gallery-header p {
    max-width: 900px;
    margin: 0 auto;
    color: white;
    font-size: clamp(15px, 2vw, 16px);
    line-height: 1.5;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  #gallery .gallery-header {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
    width: 90%;
  }
  #gallery .gallery-header p {
    margin: 0;
  }
  #gallery .gallery-header .header-title {
    font-size: clamp(34px, 3vw, 46px);
  }
}
@media only screen and (min-width: 0px) {
  #gallery .gallery-body {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-bottom: 0;
  }
  #gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #143e68;
  }
  #gallery a:hover img {
    transform: scale(1.06);
  }
  #gallery img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.35s ease;
  }
  #gallery .gallery-button {
    display: flex;
    justify-content: center;
    margin-top: clamp(30px, 5vw, 50px);
  }
  #gallery .gallery-button a {
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--textColor);
    height: 55px;
    padding: 25px 20px;
    background: var(--primary);
    box-shadow: 0px 0px 3px black;
    text-decoration: none;
    background-image: url(/assets/images/global/backgrounds/bg-yellow.webp);
  }
  #gallery .gallery-button a:hover {
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
  }
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
  #gallery .gallery-body {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  #gallery .gallery-body {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  #gallery .gallery-button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #gallery .gallery-button a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) {
  #steps {
    background: #143e68;
  }
  #steps .steps-inner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(60px, 8vw, 100px) 0;
  }
  #steps .steps-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
  }
  #steps .steps-heading .topper {
    display: block;
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  #steps .steps-heading h2 {
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(30px, 6vw, 58px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  #steps .steps-heading p {
    margin: 0 auto;
    font-size: clamp(15px, 2vw, 16px);
    line-height: 1.5;
    color: white;
  }
  #steps .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  #steps .step-card {
    position: relative;
    min-height: 260px;
    padding: clamp(22px, 3vw, 30px);
    background: #0d2b4a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  }
  #steps .step-card .step-number {
    display: block;
    margin-bottom: 35px;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(46px, 6vw, 72px);
    font-weight: 100;
    line-height: 1;
    color: var(--primary);
  }
  #steps .step-card h3 {
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 12px;
    color: white;
  }
  #steps .step-card p {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
  }
  #steps .steps-cta {
    display: flex;
    justify-content: center;
    margin-top: clamp(30px, 5vw, 50px);
  }
  #steps .steps-cta a {
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--textColor);
    height: 50px;
    padding: 25px 20px;
    background: var(--primary);
    box-shadow: 0px 0px 3px black;
    text-decoration: none;
  }
  #steps .steps-cta a:hover {
    background: white;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
  #steps .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  #steps .steps-heading {
    text-align: left;
    margin: 0 0 35px;
  }
  #steps .steps-heading p {
    margin: 0;
  }
  #steps .steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #steps .step-card {
    min-height: auto;
  }
  #steps .step-card .step-number {
    margin-bottom: 24px;
  }
  #steps .steps-cta a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) {
  #brands {
    background: #ffffff;
  }
  #brands .brands-inner {
    max-width: min(1900px, 90%);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
  }
  #brands .brands-inner img {
    max-height: 150px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: #0d2b4a;
    background-image: url(/assets/images/index/cta.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
  }
}
@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.35);
    width: 100%;
    margin: 0 auto;
    padding: clamp(60px, 8vw, 100px) 0;
  }
  #cta .cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: clamp(30px, 5vw, 60px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #cta .cta-content {
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (min-width: 0px) {
  #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(30px, 3vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    margin-bottom: 15px;
    color: white;
  }
  #cta p {
    max-width: 700px;
    margin: 0 auto 35px;
    color: white;
    font-size: 15px;
    line-height: 1.5;
  }
  #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.35);
    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=index-local.css.map */