.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   GLOBAL RESET
========================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  color: #4A4A4A;
  background: #FFFFFF;
}

/* =========================
   CONTAINER SYSTEM
========================= */

.sas-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2em;
}

.sas-section {
  padding: 4em 0;
}

@media (max-width: 1024px) {
  .sas-section {
    padding: 3em 0;
  }
}

@media (max-width: 767px) {
  .sas-section {
    padding: 2em 0;
  }

  .sas-container {
    padding: 0 1.25em;
  }
}

/* =========================
   TYPOGRAPHY SYSTEM
========================= */
.sas-hero-title,
.sas-heading,
.sas-section-title {
  font-family: 'Black Ops One', sans-serif !important;
}

h1, h2, h3, h4 {
  margin: 0 0 0.6em 0;
}

h1 {
  font-family: "Black Ops One", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #99B6D9;
}

h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1C244B;
}

h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

p {
  line-height: 1.6;
  max-width: 70ch;
}

/* Responsive heading scaling */
@media (max-width: 1024px) {
  h1 { font-size: 48px; }
}

@media (max-width: 767px) {
  h1 { font-size: 36px; }
  h2 { font-size: 22px; }
}

/* =========================
   BUTTON SYSTEM
========================= */

.sas-btn {
  display: inline-block;
  height: 48px;
  padding: 0 24px;
  line-height: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: 0.2s ease;
}

.sas-btn-primary {
  background: #1C244B;
  color: #FFFFFF;
  border: 1px solid #1C244B;
}

.sas-btn-primary:hover {
  background: #FFFFFF;
  color: #1C244B;
}

.sas-btn-secondary {
  background: #FFFFFF;
  color: #1C244B;
  border: 1px solid #1C244B;
}

.sas-btn-secondary:hover {
  background: #1C244B;
  color: #FFFFFF;
}

/* =========================
   LINKS
========================= */

a {
  color: #1C244B;
  text-decoration: none;
}

a:hover {
  color: #99B6D9;
}

/* =========================
   DIVIDER
========================= */

.sas-divider {
  border: none;
  border-top: 1px solid #E9E8E6;
  margin: 2em 0;
}/* End custom CSS */