@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

/* Screen reader only and skip link */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.audio-chapter {
  padding-bottom: 30px;
}

.book-gallery {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
}
.book-gallery img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}
.book-gallery img:last-child {
  margin-bottom: 0;
}
.book-gallery-band {
  background: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0;
}
.book-gallery-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.book-gallery-inner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}
.book-gallery-inner img:last-child {
  margin-bottom: 0;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 10000;
  padding: 12px 20px;
  background-color: #ffffff;
  color: #120E2E;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.skip-link:focus {
  top: 16px;
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

/* Visible focus indicators (WCAG 2.4.7) */
a:focus-visible,
button:focus-visible,
.award-toggle:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.btn-schedule-call-primary:focus-visible {
  outline-color: #120E2E;
  outline-offset: 3px;
}

.btn-inspire:focus-visible {
  outline-color: #ffffff;
  outline-offset: 3px;
}

.app-download-buttons a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
  border-radius: 8px;
}

.award-toggle {
  cursor: pointer;
}

.award-toggle:focus {
  outline: none;
}

#app {padding-top:20px; max-width:1000px;}

.text-center{
  text-align:center;
}

.container {
  display: block;
  margin:0 auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}

.ToggleTwoContainer{
  position:relative;
  width:100%;
  max-width:1000px;
  box-sizing: border-box;
}

/* Award canvases: overlay positions scale with container width */
/* Most award images designed at 1000px; hero/manager-employee images at 800px */
.container,
.ToggleTwoContainer > .pinnacles-picked,
.ToggleTwoContainer > .summits-picked,
.pinnacles-picked > .container,
.summits-picked > .container,
.award-composite,
.inspire > .container,
.hero-award-wrap,
.fedex-hero-award-wrap,
.manager-employee-wrap {
  container-type: inline-size;
}

.ToggleTwoContainer > .pinnacles-picked,
.ToggleTwoContainer > .summits-picked {
  position: relative;
  width: 100%;
}

