.hgi-stroke, .hgi-fill {
  vertical-align: -2px; }

.i20 {
  font-size: 20px;
  width: 20px;
  height: 20px; }

body.std-layout-v2 {
  --lx-header-spacer: 94px;
  padding-top: var(--lx-header-spacer); }
  body.std-layout-v2 .lx-header {
    position: fixed;
    height: var(--lx-header-spacer);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030; }
  body.std-layout-v2 .menu-area {
    width: 100%;
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3c6890;
    position: -webkit-sticky;
    position: sticky;
    top: var(--lx-header-spacer);
    z-index: 1020; }
  body.std-layout-v2 .information-pg-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - var(--lx-header-spacer)); }
    body.std-layout-v2 .information-pg-section h1 {
      font-family: 'Cormorant Garamond', "Helvetica Neue", sans-serif;
      font-size: 50px; }
    @media (max-width: 576px) {
      body.std-layout-v2 .information-pg-section h1 {
        text-align: center;
        font-size: 32px; }
      body.std-layout-v2 .information-pg-section p {
        text-align: center;
        font-size: 16px; } }

.button-container {
  gap: 16px;
  display: inline-flex; }

@media (max-width: 576px) {
  .button-container {
    flex-direction: column;
    gap: 12px; } }
.content-wrapper {
  display: flex;
  justify-content: center;
  position: relative; }

.section-container {
  background: #f1f6fa;
  width: 100%;
  padding: 32px 250px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 576px) {
    .section-container {
      padding: 16px 16px; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .section-container {
      padding: 16px 16px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .section-container {
      padding: 24px 48px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .section-container {
      padding: 32px 150px; } }
  @media (min-width: 1400px) {
    .section-container {
      padding: 32px 250px; } }

.banner-section {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative; }
  .banner-section .banner-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.header-area {
  gap: 29px;
  display: flex;
  flex-direction: column;
  background: #fff;
  align-items: center;
  padding: 50px 25px;
  position: relative;
  z-index: 5;
  color: #000; }
  .header-area h2 {
    text-align: center;
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Garamond, serif;
    letter-spacing: -0.94px;
    padding: 0;
    margin: 0; }
  .header-area p {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 950px;
    margin: 0; }

.info-item {
  display: flex;
  align-items: center;
  gap: 4px; }
  .info-item .info-item-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #98a2b3; }
  .info-item .info-item-label {
    color: black;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; }

.aircraft-card {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e7ec;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .aircraft-card .aircraft-card-content {
    padding: 0 32px 32px 32px; }
    .aircraft-card .aircraft-card-content .card-content-body {
      display: flex;
      flex-direction: column;
      gap: 18px; }
      .aircraft-card .aircraft-card-content .card-content-body .card-body-title {
        color: #00030A;
        font-family: Garamond;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        text-transform: capitalize;
        margin: 0; }
    .aircraft-card .aircraft-card-content .card-content-footer {
      margin-top: 32px; }
    .aircraft-card .aircraft-card-content .view-btn {
      width: 100%;
      height: 45px;
      border: 1px solid #000;
      background: transparent;
      cursor: pointer;
      text-align: center;
      font-family: Rubik;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: capitalize;
      color: black;
      display: flex;
      justify-content: center;
      align-items: center; }
      .aircraft-card .aircraft-card-content .view-btn:hover {
        background: black;
        color: white;
        transition: all 0.3s, color 0.3s; }

/*# sourceMappingURL=std-layout-v2.css.map */
