/* @import url('https://22485902.fs1.hubspotusercontent-na1.net/hubfs/22485902/hub_generated/template_assets/1/190745669181/1748456707005/template_external1.min.css'); */
 @import url('https://22485902.fs1.hubspotusercontent-na1.net/hubfs/22485902/hub_generated/template_assets/1/190745669181/1748456707005/template_external1.min.css'); */
 @import url('https://22485902.fs1.hubspotusercontent-na1.net/hubfs/22485902/hub_generated/template_assets/1/190737781573/1748456734270/template_external2.min.css') }}'); *//* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Reset and Base Styles */
* {
  box-sizing: border-box;
}



body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', -apple-system, 'Helvetica', sans-serif;
  line-height: 1.6; 
}

/* Main Container */
.arista-academy-landing {
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  overflow: hidden;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
}

/* Announcement Bar */
.announcement-bar {
  width: 100%;
  padding: 17px 70px;
  background-color: #16325b;
  color: #fff;
  font-family: 'Inter', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration-skip-ink: none;
}

.announcement-content {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  flex-wrap: wrap;
}

.announcement-text {
  font-family: 'Helvetica Neue', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  color: rgba(255, 255, 255, 1);
}

.announcement-link {
  font-family: 'Helvetica Neue', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 991px) {
  .announcement-bar {
      padding: 17px 20px;
  }
  .announcement-link {
    display: inline-block;
    margin: auto;
  }
}
/* --- Announcement Bar - Complete Styles --- */

/* 1. Bar Colors and Main Style */
.announcement-bar {
  background-color: #d47122; /* Your brand's orange */
  padding-top: 10px;    /* Adds a little space */
  padding-bottom: 10px; /* Adds a little space */
}

/* 2. Alignment Wrapper (for logo alignment) */
.announcement-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Aligns content to the left */
  width: 100%;
}

/* 3. Text Style (Font, Size, Color) */
.announcement-text {
  color: #ffffff;
  font-family: 'Roboto', sans-serif; /* New font */
  font-size: 18px; /* Increased font size */
  font-weight: 500;  /* Medium weight */
  margin-left: 20px; /* Space between button and text */
}

.announcement-bar {
    /* Set the background color shown in your image */
    background-color: #e28f3a; 
    padding: 10px 0; /* Adjust vertical padding */
}

.announcement-content-wrapper {
    /* 1. Make this the Flexbox container */
    display: flex; 
    
    /* 2. Vertically center all items */
    align-items: center; 
    
    /* 3. Center the whole block horizontally if needed, or adjust spacing */
    justify-content: center; 
    
    width: 100%; /* Ensure it spans the container */
    max-width: 1200px; /* Adjust as needed for your site's max width */
    margin: 0 auto; /* Center the wrapper */
}

.announcement-cta {
    /* Ensure the CTA takes up the space needed for the button */
    margin-right: 20px; 
}
<div class="hs-cta-embed hs-cta-simple-placeholder hs-cta-embed-198425495989"
  style="max-width:100%; max-height:100%; width:182px;height:55.1953125px" data-hubspot-wrapper-cta-id="198425495989">
  <a href="https://cta-service-cms2.hubspot.com/web-interactives/public/v1/track/redirect?encryptedPayload=AVxigLKPJuk%2BTuTrPZ4PWZtkcbhy%2BjwjZ2irFE%2FiFTFeGtoq25mvFg05L5%2FOoGgWWXg5luWxR7w99Hv5P1ovTD6eR3L4cRmtrgEla7d1FMAz0%2BnGirLBirV4XBdeppPAJlZxBi5PprA1MEWQGOpwCeQyYFUT5ydUtdPKsP7jv5QkannsBaxcVENjG6k5vF0NC3K9exqibfVrJJ04wxAY4BX%2FCrc%3D&webInteractiveContentId=198425495989&portalId=22485902" target="_blank" rel="noopener" crossorigin="anonymous">
    <img alt="&lt;strong&gt;Sign Up&lt;/strong&gt;" loading="lazy" src="https://no-cache.hubspot.com/cta/default/22485902/interactive-198425495989.png" style="height: 100%; width: 100%; object-fit: fill"
      onerror="this.style.display='none'" />
  </a>