.TogglePinnacleLogo{
  position: absolute;
  left: calc(228 * 100cqw / 1000);
  top: calc(161 * 100cqw / 1000);
  width: 18%;
}
.TogglePinnacleText{
  width: calc(195 * 100cqw / 1000);
  position: absolute;
  left: calc(220 * 100cqw / 1000);
  top: calc(292 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  line-height: calc(19 * 100cqw / 1000);
  font-size: calc(18 * 100cqw / 1000);
  color: white;
}
.ToggleSummitLogo{
  position: absolute;
  top: calc(167 * 100cqw / 1000);
  left: calc(596 * 100cqw / 1000);
  width: 17%;
}
.ToggleSummitText{
  width: calc(200 * 100cqw / 1000);
  position: absolute;
  left: calc(578 * 100cqw / 1000);
  top: calc(301 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  line-height: calc(18 * 100cqw / 1000);
  font-size: calc(17 * 100cqw / 1000);
  color: #fff;
}

h1 {line-height:68px;font-size:60px;}
h2 {margin: 0px;line-height:60px;font-weight:300;font-style: italic;font-size: 60px;}

.section-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px;
}

.section-subtitle {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto 16px;
}

.page-section .section-title,
.page-section .section-subtitle,
.pinnacles-picked .section-title,
.pinnacles-picked .section-subtitle,
.summits-picked .section-title,
.summits-picked .section-subtitle,
.prisms-picked .section-title,
.prisms-picked .section-subtitle {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
h3 {margin: 0px;font-size:35px;line-height: 35px;}
h4 {margin: 0px;font-size:17px;line-height: 17px;}
h5 {margin: 0px;font-size:24px;line-height: 24px;}

.header {
  height:60px;
  margin: auto;
  padding-bottom:10px;
  padding-top:10px;
}

.top-fold-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}

.top-fold{
  width: 100%;
  background-color: #120e2e;
  background-image: none;
  position: relative;
  isolation: isolate;
}

.top-fold::after {
  content: '';
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 960px);
  height: 380px;
  background: radial-gradient(
    ellipse 55% 75% at 50% 0%,
    rgba(255, 255, 255, 0.045) 0%,
    rgba(255, 255, 255, 0.018) 38%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
}

.top-fold-nav {
  width: 100%;
  margin: 0 0 64px;
  padding: 16px 0;
  background-color: #020718;
  position: relative;
  z-index: 2;
}

.top-fold-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-fold-logo img {
  height: 40px;
  width: auto;
  display: block;
}

.btn-schedule-call-outline,
.btn-schedule-call-primary {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border-radius: 999px;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  min-height: 44px;
  box-sizing: border-box;
  line-height: 1.25;
}

.btn-schedule-call-outline {
  padding: 12px 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-schedule-call-outline:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.btn-schedule-call-primary {
  padding: 12px 24px;
  background-color: #ffffff;
  color: #120E2E;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-schedule-call-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.hero-grid {
  display: flex;
  align-items: center;
  gap: 64px;
}

.hero-content {
  flex: 1;
  max-width: 520px;
}

.hero-content h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero-subheadline {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 36px;
  font-weight: 300;
}

.hero-image-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-award-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* FedEx hero — overlays scale with image width (designed at 1000px) */
.fedex-hero-award-wrap {
  position: relative;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}

.fedex-hero-award-wrap .fedex-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.fedex-hero-award-wrap .yearEndLogoFedex {
  position: absolute;
  left: calc(496 * 100cqw / 1000);
  top: calc(402 * 100cqw / 1000);
  width: calc(105 * 100cqw / 1000);
}

.fedex-hero-award-wrap .yearEndLogoFedex img {
  width: 100%;
  height: auto;
  display: block;
}

.fedex-hero-award-wrap .yearEndTitleFedex {
  position: absolute;
  left: calc(486 * 100cqw / 1000);
  top: calc(467 * 100cqw / 1000);
  width: calc(120 * 100cqw / 1000);
  font-size: calc(6 * 100cqw / 1000);
  text-align: center;
  font-family: 'Times New Roman', sans-serif;
  color: white;
  line-height: 1.1;
}

.hero-award-wrap .topAwardLogo,
.hero-award-wrap .topAwardText {
  position: absolute;
}

/* Hero award overlay — designed at 800px container width */
.hero-award-wrap .topAwardLogo {
  left: calc(398 * 100cqw / 800);
  top: calc(324 * 100cqw / 800);
  width: 49%;
}

.hero-award-wrap .topAwardText {
  color: white;
  width: calc(100 * 100cqw / 800);
  text-align: center;
  font-family: 'Times New Roman', sans-serif;
  left: calc(388 * 100cqw / 800);
  top: calc(376 * 100cqw / 800);
  font-size: calc(5.5 * 100cqw / 800);
  line-height: 1.1;
}

img {
  border-radius: 20px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  object-fit: cover;
}

body, html{
  margin:0px;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  width: 100%;
  background-color: #120E2E;
  color: rgba(255, 255, 255, 0.85);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  body, html {
    scroll-behavior: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h5, h6 {
  color: #ffffff;
}

h4 {
  color: rgba(255, 255, 255, 0.85);
}

h5{
  font-size: 18px;
}

.page-content {
  padding: 48px 24px 80px;
}

.page-content .container,
.page-content .ToggleTwoContainer {
  margin-bottom: 50px;
}

.page-section .container,
.page-section .ToggleTwoContainer,
.page-section .award-composite {
  margin-left: auto;
  margin-right: auto;
}

.section-image-wrap {
  overflow: hidden;
  width: 100%;
}

.section-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.rise-kit-section {
  background-color: #120E2E;
  padding: 48px 24px;
  margin-bottom: 80px;
}

.rise-kit-section .section-title {
  margin-bottom: 24px;
}

.rise-kit-image-wrap {
  background: radial-gradient(circle, #ffffff 0%, #e0e0e0 100%);
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.rise-kit-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.rise-kit-caption {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin: 10px 0 0;
}

.page-footer {
  padding: 8px 24px 80px;
  border-top: none;
}

.page-footer-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.page-footer hr {
  display: none;
}

/* Rounded corners on content images */
.container > img,
.pinnacles-picked > img,
.summits-picked > img,
.ToggleTwoContainer > .pinnacles-picked > img,
.ToggleTwoContainer > .summits-picked > img,
.container > div > img[width="100%"],
.award-composite > img,
.three-columns .column > img,
.appRight > img,
.appLeft img[width="80%"],
.container > img[width="65%"] {
  display: block;
}

.award-composite {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.award-composite .perpetual-logo {
  position: absolute;
  width: 10%;
}

.award-composite .perpetual-logo-1 {
  left: calc(105 * 100cqw / 1000);
  top: calc(225 * 100cqw / 1000);
}

.award-composite .perpetual-logo-2 {
  left: calc(741 * 100cqw / 1000);
  top: calc(335 * 100cqw / 1000);
}

.btn-inspire {
  font-size: 16px;
  border-radius: 999px;
  border: 1px solid #2a2d3e;
  margin: 0;
  padding: 12px 24px;
  min-height: 44px;
  min-width: 44px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.btn-inspire:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.wp-block-button__link {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.employee-manager-wall-plaque-logo {
  position: absolute;
  width: calc(64 * 100cqw / 1000);
  left: calc(431 * 100cqw / 1000);
  top: calc(71 * 100cqw / 1000);
}

.employee-manager-wall-plaque-text {
  position: absolute;
  font-family: 'Times New Roman', sans-serif;
  line-height: calc(7 * 100cqw / 1000);
  font-size: calc(6 * 100cqw / 1000);
  color: #fceab1;
  left: calc(508 * 100cqw / 1000);
  top: calc(78 * 100cqw / 1000);
}

.employee-manager-award-logo {
  position: absolute;
  left: calc(470 * 100cqw / 1000);
  top: calc(307 * 100cqw / 1000);
  width: calc(48 * 100cqw / 1000);
}

.employee-manager-award-text {
  position: absolute;
  width:calc(60 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  left: calc(465 * 100cqw / 1000);
  top: calc(339 * 100cqw / 1000);
  line-height: calc(5 * 100cqw / 1000);
  font-size: calc(5 * 100cqw / 1000);
  color: white;
}

.manager-employee-wrap{
  position:relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.manager-employee-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.manager-employee-wrap .topAwardLogo,
.manager-employee-wrap .topAwardText {
  position: absolute;
}

.manager-employee-wrap .topAwardLogo {
  left: calc(399 * 100cqw / 800);
  top: calc(328 * 100cqw / 800);
}

.manager-employee-wrap .topAwardText {
  left: calc(389 * 100cqw / 800);
  top: calc(380 * 100cqw / 800);
  width: calc(100 * 100cqw / 800);
  font-size: calc(8 * 100cqw / 800);
  line-height: calc(8 * 100cqw / 800);
  color: white;
  text-align: center;
  font-family: 'Times New Roman', sans-serif;
}

.topAwardLogo{
  position:absolute;
}

.topAwardText{
  position: absolute;
  color: white;
  text-align: center;
  font-family: 'Times New Roman', sans-serif;
}

/* Center text on all absolutely positioned award overlays */
.TogglePinnacleText,
.ToggleSummitText,
.employee-manager-wall-plaque-text,
.employee-manager-award-text,
.topAwardText,
.wall-plaque-text,
.acrylic-year-end-text,
.pinnacle-text,
.summit-text,
.inspire-text,
.quarterly-wall-plaque-text,
.quarterly-aye-text,
.quarterly-text,
.yearEndTitleWalmart,
.yearEndTitleFedex,
.UnifirstTruckText,
.truckText,
.threeAwardsPinnacleText,
.threeAwardsTruckText,
.threeAwardsSummitText,
[class*="truckAwardsText"],
#FiveAwardsVanText,
#FiveAwardsPinnacleText,
#FiveAwardsAirplaneTitle,
#FiveAwardsAirplaneName,
#FiveAwardsSemiTitle,
#FiveAwardsSemiName,
#FiveAwardsSummitText,
#FiveAwardsSummitName {
  text-align: center;
}

/* commonly used css */

.wall-plaque-logo {
  position: absolute;
  width: calc(93 * 100cqw / 1000);
  left: calc(51 * 100cqw / 1000);
  top: calc(81 * 100cqw / 1000);
}

.wall-plaque-text {
  width: calc(92 * 100cqw / 1000);
  position: absolute;
  line-height: calc(10 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  font-size: calc(9 * 100cqw / 1000);
  color: #fceab1;
  left: calc(146 * 100cqw / 1000);
  top: calc(88 * 100cqw / 1000);
}

.acrylic-year-end-logo {
  position:absolute;
  width: 9.5%;
  left: calc(203 * 100cqw / 1000);
  top: calc(256 * 100cqw / 1000);
}

.acrylic-year-end-text {
  position:absolute;
  left: calc(251 * 100cqw / 1000);
  top: calc(381 * 100cqw / 1000);
  width: calc(120 * 100cqw / 1000);
  height: calc(50 * 100cqw / 1000);
  margin-left: calc(-60 * 100cqw / 1000);
  font-size: calc(6.5 * 100cqw / 1000);
  line-height: calc(6.5 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  color: white;
  letter-spacing: calc(-0.2 * 100cqw / 1000);
}

.inspire .acrylic-year-end-text {
  position: absolute;
  left: calc(251 * 100cqw / 1000);
  top: calc(328 * 100cqw / 1000);
  width: calc(120 * 100cqw / 1000);
  height: calc(50 * 100cqw / 1000);
  margin-left: calc(-60 * 100cqw / 1000);
  font-size: calc(6.5 * 100cqw / 1000);
  line-height: calc(6.5 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  color: white;
  letter-spacing: calc(-0.2 * 100cqw / 1000);
}


/* pinnacle specific css */

.pinnacle-logo{position:absolute; width:7%}
.pinnacle-text{
  position:absolute; 
  width: calc(120 * 100cqw / 1000);
  height: calc(50 * 100cqw / 1000);
  margin-left: calc(-60 * 100cqw / 1000);
  font-size: calc(6.5 * 100cqw / 1000);
  line-height: calc(6.5 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  color: white;
  letter-spacing: calc(-0.2 * 100cqw / 1000);
}

.pinnacle-logo-1 { top: calc(144 * 100cqw / 1000); left: calc(353 * 100cqw / 1000); }
.pinnacle-logo-2 { top: calc(128 * 100cqw / 1000); left: calc(463 * 100cqw / 1000); }
.pinnacle-logo-3 { top: calc(116 * 100cqw / 1000); left: calc(572 * 100cqw / 1000); }
.pinnacle-logo-4 { top: calc(88 * 100cqw / 1000);  left: calc(679 * 100cqw / 1000); }
.pinnacle-logo-5 { top: calc(70 * 100cqw / 1000);  left: calc(787 * 100cqw / 1000); }
.pinnacle-logo-6 { top: calc(47 * 100cqw / 1000);  left: calc(891 * 100cqw / 1000); }
.pinnacle-logo-7 { top: calc(312 * 100cqw / 1000); left: calc(350 * 100cqw / 1000); }
.pinnacle-logo-8 { top: calc(289 * 100cqw / 1000); left: calc(463 * 100cqw / 1000); }
.pinnacle-logo-9 { top: calc(281 * 100cqw / 1000); left: calc(573 * 100cqw / 1000); }
.pinnacle-logo-10 { top: calc(252 * 100cqw / 1000); left: calc(683 * 100cqw / 1000); }
.pinnacle-logo-11 { top: calc(231 * 100cqw / 1000); left: calc(790 * 100cqw / 1000); }
.pinnacle-logo-12 { top: calc(212 * 100cqw / 1000); left: calc(896 * 100cqw / 1000); }

.pinnacle-text-1 { top: calc(203 * 100cqw / 1000); left: calc(387 * 100cqw / 1000); }
.pinnacle-text-2 { top: calc(183 * 100cqw / 1000); left: calc(497 * 100cqw / 1000); }
.pinnacle-text-3 { top: calc(170 * 100cqw / 1000); left: calc(608 * 100cqw / 1000); }
.pinnacle-text-4 { top: calc(142 * 100cqw / 1000); left: calc(716 * 100cqw / 1000); }
.pinnacle-text-5 { top: calc(124 * 100cqw / 1000); left: calc(824 * 100cqw / 1000); }
.pinnacle-text-6 { top: calc(104 * 100cqw / 1000); left: calc(926 * 100cqw / 1000); }
.pinnacle-text-7 { top: calc(369 * 100cqw / 1000); left: calc(386 * 100cqw / 1000); }
.pinnacle-text-8 { top: calc(349 * 100cqw / 1000); left: calc(497 * 100cqw / 1000); }
.pinnacle-text-9 { top: calc(337 * 100cqw / 1000); left: calc(606 * 100cqw / 1000); }
.pinnacle-text-10 { top: calc(309 * 100cqw / 1000); left: calc(718 * 100cqw / 1000); }
.pinnacle-text-11 { top: calc(287 * 100cqw / 1000); left: calc(825 * 100cqw / 1000); }
.pinnacle-text-12 { top: calc(268 * 100cqw / 1000); left: calc(929 * 100cqw / 1000); }


/* summit specific css */

.summit-logo{position:absolute; width:7%}
.summit-text{
  position:absolute; 
  width: calc(120 * 100cqw / 1000);
  height: calc(50 * 100cqw / 1000);
  margin-left: calc(-60 * 100cqw / 1000);
  font-size: calc(6.5 * 100cqw / 1000);
  line-height: calc(6.5 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  color: white;
  letter-spacing: calc(-0.2 * 100cqw / 1000);
}

.summit-logo-1  { top: calc(142 * 100cqw / 1000); left: calc(363 * 100cqw / 1000); }
.summit-logo-2  { top: calc(126 * 100cqw / 1000); left: calc(474 * 100cqw / 1000); }
.summit-logo-3  { top: calc(107 * 100cqw / 1000); left: calc(584 * 100cqw / 1000); }
.summit-logo-4  { top: calc(88 * 100cqw / 1000);  left: calc(692 * 100cqw / 1000); }
.summit-logo-5  { top: calc(70 * 100cqw / 1000);  left: calc(798 * 100cqw / 1000); }
.summit-logo-6  { top: calc(53 * 100cqw / 1000);  left: calc(905 * 100cqw / 1000); }
.summit-logo-7  { top: calc(304 * 100cqw / 1000); left: calc(353 * 100cqw / 1000); }
.summit-logo-8  { top: calc(287 * 100cqw / 1000); left: calc(462 * 100cqw / 1000); }
.summit-logo-9  { top: calc(269 * 100cqw / 1000); left: calc(574 * 100cqw / 1000); }
.summit-logo-10 { top: calc(246 * 100cqw / 1000); left: calc(684 * 100cqw / 1000); }
.summit-logo-11 { top: calc(227 * 100cqw / 1000); left: calc(791 * 100cqw / 1000); }
.summit-logo-12 { top: calc(211 * 100cqw / 1000); left: calc(899 * 100cqw / 1000); }

.summit-text-1  { top: calc(199 * 100cqw / 1000); left: calc(396 * 100cqw / 1000); }
.summit-text-2  { top: calc(183 * 100cqw / 1000); left: calc(507 * 100cqw / 1000); }
.summit-text-3  { top: calc(166 * 100cqw / 1000); left: calc(617 * 100cqw / 1000); }
.summit-text-4  { top: calc(143 * 100cqw / 1000); left: calc(725 * 100cqw / 1000); }
.summit-text-5  { top: calc(124 * 100cqw / 1000); left: calc(830 * 100cqw / 1000); }
.summit-text-6  { top: calc(109 * 100cqw / 1000); left: calc(937 * 100cqw / 1000); }
.summit-text-7  { top: calc(364 * 100cqw / 1000); left: calc(386 * 100cqw / 1000); }
.summit-text-8  { top: calc(348 * 100cqw / 1000); left: calc(497 * 100cqw / 1000); }
.summit-text-9  { top: calc(327 * 100cqw / 1000); left: calc(608 * 100cqw / 1000); }
.summit-text-10 { top: calc(306 * 100cqw / 1000); left: calc(717 * 100cqw / 1000); }
.summit-text-11 { top: calc(286 * 100cqw / 1000); left: calc(824 * 100cqw / 1000); }
.summit-text-12 { top: calc(271 * 100cqw / 1000); left: calc(932 * 100cqw / 1000); }


/* inspire specific css */

.inspire-logo{position:absolute; width:8%}
.inspire-text{
  position:absolute; 
  width: calc(120 * 100cqw / 1000);
  height: calc(50 * 100cqw / 1000);
  margin-left: calc(-60 * 100cqw / 1000);
  font-size: calc(6.5 * 100cqw / 1000);
  line-height: calc(6.5 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  color: white;
  letter-spacing: calc(-0.2 * 100cqw / 1000);
}

.inspire-logo-1  { left: calc(346 * 100cqw / 1000); top: calc(285 * 100cqw / 1000); }
.inspire-text-1  { left: calc(386 * 100cqw / 1000); top: calc(350 * 100cqw / 1000); }

.inspire-logo-2  { left: calc(457 * 100cqw / 1000); top: calc(270 * 100cqw / 1000); }
.inspire-text-2  { left: calc(498 * 100cqw / 1000); top: calc(331 * 100cqw / 1000); }

.inspire-logo-3  { left: calc(566 * 100cqw / 1000); top: calc(250 * 100cqw / 1000); }
.inspire-text-3  { left: calc(607 * 100cqw / 1000); top: calc(310 * 100cqw / 1000); }

.inspire-logo-4  { left: calc(675 * 100cqw / 1000); top: calc(232 * 100cqw / 1000); }
.inspire-text-4  { left: calc(714 * 100cqw / 1000); top: calc(291 * 100cqw / 1000); }

.inspire-logo-5  { left: calc(783 * 100cqw / 1000); top: calc(211 * 100cqw / 1000); }
.inspire-text-5  { left: calc(823 * 100cqw / 1000); top: calc(269 * 100cqw / 1000); }

.inspire-logo-6  { left: calc(891 * 100cqw / 1000); top: calc(191 * 100cqw / 1000); }
.inspire-text-6  { left: calc(932 * 100cqw / 1000); top: calc(249 * 100cqw / 1000); }

.inspire-logo-7  { left: calc(353 * 100cqw / 1000); top: calc(132 * 100cqw / 1000); }
.inspire-text-7  { left: calc(394 * 100cqw / 1000); top: calc(190 * 100cqw / 1000); }

.inspire-logo-8  { left: calc(464 * 100cqw / 1000); top: calc(117 * 100cqw / 1000); }
.inspire-text-8  { left: calc(502 * 100cqw / 1000); top: calc(171 * 100cqw / 1000); }

.inspire-logo-9  { left: calc(573 * 100cqw / 1000); top: calc(98 * 100cqw / 1000); }
.inspire-text-9  { left: calc(612 * 100cqw / 1000); top: calc(152 * 100cqw / 1000); }

.inspire-logo-10 { left: calc(683 * 100cqw / 1000); top: calc(79 * 100cqw / 1000); }
.inspire-text-10 { left: calc(723 * 100cqw / 1000); top: calc(135 * 100cqw / 1000); }

.inspire-logo-11 { left: calc(791 * 100cqw / 1000); top: calc(60 * 100cqw / 1000); }
.inspire-text-11 { left: calc(830 * 100cqw / 1000); top: calc(113 * 100cqw / 1000); }

.inspire-logo-12 { left: calc(899 * 100cqw / 1000); top: calc(40 * 100cqw / 1000); }
.inspire-text-12 { left: calc(939 * 100cqw / 1000); top: calc(96 * 100cqw / 1000); }


/* quarterly specific css */

.quarterly-wall-plaque-text {
  position: absolute;
  width: calc(100 * 100cqw / 1000);
  color: #fceab1;
  font-size: calc(10 * 100cqw / 1000);
  top: calc(97 * 100cqw / 1000);
  left: calc(129 * 100cqw / 1000);
}

.quarterly-wall-plaque-logo {
  position: absolute;
  top: calc(94 * 100cqw / 1000);
  left: calc(52 * 100cqw / 1000);
  width: 7%;
}

.quarterly-aye-logo {
  position: absolute;
  left: calc(221 * 100cqw / 1000);
  top: calc(183 * 100cqw / 1000);
  width: 10%;
}

.quarterly-aye-text {
    position: absolute;
    font-family: 'Times New Roman', sans-serif;
    left: calc(212 * 100cqw / 1000);
    top: calc(270 * 100cqw / 1000);
    color: white;
    font-size: calc(8 * 100cqw / 1000);
}

.quarterly-aye-text span,
.acrylic-year-end-text span {
  font-size: calc(14 * 100cqw / 1000) !important;
  font-style: italic;
}

.quarterly-logo{
  position: absolute;
  width: 8%;
}

.quarterly-text{
  position: absolute;
  font-family: 'Times New Roman', sans-serif;
  font-size: calc(10 * 100cqw / 1000);
  color: #ffffff;
}

.yearEndLogoWalmart{
  position:absolute;
  left: calc(560 * 100cqw / 1000);
  top: calc(322 * 100cqw / 1000);
}

.yearEndTitleWalmart{
  font-size: calc(6 * 100cqw / 1000);
  text-align: center;
  position: absolute;
  width: 120px;
  left: calc(546 * 100cqw / 1000);
  top: calc(378 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  color:white;
}

.quarterly-pinnacle-logo-1 { top: calc(251 * 100cqw / 1000); left: calc(420 * 100cqw / 1000); }
.quarterly-pinnacle-logo-2 { top: calc(212 * 100cqw / 1000); left: calc(567 * 100cqw / 1000); }
.quarterly-pinnacle-logo-3 { top: calc(180 * 100cqw / 1000); left: calc(717 * 100cqw / 1000); }
.quarterly-pinnacle-logo-4 { top: calc(142 * 100cqw / 1000); left: calc(862 * 100cqw / 1000); }

  .quarterly-pinnacle-text-1 { top: calc(307 * 100cqw / 1000); left: calc(420 * 100cqw / 1000); }
.quarterly-pinnacle-text-2 { top: calc(271 * 100cqw / 1000); left: calc(567 * 100cqw / 1000); }
.quarterly-pinnacle-text-3 { top: calc(232 * 100cqw / 1000); left: calc(714 * 100cqw / 1000); }
.quarterly-pinnacle-text-4 { top: calc(199 * 100cqw / 1000); left: calc(861 * 100cqw / 1000); }

.quarterly-summit-logo-1 { top: calc(251 * 100cqw / 1000); left: calc(420 * 100cqw / 1000); }
.quarterly-summit-logo-2 { top: calc(212 * 100cqw / 1000); left: calc(568 * 100cqw / 1000); }
.quarterly-summit-logo-3 { top: calc(180 * 100cqw / 1000); left: calc(727 * 100cqw / 1000); }
.quarterly-summit-logo-4 { top: calc(142 * 100cqw / 1000); left: calc(886 * 100cqw / 1000); }

  .quarterly-summit-text-1 { top: calc(307 * 100cqw / 1000); left: calc(414 * 100cqw / 1000); }
.quarterly-summit-text-2 { top: calc(274 * 100cqw / 1000); left: calc(566 * 100cqw / 1000); }
.quarterly-summit-text-3 { top: calc(245 * 100cqw / 1000); left: calc(723 * 100cqw / 1000); }
.quarterly-summit-text-4 { top: calc(208 * 100cqw / 1000); left: calc(883 * 100cqw / 1000); }

.three-columns {
  display: flex;
  gap: 16px;
}

.three-columns-scroll {
  margin-top: 40px;
  width: 100%;
}

.three-columns-scroll {
  margin-top: 30px;
  width: 100%;
}

.three-columns-scroll:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  border-radius: 4px;
}

.three-columns .column {
  flex: 1;
  min-width: 0;
}

.column h4 {
  margin-top: 20px;
}

.three-columns .column h4,
.three-columns .column .column-title {
  text-align: center;
}

.column-title {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
}

.appLeft {padding-top:20px;float:left;width:50%;}

.app-row {
  display: flex;
  align-items: center;
  gap: 32px;
}

.app-row .appLeft,
.app-row .appRight {
  float: none;
  width: 50%;
  padding-top: 0;
}

.app-row .appLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.micro-course-row .appLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.micro-course-row .micro-course-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.micro-course-screen {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
}

.micro-course-content {
  text-align: left;
}

.app-subtitle {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.4;
}

.micro-course-title {
  white-space: normal;
  font-size: clamp(24px, 3.5vw, 40px);
  line-height: 1.15;
  text-align: left;
}

.micro-course-lead {
  margin: 0 0 1.5rem;
  max-width: 480px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
}

.micro-course-features {
  width: 100%;
  max-width: 480px;
  text-align: left;
}

.micro-course-item {
  margin-bottom: 2rem;
}

.micro-course-item:last-child {
  margin-bottom: 0;
}

.micro-course-item-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.4rem;
}

.micro-course-item-desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

.app-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 1rem;
  width: 100%;
}

.myemployees-app-icon {
  display: block;
  margin: 0 auto 1rem;
}

.app-features {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.app-features li {
  margin-bottom: 0.35rem;
  font-size: 17px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.85);
}

.app-features .feature-check {
  color: #ffffff;
}

.app-download-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.app-download-buttons a img {
  display: block;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.75))
          drop-shadow(0 0 10px rgba(255, 255, 255, 0.35));
  transition: filter 0.2s ease;
}

.app-download-buttons a:hover img {
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.95))
          drop-shadow(0 0 28px rgba(255, 255, 255, 0.5));
}

.app-preview-image,
.micro-course-screen,
.three-columns .column > img {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.85))
          drop-shadow(0 0 24px rgba(255, 255, 255, 0.45))
          drop-shadow(0 0 48px rgba(255, 255, 255, 0.2));
}

.container > .app-preview-image {
  margin-left: auto;
  margin-right: auto;
}

.appRight {
  float: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}
.column {flex: 1; margin: 0px; padding: 0px;}

.truckAwardsLogo1{left:calc(410 * 100cqw / 1000); top:calc(149 * 100cqw / 1000)}
.truckAwardsText1{left:calc(380 * 100cqw / 1000); top:calc(149 * 100cqw / 1000)}
.truckAwardsLogo2{left:calc(518 * 100cqw / 1000); top:calc(76 * 100cqw / 1000)}
.truckAwardsText2{left:calc(488 * 100cqw / 1000); top:calc(73 * 100cqw / 1000)}
.truckAwardsLogo3{left:calc(461 * 100cqw / 1000); top:calc(256 * 100cqw / 1000)}
.truckAwardsText3{left:calc(431 * 100cqw / 1000); top:calc(470 * 100cqw / 1000)}
.truckAwardsLogo4{left:calc(578 * 100cqw / 1000); top:calc(186 * 100cqw / 1000)}
.truckAwardsText4{left:calc(549 * 100cqw / 1000); top:calc(184 * 100cqw / 1000)}
.truckAwardsLogo5{left:calc(688 * 100cqw / 1000); top:calc(113 * 100cqw / 1000)}
.truckAwardsText5{left:calc(658 * 100cqw / 1000); top:calc(110 * 100cqw / 1000)}
.truckAwardsLogo6{left:calc(808 * 100cqw / 1000); top:calc(34 * 100cqw / 1000)}
.truckAwardsText6{left:calc(778 * 100cqw / 1000); top:calc(35 * 100cqw / 1000)}
.truckAwardsLogo7{left:calc(531 * 100cqw / 1000); top:calc(360 * 100cqw / 1000)}
.truckAwardsText7{left:calc(501 * 100cqw / 1000); top:calc(361 * 100cqw / 1000)}
.truckAwardsLogo8{left:calc(639 * 100cqw / 1000); top:calc(287 * 100cqw / 1000)}
.truckAwardsText8{left:calc(609 * 100cqw / 1000); top:calc(287 * 100cqw / 1000)}
.truckAwardsLogo9{left:calc(752 * 100cqw / 1000); top:calc(212 * 100cqw / 1000)}
.truckAwardsText9{left:calc(722 * 100cqw / 1000); top:calc(212 * 100cqw / 1000)}
.truckAwardsLogo10{left:calc(871 * 100cqw / 1000); top:calc(140 * 100cqw / 1000)}
.truckAwardsText10{left:calc(841 * 100cqw / 1000); top:calc(140 * 100cqw / 1000)}
.truckAwardsLogo11{left:calc(808 * 100cqw / 1000); top:calc(326 * 100cqw / 1000)}
.truckAwardsText11{left:calc(778 * 100cqw / 1000); top:calc(327 * 100cqw / 1000)}
.truckAwardsLogo12{left:calc(928 * 100cqw / 1000); top:calc(251 * 100cqw / 1000)}
.truckAwardsText12{left:calc(898 * 100cqw / 1000); top:calc(254 * 100cqw / 1000)}

.UnifirstTruckLogo{position:absolute; width:7%}
.UnifirstTruckText{
  position:absolute;
  width:calc(120 * 100cqw / 1000);
  height:calc(50 * 100cqw / 1000);
  margin-left: calc(-60 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  line-height: calc(6 * 100cqw / 1000);
  font-size:calc(5.2 * 100cqw / 1000);
  color:white;
}
.truckLogo{position:absolute; width:5%}
.truckText{
  position:absolute;
  width:calc(120 * 100cqw / 1000);
  height:calc(50 * 100cqw / 1000);
  margin-left: calc(-60 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  line-height: calc(6 * 100cqw / 1000);
  font-size:calc(5.2 * 100cqw / 1000);
  color:black;
}
.threeAwardsPinnacleLogo{
  position: absolute;
  left: calc(316 * 100cqw / 1000);
  top:calc(211 * 100cqw / 1000);
  width:12%;
}
.threeAwardsPinnacleText{
  width:calc(172 * 100cqw / 1000);
  position: absolute;
  left: calc(289 * 100cqw / 1000);
  top:calc(300 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  line-height:calc(14 * 100cqw / 1000);
  letter-spacing: calc(-0.5 * 100cqw / 1000);
  font-size:calc(15 * 100cqw / 1000);
  color:white;
}
.threeAwardsTruckLogo{
  position: absolute;
  width:11%;
  top: calc(360 * 100cqw / 1000);
  left: calc(558 * 100cqw / 1000);
}
.threeAwardsTruckText{
  width:calc(145 * 100cqw / 1000);
  position: absolute;
  left: calc(539 * 100cqw / 1000);
  top: calc(560 * 100cqw / 1000);
  line-height:calc(12 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(12 * 100cqw / 1000);
  color: black;
}
.threeAwardsSummitLogo{
  position: absolute;
  width:11%;
  top: calc(360 * 100cqw / 1000);
  left: calc(558 * 100cqw / 1000);
}
.threeAwardsSummitText{
  width:calc(145 * 100cqw / 1000);
  position: absolute;
  left: calc(539 * 100cqw / 1000);
  top: calc(560 * 100cqw / 1000);
  line-height: calc(18 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  font-size: calc(14 * 100cqw / 1000);
  color:#a28e69;
}


@media (max-width: 1000px) {
  img {
    border-radius: 10px;
  }
  .page-content .container,
  .page-content .ToggleTwoContainer {
    margin-bottom: 20px;
  }

  .top-fold {
    width: 100%;
  }

  .container,
  .ToggleTwoContainer {
    width: 100%;
    max-width: 100%;
  }

  .page-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (max-width: 900px) {

    .top-fold-inner {
      padding: 0 24px;
    }

    .top-fold-nav {
      margin-bottom: 40px;
      padding: 16px 0;
    }

    .top-fold-nav-inner {
      padding: 0 24px;
      justify-content: center;
    }

    .top-fold-nav .btn-schedule-call-outline {
      display: none;
    }

    .top-fold-logo {
      display: flex;
      justify-content: center;
      flex: 1;
    }

    .top-fold-logo img {
      width: 80%;
      height: auto;
    }

    .btn-schedule-call-outline,
    .btn-schedule-call-primary {
      text-align: center;
    }

    .hero-grid {
      flex-direction: column;
      align-items: center;
      gap: 40px;
      text-align: center;
    }

    .hero-content {
      flex: none;
      max-width: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .hero-content .btn-schedule-call-primary {
      display: inline-block;
    }

    .hero-subheadline {
      font-size: 16px;
      margin-bottom: 28px;
    }

    .hero-image-wrap {
      width: 100%;
    }

    .hero-award-wrap .topAwardLogo {
      left: calc(242 * 100cqw / 800);
      top: calc(337 * 100cqw / 800);
      width: 49%;
    }

    .app-row {
      flex-direction: column;
      gap: 40px;
    }

    .app-row .appLeft,
    .app-row .appRight {
      width: 100%;
    }

    .app-title {
      white-space: normal;
      font-size: clamp(22px, 6vw, 32px);
    }

    .micro-course-row .micro-course-content {
      align-items: flex-start;
      width: 100%;
    }

    .micro-course-content > .myemployees-app-icon {
      display: none;
    }

    .micro-course-features,
    .micro-course-lead {
      max-width: none;
    }

    .app-preview-image[width="70%"],
    .app-preview-image[width="80%"] {
      width: min(85%, 360px) !important;
    }

    .myemployees-app-icon[width="200"],
    .myemployees-app-icon[width="300"] {
      width: min(160px, 45vw) !important;
    }

    .app-download-buttons {
      margin-top: 24px;
    }

    .three-columns-scroll {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      margin-left: -16px;
      margin-right: -16px;
      padding-left: 16px;
      padding-right: 16px;
    }

    .three-columns-scroll::-webkit-scrollbar{
      display: none;
    }

    .three-columns {
      flex-wrap: nowrap;
      width: max-content;
      gap: 12px;
      padding-top: 50px;
    }

    .three-columns .column {
      flex: 0 0 calc((100vw - 44px) / 1.5);
      max-width: calc((100vw - 44px) / 1.5);
      scroll-snap-align: start;
    }

    .page-footer-actions {
      flex-direction: column;
      width: 100%;
    }

    .page-footer-actions .btn-inspire,
    .page-footer-actions .btn-schedule-call-primary {
      width: 100%;
      max-width: 320px;
      text-align: center;
      box-sizing: border-box;
    }

    #hide-mobile {
      display: none;
    }

    .quarterly-aye-text {
      position: absolute;
      font-family: 'Times New Roman', sans-serif;
      left: calc(231 * 100cqw / 1000);
      top: calc(258 * 100cqw / 1000);
      color: white;
      font-size: calc(8 * 100cqw / 1000);
    }

    .inspire .wall-plaque-logo {
      position: absolute;
      width: calc(93 * 100cqw / 1000);
      left: calc(51 * 100cqw / 1000);
      top: calc(71 * 100cqw / 1000) !important;
    }

    .inspire .wall-plaque-text {
      width: calc(92 * 100cqw / 1000);
      position: absolute;
      line-height: calc(10 * 100cqw / 1000);
      font-family: 'Times New Roman', sans-serif;
      font-size: calc(9 * 100cqw / 1000);
      color: #fceab1;
      left: calc(146 * 100cqw / 1000);
      top: calc(79 * 100cqw / 1000) !important;
    }

    #FiveAwardsAirplaneTitle {
      font-size: calc(4 * 100cqw / 1000);
      line-height: calc(4 * 100cqw / 1000);
      left: calc(503 * 100cqw / 1000);
      top: calc(571 * 100cqw / 1000);
    }

    #FiveAwardsPrismText {
      top: calc(600 * 100cqw / 1000);
    }

    #FiveAwardsSemiTitle {
      font-size: calc(5 * 100cqw / 1000);
      line-height: calc(4 * 100cqw / 1000);
      top: calc(660 * 100cqw / 1000);
    }

    @media (max-width: 600px) {

      .top-fold-inner,
      .top-fold-nav-inner {
        padding: 0 16px;
      }

      .top-fold {
        padding-bottom: 48px;
      }

      .top-fold-nav-inner {
        flex-wrap: nowrap;
        justify-content: center;
      }

      .hero-content h1 {
        font-size: clamp(28px, 8vw, 36px);
      }

      .section-title {
        font-size: clamp(22px, 6vw, 32px);
        margin-bottom: 20px;
      }

      .page-content {
        padding: 32px 16px 48px;
      }

      .container.page-section[style*="margin-top"] {
        margin-top: 48px !important;
      }

      .micro-course-item {
        margin-bottom: 1.5rem;
      }

      .micro-course-item-title {
        font-size: 16px;
      }

      .micro-course-item-desc {
        font-size: 15px;
      }

    }

  }

}

#FiveAwardsVanText{
  position:absolute;
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(8 * 100cqw / 1000);
  color:#29007C;
  left: calc(235 * 100cqw / 1000);
    top: calc(228 * 100cqw / 1000);
  transform-style: preserve-3d;
  transform: rotateY(1.5deg);
}

#FiveAwardsVanLogo{
  position:absolute;
  left: calc(313 * 100cqw / 1000);
  top: calc(218 * 100cqw / 1000);
  width:8%
}

#FiveAwardsPinnacleLogo{
  position: absolute;
  left: calc(59 * 100cqw / 1000);
  top: calc(177 * 100cqw / 1000);
  width: 8%;
}

#FiveAwardsPinnacleText{
  position:absolute;
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(8 * 100cqw / 1000);
  color:white;
  width: calc(81 * 100cqw / 1000);
  left: calc(55 * 100cqw / 1000);
  top: calc(241 * 100cqw / 1000);
  transform-style:preserve-3d;
  transform: rotateY(1.5deg);
}

#FiveAwardsAirplaneTitle{
  position:absolute;
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(6 * 100cqw / 1000);
  line-height: calc(6 * 100cqw / 1000);
  color:#29007C;
  left: calc(501 * 100cqw / 1000);
  top: calc(252 * 100cqw / 1000);
}

#FiveAwardsAirplaneName{
  position:absolute;
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(10 * 100cqw / 1000);
  color:#29007C;
  left: calc(489 * 100cqw / 1000);
  top: calc(310 * 100cqw / 1000);
}

#FiveAwardsSemiTitle{
  position:absolute;
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(6 * 100cqw / 1000);
  line-height:calc(6 * 100cqw / 1000);
  color:#29007C;
  left: calc(635 * 100cqw / 1000);
  top: calc(275 * 100cqw / 1000);
}

#FiveAwardsSemiName{
  position:absolute;
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(11 * 100cqw / 1000);
  color:#29007C;
  left: calc(738 * 100cqw / 1000);
  top: calc(300 * 100cqw / 1000);
  transform-style: preserve-3d;
  transform: rotateY(-1.5deg);
}

#FiveAwardsSummitLogo{
  position: absolute;
  left: calc(887 * 100cqw / 1000);
  top: calc(170 * 100cqw / 1000);
  width: 7%;
}


#FiveAwardsSummitText{
  position:absolute;
  left:calc(883 * 100cqw / 1000);
  top:calc(236 * 100cqw / 1000);
  width: calc(74 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  font-size:calc(8 * 100cqw / 1000);
  color: white;
}

#FiveAwardsSummitName {
  position: absolute;
  width: calc(100 * 100cqw / 1000);
  left: calc(871 * 100cqw / 1000);
  top: calc(309 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  font-size: calc(8 * 100cqw / 1000);
  color: white;
}

.yearEndLogoFedex{
  position: absolute;
  left: calc(475 * 100cqw / 1000);
  top: calc(216 * 100cqw / 1000);
}

.yearEndTitleFedex{
  font-size: calc(6 * 100cqw / 1000);
  text-align: center;
  position: absolute;
  left: calc(472 * 100cqw / 1000);
  top: calc(244 * 100cqw / 1000);
  font-family: 'Times New Roman', sans-serif;
  color: white;
  font-size: 5px;
  width: 120px;
}
