  body{
    font-family: Poppins;
  }
  img {
    max-width: 100%;
    width: 100%;
  }
  .container{
    width: 100% !important;
    max-width: 1920px;
    align-self: center;
  }

  .partners-wilberforce {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
  }
  
  .hero-container {
    align-self: center;
    display: flex;
    width: 100%;
    max-width: 1693px;
    flex-direction: column;
    align-items: flex-start;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
  }
  
  @media (max-width: 991px) {
    .hero-container {
      max-width: 100%;
    }
  }
  
  .nav-container {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 100px;
  }
  
  @media (max-width: 991px) {
    .nav-container {
      max-width: 100%;
    }
  }
  
.header {
  display: flex;
  justify-content: space-between;
}
  .logo {
    aspect-ratio: 5.03;
    object-fit: contain;
    object-position: center;
    width: 211px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
    max-width: 100%;
  }
  
  .nav-links {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 1;
    flex-shrink: 1;
    width: 690px;
  }
  
  @media (max-width: 991px) {
    .nav-links {
      max-width: 100%;
    }
  }
  .navbar-brand {
    max-width: 200px !important;
}
  
  .demo-button {
    border-radius: 18px;
    background-color: #000;
    align-self: stretch;
    padding: 13px 16px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    width: 230px;
    text-align: center;
    max-height: 60px;
  }
  .demo-button a {
    color: #ffffff;
}
  
  @media (max-width: 991px) {
    .demo-button {
      padding: 13px 20px;
    }
  }

  .top-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
  }
  .content{
    position: relative;
  }
  .content::before {
    content: '';
    background: url(../../image/banner-before.jpg);
    position: absolute;
    background-repeat: no-repeat;
    top: 525px;
    height: 75px;
    width: 75px;
    left: 420px;
    z-index: 2;
    display: block;
}
  .content::after {
    content: '';
    background: url(../../image/banner-after.jpg);
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100px;
    width: 110px;
    display: block;
  }
  
  
  .hero-title {
    color: #292929;
    font-size: 70px;
    font-weight: 700;
    line-height: 88px;
    margin-top: 179px;
    margin-left: 92px;
  }
  .hero-title span {
    background: var(--dark-orange, linear-gradient(275deg, #CB390C 4.05%, #EE8920 98.77%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  @media (max-width: 991px) {
    .hero-title {
      max-width: 100%;
      margin-top: 40px;
      font-size: 40px;
      line-height: 56px;
    }
  }
  
  .hero-subtitle {
    color: #292929;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    margin-top: 44px;
    margin-left: 92px;
    width: 613px;
    position: relative;
    z-index: 7;
  }
  
  @media (max-width: 991px) {
    .hero-subtitle {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .download-button {
    border-radius: 18px;
    background-color: #000;
    margin-top: 31px;
    margin-left: 92px;
    font-size: 18px;
    width: 292px;
    height: 60px;
    text-align: center;
    color: #fff;
    align-content: center;
    font-weight: 600;
    line-height: 32px;
  }
  
  @media (max-width: 991px) {
    .download-button {
      margin-left: 10px;
      padding: 14px 20px;
    }
  }
  
  .partnership-section {
    background-color: #e1ebe5;
    margin-top: 100px;
    padding-bottom: 100px;
  }
  
  @media (max-width: 991px) {
    .partnership-section {
      max-width: 100%;
      margin-top: 40px;
      padding-right: 20px;
    }
  }
  
  .partnership-content {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  
  @media (max-width: 991px) {
    .partnership-content {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .partnership-image-container {
    border-radius: 0;
    margin-top: -85px;
    flex-grow: 1;
    padding-top: 466px;
  }
  
  @media (max-width: 991px) {
    .partnership-image-container {
      max-width: 100%;
      margin-top: 39px;
      padding-top: 100px;
    }
  }

  img.partnership-logo {
    margin-top: -75px;
  }
  
  .partnership-image-row {
    display: flex;
    gap: 20px;
  }
  
  @media (max-width: 991px) {
    .partnership-image-row {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .partnership-image-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 62%;
  }
  
  @media (max-width: 991px) {
    .partnership-image-left {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .partnership-image-box {
    border-radius: 33px 0 0 33px;
    background-color: #fff;
    border: 9px solid #156734;
    display: flex;
    padding: 24px 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .partnership-image-box {
      margin-top: 40px;
      margin-right: -14px;
    }
  }
  
  .logo-container-left{
    position: relative;
    justify-self: end;
  }
  img.partner-small {
    position: absolute;
    width: 50%;
    right: -45px;
    bottom: -30px;
  }

  
  .partnership-image-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 38%;
    margin-left: 20px;
  }
  
  @media (max-width: 991px) {
    .partnership-image-right {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .partnership-image-box-right {
    border-radius: 0 33px 33px 0;
    background-color: #fff;
    border: 9px solid #ee8920;
    z-index: 10;
    display: flex;
    margin-right: -60px;
    width: 221px;
    flex-shrink: 0;
    height: 152px;
  }
  
  @media (max-width: 991px) {
    .partnership-image-box-right {
      margin-top: 40px;
    }
  }
  
  .partnership-right {
    width: 70%;
    margin-left: 80px;
    align-items: center;
    align-self: center;
  }
  
  @media (max-width: 991px) {
    .partnership-right {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .partnership-text {
    margin-top: auto;
    margin-bottom: auto;
    align-self: stretch;
    color: #000;
  }
  
  @media (max-width: 991px) {
    .partnership-text {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .partnership-title {
    font-size: 40px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 500;
    line-height: 51px;
  }
  
  @media (max-width: 991px) {
    .partnership-title {
      max-width: 100%;
    }
  }
  
  .partnership-description {
    font-size: 18px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
  }
  
  @media (max-width: 991px) {
    .partnership-description {
      max-width: 100%;
    }
  }
  
  .offerings-section {
    background: url(../../image/offers.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .offerings-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 934px;
   justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .offerings-section {
      max-width: 100%;
      padding: 100px 20px;
    }
  }
  
  .offerings-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .offerings-container {
    position: relative;
    border-radius: 40px;
    background-color: #edbf07;
    margin-bottom: -160px;
    width: 100%;
    max-width: 1403px;
  }
  
  @media (max-width: 991px) {
    .offerings-container {
      max-width: 100%;
      margin-bottom: 10px;
    }
  }
  
  .offerings-content {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    position: relative;
    min-height: 563px;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
  }
  
  @media (max-width: 991px) {
    .offerings-content {
      max-width: 100%;
      padding: 116px 20px 100px;
    }
  }
  
  .offerings-content-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .offerings-wrapper {
    position: relative;
    display: flex;
    width: 1140px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  
  @media (max-width: 991px) {
    .offerings-wrapper {
      margin-bottom: 10px;
    }
  }
  
  .offerings-title {
    font-size: 40px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 500;
    margin: 0;
  }
  
  .offerings-image {
    aspect-ratio: 1000;
    object-fit: contain;
    object-position: center;
    width: 831px;
    margin-top: 113px;
    max-width: 100%;
  }
  
  @media (max-width: 991px) {
    .offerings-image {
      margin-top: 40px;
    }
  }
  
  .offerings-features {
    align-self: stretch;
    display: flex;
    margin-top: 59px;
    align-items: stretch;
    gap: 73px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    z-index: 5;
  }
  
  @media (max-width: 991px) {
    .offerings-features {
      max-width: 100%;
      margin-top: 40px;
      flex-direction: column;
      gap: 20px;
    }
  }
  
  .feature {
    width: 25%;
  }
  .feature img {
    height: 100px;
    width: 100px;
  }
  hr.offer-line {
    border-collapse: collapse;
    border-style: dashed;
    color: #dfdfdf;
    margin: 0 auto;
    width: 80%;
    position: absolute;
    margin-top: 169px;
  }
  
  .getting-started-section {
    align-self: center;
    display: flex;
    margin-top: 223px;
    width: 100%;
    max-width: 1736px;
    flex-direction: column;
    align-items: stretch;
    background-color: #E1EBE5;
    border-radius: 30px;
    position: relative;
  }
  
  @media (max-width: 991px) {
    .getting-started-section {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .getting-started-title {
    color: #000;
    font-size: 48px;
    font-family: Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 500;
    line-height: 1;
    align-self: center;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
    text-align: center;
    width: 61%;
  }
  .getting-started-title::before {
    content: '';
    position: absolute;
    height: 102px;
    width: 142px;
    background: url(../../image/getting-started-before.png);
    background-repeat: no-repeat;
    top: -100px;
    right: 0;
  }
  
  @media (max-width: 991px) {
    .getting-started-title {
      max-width: 100%;
      font-size: 40px;
    }
  }
  
  .step-container {
    border-radius: 19px;
    background-color: #fff;
    border: 1px solid #808080;
    display: flex;
    margin-top: 120px;
    width: 737px;
    max-width: 100%;
    padding: 13px 28px;
    flex-direction: column;
    align-items: stretch;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    justify-content: center;
    margin-left: -17px;
    z-index: 6;
  }
  
  @media (max-width: 991px) {
    .step-container {
      padding: 13px 20px;
      margin-top: 40px;
    }
  }
  
  .step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
  }
  
  
  @media (max-width: 991px) {
    .step-number {
      padding: 21px 20px;
      white-space: initial;
    }
  }
  
  .step-title {
    color: #000;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .step-description {
    color: #000;
    font-size: 18px;
    font-family: Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-left: 150px;
    width: 840px;
    margin-top: 30px;
  }
  
  @media (max-width: 991px) {
    .step-description {
      max-width: 100%;
    }
  }
  
  .installation-steps {
    border-radius: 30px;
    background-color: #edbf07;
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 80px;
  }
  
  @media (max-width: 991px) {
    .installation-steps {
      max-width: 100%;
      margin-top: 40px;
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  
  .installation-steps-content {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    position: relative;
    min-height: 829px;
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .installation-steps-content {
      max-width: 100%;
      padding: 100px 20px;
    }
  }
  
  .installation-steps-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
  }
  
  .installation-steps-row {
    position: relative;
    display: flex;
    gap: 80px;
    padding: 270px 50px 82px 50px;
    align-items: center;
  }
  
  @media (max-width: 991px) {
    .installation-steps-row {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .installation-step {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 33%;
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: stretch;
  }
  
  @media (max-width: 991px) {
    .installation-step {
      width: 100%;
      margin-left: 0;
      margin-top: 40px;
    }
  }
  
  .installation-step-card {
    border-radius: 20px;
    background-color: #fbe6ab;
    padding: 0 58px 122px;
  }
  
  @media (max-width: 991px) {
    .installation-step-card {
      padding: 0 20px 64px;
    }
  }
  
  .installation-step-image {
    aspect-ratio: 0.99;
    object-fit: contain;
    object-position: center;
    width: 100%;
    z-index: 10;
    margin-top: -80px;
  }
  
  .installation-step-app-store {
    aspect-ratio: 2.98;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 19px;
    margin-top: 24px;
  }
  
  .installation-step-text {
    transform: rotate(0);
    color: #000;
    font-size: 20px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    align-self: center;
    margin-top: 20px;
  }
  
  @media (max-width: 991px) {
    .installation-step-text {
      margin-right: 10px;
    }
  }
  
  .installation-step:nth-child(2) .installation-step-card,
  .installation-step:nth-child(3) .installation-step-card {
    padding: 0 53px 28px;
  }
  
  @media (max-width: 991px) {
    .installation-step:nth-child(2) .installation-step-card,
    .installation-step:nth-child(3) .installation-step-card {
      padding: 0 20px 28px;
    }
  }
  
  .installation-step-image-tall {
    aspect-ratio: 0.5;
    object-fit: contain;
    object-position: center;
    width: 100%;
    z-index: 10;
    margin-top: -181px;
  }
  
  .installation-step:nth-child(3) .installation-step-image-tall {
    aspect-ratio: 0.49;
    border-radius: 46px;
  }
  
  .installation-step:nth-child(2) .installation-step-text {
    align-self: center;
    width: 261px;
  }
  
  .installation-step:nth-child(3) .installation-step-text {
    align-self: center;
    margin-left: 11px;
  }
  
  @media (max-width: 991px) {
    .installation-step:nth-child(3) .installation-step-text {
      margin-left: 10px;
    }
  }
  
  .login-steps {
    display: flex;
    margin-top: 60px;
    align-items: flex-start;
    gap: 33px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 80px;
  }
  
  @media (max-width: 991px) {
    .login-steps {
      margin-top: 40px;
      padding: 0 20px;
    }
  }
  
  .login-step {
    min-width: 240px;
    width: 496px;
  }
  
  @media (max-width: 991px) {
    .login-step {
      max-width: 100%;
    }
  }
  
  .login-step-image {
    aspect-ratio: 0.81;
    object-fit: contain;
    object-position: center;
    width: 496px;
    border-radius: 0;
    max-width: 100%;
  }
  
  .login-step-content {
    margin-top: 30px;
    max-width: 100%;
    width: 487px;
  }
  
  .login-step-title {
    font-size: 32px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .login-step-title {
      max-width: 100%;
    }
  }
  
  .login-step-description {
    font-size: 18px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    color: #000;
  }
  
  @media (max-width: 991px) {
    .login-step-description {
      max-width: 100%;
    }
  }
  
  .onboarding-steps {
    display: flex;
    margin-top: 60px;
    align-items: center;
    gap: 20px;
    padding: 0 80px;
  }
  
  @media (max-width: 991px) {
    .onboarding-steps {
      margin-top: 40px;
      padding: 0 20px;
    }
  }
  
  .onboarding-card {
    border-radius: 35px;
    background-color: #edbf07;
    width: 769px;
    padding: 118px 10px;
    align-self: stretch;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  @media (max-width: 991px) {
    .onboarding-card {
      max-width: 100%;
    }
  }
  
  .onboarding-image {
    aspect-ratio: 1.46;
    object-fit: contain;
    object-position: center;
    width: 100%;
    gap: -36px;
  }
  
  @media (max-width: 991px) {
    .onboarding-image {
      max-width: 100%;
    }
  }
  
  .onboarding-content {
    margin-top: 42px;
    margin-left: 44px;
    max-width: 560px;
    max-width: 100%;
  }
  
  @media (max-width: 991px) {
    .onboarding-content {
      margin-top: 40px;
    }
  }
  
  .onboarding-title {
    font-size: 32px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .onboarding-title {
      max-width: 100%;
    }
  }
  
  .onboarding-description {
    font-size: 18px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-top: 15px;
    color: #000;
  }
  
  @media (max-width: 991px) {
    .onboarding-description {
      max-width: 100%;
    }
  }
  
  .onboarding-card:nth-child(2) {
    display: flex;
    padding: 115px 51px 64px 51px;
    flex-direction: column;
    align-items: stretch;
  }
  
  @media (max-width: 991px) {
    .onboarding-card:nth-child(2) {
      max-width: 100%;
      padding: 54px 20px;
    }
  }
  
  .onboarding-assessment-label {
    font-size: 22px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    line-height: 1;
    align-self: center;
    margin-top: 31px;
    margin-left: 14px;
    color: #000;
  }
  
  .booking-section {
    z-index: 10;
  }
  
  @media (max-width: 991px) {
    .booking-section {
      max-width: 100%;
      margin-top: 40px;
      flex-direction: column;
    }
  }
  
  .booking-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 78%;
    position: relative;
  }
  .booking-left::before {
    content: '';
    background: url(../../image/booking-before.png);
    background-repeat: no-repeat;
    height: 102px;
    position: absolute;
    width: 142px;
    right: 180px;
    bottom: 111px;
  }
  .booking-img::after {
    content: '';
    background: url(../../image/booking-after.png);
    background-repeat: no-repeat;
    height: 102px;
    position: absolute;
    width: 142px;
    right: 440px;
    top: -40px;
  }
  .booking-text {
    max-width: 900px;
  }
  
  @media (max-width: 991px) {
    .booking-left {
      width: 100%;
    }
  }

  .booking-img {
    padding: 90px 140px 140px 140px;
    position: relative;
  }
  
  .booking-description-container {
    display: flex;
    margin-top: 28px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  
  @media (max-width: 991px) {
    .booking-description-container {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .booking-step-container {
    border-radius: 19px;
    background-color: #fff;
    border: 1px solid #808080;
    display: flex;
    width: 511px;
    max-width: 100%;
    padding: 13px 28px;
    flex-direction: column;
    align-items: stretch;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    justify-content: center;
  }
  
  @media (max-width: 991px) {
    .booking-step-container {
      padding: 13px 20px;
    }
  }
  
  .booking-step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
  }
  
  .booking-step-number {
    border-radius: 0;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    padding: 21px 22px;
    color: #fff;
    white-space: nowrap;
    width: 70px;
    background-color: #000;
  }
  
  @media (max-width: 991px) {
    .booking-step-number {
      padding: 21px 20px;
      white-space: initial;
    }
  }
  
  .booking-step-title {
    color: #000;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .booking-description {
    align-self: flex-end;
    display: flex;
    margin-top: 30px;
    margin-right: 41px;
    width: 1166px;
    max-width: 100%;
    flex-direction: column;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
  }
  
  @media (max-width: 991px) {
    .booking-description {
      margin-right: 10px;
    }
  }
  
  .booking-description-text {
    display: flex;
    width: 1102px;
    max-width: 100%;
    align-items: stretch;
    gap: 100px;
    flex-wrap: wrap;
  }
  
  .booking-description-content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 829px;
  }
  
  @media (max-width: 991px) {
    .booking-description-content {
      max-width: 100%;
    }
  }
  
  .booking-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 53px;
    align-self: flex-start;
    margin-top: 17px;
    flex-shrink: 0;
  }
  
  .booking-instruction {
    line-height: 2;
    text-align: center;
    align-self: flex-end;
    margin-top: 100px;
  }
  
  @media (max-width: 991px) {
    .booking-instruction {
      margin-top: 40px;
    }
  }
  
  .booking-instruction-second {
    text-align: center;
  }
  
  .booking-steps-container {
    margin-top: 17px;
    margin-left: 20px;
  }
  
  @media (max-width: 991px) {
    .booking-steps-container {
      max-width: 100%;
    }
  }
  
  .booking-steps-row {
    display: flex;
    gap: 20px;
  }
  
  @media (max-width: 991px) {
    .booking-steps-row {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .booking-step-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 29%;
  }
  
  @media (max-width: 991px) {
    .booking-step-left {
      width: 100%;
    }
  }
  
  .booking-step-left-content {
    margin-top: 205px;
    flex-grow: 1;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
  }
  
  @media (max-width: 991px) {
    .booking-step-left-content {
      margin-top: 40px;
    }
  }
  
  .booking-step-left-text {
    margin-right: 21px;
  }
  
  @media (max-width: 991px) {
    .booking-step-left-text {
      margin-right: 10px;
    }
  }
  
  .booking-step-left-image {
    aspect-ratio: 0.87;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  
  .booking-step-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 71%;
    margin-left: 20px;
  }
  
  @media (max-width: 991px) {
    .booking-step-right {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .booking-step-right-content {
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
  }
  
  @media (max-width: 991px) {
    .booking-step-right-content {
      max-width: 100%;
    }
  }
  
  .booking-step-right-image {
    aspect-ratio: 1.86;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .booking-step-right-image {
      max-width: 100%;
    }
  }
  
  .booking-step-right-text {
    margin-top: 17px;
  }
  
  .booking-step-far-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 22%;
    margin-left: 20px;
  }
  
  @media (max-width: 991px) {
    .booking-step-far-right {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .booking-step-far-right-content {
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
  }
  
  @media (max-width: 991px) {
    .booking-step-far-right-content {
      margin-top: 39px;
    }
  }
  
  .booking-step-far-right-image {
    aspect-ratio: 0.66;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  
  .booking-step-far-right-text {
    margin-top: 34px;
    margin-left: 26px;
  }
  
  @media (max-width: 991px) {
    .booking-step-far-right-text {
      margin-left: 10px;
    }
  }


  .resources-section {
    padding: 300px 0 100px 0;
    align-self: center;
  }
  .resources-left::before {
    content: '';
    background: url(../../image/links-before.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 75px;
    width: 145px;
    top: -160px;
    left: 0;
  }
  .resources-content::after {
    content: '';
    background: url(../../image/links-after.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 45px;
    width: 45px;
    top: -180px;
    right: 330px;
  }
  .resources-content::before {
    content: '';
    background: url(../../image/links-small-before.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 45px;
    width: 45px;
    top: -60px;
    right: 530px;
  }
  .resources-links-title {
    text-align: end;
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 52px;
  }
  .resources-link img {
    height: 30px;
    width: 30px;
    padding: 20px;
  }
  span.icons-footers {
    background: linear-gradient(222deg, #FFF0E7 20.84%, #166332 90.01%);
    display: block;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    align-content: center;
    padding: 0 20px;
  }
  .resources-link img {
    height: 30px;
    width: 30px;
    padding: 20px;
    background-color: #16633287;
    border-radius: 50%;
  }
  .resources-link {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 19px;
    padding: 0 35px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    height: 100px;
  }
  .resources-link.active.resources-link img{
    background-color: transparent;
  }
  .resources-link.active{
    background: linear-gradient(90deg, #135F30 0%, #6BDE5D 100%) !important;
    color: #ffffff;
  }
  .resources-link p {
    max-width: 370px;
  }
  .resources-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .resources-left {
    padding: 0 126px;
    display: grid;
    gap: 29px;
    position: relative;
  }
  .resources-title {
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 51px;
  }


  .faq-question{
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .accordion.active:after {
    content: "\2212";
  }
  .panel {
    padding: 0 36px;
    background-color: #eee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px !important;
  }
  .panel p {
    max-height: 300px;
    padding: 20px 0px;
}
  .resources-link.active {
    margin-left: 10px;
    margin-right: -10px;
}
  .faq-item.active .panel{
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    background-color: #EDBF07 !important;
    color: #ffffff;
    margin-top: -25px;
  }
  .faq-item .panel{
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    background-color: #EDBF07 !important;
    color: #ffffff;
    margin-top: -25px;
  }
  button.faq-question.accordion.active {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #EDBF07 !important;
    border: 1px solid #EDBF07 !important;;
    color: #ffffff;
    padding: 24px 34px 0px 34px !important;
}
  
  .footer-logos {
    display: flex;
    margin-top: 96px;
    width: 100%;
    max-width: 1362px;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: center;
  }
  
  @media (max-width: 991px) {
    .footer-logos {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .footer-logo-left {
    aspect-ratio: 1.92;
    object-fit: contain;
    object-position: center;
    width: 140px;
    align-self: flex-end;
    margin-top: 22px;
    flex-shrink: 0;
    max-width: 100%;
  }
  
  .footer-logo-right {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 45px;
    align-self: flex-start;
    flex-shrink: 0;
  }
  
  .footer-logo-small {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 28px;
    align-self: center;
    margin-top: 12px;
    margin-left: 187px;
  }
  
  .faq-section {
    align-self: center;
    z-index: 10;
    display: flex;
    margin-top: 19px;
    margin-left: 41px;
    width: 100%;
    max-width: 1602px;
    flex-direction: column;
    align-items: stretch;
  }
  
  @media (max-width: 991px) {
    .faq-section {
      max-width: 100%;
    }
  }
  
  .faq-row {
    display: flex;
    gap: 20px;
  }
  
  @media (max-width: 991px) {
    .faq-row {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .faq-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 37%;
  }
  
  @media (max-width: 991px) {
    .faq-left {
      width: 100%;
    }
  }
  
  .faq-links {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
  }
  
  @media (max-width: 991px) {
    .faq-links {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .faq-links-title {
    transform: rotate(0);
    font-size: 25px;
    font-weight: 500;
    line-height: 52px;
    align-self: flex-end;
    margin-right: 28px;
  }
  
  @media (max-width: 991px) {
    .faq-links-title {
      margin-right: 10px;
    }
  }
  
  .faq-link {
    width: 525px;
    border-radius: 19px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-top: 5px;
    max-width: 100%;
    padding: 17px 70px;
    text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
    .faq-link {
      padding: 17px 20px;
    }
  }
  
  .faq-link-highlighted {
    border-radius: 19px;
    align-self: flex-end;
    margin-top: 29px;
    width: 525px;
    max-width: 100%;
    padding: 33px 70px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    background-color: #000;
  }
  
  @media (max-width: 991px) {
    .faq-link-highlighted {
      padding: 33px 20px;
      white-space: initial;
    }
  }
  
  .faq-link:nth-child(3),
  .faq-link:nth-child(4) {
    margin-top: 27px;
    padding: 32px 70px;
    line-height: 1;
  }
  
  @media (max-width: 991px) {
    .faq-link:nth-child(3),
    .faq-link:nth-child(4) {
      padding: 32px 20px;
    }
  }
  
  .faq-link:nth-child(4) {
    margin-top: 30px;
    padding: 17px 70px;
    line-height: normal;
  }
  
  @media (max-width: 991px) {
    .faq-link:nth-child(4) {
      padding: 17px 20px;
    }
  }
  
  .faq-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 63%;
    margin-left: 20px;
  }
  
  @media (max-width: 991px) {
    .faq-right {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .faq-content {
    display: flex;
    margin-top: 56px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: #000;
  }
  
  @media (max-width: 991px) {
    .faq-content {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .faq-content-title {
    font-size: 40px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    align-self: flex-start;
    margin-left: 14px;
  }
  
  @media (max-width: 991px) {
    .faq-content-title {
      max-width: 100%;
    }
  }
  
  .faq-question-open {
    border-radius: 19px;
    background-color: #edbf07;
    display: flex;
    margin-top: 26px;
    padding: 36px 37px 36px 80px;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .faq-question-open {
      max-width: 100%;
      padding: 36px 20px;
    }
  }
  
  .faq-question-title {
    font-size: 25px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 0;
  }
  
  .faq-question-answer {
    font-size: 18px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
  }
  
  @media (max-width: 991px) {
    .faq-question-answer {
      max-width: 100%;
    }
  }
  
  .faq-question {
    border-radius: 19px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    margin-top: 15px;
    padding: 24px 34px;
    align-items: stretch;
    gap: 20px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .faq-question {
      max-width: 100%;
      padding: 24px 20px;
    }
  }
  
  
  
  .footer-logo-bottom {
    aspect-ratio: 1.92;
    object-fit: contain;
    object-position: center;
    width: 140px;
    align-self: flex-end;
    margin-top: 82px;
    margin-right: 172px;
    max-width: 100%;
  }
  
  @media (max-width: 991px) {
    .footer-logo-bottom {
      margin-right: 10px;
      margin-top: 40px;
    }
  }
  
  .footer {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 740px;
    margin-top: -21px;
    padding-top: 160px;
    background: url(../../image/footer-img.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer::before{
    content: '';
    background: url(../../image/footer-before.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 80px;
    width: 140px;
    top: 0;
    right: 250px;
  }
  
  @media (max-width: 991px) {
    .footer {
      max-width: 100%;
    }
  }
  
  .footer-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-right: 80px;
    padding-top: 39px;
    align-items: center;
  }
  
  @media (max-width: 991px) {
    .footer-content {
      max-width: 100%;
      padding-right: 20px;
    }
  }
  
  .footer-content-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .footer-main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-top: 150px;
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .footer-main {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 64%;
  }
  
  @media (max-width: 991px) {
    .footer-left {
      width: 100%;
    }
  }
  
  a.footer-link {
    color: #ffffff;
    text-decoration: underline;
  }
  .footer-contact {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  
  @media (max-width: 991px) {
    .footer-contact {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .footer-contact-left {
    align-self: center;
    width: 849px;
    max-width: 100%;
    display: flex;
  }
  
  @media (max-width: 991px) {
    .footer-contact-left {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .footer-icon-small {
    aspect-ratio: 1.19;
    object-fit: contain;
    object-position: center;
    width: 25px;
  }
  
  .footer-contact-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
  }
  
  @media (max-width: 991px) {
    .footer-contact-content {
      margin-top: 40px;
      padding-left: 20px;
    }
  }
  
  .footer-contact-icon {
    aspect-ratio: 1.21;
    object-fit: contain;
    object-position: center;
    width: 74px;
    margin-left: 19px;
  }
  
  @media (max-width: 991px) {
    .footer-contact-icon {
      margin-left: 10px;
    }
  }
  
  @media (max-width: 991px) {
    .footer-contact-text {
      margin-top: 40px;
    }
  }
  
  .footer-contact-right {
    display: flex;
    margin-top: 116px;
    align-items: stretch;
    gap: 12px;
    width: 50%;
  }
  
  @media (max-width: 991px) {
    .footer-contact-right {
      width: 100%;
      margin-top: 40px;
    }
  }
  
  .footer-right-logos {
    display: flex;
    margin-top: 116px;
    align-items: stretch;
    gap: 12px;
  }
  
  @media (max-width: 991px) {
    .footer-right-logos {
      margin-top: 40px;
    }
  }
  
  .footer-logo-large {
    aspect-ratio: 1.19;
    object-fit: contain;
    object-position: center;
    width: 190px;
    flex-shrink: 0;
    max-width: 100%;
  }
  
  .footer-logo-small {
    aspect-ratio: 4.85;
    object-fit: contain;
    object-position: center;
    width: 102px;
    background-blend-mode: multiply;
    align-self: flex-end;
    margin-top: 141px;
    flex-shrink: 0;
    max-width: 100%;
  }
  
  @media (max-width: 991px) {
    .footer-logo-small {
      margin-top: 40px;
    }
  }
  
  .footer-newsletter {
    display: flex;
    margin-top: 12px;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    font-family:
      Open Sans,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 17px;
    line-height: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .footer-newsletter {
      max-width: 100%;
    }
  }
  
  .newsletter-container {
    display: flex;
    margin-top: 10px;
    align-items: stretch;
    gap: 57px;
    flex-wrap: wrap;
  }
  
  @media (max-width: 991px) {
    .newsletter-container {
      max-width: 100%;
    }
  }
  
  .newsletter-icon {
    aspect-ratio: 0.77;
    object-fit: contain;
    object-position: center;
    width: 60px;
    flex-shrink: 0;
  }
  
  .newsletter-form {
    border-radius: 10px;
    background-color: #fff;
    align-self: flex-start;
    display: flex;
    margin-top: 11px;
    padding: 5px 10px 5px 43px;
    align-items: stretch;
    gap: 100px;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  
  @media (max-width: 991px) {
    .newsletter-form {
      max-width: 100%;
      padding-left: 20px;
    }
  }
  @media (min-width: 1199.99px) {
    .footer-menu-column {
        width: 195px !important;
        max-width: 240px;
    }
}
  .newsletter-input {
    color: #c4c4c4;
    font-weight: 400;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .newsletter-submit {
    border-radius: 7px;
    background-color: #000;
    padding: 0px 45px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    align-content: center;
  }
  button.btn.forthised {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
}
  
  @media (max-width: 991px) {
    .newsletter-submit {
      padding: 0px 20px;
      white-space: initial;
      align-content: center;
    }
  }
  
  .newsletter-logo {
    aspect-ratio: 4.85;
    object-fit: contain;
    object-position: center;
    width: 63px;
    background-blend-mode: multiply;
    flex-shrink: 0;
  }
  
  .footer-info {
    margin-top: 35px;
    margin-left: 119px;
    width: 547px;
    max-width: 100%;
    display: flex;
  }
  input.form-control.form-control-white {
    max-width: 200px;
    padding: 10px;
}
.newsletter-form {
  gap: 20px;
  padding: 8px 15px;
}
  
  @media (max-width: 991px) {
    .footer-info {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .footer-info-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    width: 84%;
  }
  
  @media (max-width: 991px) {
    .footer-info-left {
      width: 100%;
      margin-top: 40px;
    }
  }
  
  .footer-contact-email a,
  .footer-compliance a {
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
  }
  
  .footer-compliance {
    align-self: flex-start;
    margin-top: 45px;
  }
  
  @media (max-width: 991px) {
    .footer-compliance {
      margin-top: 40px;
    }
  }
  
  .footer-info-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 16%;
    margin-left: 20px;
  }
  
  @media (max-width: 991px) {
    .footer-info-right {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .footer-info-icon {
    aspect-ratio: 1.2;
    object-fit: contain;
    object-position: center;
    width: 54px;
    margin-top: 163px;
    flex-shrink: 0;
    flex-grow: 1;
  }
  
  @media (max-width: 991px) {
    .footer-info-icon {
      margin-top: 40px;
    }
  }
  
  .footer-menu-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }
  .footer-menu-item {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
  }
  .footer-menu-item a {
    color: #ffffff;
}
  .footer-menu-column {
    gap: 34px;
    display: grid;
    width: 240px;
  }
  .footer-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 36%;
    margin-left: 20px;
    justify-self: anchor-center;
  }
  
  @media (max-width: 991px) {
    .footer-right {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .footer-nav {
    position: relative;
    display: flex;
    margin-top: 209px;
    align-items: flex-start;
    gap: 36px;
    flex-wrap: wrap;
  }
  
  @media (max-width: 991px) {
    .footer-nav {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  
  .footer-nav-container {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    width: fit-content;
  }
  
  @media (max-width: 991px) {
    .footer-nav-container {
      max-width: 100%;
    }
  }
  
  .footer-nav-icon {
    aspect-ratio: 1.22;
    object-fit: contain;
    object-position: center;
    width: 45px;
    align-self: center;
  }
  
  .footer-nav-columns {
    display: flex;
  }
  
  @media (max-width: 991px) {
    .footer-nav-columns {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }
  
  .footer-nav-column {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
    .footer-nav-column {
      margin-top: 40px;
    }
  }
  
  .footer-nav-link {
    color: #fff;
    text-decoration: none;
    margin-top: 34px;
  }
  
  .footer-nav-link:first-child {
    margin-top: 0;
  }
  
  .footer-nav-icon-right {
    aspect-ratio: 1.2;
    object-fit: contain;
    object-position: center;
    width: 54px;
    flex-shrink: 0;
  }
  
  .footer-bottom {
    position: relative;
    align-self: center;
    display: flex;
    margin-top: 127px;
    width: 100%;
    max-width: 1691px;
    align-items: center;
    gap: 98px;
    justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .footer-bottom {
      max-width: 100%;
      margin-top: 40px;
      flex-direction: column;
      gap: 40px;
    }
  }
  
  .footer-disclaimer {
    color: #fff;
    font-size: 18px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    line-height: 32px;
    align-self: stretch;
    display: grid;
  }
  
  @media (max-width: 991px) {
    .footer-disclaimer {
      max-width: 100%;
    }
  }
  
  .footer-disclaimer-small {
    font-size: 16px;
  }
  
  .footer-disclaimer-bold {
    font-weight: 700;
  }
  
  .footer-logo-bottom {
    aspect-ratio: 7.94;
    object-fit: contain;
    object-position: center;
    width: 190px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
    max-width: 100%;
  }
  
  .footer-enterprise {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: stretch;
    gap: 6px;
  }
  
  .footer-enterprise-logos {
    display: flex;
    align-items: flex-start;
  }
  
  .footer-enterprise-logo-left {
    aspect-ratio: 1.52;
    object-fit: contain;
    object-position: center;
    width: 64px;
    flex-shrink: 0;
  }
  
  .footer-enterprise-logo-right {
    aspect-ratio: 2.43;
    object-fit: contain;
    object-position: center;
    width: 102px;
    flex-shrink: 0;
    max-width: 100%;
  }
  
  .footer-enterprise-text {
    color: #fff;
    font-size: 13px;
    font-family:
      Poppins,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-weight: 400;
    margin-top: auto;
    margin-bottom: auto;
  }

  .social-icons {
    display: flex;
    gap: 30px;
    font-size: 24px;
  }
  .social-icons a {
    color: #ffffff;
  }
  hr.down-line {
    height: 3900px;
    position: absolute;
    top: 400px;
    left: 50px;
    border: 1px solid #8080803b;
  }

  .navbar-nav {
    padding-top: 0px !important;
  }
  



  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .footer-contact-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
}



@media (min-width:993px) and (max-width:1500px){

  .navbar>.container{
    display: grid;
  }
}





@media (min-width:1199.99px){
.footer-menu-column {
  width: 188px;
  max-width: 240px;
}
.resources-left {
  padding: 0 40px;
}
}


@media (max-width:480px){

  .footer-menu-columns {
    flex-direction: column;
    text-align: start !important;
}
.resources-section {
  padding: 100px 0 100px 0;

}
}

@media (max-width:625px){
  .resources-left {
    grid-template-columns: 1fr 1fr;
}
  .content {
    justify-items: start;
}
.hero-subtitle {
  justify-self: start;
  width: 300px;
}
.step-description {
  margin-left: 70px;
  width: 300px;
}
.installation-step {
  width: 100%;
}
.step-container {
  width: 400px;
  margin-left: 0px;
  font-size: 25px;
  padding: 10px;
}
hr.down-line {
  display: none;
}
.demo-button {
  display: none;
}
.content::before {
  top: 200px;
  left: 230px;
}
.step-number {
  padding: 0px;
}
.resources-link p {
  display: none;
}
.resources-links-title {
  text-align: center;
  padding-bottom: 20px;
}





.top-banner {
  grid-template-columns: 1fr;
}
.hero-title {
  margin-left: 0px;
  font-size: 32px;
  max-width: 520px;
}
.content::after {
    top: -44px;
}
.hero-subtitle {
  margin-left: 0px;
  max-width: 530px;
}
.content {
  justify-items: center;
}
.partnership-content {
  grid-template-columns: 1fr;
  padding-top: 28px;
}
.logo-container-left {
  padding: 30px;
}
img.partner-small {
  right: -2px;
  bottom: 0px;
}
.partnership-right {
  padding: 0 35px;
}
hr.offer-line {
  display: none;
}
.offerings-features {
  align-items: center;
  gap: 50px;
}
.feature {
  width: 100%;
}
.installation-step {
  width: 100%;
  align-self: center;
}
.installation-steps-row {
  gap: 200px;
  padding: 100px 50px 82px 50px;
}
.login-steps {
  justify-content: space-evenly;
  gap: 60px;
}
.footer {
  padding-top: 0px;
  background-position: right;
}
.onboarding-steps {
  flex-direction: column;
}
.booking-img {
  padding: 90px 0px 90px 0px;
}
.booking-text {
  width: 300px;
  justify-self: center;
}
.resources-content {
  grid-template-columns: 1fr;
}
.resources-left {
  padding: 0px;
}
div#tab2 {
  padding-top: 60px;
}
.panel p {
  max-height: 700px;
  padding: 30px 0;
}
.footer-main {
  grid-template-columns: 1fr;
}
.footer-right {
  align-items: center;
  padding-top: 60px;
}
.resources-link p {
  font-size: 16px;
  font-weight: 900;
}
.resources-title {
  font-size: 35px;
}
.footer-content {
  padding-right: 0px;
}
button.faq-question.accordion p {
  width: 190px;
  color: #444;
  font-weight: 600;
}
.footer-left {
  width: 300px;
}
.newsletter-input {
  width: 135px;
}
.newsletter-form {
  gap: 5px;
}
.footer-menu-columns {
  display: flex;
  text-align: center;
}
.footer-bottom {
  padding: 50px 30px 0 30px;
  text-align: center;
}
.footer-left {
  align-items: end;
  padding: 20px;
  border-radius: 20px;
  justify-self: center;
}
.footer-right{
  text-align: center;
}
.footer-menu-column {
  gap: 8px;
}
.footer-info {
  margin-top: 0px;
}
.faq-question {
  font-size: 18px;
}
.footer-contact {
  margin-top: 0px;
}
.footer-enterprise {
  align-self: center;
}
.newsletter-submit {
  padding: 0px 4px;
  white-space: initial;
  align-content: center;
}


}




@media(min-width:624px) and (max-width:767.9px){
  .step-container {
    width: 440px;
    margin-left: 10px;
    font-size: 32px;
    padding: 10px;
}
.step-number {
  padding: 10px 10px;
}
  .demo-button {
    display: none;
}
hr.down-line {
  display: none;
}
.footer-bottom {
  padding: 30px;
  text-align: center;
}
.footer-enterprise {
  align-self: center;
}
.top-banner {
  grid-template-columns: 1fr;
}
.hero-title {
  margin-left: 0px;
  font-size: 32px;
  max-width: 520px;
}
.content::after {
    top: -44px;
}
.hero-subtitle {
  margin-left: 0px;
  max-width: 530px;
}
.content {
  justify-items: center;
}
.partnership-content {
  grid-template-columns: 1fr;
  padding-top: 28px;
}
.logo-container-left {
  padding: 30px;
}
img.partner-small {
  right: -2px;
  bottom: 0px;
}
.partnership-right {
  padding: 0 35px;
}
hr.offer-line {
  display: none;
}
.offerings-features {
  align-items: center;
  gap: 50px;
}
.feature {
  width: 100%;
}
.step-description {
  width: 500px;
  margin-left: 130px;
}
.installation-step {
  width: 50%;
  align-self: center;
}
.installation-steps-row {
  gap: 200px;
  padding: 100px 50px 82px 50px;
}
.login-steps {
  justify-content: space-evenly;
  gap: 60px;
}
.onboarding-steps {
  flex-direction: column;
}
.booking-img {
  padding: 90px 20px 90px 20px;
}
.booking-text {
  width: 600px;
  justify-self: center;
}
.resources-content {
  grid-template-columns: 1fr;
}
.resources-left {
  padding: 0px;
}
div#tab2 {
  padding-top: 60px;
}
.panel p {
  max-height: 700px;
  padding: 30px 0;
}
.footer-main {
  grid-template-columns: 1fr;
}
.footer-right {
  align-items: center;
  padding-top: 60px;
}
}







  @media (min-width:768px) and (max-width:1200px){
    .demo-button {
      display: none;
  }
  .newsletter-submit {
    padding: 0px 35px;
    align-content: center;
}
.resources-left {
  padding: 0 40px;
}
  img.partnership-logo {
    margin-top: -32px;
}
.content::before {
  top: 230px;
}
.top-banner {
  padding-top: 70px;
  grid-template-columns: 1fr;
}
.download-button {
  margin-left: 93px;
}
.content::after {
  top: -52px;
}
.partnership-content {
  grid-template-columns: 1fr;
  padding: 0 35px;
  gap: 0px;
}
.offerings-features {
  flex-direction: row;
}
hr.offer-line {
  margin-top: 150px;
}
.step-description {
  width: 605px;
  margin-left: 135px;
}
.installation-step-card {
  padding: -1px;
}
.installation-steps-row {
  flex-direction: row;
  gap: 20px;
}
.installation-step:nth-child(2) .installation-step-card, .installation-step:nth-child(3) .installation-step-card {
  padding: 0 20px 24px;
}
.installation-step:nth-child(3) .installation-step-card, .installation-step:nth-child(3) .installation-step-card {
  padding: 0 20px 46px;
}
.installation-step {
  width: 33%;
  justify-content: center;
}
.installation-step-text {
  width: 185px;
}
.installation-steps-content {
  padding: 20px 10px;
}
.login-steps {
  justify-content: center;
  gap: 30px;
}
.login-step {
  width: 25%;
}
.onboarding-steps {
  flex-direction: column;
  padding: 60px;
}
.onboarding-card {
  width: auto;
  padding: 50px !important;
}
.booking-description {
  margin-right: 0px;
  padding: 60px;
}
.booking-left::before {
  bottom: 185px;
  right: 80px;
}
.booking-img {
  padding: 90px 30px 70px 30px;
}
.resources-content {
  grid-template-columns: 1fr;
}
.resources-section {
  padding: 200px 0 100px 0;
}
hr.down-line {
  height: 4700px;
}
div#tab2 {
  padding-top: 70px;
}
.panel p {
  padding: 15px 0;
}
.footer-main {
  grid-template-columns: 1fr;
  gap: 100px;
  justify-items: center;
  padding-top: 200px;
}
.footer-info {
  margin-top: 0px;
  margin-left: 0px;
}
.footer-menu-columns {
  justify-items: right;
}
.footer-enterprise {
  align-self: center;
}
.footer-disclaimer {
  text-align: center;
  align-self: center;
}
.footer {
  padding-top: 40px;
}
.footer-newsletter {
  justify-content: center;
}
.footer-contact {
  align-items: center;
}
.footer-info-left {
  align-items: center;
  text-align: center;
}
.footer-left {
  align-items: center;
}
.newsletter-form {
  gap: 10px;
  flex-wrap: nowrap;
  width: 395px;
  justify-content: space-between;
}
  }