</div>
.announcement-cta img {
    /* Ensure the image is the correct size for the button */
    display: block;
    width: auto; /* Or set a fixed width/height */
    height: 38px; /* Example height to match button appearance */
    object-fit: fill;
}

.announcement-text {
    /* Set the text color and font properties */
    color: #444; /* Darker color for readability against orange */
    font-size: 14px;
    line-height: 1.5;
}
/* Desktop Navigation */
.main-navigation {
  width: 100%;
  padding: 14px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 240px;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  font-family: 'Helvetica Neue', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 20px;
  color: #146095;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 11.2px;
  white-space: nowrap;
}

.logo-image {
  width: 152px;
  aspect-ratio: 6.1;
  object-fit: contain;
}

.logo-divider {
  width: 0px;
  height: 31px;
  border: 1px solid #4473a9;
  background-color: #4473a9;
}

.academy-text {
  color: #146095;
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 16px;
  color: #16325b;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: 2;
}

.nav-link {
  padding: 10px;
  color: #16325b;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link.sign-in {
  color: #d47122;
}

.primary-button {
  color: #fff;
  background-color: #4473A9;
  border-radius: 6px;
  padding: 16px 45px;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  text-align: center;
  border: solid 2px #4473A9;;
}
.primary-button:hover,
.primary-button:focus{
  color: #4473A9;
  background: #fff; 
  border: solid 2px #4473A9;
}

.primary-button.large { 
  padding: 16px 24px;
}

@media (max-width: 991px) {
  .main-navigation {
      padding: 14px 20px;
  }

  .primary-button {
      padding: 16px 20px;
  }
}
<div class="hs-web-interactive-inline" style="" data-hubspot-wrapper-cta-id="197697674911">
 <style data-hubspot-cta-style="hs-inline-web-interactive-197697674911">

  a.hs-inline-web-interactive-197697674911 {
    -webkit-font-smoothing: antialiased !important;cursor: pointer !important;-moz-user-select: none !important;-webkit-user-select: none !important;-o-user-select: none !important;user-select: none !important;display: inline-block !important;font-weight: normal !important;text-align: center !important;text-decoration: none !important;-moz-transition: all .4s ease !important;-webkit-transition: all .4s ease !important;-o-transition: all .4s ease !important;background: #4473a9 !important;border-radius: 6px !important;border-width: 0px !important;color: #FFFFFF !important;font-family: sans-serif !important;height: auto !important;transition: all .4s ease !important;padding:6px 18px;text-shadow: none !important;width: auto !important;font-size: 24px !important;line-height: 1.5em !important;
  }

  a.hs-inline-web-interactive-197697674911:hover {
    background: rgb(65, 109, 161) !important;color: rgb(242, 242, 242) !important;
  }

  a.hs-inline-web-interactive-197697674911:active {
    background: rgb(65, 109, 161) !important;color: rgb(242, 242, 242) !important;
  }

  a.hs-inline-web-interactive-197697674911:active:hover {
    background: rgb(65, 109, 161) !important;color: rgb(242, 242, 242) !important;
  }

</style>
/* Mobile Navigation */
.mobile-nav-container {
  width: 100%;
  padding: 14px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mobile-nav-container-main.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensure it stays on top */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: add a subtle shadow */
}

.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  font-family: 'Helvetica Neue', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 14px;
  color: #146095;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 7.89px;
}

.mobile-logo-image {
  width: 107px;
  aspect-ratio: 6.29;
  object-fit: contain;
}

.mobile-logo-divider {
  width: 0px;
  height: 22px;
  border: 1px solid #4473a9;
  background-color: #4473a9;
}

.menu-toggle {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
}

.hamburger-line {
  width: 24px;
  height: 1px;
  background-color: #16325b;
  transition: all 0.3s ease;
  position: relative; /* Needed for positioning the lines */
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: rotate(45deg);
  top: 7px; /* Adjust based on line height and gap */
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0; /* Hide the middle line */
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg);
  top: -7px; /* Adjust based on line height and gap */
}

.off-canvas.position-top{
  height: 100%; 
}

