/* Extended Brand Colors */
/* Neutral Colors */
/* ==========================
   Custom Fonts: Verlag
   ========================== */
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-XLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* ==========================
   Font Families
   ========================== */
/* ==========================
   Font Weights Map
   ========================== */
/* ==========================
   Helper Functions & Mixins
   ========================== */
/* ==========================
   Custom Fonts: Verlag
   ========================== */
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-XLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Verlag";
  src: url("../static/assets/fonts/verlag/Verlag-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* ==========================
   Font Families
   ========================== */
/* ==========================
   Font Weights Map
   ========================== */
/* ==========================
   Helper Functions & Mixins
   ========================== */
/* Extended Brand Colors */
/* Neutral Colors */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Verlag", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: #ffffff;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal;
}

p,
a,
li {
  font-family: "Verlag", sans-serif;
  font-weight: 400;
  font-style: normal;
}

main {
  display: flex;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  overflow: visible;
}

.section {
  max-width: 1500px;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hero {
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    margin-left: 0;
  }
}
.hero .hero-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 3.5rem 2rem;
}
@media (max-width: 991px) {
  .hero .hero-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .hero .hero-content {
    width: 100%;
    padding: 1.5rem 0.5rem 0.5rem;
  }
}
.hero .hero-content h1 {
  color: #4a7bbc;
  font-size: 1rem;
  text-align: left;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  order: -1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hero .hero-content h1 {
    font-size: 0.8rem;
    line-height: 140%;
  }
}
.hero .hero-content h2 {
  color: #0c2b40;
  text-align: left;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3.15rem;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .hero .hero-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .hero .hero-content h2 {
    margin-bottom: 16px;
  }
}
.hero .hero-image {
  position: relative;
  aspect-ratio: auto;
  border-radius: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
  margin: 0 0 10px;
  min-height: 550px;
}
@media (max-width: 991px) {
  .hero .hero-image {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .hero .hero-image {
    min-height: 300px;
    height: 300px;
    width: 100%;
  }
}
.hero .hero-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-approach {
  background-color: #0c2b40;
  border-radius: 3px;
  display: block;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding: 0;
}
.our-approach .our-approach-content {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1rem;
}
.our-approach .our-approach-content h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .our-approach .our-approach-content h2 {
    padding-bottom: 0;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .our-approach .our-approach-content h2 {
    line-height: 130%;
  }
}
.our-approach .our-approach-content p {
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
}
.our-approach .our-approach-content a {
  border: 3px solid #bf4e30;
  background-color: #bf4e30;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 180px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 2rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  display: flex;
}
.our-approach .our-approach-content a:hover {
  background-color: transparent;
}

.achievements {
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  padding: 0;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .achievements {
    padding-bottom: 0;
  }
}
.achievements .achievement-header {
  max-width: 840px;
  margin-bottom: 1.175rem;
  padding-top: 7.25rem;
}
@media (max-width: 991px) {
  .achievements .achievement-header {
    max-width: 740px;
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .achievements .achievement-header {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.achievements .achievement-header h2 {
  color: #0c2b40;
  text-align: center;
  margin-top: 0;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .achievements .achievement-header h2 {
    font-size: 26px;
  }
}
.achievements .achievement-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .achievements .achievement-content {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .achievements .achievement-content {
    flex-direction: column;
    overflow: hidden;
  }
}
.achievements .achievement-content .achievement-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 400px;
}
@media (max-width: 768px) {
  .achievements .achievement-content .achievement-box {
    max-width: 100%;
  }
}
.achievements .achievement-content .achievement-box h3 {
  color: #4a7bbc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 84px;
}
@media (max-width: 991px) {
  .achievements .achievement-content .achievement-box h3 {
    font-size: 2.3rem;
    line-height: 1.4em;
  }
}
.achievements .achievement-content .achievement-box .devider {
  background-color: #6c757d;
  width: 70px;
  height: 1px;
  margin: 1rem auto;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0.3;
}
.achievements .achievement-content .achievement-box p {
  color: #6c757d;
  text-align: center;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem 0;
  font-size: 1.2rem;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  position: static;
}
@media (max-width: 768px) {
  .achievements .achievement-content .achievement-box p {
    padding-bottom: 1rem;
    max-width: 300px;
  }
}

.partners {
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .partners {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .partners {
    padding: 3rem 0;
  }
}
.partners .partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .partners .partner-logos {
    justify-content: center;
  }
}
.partners .partner-logos img {
  max-width: 150px;
  height: auto;
  margin: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .partners .partner-logos img {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .partners .partner-logos img {
    margin: 0.5rem;
    max-width: 50px;
  }
}

.alt-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .alt-banner {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .alt-banner {
    max-height: none;
    margin-bottom: 0;
  }
}
.alt-banner .banner-img {
  border-radius: 3px;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: auto auto 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .alt-banner .banner-img {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }
}
@media (max-width: 768px) {
  .alt-banner .banner-img {
    min-height: auto;
    position: relative;
    overflow: hidden;
  }
}
.alt-banner .banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow: visible;
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-height: 550px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner {
    max-height: none;
    margin-top: 1rem;
    padding-top: 8px;
  }
}
.banner .banner-img {
  border-radius: 3px;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  min-height: 550px;
  margin: auto auto 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .banner .banner-img {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .banner .banner-img {
    height: 300px;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }
}
.banner .banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px -44px;
     object-position: 0px -44px;
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  overflow: visible;
}
@media (max-width: 991px) {
  .banner .banner-img img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.banner .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 3rem;
  position: absolute;
  inset: 4.5rem 2rem 4.5rem auto;
  background-color: rgba(255, 255, 255, 0.7);
  width: 490px;
  height: 400px;
}
@media (max-width: 991px) {
  .banner .right {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .banner .right {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
    position: relative;
    inset: auto auto 0;
  }
}
.banner .right h2 {
  color: #4a7bbc;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 991px) {
  .banner .right h2 {
    font-size: 26px;
    line-height: 33.8px;
  }
}
.banner .right .position {
  color: #6c757d;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .banner .right .position {
    margin-top: 0;
  }
}
.banner .right .quote {
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  color: #6c757d;
}
@media (max-width: 991px) {
  .banner .right .quote {
    font-size: 17px;
    line-height: 23.8px;
  }
}
@media (max-width: 768px) {
  .banner .right .quote {
    margin-top: 0.5rem;
  }
}
.banner .right .devider {
  z-index: 3;
  background-color: #6c757d;
  width: 150px;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1px;
  opacity: 0.3;
  display: block;
}
@media (max-width: 768px) {
  .banner .right .devider {
    display: none;
  }
}
.banner .right a {
  display: flex;
  color: #bf4e30;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 1.1rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.banner .right a i {
  color: #bf4e30;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.banner .right a:hover, .banner .right a:hover i {
  color: rgb(150.2426778243, 61.3556485356, 37.7573221757);
}
.banner .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 3rem;
  position: absolute;
  inset: 4.68rem auto 4.68rem 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  width: 490px;
  height: 400px;
}
@media (max-width: 991px) {
  .banner .left {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .banner .left {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: relative;
    inset: auto;
  }
}
.banner .left h2 {
  color: #4a7bbc;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 991px) {
  .banner .left h2 {
    font-size: 26px;
    line-height: 33.8px;
  }
}
.banner .left .position {
  color: #6c757d;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .banner .left .position {
    margin-top: 0;
  }
}
.banner .left .quote {
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  color: #6c757d;
}
@media (max-width: 991px) {
  .banner .left .quote {
    font-size: 17px;
    line-height: 23.8px;
  }
}
@media (max-width: 768px) {
  .banner .left .quote {
    margin-top: 0.5rem;
  }
}
.banner .left .devider {
  z-index: 3;
  background-color: #6c757d;
  width: 150px;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1px;
  opacity: 0.3;
  display: block;
}
@media (max-width: 768px) {
  .banner .left .devider {
    display: none;
  }
}
.banner .left a {
  display: flex;
  color: #bf4e30;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 1.1rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.banner .left a i {
  color: #bf4e30;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.banner .left a:hover, .banner .left a:hover i {
  color: rgb(150.2426778243, 61.3556485356, 37.7573221757);
}

.alt-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .alt-hero {
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .alt-hero {
    flex-direction: column;
    margin-left: 0;
  }
}
.alt-hero .alt-hero-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 3.5rem 2rem;
}
@media (max-width: 991px) {
  .alt-hero .alt-hero-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .alt-hero .alt-hero-content {
    width: 100%;
    padding: 1.5rem 0.5rem 0.5rem;
  }
}
.alt-hero .alt-hero-content h1 {
  color: #4a7bbc;
  font-size: 1rem;
  text-align: left;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  order: -1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .alt-hero .alt-hero-content h1 {
    font-size: 0.8rem;
    line-height: 140%;
  }
}
.alt-hero .alt-hero-content h2 {
  color: #0c2b40;
  text-align: left;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3.15rem;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .alt-hero .alt-hero-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .alt-hero .alt-hero-content h2 {
    margin-bottom: 16px;
  }
}
.alt-hero .alt-hero-image {
  position: relative;
  aspect-ratio: auto;
  border-radius: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
  margin: 0 0 10px;
  min-height: 550px;
}
@media (max-width: 991px) {
  .alt-hero .alt-hero-image {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .alt-hero .alt-hero-image {
    min-height: 300px;
    height: 300px;
    width: 100%;
  }
}
.alt-hero .alt-hero-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.discipline {
  background-color: #0c2b40;
  border-radius: 3px;
  display: block;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding: 0;
}
.discipline .discipline-content {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1rem;
}
.discipline .discipline-content h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .discipline .discipline-content h2 {
    font-size: 26px;
  }
}

.split-block {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 0;
}

.top-split,
.bottom-split {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 470px;
  max-height: 470px;
  padding-bottom: 0;
  background-color: #f9f8f5;
  overflow: hidden;
}
@media (max-width: 991px) {
  .top-split,
  .bottom-split {
    min-height: 400px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .top-split,
  .bottom-split {
    flex-direction: column;
    align-items: flex-start;
    min-height: 590px;
  }
}
.top-split .split-img,
.bottom-split .split-img {
  aspect-ratio: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
  height: 470px;
}
@media (max-width: 991px) {
  .top-split .split-img,
  .bottom-split .split-img {
    position: relative;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .top-split .split-img,
  .bottom-split .split-img {
    width: 100%;
    min-height: 250px;
  }
}
.top-split .split-img img,
.bottom-split .split-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  aspect-ratio: auto;
  perspective-origin: -50% -50%;
  transform-origin: -50% -50%;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-clip: border-box;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .top-split .split-img img,
  .bottom-split .split-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .top-split .split-img img,
  .bottom-split .split-img img {
    width: 100%;
    position: absolute;
  }
}
.top-split .split-content,
.bottom-split .split-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 0;
  padding: 0.5rem 5.75rem 2rem;
  display: flex;
}
@media (max-width: 991px) {
  .top-split .split-content,
  .bottom-split .split-content {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .top-split .split-content,
  .bottom-split .split-content {
    order: 2;
    width: 100%;
    padding: 1rem;
  }
}
.top-split .split-content .split-devide,
.bottom-split .split-content .split-devide {
  background-color: #6c757d;
  width: 50px;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1px;
  opacity: 0.3;
  display: none;
}
.top-split .split-content h2,
.bottom-split .split-content h2 {
  color: #0c2b40;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 2rem;
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .top-split .split-content h2,
  .bottom-split .split-content h2 {
    font-size: 1.5rem;
    z-index: 10;
  }
}
.top-split .split-content p,
.bottom-split .split-content p {
  color: #6c757d;
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 28px;
  position: relative;
  top: auto;
  font-size: 1.2rem;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .top-split .split-content p,
  .bottom-split .split-content p {
    font-size: 1rem;
    line-height: 23.8px;
  }
}
@media (max-width: 768px) {
  .top-split .split-content p,
  .bottom-split .split-content p {
    margin-top: 0.5rem;
  }
}

.bottom-split .split-img {
  order: 1;
}

.timeline-header {
  color: #0c2b40;
  text-align: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 20px;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 50px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .timeline-header {
    font-size: 1.4rem;
  }
}

.timeline {
  display: flex;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
  }
}
.timeline .timeline-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 3rem 3rem 3rem;
  width: 50%;
}
@media (max-width: 768px) {
  .timeline .timeline-content {
    width: 100%;
    padding: 0 0 1rem 0;
  }
}
.timeline .timeline-content .timeline-devider {
  background-color: #0c2b40;
  width: 200px;
  height: 1px;
  margin-bottom: 40px;
}
.timeline .timeline-content p {
  color: #6c757d;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 28px;
  text-align: left;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.timeline .timeline-content h1 {
  color: #0c2b40;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  text-align: left;
}
.timeline .timeline-content h2 {
  color: #4a7bbc;
  font-size: 1.3rem;
  font-family: "Verlag", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  text-align: left;
  margin-bottom: 5px;
}
.timeline .timeline-content h3 {
  color: #4a7bbc;
  margin-bottom: 32px;
  font-size: 2rem;
  font-style: italic;
  font-family: "Gelasio", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 2.5rem;
  text-align: right;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .timeline .timeline-content h3 {
    font-size: 1.6rem;
  }
}
.timeline .timeline-content h4 {
  color: #0c2b40;
  text-align: right;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 32px;
  font-style: normal;
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 38px;
}
@media (max-width: 768px) {
  .timeline .timeline-content h4 {
    font-size: 26px;
  }
}
.timeline .timeline-content h6 {
  margin: 10px 0;
  line-height: 18px;
}
.timeline .timeline-content .timeline-img {
  padding-top: 40px;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}
.timeline .timeline-content .timeline-img img {
  vertical-align: middle;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  max-width: 100%;
  display: inline-block;
}
.timeline .time-events {
  align-items: flex-start;
}

.approach-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.approach-hero .approach-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .approach-hero .approach-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .approach-hero .approach-content {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.approach-hero .approach-content h2 {
  color: #4a7bbc;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 20px;
}
@media (max-width: 991px) {
  .approach-hero .approach-content h2 {
    font-size: 0.813rem;
  }
}
.approach-hero .approach-content h1 {
  color: #0c2b40;
  text-align: left;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 3.15rem;
}
@media (max-width: 991px) {
  .approach-hero .approach-content h1 {
    align-self: flex-start;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.approach-hero .approach-content p {
  color: #4a7bbc;
  text-align: left;
  order: 3;
  min-width: 100%;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .approach-hero .approach-content p {
    margin-bottom: 0.5rem;
  }
}
.strategy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding-left: 0;
  display: grid;
}
@media (max-width: 991px) {
  .strategy {
    grid-column-gap: 8px;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .strategy {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .strategy {
    display: none;
  }
}
.strategy .strategy-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  border-color: #ffffff;
  background-color: #f9f8f5;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .strategy .strategy-item {
    margin-bottom: 0.5rem;
  }
}

.strategy-img {
  z-index: 0;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  overflow: hidden;
  width: 100%;
  margin: 0;
  display: block;
}
.strategy-img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.strategy-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 53, 117, 0) 23%, rgba(31, 53, 117, 0) 38%, #1f3575);
}

.strategy-content {
  text-align: center;
  margin-bottom: 0;
  padding: 0 1rem 1rem 1rem;
  line-height: 30px;
  position: static;
  z-index: 4;
  border-bottom: 0;
}
.strategy-content h3 {
  text-transform: uppercase;
  color: #0c2b40;
  text-align: left;
  letter-spacing: 1.5px;
  margin-top: 0;
  padding: 1.5rem 0;
  font-size: 1.1rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  position: relative;
  transition: top 0.4s cubic-bezier(0.5, 0, 0, 1), height 0.4s cubic-bezier(0.5, 0, 0, 1), color 0.4s cubic-bezier(0.5, 0, 0, 1);
  transition-delay: 0s, 0s, 0s;
  padding: 1.5rem 0;
  transition-delay: 0.15s;
  margin-bottom: 0;
}
.strategy-content p {
  color: #6c757d;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 24px;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.strategy-600 {
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.strategy-600 .strategy-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-color: #ffffff;
  background-color: #f9f8f5;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .strategy-600 .strategy-item {
    margin-bottom: 0.5rem;
  }
}
.strategy-600 .strategy-item .strategy-img {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 300px;
  margin: 0;
  display: block;
}
.strategy-600 .strategy-item .strategy-img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.strategy-600 .strategy-item .strategy-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 53, 117, 0) 23%, rgba(31, 53, 117, 0) 38%, #1f3575);
}
.strategy-600 .strategy-item .strategy-content {
  text-align: center;
  margin-bottom: 0;
  padding: 0 1rem 1rem 1rem;
  line-height: 30px;
  z-index: 100;
  border-bottom: 0;
}
.strategy-600 .strategy-item .strategy-content h3 {
  text-transform: uppercase;
  color: #0c2b40;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 1.5px;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
.strategy-600 .strategy-item .strategy-content p {
  color: #6c757d;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1rem;
  line-height: 24px;
  opacity: 1;
}
@media (max-width: 600px) {
  .strategy-600 {
    display: flex;
  }
}

.people-img {
  width: 100%;
  min-height: 300px;
  max-height: 3000px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .people-img {
    max-height: 150px;
    overflow: hidden;
    min-height: 150px;
  }
}
.people-img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 101%;
  position: relative;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  .people-img img {
    box-sizing: border-box;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.people-container .people {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .people-container .people {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .people-container .people {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.people-container .people .people-box {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  transition: box-shadow 0.35s, transform 0.35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1019607843);
  max-width: 280px;
  max-height: 145px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px 42px 48px 16px;
}
@media (max-width: 768px) {
  .people-container .people .people-box {
    max-width: 250px;
    padding: 30px 40px 44px 14px;
  }
}
.people-container .people .people-box:hover {
  transform: translate(0, -3px);
  box-shadow: 0 64px 64px rgba(35, 35, 35, 0.0509803922), 0 32px 32px rgba(49, 49, 49, 0.0509803922), 0 16px 16px rgba(32, 32, 32, 0.0509803922), 0 8px 8px rgba(42, 42, 42, 0.0509803922), 0 4px 4px rgba(49, 49, 49, 0.0509803922), 0 2px 2px rgba(45, 45, 45, 0.0509803922);
}
.people-container .people .people-box .people-link {
  max-width: 100%;
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  vertical-align: baseline;
}
.people-container .people .people-box .people-link .p-details {
  border: 1px #000;
  border-radius: 0;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.people-container .people .people-box .people-link .p-details h3 {
  color: #4a7bbc;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 768px) {
  .people-container .people .people-box .people-link .p-details h3 {
    font-size: 1.2rem;
    line-height: 23px;
  }
}
.people-container .people .people-box .people-link .p-details h4 {
  color: #6c757d;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 768px) {
  .people-container .people .people-box .people-link .p-details h4 {
    font-size: 0.6rem;
    line-height: 12px;
  }
}
.people-container .people .people-box .people-link:hover {
  cursor: pointer;
  transform: translate(0, -3px);
}

.faq-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  /* margin-top: 1rem; */
  margin-bottom: 0.5rem;
}

.responsive-faq-container {
  width: 100%;
  max-width: 900px;
}

.faq-question {
  background: #4a7bbc;
  color: white;
  font-size: 20px;
  padding: 20px;
  width: 100%;
  border: solid 1px;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Verlag", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.faq-answer {
  display: none;
  padding: 10px;
  color: #0c2b40;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  background-color: #f9f8f5;
}

.arrow {
  transition: transform 0.3s ease;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
}

/* Adjust for mobile screens */
@media (max-width: 768px) {
  .faq-question {
    font-size: 18px;
    /* Smaller font for mobile */
  }
  .arrow {
    font-size: 18px;
    /* arrow size for tablet screen */
  }
}
@media (max-width: 480px) {
  .faq-question {
    font-size: 16px;
    /* Even smaller for very small screens */
  }
  .arrow {
    font-size: 16px;
    /* arrow size for mobile screen */
  }
}
.join-the-team {
  margin-bottom: 10px;
}
.join-the-team .our-approach-content .button-300 {
  border: 3px solid #bf4e30;
  background-color: #bf4e30;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 2rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  display: flex;
}
.join-the-team .our-approach-content .button-300:hover {
  background-color: transparent;
}

.careers-testimonial {
  overflow: hidden;
}
.careers-testimonial .split-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding: 0.5rem 5.75rem 2rem;
  display: flex;
}
@media (max-width: 991px) {
  .careers-testimonial .split-content {
    padding: 1.5rem;
    width: 100%;
  }
}
.careers-testimonial .split-content .split-devide {
  background-color: #6c757d;
  width: 50px;
  height: 1px;
  opacity: 0.3;
  display: block;
  max-height: 1px;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.careers-testimonial .split-content h2 {
  color: #4a7bbc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: 1.5px;
  padding-top: 0;
  font-size: 1.1rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 1rem;
}
@media (max-width: 991px) {
  .careers-testimonial .split-content h2 {
    font-size: 13px;
    line-height: 140%;
  }
}
.careers-testimonial .split-content p {
  color: #6c757d;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 10px;
  max-width: 570px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 30px;
  position: relative;
  top: auto;
  font-size: 1.2rem;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .careers-testimonial .split-content p {
    font-size: 1rem;
  }
}

.working-at {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  display: flex;
}
.working-at .working-at-header {
  max-width: 840px;
  margin-bottom: 2.375rem;
  padding-top: 7.25rem;
}
@media (max-width: 991px) {
  .working-at .working-at-header {
    max-width: 740px;
    padding-top: 4rem;
  }
}
.working-at .working-at-header h2 {
  color: #0c2b40;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .working-at .working-at-header h2 {
    font-size: 26px;
  }
}
.working-at .working-at-header h3 {
  text-align: center;
  color: #4a7bbc;
  order: 3;
  min-width: 100%;
  margin-bottom: 0;
  padding: 1rem 0 0 0;
  line-height: 1.5;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  width: 100%;
}
.working-at .working-at-lists {
  flex-direction: row;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
@media (max-width: 768px) {
  .working-at .working-at-lists {
    border-radius: 3px;
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
  }
}
.working-at .working-at-lists .list-items {
  background-color: #4a7bbc;
  border-radius: 3px;
  width: 33%;
}
@media (max-width: 768px) {
  .working-at .working-at-lists .list-items {
    width: 100%;
  }
}
.working-at .working-at-lists .list-items .content {
  border-radius: 3px;
  min-width: auto;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.4rem;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  opacity: 1;
}
@media (max-width: 768px) {
  .working-at .working-at-lists .list-items .content {
    padding-bottom: 1.5rem;
  }
}
.working-at .working-at-lists .list-items .content h3 {
  color: #f5f5f5;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  order: -1;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 991px) {
  .working-at .working-at-lists .list-items .content h3 {
    font-size: 13px;
    line-height: 140%;
  }
}
.working-at .working-at-lists .list-items .content p {
  color: #ffffff;
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  line-height: 28px;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .working-at .working-at-lists .list-items .content p {
    font-size: 17px;
    line-height: 23.8px;
  }
}

.opp-header {
  max-width: 840px;
  margin-bottom: 2.375rem;
  padding-top: 7.25rem;
}
.opp-header h2 {
  color: #0c2b40;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .opp-header h2 {
    font-size: 26px;
  }
}
.opp-header h3 {
  text-align: center;
  color: #4a7bbc;
  order: 3;
  min-width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  width: 100%;
}

.c-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-hero {
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .c-hero {
    flex-direction: column;
    margin-left: 0;
  }
}
.c-hero .c-hero-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 3.5rem 2rem;
}
@media (max-width: 991px) {
  .c-hero .c-hero-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .c-hero .c-hero-content {
    width: 100%;
    padding: 1.5rem 0.5rem 0.5rem;
  }
}
.c-hero .c-hero-content h1 {
  color: #4a7bbc;
  font-size: 1rem;
  text-align: left;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  order: -1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .c-hero .c-hero-content h1 {
    font-size: 0.8rem;
    line-height: 140%;
  }
}
.c-hero .c-hero-content h2 {
  color: #0c2b40;
  text-align: left;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3.15rem;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .c-hero .c-hero-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .c-hero .c-hero-content h2 {
    margin-bottom: 16px;
  }
}
.c-hero .c-hero-content h3 {
  color: #0c2b40;
  text-align: left;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3.15rem;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  padding-right: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .c-hero .c-hero-content h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .c-hero .c-hero-content h3 {
    margin-bottom: 5px;
  }
}
.c-hero .c-hero-content p {
  color: #4a7bbc;
  text-align: left;
  order: 3;
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
  margin-top: 1rem;
  width: 100%;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .c-hero .c-hero-content p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.c-hero .c-hero-image {
  position: relative;
  aspect-ratio: auto;
  border-radius: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
  margin: 0 0 10px;
  min-height: 550px;
}
@media (max-width: 991px) {
  .c-hero .c-hero-image {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .c-hero .c-hero-image {
    min-height: 300px;
    height: 300px;
    width: 100%;
  }
}
.c-hero .c-hero-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-header {
  flex-flow: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1rem 1rem;
  display: flex;
}
.staff-header h2 {
  color: var(--dark-blue);
  text-align: left;
  width: 100%;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 3.15rem;
  font-size: 2.2rem;
}
@media (max-width: 991px) {
  .staff-header h2 {
    align-self: flex-start;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.staff-box {
  background-color: #f9f8f5;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  min-height: 333px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .staff-box {
    height: 100%;
    flex-direction: column;
  }
}
.staff-box .staff-img {
  flex: 0 auto;
  width: 33.3333%;
  max-width: 33%;
  height: auto;
}
@media (max-width: 768px) {
  .staff-box .staff-img {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.staff-box .staff-img .img {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 768px) {
  .staff-box .staff-img .img {
    display: flex;
  }
}
.staff-box .staff-img img {
  z-index: auto;
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  background-image: url("/static/assets/img/logo/Centenary_Asset_Management_Logo.png");
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  top: 0;
  left: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .staff-box .staff-img img {
    transform: translateX(0);
  }
}
.staff-box .staff-details {
  background-color: var(--pale);
  text-align: center;
  flex: 0 auto;
  width: 66.66%;
  max-width: 66%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding: 3rem;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 768px) {
  .staff-box .staff-details {
    width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.staff-box .staff-details p {
  color: #6c757d;
  text-align: left;
  align-self: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 30px;
  font-size: 1.1rem;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: none;
  margin: 9rem auto 10rem;
}
@media (max-width: 768px) {
  .cta {
    flex-direction: column;
    gap: 20px;
  }
}
.cta .button {
  border: 3px solid #bf4e30;
  background-color: #bf4e30;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 180px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 2rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  margin: 0 20px;
}
.cta .button:hover {
  background-color: transparent;
}
.cta .button:hover {
  background-color: transparent;
  color: #bf4e30;
}

.error-page {
  background-color: #0c2b40;
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-page h1 {
  font-size: 3.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .error-page h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .error-page h1 {
    font-size: 1.8rem;
  }
}

.legal-text {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 22px;
  max-width: 900px;
}
.legal-text p {
  color: #6c757d;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .legal-text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .legal-text p {
    font-size: 16px;
  }
}
.legal-text p strong {
  color: #0c2b40;
}
.legal-text p a {
  color: #4a7bbc;
  text-decoration: underline;
}
.legal-text ul {
  margin-bottom: 1rem;
  padding-left: 40px;
}
.legal-text ul li {
  color: #6c757d;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 0.5rem;
  list-style: disc;
}
@media (max-width: 991px) {
  .legal-text ul li {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .legal-text ul li {
    font-size: 15px;
  }
}

.login-section {
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-wrap {
  border-top: 3px solid #0c2b40;
  border-radius: 3px;
  min-width: 500px;
  color: #0c2b40;
  padding: 2rem 1.5rem;
  margin: 4rem auto;
  box-shadow: 1px 4px 11px -7px rgba(12, 43, 64, 0.49);
}
.form-wrap .header {
  width: 100%;
}
.form-wrap .header h1 {
  text-align: center;
  font-size: 2rem;
  margin: 0;
  line-height: 30px;
  padding-bottom: 1.5rem;
}
.form-wrap .other-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.form-wrap .other-links a {
  color: #4a7bbc;
  font-size: 1rem;
}
.form-wrap form .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 0;
}
.form-wrap form .form-group label {
  margin-bottom: 0.5rem;
  letter-spacing: 1.2px;
  font-size: 0.8rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.form-wrap form .form-group input {
  width: 100%;
  border: none;
  padding: 15px 20px;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 1rem;
}
.form-wrap form .form-group input::-moz-placeholder {
  color: #6c757d;
}
.form-wrap form .form-group input::placeholder {
  color: #6c757d;
}
.form-wrap form .form-group input:focus {
  outline: none;
  background-color: #0c2b40;
  color: #ffffff;
}
.form-wrap form .form-group input:hover {
  background-color: #0c2b40;
}
.form-wrap form .form-group input:hover::-moz-placeholder {
  color: #f5f5f5;
}
.form-wrap form .form-group input:hover::placeholder {
  color: #f5f5f5;
}
.form-wrap form .form-group button {
  width: 100%;
  border: 3px solid #bf4e30;
  background-color: #bf4e30;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 2rem;
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  color: #ffffff;
}
.form-wrap form .form-group button:hover {
  background-color: transparent;
}
.form-wrap form .form-group button:hover {
  background-color: transparent;
  color: #bf4e30;
}
.form-wrap form .checkbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* when the checkbox (id="check") is checked, make the associated label black.
     This works if the input is immediately before the label (input + label)
     or elsewhere as a following sibling (input ~ label). */
}
.form-wrap form .checkbox label {
  margin: 0;
  padding: 0;
  color: #6c757d;
  transition: color 180ms ease;
}
.form-wrap form .checkbox #check {
  width: auto;
  margin: 0 6px 0 0;
  padding: 0;
}
.form-wrap form .checkbox #check:checked + label,
.form-wrap form .checkbox #check:checked ~ label {
  color: #000;
}
.form-wrap .divider {
  width: 100%;
  height: 1.5px;
  background-color: #6c757d;
  margin: 2rem 0;
  opacity: 0.3;
}

.error {
  color: #bf4e30;
}

.error-top {
  color: #bf4e30;
  text-align: center;
  font-size: 1rem;
}

header {
  width: 100%;
  height: 75px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
header .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar .logo img {
  width: 208px;
  height: auto;
}
header .navbar nav ul {
  display: flex;
  width: 100%;
  height: 75px;
}
header .navbar nav ul li {
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 2rem;
  padding-bottom: 0;
  padding-right: 0;
  list-style-type: none;
  position: relative;
}
@media (max-width: 1250px) {
  header .navbar nav ul li {
    margin-right: 1.5rem;
  }
}
header .navbar nav ul li.active {
  border-top: 4px solid #bf4e30;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}
header .navbar nav ul li a {
  color: #bf4e30;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: static;
}
@media (max-width: 1250px) {
  header .navbar nav ul li a {
    font-size: 12px;
  }
}
header .navbar nav ul li a:hover {
  color: rgb(150.2426778243, 61.3556485356, 37.7573221757);
}
header .navbar nav ul li a .fa.fa-chevron-right {
  font-size: 0.8rem;
  margin-top: 3px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
header .navbar nav ul .last-child a {
  color: #ffffff;
  background-color: #0c2b40;
  padding: 15px 15px;
  border-radius: 3px;
}
header .navbar nav ul .last-child a:hover {
  color: #ffffff;
  background-color: rgb(3.9473684211, 14.1447368421, 21.0526315789);
}

.dropdown-option {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  flex-direction: row;
  padding: 0.5rem 1rem;
  z-index: 900;
  justify-content: space-between;
  gap: 1rem;
  min-width: 600px;
}
@media (max-width: 1250px) {
  .dropdown-option {
    min-width: 500px;
  }
}
.dropdown-option a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  color: #0c2b40;
  padding: 0.7rem 0.95rem;
  border-radius: 3px;
  max-width: 160px;
  transition: background 0.2s ease;
}
.dropdown-option a:hover {
  background: #f5f5f5;
}
.dropdown-option a span {
  font-size: 0.7rem;
  color: #0c2b40;
  letter-spacing: 1.2px;
}
@media (max-width: 1250px) {
  .dropdown-option a span {
    font-size: 0.6rem;
  }
}

.dropdown:hover .dropdown-option {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown:hover .fa.fa-chevron-right {
  transform: rotate(90deg);
}

.menu-btn {
  position: absolute;
  z-index: 3;
  right: 1rem;
  height: 20px;
  width: 30px;
  cursor: pointer;
  display: none;
}
.menu-btn .menu-btn_burger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 30px;
  height: 4px;
  border-radius: 50px;
  background-color: #0c2b40;
  transition: all 0.3s ease;
}
.menu-btn .menu-btn_burger::before, .menu-btn .menu-btn_burger::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 50px;
  background-color: #0c2b40;
  transition: all 0.3s ease;
}
.menu-btn .menu-btn_burger::before {
  top: -11px;
}
.menu-btn .menu-btn_burger::after {
  bottom: -11px;
}
.menu-btn .menu-btn_burger.open {
  transform: rotate(90deg);
  background: transparent;
}
.menu-btn .menu-btn_burger.open::before {
  transform: rotate(45deg) translate(7px, 14px);
  background-color: #ffffff;
}
.menu-btn .menu-btn_burger.open::after {
  transform: rotate(-45deg) translate(2px, -9px);
  background-color: #ffffff;
}

.dropdown-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #0c2b40;
  z-index: 2;
  padding: 50px 20px;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropdown-menu.open {
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.dropdown-menu ul .dropdown-menu_items {
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.4s, transform 0.4s;
}
.dropdown-menu ul .dropdown-menu_items.open {
  opacity: 1;
  transform: translateY(0);
}
.dropdown-menu ul .dropdown-menu_items a {
  font-family: "Verlag", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  color: #ffffff;
}
.dropdown-menu ul .dropdown-menu_items:hover a {
  color: #f5f5f5;
}

.dropdown-menu ul li.has-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.dropdown-menu ul li.has-submenu .submenu-toggle .fa.fa-chevron-right {
  transition: transform 0.3s ease;
  margin-left: 5px;
}
.dropdown-menu ul li.has-submenu .sub-dropdown {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  padding-left: 0;
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}
.dropdown-menu ul li.has-submenu .sub-dropdown li {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  text-align: center;
  border-bottom: 1px solid #1e4458;
}
.dropdown-menu ul li.has-submenu .sub-dropdown li span {
  font-size: 0.7rem;
}
.dropdown-menu ul li.has-submenu .sub-dropdown.open {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
  padding-left: 1rem;
}

footer {
  z-index: 1;
  background-color: var(--transparent);
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
}
footer .footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  footer .footer-nav {
    flex-direction: column;
    height: auto;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
footer .footer-nav .logo img {
  width: 268px;
  height: auto;
}
footer .footer-nav div ul {
  display: flex;
  margin-bottom: 15px;
}
footer .footer-nav div ul li {
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 1rem;
  padding-bottom: 0;
  padding-right: 0;
  list-style-type: none;
  position: relative;
}
footer .footer-nav div ul li.active {
  border-top: 4px solid #bf4e30;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}
footer .footer-nav div ul li a {
  color: #bf4e30;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: static;
}
@media (max-width: 768px) {
  footer .footer-nav div ul li a {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}
footer .footer-nav div ul li a:hover {
  color: rgb(150.2426778243, 61.3556485356, 37.7573221757);
}
footer .footer-nav div ul li:last-child a {
  color: #0c2b40;
}
footer .footer-nav div ul li:last-child a:hover {
  color: rgb(3.9473684211, 14.1447368421, 21.0526315789);
}
footer .legal {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1500px;
  margin: 24px auto 32px;
  margin-top: 40px;
  display: flex;
}
@media (max-width: 991px) {
  footer .legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 20px;
  }
}
footer .legal .legal-1, footer .legal .legal-2 {
  color: #6c757d;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 22px;
}
footer .legal .legal-1 a, footer .legal .legal-2 a {
  color: #6c757d;
  text-decoration: underline;
}
footer .legal .legal-1 a:hover, footer .legal .legal-2 a:hover {
  color: #343a40;
}
.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .social-link {
    justify-content: flex-start;
  }
}
.social-link a {
  color: #bf4e30;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 1rem;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.social-link a:hover {
  color: rgb(150.2426778243, 61.3556485356, 37.7573221757);
}
.social-link a i {
  font-size: 20px;
}
.social-link a i:hover {
  color: rgb(150.2426778243, 61.3556485356, 37.7573221757);
}

.section.hero {
  position: relative;
  overflow: hidden;
}

.hero-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-image.animate::after {
  animation: heroCover 2.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  /* hidden by default so image is not visible before JS runs */
  opacity: 0;
  will-change: opacity;
}

/* when .animate is added, run a fade that stays 0 until halfway, then becomes 1 */
.hero-image.animate img {
  animation: heroImageFade 2.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* keep image visible after cleanup */
.hero-image.reveal-done img {
  opacity: 1;
  animation: none;
}

@keyframes heroImageFade {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  } /* stay hidden through the first half */
  50% {
    opacity: 1;
  } /* become visible at halfway */
  100% {
    opacity: 1;
  }
}
/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-image img,
  .hero-image.animate img {
    transition: none;
    animation: none;
    opacity: 1;
  }
}
.hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c2b40;
  z-index: 3;
  pointer-events: none;
  will-change: transform;
  transform: translateX(-100%);
}

.hero-image.reveal-done::after {
  display: none;
}

@keyframes heroCover {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
/* achievement boxes: animate up + fade in whenever they enter viewport.
   Removing the class when they leave allows the animation to re-run on every scroll. */
.achievement-box {
  opacity: 0;
  transform: translateY(34px);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

/* active state when in view */
.achievement-box.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .achievement-box,
  .achievement-box.in-view {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .strategy-content h3 {
    top: 78%;
  }
}
@media (min-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
  }
}
@media (max-width: 990px) {
  .navbar nav {
    display: none;
  }
  .menu-btn {
    display: block;
  }
}
@media (max-width: 900px) {
  .menu-btn {
    display: block;
  }
  .navbar nav #menuItems {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .strategy-img {
    min-height: 350px;
  }
  .strategy-content h3 {
    top: 80%;
  }
}
@media screen and (min-width: 600px) {
  .strategy-img {
    position: absolute;
    min-width: unset;
    height: unset;
  }
  .strategy-content h3 {
    color: #ffffff;
    top: 80%;
    position: relative;
    transition: top 0.4s cubic-bezier(0.5, 0, 0, 1), height 0.4s cubic-bezier(0.5, 0, 0, 1), color 0.4s cubic-bezier(0.5, 0, 0, 1);
    padding: 1.5rem 0;
    transition-delay: 0.15s;
    margin-bottom: 0;
  }
  .strategy-content p {
    opacity: 0;
  }
  .strategy .strategy-item:hover p {
    opacity: 1;
  }
  .strategy .strategy-item:hover h3 {
    top: 0;
    color: #4a7bbc;
  }
  .strategy .strategy-item:hover .strategy-img {
    opacity: 0;
  }
}/*# sourceMappingURL=main.css.map */