#mobile-menu{
  background: #fff;  
  padding: 32px 16px;
  padding-top: 0;
}
#mobile-menu li{
  margin-bottom: 32px;
}
#mobile-menu li a{
  color: #16325B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 163%; /* 26.08px */
  letter-spacing: 0.16px;
}
#mobile-menu li a.primary-button{
  color: #fff;
  background: #16325B;
}
#mobile-menu li a:hover,
#mobile-menu li a:focus{
  text-decoration: underline;
}
#mobile-menu li a.orange{
  color: #D47122;
}
/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 862px;
  overflow: hidden;
}
.hero-section .grid-container{
  position: relative;
  width: 100%;
}
.hero-slider{
  width: 100%;
  height: 100%;
}
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100% !important;
}
.hero-slider .slick-slide {
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero-slider > div {
    height: 100%;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.mobile-hero-container {
  position: relative;
  aspect-ratio: 0.49;
  max-width: 390px;
  padding: 32px 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
 

.hero-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 702px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  justify-content: flex-start;
}

.hero-statement {
  width: 100%;
}

.hero-header {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.7px;
}

.step-indicator {
  color: #fff;
  line-height: 1;
  margin: 0;
}

.hero-subtitle {
  color: #aad037;
  line-height: 26px;
  margin: 12px 0 0 0;
}

.hero-title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  margin: 24px 0 0 0;
  text-transform: capitalize;
}

.hero-description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.18px;
  margin: 23px 0 0 0;
}

.hero-actions {
  align-self: flex-start;
  display: flex;
  margin-top: 23px;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: 2;
  justify-content: flex-start;
}

.slick-dots {
  align-self: center;
  display: flex;
  margin-top: 56px;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
  bottom: 33px!important;
}

.slick-dots li button{
  content:''!important;
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4473A9!important;
  opacity: 0.75;
  display: block;
}

.slick-dots li.slick-active button{
  background: #edf0f7!important;
  opacity: 1!important;
}
.slick-dots li button:before{
  opacity: 0!important;
}
@media (max-width: 991px) {
  .hero-section{
    min-height: 700px;
  }
  .hero-slider{
    min-height: unset;
  }
  .hero-content{
    padding: 72px 32px;
  }
  .hero-title{
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 640px) { 
  .hero-content{
    padding: 32px 16px;
  }
}
/* Offer Section */
.offer-section {
  display: flex;
  width: 100%;
  padding: 65px 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.offer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1210px;
  width: 100%;
  padding: 0 20px;
}

.section-subtitle {
  color: #146095;
  text-align: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin: 0;
}

.offer-title {
  color: #16325b;
  text-align: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
  margin: 27px 0 0 0;
  max-width: 1010px;
}

.price-display {
  color: #146095;
  text-align: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin: 27px 0 0 0;
}

.offer-description {
  color: #000;
  text-align: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.18px;
  margin: 27px 0 0 0;
  max-width: 1210px;
}

.certification-badges {
  display: flex;
  margin-top: 27px;
  max-width: 1010px;
  width: 100%;
  padding: 25px 17px;
  align-items: center;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.badge-item {
  width: 172px;
  overflow: hidden;
}

.badge-image {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: contain;
}

.registration-prompt {
  color: #4473a9;
  text-align: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  margin: 27px 0 0 0;
}

.registration-form {
  display: flex;
  margin-top: 27px;
  max-width: 598px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: 2;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .offer-title {
      font-size: 40px;
      line-height: 46px;
  }

  .price-display {
      font-size: 40px;
  }

  .certification-badges {
      margin-left: auto;
  }
}

/* Desktop Tracks Section */
.tracks-section {
  width: 100%;
  padding: 65px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #4473a9;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  justify-content: flex-start;
}

.tracks-container {
  max-width: 1490px;
  width: 100%;
  padding: 0 126px;
}

.section-title {
  color: #16325b;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 23px 0;
}

.tabs-container {
  margin-top: 23px;
  padding: 33px 0 20px 0;
}

.tabs {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #16325b;
  background: none;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  line-height: 23px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  border: none;
}
.tabs:after,
.tabs:before{
  display: none;
}

.tabs-title {
  flex: 1;
  border-radius: 10px;
  min-height: 60px;
  padding: 7px 22px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
  width: 238px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tabs-title.is-active {
  background-color: #16325b;
}

.tabs-title a {
  color: #16325b;
  text-decoration: none;
  display: block;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true]{
  background: none;
  color: none;
}
.tabs-title.is-active a {
  color: #fff;
}

.tabs-content {
  border-radius: 20px;
  margin-top: 35px;
  width: 100%;
  max-width: 1238px;
  padding: 34px 42px 59px 42px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
}

.track-details {
  width: 100%;
}

.track-title {
  width: 100%;
  font-size: 40px;
  color: #16325b;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.track-info-grid {
  display: flex;
  margin-top: 35px;
  width: 100%;
  align-items: flex-start;
  gap: 35px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.track-info-block {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 441px;
}

.info-title {
  color: #4473a9;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.18px;
  margin: 0;
}

.info-description {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  margin: 24px 0 0 0;
}

.track-divider {
  border: 1px dashed #4473a9;
  min-height: 1px;
  margin: 35px 0;
  width: 100%;
  background-color: #4473a9;
}

.download-section {
  display: flex;
  margin-top: 35px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  color: #d47122;
  font-weight: 400;
  letter-spacing: 0.18px;
  line-height: 2;
  justify-content: center;
}

.download-link {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #d47122;
  text-decoration: none;
}

.download-icon {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.center {
  align-self: center;
  margin-top: 23px;
}

@media (max-width: 991px) {
  .tracks-container {
      padding: 0 20px;
  }

  .tabs-title {
      padding: 7px 20px;
  }

  .tabs-content {
      padding: 34px 20px 59px 20px;
  }
}

/* Mobile Tracks Section */
.mobile-tracks-section {
  width: 100%; 
  margin: 0 auto;
  padding: 32px 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #4473a9;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  justify-content: flex-start;
}

.mobile-tracks-container {
  width: 100%;
}

.mobile-tracks-section .section-title {
  font-size: 38px;
  line-height: 40px;
}

.mobile-tracks-container .accordion {
  margin-top: 32px;
  width: 100%;
  background: none;
}

.accordion-item {
  border-radius: 10px;
  margin-bottom: 12px;
  list-style: none;
}

.accordion-item.is-active .accordion-title {
  background-color: #16325b;
  color: #fff;
}

.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  width: 100%;
  padding: 18px 22px;
  gap: 10px;
  font-size: 16px;
  color: #16325b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  line-height: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
  border-radius: 10px;
  text-decoration: none;
}
.accordion-item:first-child>:first-child,
:last-child:not(.is-active)>.accordion-title,
.accordion-item:last-child>:last-child{
  border-radius: 10px;
}
.mobile-tracks-container  .accordion-title::before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('img/track-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  position: relative;
  order: 1;
  top: 5px;
  right: 0;
}
.mobile-tracks-container  .accordion-item.is-active .accordion-title::before{
  transform: rotate(180deg);
}
.track-name {
  flex: 1;
}

.accordion-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.accordion-content {
  border-radius: 10px;
  margin-top: 6px;
  width: 100%;
  padding: 34px 24px 59px 24px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
}

.mobile-track-details {
  width: 100%;
}

.mobile-track-details .track-title {
  font-size: 32px;
}

.track-info-list {
  margin-top: 35px;
  width: 100%;
}

.track-info-list .track-info-block {
  width: 100%;
  margin-bottom: 35px;
}

.track-info-list .track-info-block:last-child {
  margin-bottom: 0;
}

.full-width {
  width: 100%;
  margin-top: 32px;
}

/* About Section */
.about-section {
  width: 100%;
  padding: 63px 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.about-container {
  display: flex;
  max-width: 1224px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-description {
  color: #58585b;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  margin: auto;
  margin-top: 48px;
  max-width: 810px;
}

.training-types {
  display: flex;
  margin-top: 48px;
  align-items: center;
  gap: 24px;
  font-family: 'Helvetica', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 19px;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1.95px;
  line-height: 1.1;
  justify-content: center;
  flex-wrap: wrap;
}

.training-type {
  width: 259px;
}
.type-badge{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  height: 113px;
  background-color: rgba(22, 50, 91, 1);
  border-radius: 11px 11px 0px 0px;
  overflow: hidden;
}
.type-header {
  border-radius: 11px;
  background-color: rgba(22, 50, 91, 1);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.type-label {
  border-radius: 0px 0px 11.36px 11.36px;
  box-shadow: 2.164px 2.164px 6.492px 2.164px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  padding: 10px 26px 12px 26px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-color: #4473a9;
  min-height: 26px;
}
@media (max-width: 991px) {
  .type-badge{
    height: 81px;
  }
  .training-type {
    width: 165px; 
  }
  .type-label{
    font-size: 12.481px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }
}
.training-type.digital .type-label {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), #4473a9;
  min-height: 22px;
}

.training-type.certification .type-label {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #4473a9;
  color: #000;
  min-height: 22px;
}

.training-type.labs .type-label {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #4473a9;
  color: #000;
  min-height: 22px;
}

.about-cards {
  display: flex;
  margin-top: 48px; 
  width: 100%;
  align-items: stretch;
  gap: 14px;
  color: #4473a9;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.16px;
  line-height: 26px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-card {
  width: 351px;
  min-width: 240px;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.card-content {
  margin: 0;
  width: 100%;
}

.card-title {
  font-weight: 700;
  color: #4473a9;
}

.card-description {
  color: #58585b;
}


.about-actions {
  display: flex;
  flex-direction: row;
  margin-top: 48px;
  align-items: flex-start;
  gap: 25px;
  letter-spacing: 0.16px;
  line-height: 2;
  justify-content: center;
  
}
.primary-button {
  color: #fff;
  background-color: #4473A9;
  border-radius: 6px;
  padding: 16px 45px;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  text-align: center;
  border: solid 2px #4473A9;;
}
.primary-button:hover,
.primary-button:focus{
  color: #4473A9;
  background: #fff; 
  border: solid 2px #4473A9;
}

.primary-button.large { 
  padding: 16px 24px;
}

  }
  .primary-button,
  .secondary-button{
    display: block;
    width: 100%;
  }
}
.button-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}

.secondary-button {
  color: #fff;
  background-color: #e28f3a;
  border-radius: 6px;
  padding: 16px 45px;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  text-align: center;
  border: solid 2px #4473A9;;
}
.secondary-button:hover,
.secondary-button:focus{
  color: #e28f3a;
  background:#FFFFFF; 
  border: solid 2px #e28f3a;
}
.secondary-button.large { 
  padding: 16px 24px;
}
  }
  .primary-button,
  .secondary-button{
    display: block;
    width: 100%;
  }
}
.button-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}

@media (min-width: 991px) {
  .about-card{
    border-right:  1px solid #d47122;
    border-bottom: none;
    width: 31%;
  }
  .about-card:last-child{
    border-right:  none;
  }
}
@media (max-width: 991px) { 

  .about-description {
      margin-top: 40px;
  }

  .training-types {
      margin-top: 40px;
  }

  .about-cards {
      margin-top: 40px;
      gap: 0;
  }
  .about-card{
    border-bottom:  1px solid #d47122;
    margin-bottom: 24px;
    padding: 0px;
    padding-bottom: 24px;
    width: 100%;
  }
  .about-card:last-child{
    border-bottom:  none;
    margin-bottom: 0px;
  }
  
  .about-actions {
      margin-top: 40px;
      flex-direction: row-reverse;
  }

  .secondary-button {
      padding: 16px 20px;
  }

  .primary-button {
      padding: 16px 20px;
  }
}

@media (max-width: 640px) {
  .about-section {
    padding: 32px 16px;
      display: flex;
  }
  .about-actions { 
      flex-direction: column-reverse;
     
  }
  .primary-button,
  .secondary-button{
    display: block;
    width: 100%;
  }
}
<div class="hs-cta-embed hs-cta-simple-placeholder hs-cta-embed-198425495989"
  style="max-width:100%; max-height:100%; width:182px;height:55.1953125px" data-hubspot-wrapper-cta-id="198425495989">
  <a href="https://cta-service-cms2.hubspot.com/web-interactives/public/v1/track/redirect?encryptedPayload=AVxigLKPJuk%2BTuTrPZ4PWZtkcbhy%2BjwjZ2irFE%2FiFTFeGtoq25mvFg05L5%2FOoGgWWXg5luWxR7w99Hv5P1ovTD6eR3L4cRmtrgEla7d1FMAz0%2BnGirLBirV4XBdeppPAJlZxBi5PprA1MEWQGOpwCeQyYFUT5ydUtdPKsP7jv5QkannsBaxcVENjG6k5vF0NC3K9exqibfVrJJ04wxAY4BX%2FCrc%3D&webInteractiveContentId=198425495989&portalId=22485902" target="_blank" rel="noopener" crossorigin="anonymous">
    <img alt="&lt;strong&gt;Sign Up&lt;/strong&gt;" loading="lazy" src="https://no-cache.hubspot.com/cta/default/22485902/interactive-198425495989.png" style="height: 100%; width: 100%; object-fit: fill"
      onerror="this.style.display='none'" />
  </a>
</div>

/* ACE Tracks Section */
.ace-tracks-section {
  width: 100%;
  padding: 96px 0;
  background-color: #16325b;
  overflow: hidden;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
}

.ace-tracks-container {
  max-width: 1016px;
  width: 100%;
}

.feature-block { 
  max-width: 100%; 
  margin: 80px 0;
}

.feature-image { 
  width: 100%;
  height: auto;
  flex-grow: 1;
  flex-shrink: 1;
  border-radius: 20px;
  margin-bottom: 32px;
}

.feature-content {
  display: flex; 
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1; 
  padding: 1px 16px;
}

.feature-text {
  width: 100%;
}

.feature-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.3px;
  margin: 0;
}

.feature-description {
  color: #d1dce9;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  margin: 15px 0 0 0;
}

.feature-actions { 
  margin-top: 40px; 
  width: 100%;
}

.contact-cta {
  border-top: 1px solid #4473a9;
  display: flex;
  margin-top: 80px;
  width: 100%; 
  padding: 51px 0 30px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.cta-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
  margin: 0; 
  font-weight: 700;
  line-height: 130%; 
  margin-bottom: 40px;
}

.cta-description {
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px; 
  max-width: 810px;
  font-size: 16px;
  margin-bottom: 40px;
}

.cta-button {
  color: #16325B;
  background-color: #edf0f7;
  border-radius: 6px; 
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
  text-align: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #edf0f7;
}
.cta-button:hover,
.cta-button:focus{
  color: #edf0f7;
  background-color: #4473A9; 
  border: solid 2px #4473A9;
}

@media (min-width: 991px) { 
  .cta-button {
    width: auto;
      padding: 16px 25px;
  }
}
@media (max-width: 991px) {
  .ace-tracks-section {
      padding: 56px 16px;
  }

  .feature-block {
      margin-bottom: 80px;
      margin-top: 0px;
  }

  .contact-cta {
      margin-top: 40px;
  }

  .cta-button {
      padding: 16px 24px;
      display: block;
  }
}
@media (max-width: 640px) {
  .ace-tracks-section {
    padding: 32px 16px;
}
  .feature-block .primary-button{
    width: 100%;
    display: block;
  }
}
.button-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
/* Section Divider */
.section-divider {
  width: 100%;
  height: 341px; 
  object-fit: cover; 
} 

/* FAQ Section */
.faq-section {
  width: 100%;
  padding: 70px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  color: #16325b;
  font-weight: 700;
}

.faq-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.faq-container{
  max-width: 1247px;
}

.faq-section .section-title {
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.faq-accordion {
  display: flex;
  margin-top: 64px;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 2;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.faq-accordion .accordion-item {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #4473a9;
  display: flex;
  min-width: 240px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 482px;
  margin-bottom: 0;
}

.faq-accordion .accordion-title {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
  color: #16325b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 2;
  text-transform: initial;
  min-height: unset;
}
.faq-accordion .accordion-item.is-active .accordion-title{
  color: #16325b;
  background: none;
}

.faq-accordion .accordion-title::before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('img/accordion-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  position: relative;
  order: 1;
  top: 19px;
  right: 0;
}
.faq-accordion .accordion-item.is-active .accordion-title::before{
  transform: rotate(180deg);
}
:last-child:not(.is-active)>.accordion-title{
  border-bottom: none;
}
.faq-accordion .accordion-title span {
  flex: 1;
}
.faq-accordion .accordion-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.faq-accordion .accordion-content{
  display: none;
  padding: 0;
  border: none;
  border-bottom: 0;
  background: none;
  color: #223049;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%; /* 29.34px */
  letter-spacing: 0.18px;
  padding-top: 24px;
}
:last-child>.accordion-content:last-child{
  border-bottom: none;
}
.faq-contact {
  display: flex;
  margin-top: 64px;
  max-width: 1016px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}

.contact-title {
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
}

.contact-description {
  text-align: center;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16px;
  margin: 40px 0 0 0;
}

.contact-button {
  color: #fff;
  background-color: #2d3648;
  border-radius: 6px;
  padding: 12px 20px;
  text-decoration: none;
  font-family: 'Inter', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-weight: 700;
  letter-spacing: -0.16px;
  overflow: hidden;
  margin-top: 40px;
  transition: 0.3s ease;
}
.contact-button:hover,
.contact-button:focus {
  background-color: #4473A9;
  color: #fff;
}

@media (max-width: 991px) {
  .faq-section {
      padding: 32px 16px;
  }

  .faq-section .section-title {
      font-size: 40px;
  }

  .faq-accordion {
      margin-top: 40px;
  }

  .faq-accordion .accordion-item {
      padding: 32px 16px;
  }

  .faq-contact {
      margin-top: 40px;
  }
}

/* Footer */
.main-footer {
  min-height: 497px;
  max-height: 600px;
  width: 100%;
  padding: 60px 348px;
  background-color: #16325b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 392px;
  width: 100%;
}

.footer-logo {
  display: flex;
  width: 392px;
  max-width: 100%;
  padding: 11px 0;
  flex-direction: column;
  align-items: center;
  font-family: 'Helvetica Neue', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 11.2px;
  justify-content: center;
}

.footer-logo-image {
  width: 234px;
  max-width: 100%;
  aspect-ratio: 6.17;
  object-fit: contain;
}

.footer-logo-divider {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), #4473a9;
  border: 1px solid #4473a9;
  min-height: 1px;
  margin-top: 12px;
  width: 234px;
  max-width: 100%;
}

.footer-logo .academy-text {
  color: #fff;
  margin-top: 12px;
}

.social-links {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.social-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.footer-address {
  color: #d1dce9;
  text-align: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  margin: 40px 0 0 0;
  font-style: normal;
}

@media (max-width: 991px) {
  .main-footer {
      padding: 97px 20px;
  }

  .footer-logo {
      white-space: initial;
  }
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
 

.menu-toggle:focus {
  outline: 2px solid #16325b;
  outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .primary-button,
  .secondary-button {
      border: 2px solid;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .hamburger-line {
      transition: none;
  }
}

.off-canvas.position-right {
  width: 100%; /* Full width */
  /* Height needs to be calculated based on viewport height and header height */
  /* A common approach uses JS, or CSS calc() if the header height is fixed */
  /* For now, setting a large height, will refine if header height is dynamic */
  height: calc(100vh - var(--mobile-header-height, 60px)); /* Example using CSS variable, adjust 60px */
  top: var(--mobile-header-height, 60px); /* Position below the header */
  /* To make it animate down instead of from the side, you might need to override Foundation's transition */
  /* This might involve removing the default transform/transition properties */
  /* And adding your own height/opacity transition */
  transform: translateY(0) !important; /* Override default slide transform */
  visibility: hidden; /* Hide by default, control display with JS/class toggle */
  transition: transform 0.3s ease-out, visibility 0.3s ease-out; /* Add transition */
}

.off-canvas.position-right.is-open {
  visibility: visible;
  /* You might need JS to set max-height or height for the transition */
}

/* You might need to adjust the .off-canvas-content styles if using push or slide */