html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Amadeus Neue';
  color: var(--dark-sky);
  background: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow-x: hidden;
  height: auto !important;
}
:root {
  --white: #ffffff;
  --indigo-blue: #1960E1;
  --dark-sky: #000835;
  --vivid-sky: #3A8BFF;
  --light-sky: #C5D5F9;
  --dark-violet: #26005A;
  --vivid-violet: #B650FF;
  --vivid-violet-60: #9240CC;
  --light-violet: #E4C7FF;
  --light-violet-30: #D396FF;
  --dark-fuchsia: #4F0230;
  --vivid-fuchsia: #FF58AC;
  --light-fuchsia: #FFC5F9;
  --verylight-fuchsia: #FF9BE3;
  --verylight-fuchsia20: #FCC5F9;
  --dark-crimson: #560900;
  --vivid-crimson: #FF514D;
  --light-crimson: #FFD7D7;
  --dark-canary: #564A00;
  --vivid-canary: #FCE649;
  --light-canary: #FFFEB0;
  --dark-forest: #023A00;
  --vivid-forest: #92FF73;
  --light-forest: #C8FFC0;
  --citric-blue: #10069f;
}
/* fonts used */
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-RegularItalic.eot');
  src: url('fonts/AmadeusNeue-RegularItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-RegularItalic.woff2') format('woff2'), url('fonts/AmadeusNeue-RegularItalic.woff') format('woff'), url('fonts/AmadeusNeue-RegularItalic.ttf') format('truetype'), url('fonts/AmadeusNeue-RegularItalic.svg#AmadeusNeue-RegularItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-MediumItalic.eot');
  src: url('fonts/AmadeusNeue-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-MediumItalic.woff2') format('woff2'), url('fonts/AmadeusNeue-MediumItalic.woff') format('woff'), url('fonts/AmadeusNeue-MediumItalic.ttf') format('truetype'), url('fonts/AmadeusNeue-MediumItalic.svg#AmadeusNeue-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-Regular.eot');
  src: url('fonts/AmadeusNeue-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-Regular.woff2') format('woff2'), url('fonts/AmadeusNeue-Regular.woff') format('woff'), url('fonts/AmadeusNeue-Regular.ttf') format('truetype'), url('fonts/AmadeusNeue-Regular.svg#AmadeusNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-Medium.eot');
  src: url('fonts/AmadeusNeue-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-Medium.woff2') format('woff2'), url('fonts/AmadeusNeue-Medium.woff') format('woff'), url('fonts/AmadeusNeue-Medium.ttf') format('truetype'), url('fonts/AmadeusNeue-Medium.svg#AmadeusNeue-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-Black.eot');
  src: url('fonts/AmadeusNeue-Black.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-Black.woff2') format('woff2'), url('fonts/AmadeusNeue-Black.woff') format('woff'), url('fonts/AmadeusNeue-Black.ttf') format('truetype'), url('fonts/AmadeusNeue-Black.svg#AmadeusNeue-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-Bold.eot');
  src: url('fonts/AmadeusNeue-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-Bold.woff2') format('woff2'), url('fonts/AmadeusNeue-Bold.woff') format('woff'), url('fonts/AmadeusNeue-Bold.ttf') format('truetype'), url('fonts/AmadeusNeue-Bold.svg#AmadeusNeue-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-BlackItalic.eot');
  src: url('fonts/AmadeusNeue-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-BlackItalic.woff2') format('woff2'), url('fonts/AmadeusNeue-BlackItalic.woff') format('woff'), url('fonts/AmadeusNeue-BlackItalic.ttf') format('truetype'), url('fonts/AmadeusNeue-BlackItalic.svg#AmadeusNeue-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-BoldItalic.eot');
  src: url('fonts/AmadeusNeue-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-BoldItalic.woff2') format('woff2'), url('fonts/AmadeusNeue-BoldItalic.woff') format('woff'), url('fonts/AmadeusNeue-BoldItalic.ttf') format('truetype'), url('fonts/AmadeusNeue-BoldItalic.svg#AmadeusNeue-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-LightItalic.eot');
  src: url('fonts/AmadeusNeue-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-LightItalic.woff2') format('woff2'), url('fonts/AmadeusNeue-LightItalic.woff') format('woff'), url('fonts/AmadeusNeue-LightItalic.ttf') format('truetype'), url('fonts/AmadeusNeue-LightItalic.svg#AmadeusNeue-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amadeus Neue';
  src: url('fonts/AmadeusNeue-Light.eot');
  src: url('fonts/AmadeusNeue-Light.eot?#iefix') format('embedded-opentype'), url('fonts/AmadeusNeue-Light.woff2') format('woff2'), url('fonts/AmadeusNeue-Light.woff') format('woff'), url('fonts/AmadeusNeue-Light.ttf') format('truetype'), url('fonts/AmadeusNeue-Light.svg#AmadeusNeue-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ../fonts used */
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
sup, sub {
  vertical-align: top;
  position: relative;
  top: -0.4em;
  font-size: 55%;
  margin-right: 3px;
}
video {
  max-width: 100%;
}
ul, ul li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.bg_lightsky {
  background: var(--light-sky);
}
.bg_darksky {
  background: var(--dark-sky);
}
.bg_vividsky {
  background: var(--vivid-sky);
}
.bg_darkfuchsia {
  background: var(--dark-fuchsia);
}
.bg_vividfuchsia {
  background: var(--vivid-fuchsia);
}
.bg_lightfuchsia {
  background: var(--light-fuchsia);
  color: var(--dark-fuchsia);
}
.bg_verylightfuchsia {
  background: var(--verylight-fuchsia);
}
.bg_verylightfuchsia20 {
  background: var(--verylight-fuchsia20);
}

.bg_darkviolet {
  background: var(--dark-violet);
}
.bg_vividviolet {
  background: var(--vivid-violet);
}

.bg_lightviolet {
  background: var(--light-violet);
}
.bg_lightviolet_30 {
  background: var(--light-violet-30);
}
 
.bg_darkforest {
  background: var(--dark-forest);
}
.bg_vividforest {
  background: var(--vivid-forest);
}
.bg_white {
  background: var(--white);
}
.color_white {
  color: var(--white);
}
.color_dark_sky {
  color: var(--dark-sky);
}
.color_vivid_sky {
  color: var(--vivid-sky);
}
.color_vivid_fuchsia {
  color: var(--vivid-fuchsia);
}
.color_dark_violet {
  color: var(--dark-violet);
}
.color_vivid_violet {
  color: var(--vivid-violet);
}
.color_light_violet {
  color: var(--light-violet);
}
.color_vivid_forest {
  color: var(--vivid-forest);
}
.color_dark_forest {
  color: var(--dark-forest);
}
.color_dark_fuchsia {
  color: var(--dark-fuchsia);
}
.color_dark_violet {
  color: var(--dark-violet);
}
.bg_change {
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.no-padding {
  padding: 0%;
}
.no-break {
  white-space: nowrap;
}
.font_amadeus_neuelight {}
.font_amadeus_neueregular {}
.font_amadeus_neuebold {}
.font_amadeus_neuemedium {
  font-weight: 500 !important;
}
h1.h1text {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.header_content_top_text h1.h1text {
  font-size: 62px;
}
h1.h1text_big {
  font-size: 94.88px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h1.h1text_big_sm {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
h1.h1text_big_md {
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  padding-left: 65px;
}
h2.h2text {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
h2.h2text_big {
  font-size: 58.281px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
h2.h2text_sm {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
h2.h2text_md {
  font-size: 49.694px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}
h3.h3text {
  font-size: 41.786px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%
}
h3.h3text_sm {
  font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 110%;
}
h4.h4text {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
h5.h5text {
  font-size: 31.63px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h6.h6text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
h6.h6text_sm {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
h1.h1text_big_md sup {
  vertical-align: top;
  position: absolute;
  top: -3px;
  left: 0px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}
.para_chart {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.home_hero_img {
  display: none;
}
.btn_default {
  display: inline-block;
  padding: 8px 16px;
  background: transparent;
  border: 2px solid var(--white);
  border-radius: 6px;
  position: relative;
  color: var(--white);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.75px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none !important;
}
.btn_default:hover {
  background: var(--vivid-sky);
  border: 2px solid var(--vivid-sky);
}
.btn_default_darkfuchsia {
  background: var(--dark-fuchsia);
  border: 2px solid var(--dark-fuchsia);
  padding-right: 60px !important;
}
.btn_default_darkfuchsia:hover {
  background: transparent;
  color: var(--dark-fuchsia);
  border: 2px solid var(--dark-fuchsia);
}
.btn_default_lightfuchsia {
  background: #8D3D65;
  border: 2px solid #8D3D65;
  padding-right: 60px !important;
}
.btn_default_lightfuchsia:hover {
  background: var(--dark-fuchsia);
  border: 2px solid var(--dark-fuchsia);
}
.btn_default_fuchsia_60 {
  background: #CC468A;
  border: 2px solid #CC468A;
}
.btn_default_fuchsia_60:hover {
  background: var(--dark-fuchsia);
  border: 2px solid var(--dark-fuchsia);
}
.btn_default_vividviolet {
  background: var(--vivid-violet);
  border: 2px solid var(--vivid-violet);
  padding: 8px 20px 8px;
}
.btn_default_vividviolet:hover {
  background: transparent;
  color: var(--vivid-violet);
  border: 2px solid var(--vivid-violet);
}
.linkedin_icon {
  width: 28px;
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wrapper {
  position: relative;
  width: 100%;
}
.wrapper_grid {
  position: relative;
  /*width: 80%;*/
  width: 1150px;
  margin: 0px auto;
  padding: 0px 20px;
}
.header_wrapper_grid {
  width: 80%;
}
.width_70 {
  width: 70%;
}
.fixed_nav {
  background: var(--white);
  padding: 9px 16px 8px;
  width: 100%;
  position: fixed;
  z-index: 1001;
  left: 0px;
  top: -1px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 148, 148, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(148, 148, 148, 1);
  box-shadow: 0px 0px 5px 0px rgba(148, 148, 148, 1);
}
.fixed_nav_fixed {
  position: absolute;
  z-index: 1000;
}
p.insights_text {
  font-size: 22.14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.fixed_nav_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.fixed_nav_flex_right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fixed_nav_flex_right p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.75px;
  text-align: right;
}
.fixed_nav_flex_right span.content_icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 30px;
  height: 30px;
  background: url("../images/content_icon.svg") no-repeat center center;
  background-size: contain;
}
.fixed_nav_flex_right span.close_icon {
  background: url("../images/close_icon.svg") no-repeat center center;
  background-size: contain;
}
.backtomain {
  position: fixed;
  z-index: 10000;
  right: 0px;
  bottom: 0px;
}
.backtomain_inner {
  padding: 18px 20px 15px;
  padding-right: 60px;
  color: var(--dark-sky);
  background: var(--vivid-sky);
  display: none;
}
.backtomain a {
  color: var(--dark-sky);
}
.close_back {
  color: var(--white);
  position: fixed;
  right: 15px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: url("../images/icon_close_white.svg") no-repeat center center;
  background-size: 25px auto;
}
.backtomain:hover .close_back, .close_back:hover {
  background: url("../images/icon_close_darksky.svg") no-repeat center center;
  background-size: 25px auto;
}
/* scroll animation home start*/
.scroll_btm_animation {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%;
}
.scroll_text {
  width: 80px;
  padding: 0px 5px;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
  text-transform: uppercase;
}
.icon-scroll {
  width: 24px;
  height: 40px;
  margin-left: -12px;
  top: 50%;
  margin-top: -20px;
  box-shadow: inset 0 0 0 2px var(--white);
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 3px;
  height: 8px;
  background: var(--white);
  margin-left: -1.5px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation: scroll_down 1.5s infinite linear;
  -moz-animation: scroll_down 1.5s infinite linear;
  -ms-animation: scroll_down 1.5s infinite linear;
  -o-animation: scroll_down 1.5s infinite linear;
  animation: scroll_down 1.5s infinite linear;
}
@-webkit-keyframes scroll_down {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(22px);
  }
}
@keyframes scroll_down {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(22px);
  }
}
/* scroll animation home end*/
/* Home page section start */
.header_section {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fullscreen-bg-fixed {
  position: fixed;
}
.fullscreen-bg-video-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}
.fullscreen-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header_logo {
  position: absolute;
  top: 112px;
  left: 96px;
  width: 168px;
  z-index: 100;
}
.header_logo img {
  width: 100%;
}
.header_section_content {
  position: relative;
  min-height: 100vh;
  padding: 100px 0px;
  display: flex;
  width: 100%;
  align-items: center;
}
.header_content_top {
  position: relative;
  width: 566px;
  background: var(--dark-sky);
  z-index: 100;
}
.header_wrapper_grid {
  display: flex;
  justify-content: flex-end;
}
.header_content_top_title {
  padding: 10px 33px;
  background: var(--vivid-sky);
}
.header_content_top_text {
  padding: 50px 20px 64px 27px;
  color: var(--white);
}
.header_content_top_text h5 {
  padding: 3px 6px;
  display: inline-block;
  background: var(--vivid-sky);
  color: var(--dark-sky);
  margin-top: 15px;
}
.header_content_top_text h1.h1text_big {
  margin-top: -10px;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: var(--dark-sky);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  width: 100%;
  color: var(--white);
  padding: 150px 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.fixed_menu_section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fixed_menu_section_left {
  width: 350px;
  position: relative;
}
.fixed_menu_section_left h3.h3text {
  margin-bottom: 10px;
}
.fixed_menu_section_right {
  width: 635px;
  display: flex;
  justify-content: space-between;
}
.fixed_menu_section_left p.para_menu {
  background: var(--vivid-sky);
  color: var(--dark-sky);
  margin-top: 15px;
  font-size: 21.318px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  padding: 0px 4.044px;
  justify-content: center;
  align-items: center;
}
.cta_menu {
  margin: 50px 0px 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.cta_menu a img {
  margin-left: 5px;
  width: 22px;
}
.fixed_menu_section_right_cols {
 width: 270px;
}
.fixed_menu_section_right_centercols {
  width: 270px;
}
.fixed_menu_section_right p {
  margin-bottom: 30px;
}
.fixed_menu_section_right p a {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  position: relative;
  display: block;
}
.fixed_menu_section_right p a.main_nav {
  padding-left: 45px;
}
.fixed_menu_section_right p a.main_nav span {
  position: absolute;
  left: 0px;
  top: 0px;
}
.fixed_menu_section_right p a:hover {}
/* Home page section end */
.all_sections {
  position: relative;
  padding: 100px 0px;
}
.all_sections_pad_top0 {
  padding-top: 0px;
}
.all_sections_inv_next {
  z-index: 0;
}
.all_sections_header_inner {
  padding-top: 200px;
}
.all_sections_header_inner_title {
  padding: 100px 0px;
}
.arrow_sec_inner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.arrow_sec_inner img {
  width: 60px;
}
.next_sections_inner {
  margin-top: 120px;
}
.next_sections_inner h2 {
  margin: 20px 0px;
}
.back_sections {
  padding: 18px 0px 15px;
}
.arrow_back {
  display: inline-block;
  width: 48px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/arrow_left_light_violet.svg") no-repeat top center;
  background-size: 30px auto;
}
.arrow_back_main, .back_sections {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.arrow_back_main:hover .back_sections {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: var(--dark-violet);
  background: var(--vivid-violet);
}
.arrow_back_main:hover .arrow_back {
  background: url("../images/arrow_left_darksky.svg") no-repeat top center;
  background-size: 30px auto;
}
.twocols_section_cols_left:hover .arrow_sec_inner_left {
  margin-left: -20px;
}
.twocols_section_cols_right:hover .arrow_sec_inner_right {
  margin-right: -20px;
}
.pad_bot_0 {
  padding-bottom: 0px !important;
}
.pad_0 {
  padding: 0px !important;
}
.mar_bot_0 {
  margin-bottom: 0px !important;
}
.twocols_section_flex {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px;
}
.twocols_section_flex_ver_center {
  align-items: center;
}
.twocols_section_flex_reverse {
  flex-direction: row-reverse !important;
}
.all_sections_inv_priorities_airlines .twocols_section_flex {
    margin: 0px;
}
.all_sections_inv_priorities_airlines h6 {
    margin-bottom: 32px;
}
.twocols_section_cols {
  width: 47.8%;
}
.twocols_section_cols31 {
  width: 31%;
}
.twocols_section_cols40 {
  width: 40%;
}
.twocols_section_cols41 {
  width: 41%;
}
.twocols_section_cols42 {
  width: 42%;
}
.twocols_section_cols45 {
  width: 45%;
}
.twocols_section_cols50 {
  width: 50%;
}
.twocols_section_cols56 {
  width: 56%;
}
.twocols_section_cols60 {
  width: 60%;
}
.twocols_section_cols66 {
  width: 66%;
}
.twocols_section_cols75 {
  width: 75%;
}
.twocols_section_cols85 {
  width: 85%;
}
.globe_anim {
  width: 100%;
  max-width: inherit;
}
.twocols_section_leftminus18 {
  margin-left: -22%;
}
.twocols_section_leftminus50 {
  margin-left: -50%;
}
.para_text {
  margin-bottom: 30px;
}
.mb_0 {
  margin-bottom: 0px !important;
}
.foreword_section h5.h5text {
  margin-top: 30px;
}
.foreword_section .twocols_section_flex {
  margin-top: 20px;
}
.bullet_section_text {
  margin-bottom: 30px;
}
.bullet_section_text ul {
  margin-left: 40px;
}
.bullet_section_text ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.profile_section {
  position: relative;
  width: 255px;
  margin-top: 50px;
}
.profile_section_inner {
  padding: 15px;
  position: relative;
  z-index: 2;
}
.profile_section p {
  font-size: 14px;
  line-height: 150%;
}
.profile_section p span {
  font-size: 120%;
}
.profile_section p.para_text {
  margin-bottom: 15px;
}
.headshot_profile {
  position: absolute;
  left: 90%;
  top: 35%;
  width: 140px;
  z-index: 1;
}
.video_podcast {
    position: relative;
    margin: 200px 0px 80px;
}
.video_podcast video {
    cursor: pointer;
}
.video_podcast_big {
    margin-top: 300px;
}
.video_podcast_box {
    position: absolute;
    top: -90px;
    right: 6%;
    width: 380px;
    padding: 16px;
}

.video_soundbite_headshot {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 150px;
}
.video_podcast_box_big {
    width: 425px;
    right: 3%;
    top: -150px;
}
.video_podcast_box_soundbite {
    right: 100px;
}
.video_podcast_box p {
    margin: 8px 0 0;
}
.video_podcast_box p.font_amadeus_neuemedium {
    font-size: 20px;
font-style: normal;
line-height: 130%;
    margin-bottom: 15px;
}
.video_podcast_box h4.h4text {
    font-weight: 400;
}

.foreword_section .profile_section1 {
  margin-left: 115px;
  margin-bottom: 70px;
}
.foreword_section .profile_section_outer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.foreword_section .profile_section2 {
  margin-right: 120px;
}
.foreword_section a {
  color: var(--dark-sky);
}
.text_underline {
  text-decoration: underline;
}
.foreword_section .profile_section1 .headshot_profile {
  left: -115px;
}
p.big_text {
  font-size: 421.67px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.big_text_introduction {
  z-index: 1;
  position: relative;
}
.introtext_section {
  position: relative;
  z-index: 2;
}
.intro_text {
  width: 730px;
}
.intro_text p {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.threecols_section_flex {
  display: flex;
  color: var(--dark-sky);
  justify-content: space-between;
  padding-top: 400px;
}
.threecols_section_cols {
  width: 31%;
}
.wrapper_grid_discover_sections {
  padding: 0px;
  width: 100% !important;
}
.wrapper_grid_discover_sections h2.h2text {}
.discover_flex_slider {
  margin: 10px 0px;
}
.discover_flex_cols_outer {
  width: 360px;
  display: block;
  cursor: pointer;
  padding-bottom: 50px;
}
.discover_flex_outer {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.discover_flex {}
.discover_flex_cols {
  min-height: 400px;
}
.discover_flex_cols_outer {
  width: 350px;
  display: block;
}
.discover_slider {
  margin: 30px 0px 40px;
}
.discover_flex_cols {
  width: 100%;
  padding: 30px;
  min-height: 350px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 40px;
}
.discover_flex_cols_outer:hover .discover_flex_cols {
  top: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.discover_flex_cols h3 {
  padding-left: 40px;
  position: relative;
  font-weight: 400;
}
.discover_flex_cols h3 sup {
  position: absolute;
  left: 0px;
  top: -6px;
  font-size: 65%;
}
.discover_flex_cols_icon {
  position: absolute;
  left: 70px;
  bottom: 50px;
  width: 17%;
}
.discover_flex_cols_icon img {
  width: 100%;
}
.header_section_flex {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 10% 0 7%;
}
.header_section_globe {
  height: 2000px;
}
.suitcase_video {
    margin-bottom: -10px;
}
.globe_sec h6, .turbine_sec h6 {
  margin-bottom: 32px;
}
.globe_sec .para_text, .turbine_sec .para_text {
  margin-bottom: 20px;
}
.globe_sec h6 a {
  color: var(--white);
}
.turbine_sec video {
  margin-bottom: -10px;
}
.next_sections {
  position: relative;
  margin-top: -80px;
  z-index: 2;
}
.next_sections_mar0 {
  margin-top: 0px;
}
.next_sections_flex {
  display: flex;
  justify-content: space-between;
}
.next_sections_flex_cols {
  width: 50%;
  padding: 160px 10% 120px;
  position: relative;
}
.next_sections_flex_cols h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.next_sections_flex_cols h3 {
  position: relative;
}
.next_sections_flex_cols1 h3 sup {
  position: absolute;
  right: -36px;
  top: -6px;
  font-size: 45%;
}
.next_sections_flex_cols2 h3 sup {
  position: absolute;
    left: -36px;
    top: -6px;
    font-size: 45%;
}
.next_sections_flex_cols1 p.arrow_sec, .next_sections_flex_cols2 p.arrow_sec {
  margin: 30px 0 0;
  width: 130px;
  height: 70px;
  position: relative;
  float: right;
  overflow: hidden;
}
.next_sections_flex_cols p.arrow_sec img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.next_sections_flex_cols1 p.arrow_sec img {
  width: 130px;
  margin-right: -30px;
}
.next_sections_flex_cols2 p.arrow_sec {
  float: left;
}
.next_sections_flex_cols2 p.arrow_sec img {
  width: 130px;
  margin-left: -30px;
}
.next_sections_flex_cols1:hover p.arrow_sec img {
  margin-right: -10px;
}
.next_sections_flex_cols2:hover p.arrow_sec img {
  margin-left: -10px;
}
.border_0 {
  border: 0px !important;
}
.next_sections_inner h3.h3text {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 16px 0px;
}
.merchandising_marg_div1 {
  margin-bottom: 94px;
}
.servicing_marg_div1 {
  margin-bottom: 63px;
}
.content_access_marg_div1 {
  margin-bottom: 37px;
}
.logo_nevio_abs  {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 112px;
}

.box_contents {
  display: block;
  width: 100%;
  height: 350px;
  border: 2px solid var(--dark-sky);
  color: var(--dark-sky);
  padding: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.box_contents:hover {
  background: var(--white);
  border: 2px solid var(--white);
}
.box_arrow {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.box_contents:hover .box_arrow {
  left: 50px;
}
.inv_drivers_section1_div1 {
}
.inv_drivers_section1_div2 {
    margin: 60px 0px;
    position: relative;
}
.inv_drivers_section1_div2 h4.h4text {
    font-weight: 400;
    line-height: 130%;
}
.inv_drivers_section1_div2 .inv_drivers_section1_div2_img {
    width: 430px;
}
.inv_drivers_section1_div2_content {
    position: absolute;
    width: 730px;
    right: 0%;
    bottom: 70px;
    padding: 28px 32px;
}
.inv_drivers_section1_div3 {
    width: 730px;
}
.inv_drivers_section1_div3 h6.h6text {
    margin-bottom: 32px;
}
.inv_drivers_section1_div3_chart {
    margin: 64px 0px;
}
.inv_drivers_section1_div3_chart_row {
    margin-bottom: 10px;
}
.bar {
    width: 100%;
    height: 8px;
    background: var(--white);
    overflow: hidden;
    position: relative;
}
.bar_big {
    height: 32px;
    margin-top: 8px;
    color: var(--dark-fuchsia);
}
.schedules_planning_section3_div2_chart .bar_big {
    color: var(--dark-violet);
}
.bar h6 {
    position: absolute;
    z-index: 100;
    left: 8px;
    top: 1px;
}

.bar-inner {
    height: 100%;
    position: relative;
    width: 0%;
}
.bar-inner.active_bar {
     -webkit-animation: progress-bar 2s ease-in;
    -moz-animation: progress-bar 2s ease-in;
    -ms-animation: progress-bar 2s ease-in;
    -o-animation: progress-bar 2s ease-in;
    animation: progress-bar 2s ease-in;
     transform-origin: top left;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes progress-bar {
 0% {
     -webkit-transform: scaleX(0); 
    -ms-transform: scaleX(0); 
    -moz-transform: scaleX(0);
    transform: scaleX(0); 
}
100% {
       -webkit-transform: scaleX(1); 
    -ms-transform: scaleX(1); 
    -moz-transform: scaleX(1);
    transform: scaleX(1);  
}
}
/* Standard syntax */
@keyframes progress-bar {
0% {
     -webkit-transform: scaleX(0); 
    -ms-transform: scaleX(0); 
    -moz-transform: scaleX(0);
    transform: scaleX(0);  
}
100% {
       -webkit-transform: scaleX(1); 
    -ms-transform: scaleX(1); 
    -moz-transform: scaleX(1);
    transform: scaleX(1);  
}
}
.bar_content_flex {
    display: flex;
    justify-content: flex-start;
}
.bar_content_flex h2.h2text_md {
    min-width: 112px;
}
.bar_content_flex h6.h6text {
    margin-bottom: 0px;
    margin-top: 5px;
}
.inv_drivers_section1_div4 {
    margin: 130px 0px 20px;
}

.quotes_icon {
    margin-bottom: 20px;
}
.inv_drivers_section1_div4 .twocols_section_cols1 {
    width: 40%;
}
.inv_drivers_section1_div4 .profile_section {
    margin-top: 0;
}
.bg_all_sections {
    min-height: 80vh;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg_inv_drivers1 {
  background-image: url("../images/inv_drivers_bg1.jpg");
}
.bg_inv_drivers2 {
  background-image: url("../images/inv_drivers_bg2.jpg");
}
.bg_inv_drivers3 {
  background-image: url("../images/inv_drivers_bg3.jpg");
}
.bg_inv_priorities1 {
    background-image: url("../images/inv_priorities_bg1.jpg");
}
.bg_inv_priorities2 {
    background-image: url("../images/inv_priorities_bg2.jpg");
}
.bg_journey_modern1 {
    background-image: url("../images/journey_modern_bg1.jpg");
}
.bg_journey_modern2 {
    background-image: url("../images/journey_modern_bg2.jpg");
}
.bg_journey_modern3 {
    background-image: url("../images/journey_modern_bg3.jpg");
}
.bg_merchandising_section1 {
    background-image: url("../images/merchandising_section_bg1.jpg");
}
.bg_merchandising_section2 {
    background-image: url("../images/merchandising_section_bg2.jpg");
}
.bg_merchandising_section3 {
    background-image: url("../images/merchandising_section_bg3.jpg");
}
.bg_schedules_planning1 {
    background-image: url("../images/schedules_planning_bg1.jpg");
}
.bg_schedules_planning2 {
    background-image: url("../images/schedules_planning_bg2.jpg");
}
.bg_building_stronger_airlines1 {
	background-image: url(../images/building-stronger-bg1.jpg);
}
.bg_passenger_experience {
    background-image: url("../images/passenger-experience-img1.jpg");
}
.bg_conclusion1 {
  background-image: url("../images/conclusion_bg1.jpg");
}
.inv_drivers_section2_div1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.inv_drivers_section2_div1_inner {
    width: 825px;
    padding-bottom: 60px;
}
.inv_drivers_section2_div1_box {
    width: 100%;
    padding: 72px 65px;
    margin-top: -160px;
    margin-bottom: 65px;
}
.inv_drivers_section2_div1 h6 {
    margin-bottom: 32px;
}

.inv_drivers_section_chart_flex {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;
}
.inv_drivers_section_chart_flex_cols {
    width: 20%;
}
.schedules_planning_section_chart_flex1 .inv_drivers_section_chart_flex_cols {
    width: 25%;
}
.schedules_planning_section_chart_flex2 .inv_drivers_section_chart_flex_cols {
    width: 34%;
}
.schedules_planning_section_chart_flex3 .inv_drivers_section_chart_flex_cols {
    width: 34%;
}
.inv_drivers_section_chart_flex_cols_box {
    width: 100%;
    height: 221px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 10px 10px;
    display: flex;
    align-items: end;
}
.inv_drivers_section_chart_flex_cols p {
    width: 90%;
}
.inv_drivers_section2_div2 {
    margin: 40px 0px 120px;
}
.inv_drivers_section2_div3 {
    margin: 120px 0px 72px;
}
.inv_drivers_section2_div3_box {
    padding: 28px 32px;
}
.inv_drivers_section3_div1 {
    margin: 30px 0px;
    width: 825px;
}
.inv_drivers_section3_div1 h1.h1text {
    margin-bottom: 32px;
}
.inv_drivers_section3_div2 {
    margin: 112px 0px 134px;
}
.inv_drivers_section3_div3 {
    margin: 112px 0px 150px;
}
.inv_drivers_section3_div3 .profile_section {
    margin-left: 120px;
    width: 265px;
}
.inv_drivers_section3_div3 .headshot_profile {
    left: -120px;
}
.inv_drivers_section3_div4 {
    padding: 30px;
    position: relative;
    z-index: 1000;
    margin-bottom: -100px;
}
.inv_drivers_section3_div4 .twocols_section_flex {
    margin: 0px;
}
.inv_drivers_section3_div4 h5.h5text {
    font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}


.inv_priorities_section1_div1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.inv_priorities_section1_div1_box {
    width: 100%;
    padding: 72px 65px;
    margin-top: -160px;
    margin-bottom: 65px;
}

.inv_priorities_section1_div2 {
    margin-bottom: 360px;
}
.chart_description_flex {
    display: flex;
    justify-content: flex-start;
}
.chart_description_flex_cols {
    margin-right: 24px;
}
.chart_description_flex_cols p {
    display: flex;
    align-items: center;
}
.chart_description_box {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 8px;
}
.bar_chart_rows {
    margin-bottom: 24px;
}

.inv_priorities_section2_div1 {
    position: relative;
    margin-top: -450px;
    margin-bottom: 120px;
}
.inv_priorities_section2_div1_img {
    width: 40%;
}
.inv_priorities_section2_div1_content {
    position: absolute;
    width: 730px;
    right: 0%;
    bottom: -10%;
    padding: 72px 65px;
    color: var(--dark-fuchsia);
}
.inv_priorities_section2_div3_flex_cols_chart p {
    position: relative;
    z-index: 1;
}

.inv_priorities_section2_div3_flex_cols_sec {
    width: 100%;
}    
    .inv_priorities_section2_div3_flex_cols.mar_bot_0 {
        margin-bottom: 0px !important;
    }   
.inv_priorities_section2_div3_flex_cols {
    min-height: 110px;
    margin-bottom: 10px;
}    
.inv_priorities_section2_div3_flex {
    width: 100%;
    border: 1px solid var(--dark-fuchsia);
    padding: 5px;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.inv_priorities_section3_div4 .inv_priorities_section2_div3_flex {
    border: 1px solid var(--white);
}
.inv_priorities_section2_div3_flex_cols_sec {
    width: 100%;
}
.inv_priorities_section2_div3_flex_cols {
    width: 100%;
    min-height: 80px;
    margin-bottom: 10px;
    position: relative;
    text-align: right;
    padding-left: 45%;
    padding-bottom: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    border-bottom: 1px solid var(--dark-fuchsia);
}
.inv_priorities_section3_div4 .inv_priorities_section2_div3_flex_cols {
    border-bottom: 1px solid var(--white);
}
.inv_priorities_section2_div3_chart {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 0;
    text-align: left;
    display: flex;
    align-items: flex-end;
    padding: 0px 1.5%;
}
.inv_priorities_section3_div1 {
    padding: 60px 0;
}
.inv_priorities_section3_div2 {
    width: 730px;
}
.inv_priorities_section3_div3 {
    margin: 200px 0px;
}

.inv_priorities_section3_div4 {
    margin: 112px 0px;
}

.inv_priorities_section3_div4 .profile_section {
    margin-top: 0;
}
.inv_priorities_section3_div5 h4.h4text {
font-weight: 400;
line-height: 110%;
}

.inv_priorities_section3_div6 {
    margin: 112px 0px 80px;
}
.inv_priorities_section3_div6_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
    margin: 48px 0px; 
}
.inv_priorities_section3_div6_flex_cols {
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.inv_priorities_section3_div6_flex1 .inv_priorities_section3_div6_flex_cols {
    width: 26%;
}
.inv_priorities_section3_div6 h1.h1text {
    font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}
.inv_priorities_section3_div6_flex_cols_left {
    width: 20%;
    padding-right: 8px;
}
.inv_priorities_section3_div6_flex_cols_right {
    width: 78%;
}

.inv_priorities_section4_div1 {
    padding: 60px 0 33px;
}
.inv_priorities_section4_div2 {
    width: 100%;
}
.inv_priorities_section4_div3 {
    margin: 112px 0px;
}
.inv_priorities_section4_div3 .profile_section {
    margin-top: 0px;
}
.inv_drivers_section4_div4 {
    padding: 30px;
    position: relative;
    z-index: 1000;
    margin-bottom: -100px;
}
.inv_drivers_section4_div4 .twocols_section_flex {
    margin: 0px;
}
.inv_drivers_section4_div4 h5.h5text {
    font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
    margin: 15px 0px 30px;
}
.logo_nevio {
  position: relative;
  width: 112px;
}

.inv_priorities_section5_div1 {
    margin: 20px 0px 100px;
}
.inv_priorities_section5_div1 .profile_section {
    margin-top: 0px;
    width: 285px;
}


.passenger_exp_section1_div1 {
    width: 825px;
    margin: 20px 0px 70px;
}
.passenger_exp_section1_div1 h6 {
	margin-bottom: 32px;
}
.passenger_exp_section1_div1_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
    margin: 30px 0px; 
}
.passenger_exp_section1_div1_flex_cols {
    width: 35%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.passenger_exp_section1_div1_flex_cols1 {
    width: 25%;
}
.passenger_exp_section1_div1 h1.h1text {
    font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}
.passenger_exp_section1_div1_flex_cols_left {
    width: 20%;
    padding-right: 8px;
}
.passenger_exp_section1_div1_flex_cols_right {
    width: 78%;
}
.passenger_exp_section1_div2 {
	margin: 106px 0px 70px;
}
.passenger_exp_section1_div2_flex_cols {
	width: 30%;
}
.passenger_exp_section2_div1 {
	margin: 12px 0% 64px;
}
.passenger_exp_section2_div1_chart {
    margin: 116px 0px 50px;
}

.passenger_exp_section2_div2_chart .profile_section {
	margin-top: 0;
}
.passenger_exp_section2_div2_chart .profile_section .headshot_profile {
	top: 20%;
}
.passenger_exp_section2_div2_chart .twocols_section_cols1 {
	width: 40%;
}
.passenger_exp_section2_div2_chart {
    margin-bottom: 100px;
} 
.passenger_exp_section2_div2_flex_cols {
	width: 32%;
}
.passenger_exp_section1_div1_chart {
    margin-bottom: 60px;
}
.all_sections_inv_priorities_airlines h6 {
    margin-bottom: 32px;
}


.building_stronger_airlines_div1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.building_stronger_airlines_div1_box {
    width: 825px;
    padding: 56px 48px;
    margin-top: -160px;
    margin-bottom: 65px;
}
.building_stronger_airlines_div2 {
    width: 825px;
    margin: 0px 0px 100px;
}
.building_stronger_airlines_div2 h6 {
    margin-bottom: 32px;
}
.building_stronger_airlines_div3 {
    margin: 112px 0px 134px;
}


.schedules_planning_section1_div1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.schedules_planning_section1_div1_box {
    width: 825px;
    padding: 56px 48px;
    margin-top: -160px;
    margin-bottom: 65px;
}
.schedules_planning_section1_div2 {
    width: 825px;
    margin: 0px 0px 32px;
}
.schedules_planning_section1_div2 h6 {
    margin-bottom: 32px;
}
.schedules_planning_section1_div3 {
    
}

.schedules_planning_section1_div4 {
    margin: 112px 0px 134px;
}
.schedules_planning_section1_div4_chart_flex {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;
}
.schedules_planning_section1_div4_chart_flex_cols {
    width: 16.66%;
}
.schedules_planning_section1_div4_chart_flex_cols_box {
    width: 100%;
    height: 221px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.schedules_planning_section1_div4_chart_flex_cols_box_inner {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 10px 10px;
    display: flex;
    align-items: end;
}
.schedules_planning_section1_div4_chart_flex_cols p {
    width: 90%;
}
.schedules_planning_section1_div5 {
    margin: 80px 0px;
}
.schedules_planning_section1_div5_chart {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.schedules_planning_section1_div5_chart_cols {
    width: 40%;
}
.schedules_planning_section1_div5_chart_cols1 {
    width: 47%;
}

.circular_bar {
	position: relative;
	margin: 20px 0px 30px;
	height: 443px;
    width: 435px;    
}
.circular_bar_abs {
	position: relative;
	margin: 0px auto;
    width: 435px;
}
.circular_bar_abs:before {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    content: "";
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}
.circular_bar_abs:after {
    width: calc(100% - 58px);
    height: calc(100% - 58px);
    content: "";
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 1;
}

.circular_bar_abs1:before, .circular_bar_abs1:after {
    border: 1px solid var(--dark-violet);
}
.circular_bar_abs2:before, .circular_bar_abs2:after {
    border: 1px solid #9240CC;
}
.circular_bar_abs3:before, .circular_bar_abs3:after {
    border: 1px solid #C573FF;
}

.circular_bar_abs1 {
	width: 435px;
    height: 435px;
}

.circular_bar_abs2 {
	width: 293px;
    margin-top: -365px;
}
.circular_bar_abs3 {
	width: 150px;
    margin-top: -221px;
}

.pie_progress_1 path {
	stroke: var(--dark-violet) !important;
}
.pie_progress_2 path {
	stroke: #9240CC !important;
}
.pie_progress_3 path {
	stroke: #C573FF !important;
}

.circular_bar_stats_flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.circular_bar_stats_cols {
    width: 45%;
    padding-left: 30px;
    position: relative;
    margin: 4% 0px;
}
.circular_bar_stats_cols::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 64px;
    left: 0px;
    top: 0px;
    background: var(--dark-violet);
}
.circular_bar_stats_cols1::before {
    background: var(--dark-violet);
}
.circular_bar_stats_cols2::before {
    background: #9240CC;
}
.circular_bar_stats_cols2 h1.h1text {
    color: #9240CC;
}
.circular_bar_stats_cols3::before {
    background: #C573FF;
}
.circular_bar_stats_cols3 h1.h1text {
    color: #C573FF;
}

.schedules_planning_section1_div6 {
    margin: 65px 0px;
}
.schedules_planning_section1_div6 .profile_section {
    margin-top: 0px;
}
.schedules_planning_section2_div1 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.schedules_planning_section2_div1_inner {
  width: 730px;
  padding-bottom: 80px;
}
.schedules_planning_section2_div1 h6 {
  margin-bottom: 32px;
}
.schedules_planning_section2_div1_box {
  width: 100%;
  padding: 30px;
  margin-top: -160px;
  margin-bottom: 65px;
}
.schedules_planning_section2_div2 {
    width: 730px;
    margin: 0px 0px 32px;
}
.schedules_planning_section2_div2_box {
  width: 100%;
  padding: 28px 32px;
  margin-bottom: 64px;
}
.schedules_planning_section2_div2_box h4.h4text {
font-weight: 400;
line-height: 110%;
}

.schedules_planning_section2_div2 h6 {
    margin-bottom: 32px;
}

.schedules_planning_section2_div3 {
    margin: 64px 0px;
}
.schedules_planning_section2_div3 .twocols_section_cols {
    width: 48%;
}
.schedules_planning_section2_div4 {
    margin: 112px 0px 80px;
}

.schedules_planning_section3_div1 {
    width: 730px;
    margin: 0px 0px 32px;
}
.schedules_planning_section3_div1 h1 {
    margin-bottom: 36px;
}
.schedules_planning_section3_div1 h6 {
    margin-bottom: 36px;
}
.schedules_planning_section3_div2 {
    width: 100%;
    margin: 112px 0px;
}
.schedules_planning_section3_div2_inner {
    width: 730px;
}
.schedules_planning_section3_div2 h4.h4text {
font-weight: 400;
line-height: 110%;
}
.schedules_planning_section3_div2_chart {
    margin: 50px 0px;
}
.schedules_planning_section3_div3 {
    position: relative;
    margin: 68px 0px 150px;
}
.schedules_planning_section3_div3_img {
    width: 40%;
}
.schedules_planning_section3_div3_content {
    position: absolute;
    width: 730px;
    right: 0%;
    bottom: -10%;
    padding: 72px 65px;
}
.schedules_planning_section3_div3_content h4.h4text {
font-weight: 400;
line-height: 110%;
}

.journey_retail_section1_div1 {
    width: 730px;
    margin-bottom: 160px;
}
.journey_retail_section1_div1 h6.h6text {
    margin-bottom: 32px;
}
.journey_retail_section1_div2 {
}
.journey_retail_section1_div2_chart {
    margin: 32px 0px;
}
.journey_retail_section1_div2_chart_row {
    margin-bottom: 10px;
}
.journey_retail_section1_div2_chart_row .bar_content_flex p {
    margin-top: 5px;
}
.journey_retail_section2_div1 {
    margin: 60px 0px 112px;
}
.journey_retail_section2_div1 h4.h4text {
    font-weight: 400;
line-height: 110%;
    margin-top: 64px;
}
.journey_retail_section2_div1_chart {
    margin: 48px 0px;
}

.bar_multiple {
    width: 100%;
    height: 70px;
    position: relative;
    padding-top: 40px;
    display: flex;
    overflow: hidden;
} 
.bar_multiple .bar_multiple_div {
    height: 100%;
    position: relative;
    background: var(--white);
}
.bar_multiple .bar_multiple_div p.bar_anim {
    width: 100%;
    height: 100%;
}

.bar_multiple .bar_multiple_div h6.bar_percentage {
    position: absolute;
    top: -35px;
    right: 0px;
}
.bar_multiple .bar_multiple_div h6.bar_percentage1 {
    right: -20px;
}
.bar_multiple_div1 {
    z-index: 3;
}
.bar_multiple_div2 {
    z-index: 2;
}
.bar_multiple_div3 {
    z-index: 1;
}
.journey_retail_section2_div1_chart .twocols_section_cols {
    width: 48.5%;
}
.journey_retail_section2_div2 {
    margin: 65px 0px;
}
.journey_retail_section2_div2 .profile_section {
    margin-top: 0px;
}
.journey_retail_section3_div1 {
    margin: 60px 0px 40px;
}
.journey_retail_section3_div2 {
    width: 100%;
    margin: 36px 0px 80px;
}
.journey_retail_section3_div2 h6.h6text {
    margin-bottom: 32px;
}
.journey_retail_section3_div2_rightbox {
    padding: 40px;
}
.journey_retail_section3_div3 h6.h6text {
    margin-bottom: 32px;
}
.journey_retail_section3_div3 {
}
.journey_retail_section3_div3_chart {
    margin: 32px 0px;
}
.journey_retail_section3_div3_chart_row {
    margin-bottom: 5px;
}
.journey_retail_section3_div3_chart_row .bar_content_flex h6.h6text {
    margin-top: 5px;
}
.journey_retail_section4_div1 {
    margin: 30px 0px 112px;
}
.journey_retail_section4_div1 h6.h6text {
    margin: 32px 0px 50px;
}
ul.list_item {
    margin-left: 25px;
}
ul.list_item li {
    list-style: disc; 
    margin-bottom: 25px;
}
ul.list_item li.last_item_mar0 {
    margin-bottom: 0px;
}
.journey_retail_section4_div2 {
    margin: 65px 0px 100px;
}
.journey_retail_section4_div2 .profile_section {
    margin-top: 0px;
}
.journey_retail_section5_div1 {
    width: 100%;
    margin: 60px 0px 112px;
}
.journey_retail_section5_div1_inner {
    width: 730px;
}

.journey_retail_section5_div1 h6 {
    margin: 32px 0px;
}
.journey_retail_section5_div1_box {
    padding: 32px;
    margin: 64px 0px 112px;
}
.journey_retail_section5_div1_box h6 {
    margin-top: 0px;
}
.journey_retail_section5_div2 {
    margin: 112px 0px 62px;
}
.journey_retail_section5_div2 .profile_section {
    margin-top: 0px;
}

.merchandising_section1_div1 {
    width: 730px;
    margin-bottom: 86px;
}
.merchandising_section2_div1 {
    padding: 60px 0 0;
    width: 825px;
}
.merchandising_section2_div1 h1.h1text {
    margin-bottom: 32px;
}
.merchandising_section2_div2 {
    
}
.merchandising_section2_div3 {
    margin: 64px 0px 117px;
}
.merchandising_section2_div4 {
    margin-bottom: -50px;
    position: relative;
    z-index: 100;
}
.merchandising_section2_div4_box {
    padding: 28px 32px;
}
.merchandising_section2_div4 .twocols_section_flex {
    margin: 0px;
}
.merchandising_section3_div1 {
    width: 825px;
    margin: 20px 0px 340px;
}
.merchandising_section3_div1 h3.h3text_sm {
    margin-bottom: 32px;
}
.merchandising_section4_div1 {
    position: relative;
    margin-top: -450px;
    margin-bottom: 120px;
}
.merchandising_section4_div1_img {
    width: 40%;
}
.merchandising_section4_div1_content {
    position: absolute;
    width: 730px;
    right: 0%;
    bottom: -10%;
    padding: 72px 65px;
    color: var(--dark-fuchsia);
}

.merchandising_section4_div2 {
    width: 730px;
    margin: 32px 0px;
}
.merchandising_section4_div3 {
    padding: 32px;
    width: 100%;
}
.merchandising_section4_div3 .twocols_section_flex {
    margin: 16px 0px;
}
.merchandising_section4_div4 {
    margin: 112px 0px 134px;
}
.merchandising_section4_div5 {
    margin: 108px 0px 110px;
}

.merchandising_section4_div5 .profile_section {
    margin-left: 120px;
}
.merchandising_section4_div5 .headshot_profile {
    left: -120px;
}
.merchandising_section5_div1 {
    width: 730px;
    margin: 20px 0px 50px;
}
.merchandising_section5_div1 h1.h1text {
    margin-bottom: 32px;
}
.merchandising_section5_div1 h6.h6text {
    margin-bottom: 32px;
}
.merchandising_section5_div2 {
    position: relative;
    margin: 68px 0px 150px;
}
.merchandising_section5_div2_img {
    width: 40%;
}
.merchandising_section5_div2_content {
    position: absolute;
    width: 730px;
    right: 0%;
    bottom: -10%;
    padding: 72px 65px;
}
.merchandising_section5_div3 .bar {
    background: var(--verylight-fuchsia);
}
.merchandising_section5_div3 h6.h6text {
    margin-bottom: 32px;
}
.merchandising_section6_div1 {
    margin: 50px 0px;
}
.merchandising_section6_div1 .profile_section {
    margin-top: 0px;
}
.merchandising_section7_div1 {
    margin: 50px 0px;
}
.merchandising_section7_div2 {
    margin: 72px 0px;
    padding: 30px;
}
.merchandising_section7_div2 h4.h4text {
    font-weight: 400;
}
.merchandising_section7_div3 {
    margin: 72px 0px 50px;
}
.merchandising_section7_div3 .profile_section {
    margin-top: 0px;
}
.merchandising_section8_div1 {
    width: 825px;
    
}
.merchandising_section8_div2 {
     width: 730px;
    margin: 50px 0px;
}
.merchandising_section8_div2 h6.h6text {
    margin-bottom: 32px;
}
.merchandising_section8_div3 {
    margin: 112px 0px 134px;
}
.conclusion_section1_div1 {
  margin: 70px 0px;
}
.conclusion_section1_div2 {
  margin: 120px 0px 60px;
}
.conclusion_section1_div2_box {
  width: 730px;
  padding: 30px;
  margin: 15% 0px 8%;
  margin-left: -230px;
  z-index: 100;
  position: relative;
}
.conclusion_section1_div3 {
  margin: 120px 0px 60px;
}
.conclusion_section1_div3_box {
  width: 730px;
  padding: 30px;
  margin: 15% 0px 8%;
  margin-right: -230px;
  z-index: 1;
  position: relative;
}

.conclusion_section2_div1 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.conclusion_section2_div1_inner {
  width: 730px;
}
.conclusion_section2_div1 h6 {
  margin-bottom: 32px;
}
.conclusion_section2_div1_box {
  width: 100%;
  padding: 30px;
  margin-top: -160px;
  margin-bottom: 65px;
}
.conclusion_section2_div2 {
  margin: 120px 0px;
}
.con_video_section {
  position: relative;
  z-index: 2;
  padding: 150px 0px;
}
.con_section3_div1 {
  display: flex;
  justify-content: flex-start;
  z-index: 10;
}
.con_section3_div1_inner {
  width: 540px;
  padding: 48px 32px;
}
.con_section3_div1 h6 {
  margin: 22px 0px 32px;
}
.conclusion_logo_section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.conclusion_logo_section p img {
  width: 350px;
}
.copyrights_text {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 100;
}
.conclusion_section2_div2_chart {
  height: 600px;
  border-top: 2px dashed #9FC6FF;
  border-bottom: 2px solid #ffffff;
  padding-left: 15%;
  position: relative;
}
.conclusion_section2_div2_chart_per100 {
  position: absolute;
  top: 6px;
  left: 0px;
  color: #9FC6FF;
}
.conclusion_section2_div2_chart_per0 {
  position: absolute;
  top: 101%;
  left: 0px;
}
.conclusion_section2_div2_chart_per87_box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 20%;
  border-top: 2px solid #ffffff;
  overflow: hidden;
}
.conclusion_section2_div2_chart_per87 {
  position: absolute;
  top: 6px;
  left: 0px;
}
.conclusion_section2_div2_chart_boxes {
  position: absolute;
  width: 80%;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.conclusion_section2_div2_chart_boxes_content {}
.conclusion_section2_div2_chart_box1 {
  background: #61A2FF;
}
.conclusion_section2_div2_chart_box2 {
  background: var(--light-sky);
}
/* New coding */
.thought_sections {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.thought_section_inner {
  width: 900px;
  margin: 0px auto;
}
.thought_section_inner_flex_top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.thought_section_inner_flex_top_left {
  width: 600px;
}
.thought_section_inner_flex_top_right {
  width: 200px;
  text-align: right;
}
.thought_section_script {
  width: 100%;
}
.show_script {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--dark-fuchsia);
  cursor: pointer;
}
.thought_section_script_acc {
  padding: 50px 50px 30px;
}
.profile_section_podcast {
  position: absolute;
  right: 50px;
  top: 150px;
  width: 280px;
  padding: 20px;
  text-align: left;
}
.profile_section_podcast p {}
.profile_section_podcast p span {
  font-size: 120%;
}
.audio_wave {
  height: 130px;
  overflow: hidden;
  margin-bottom: 20px;
}
.audio_controls {
  position: absolute;
  width: 100px;
  right: 15px;
  top: 15px;
  display: flex;
  justify-content: space-between;
}
.audio_controls p {
  width: 30px;
  cursor: pointer;
}
.audio_controls p img {
  width: 100%;
}
@media (max-width: 1800px) {
  .twocols_section_cols75 {
    width: 68%;
  }
  .twocols_section_leftminus50 {
    margin-left: -38%;
  }
}
@media (max-width: 1500px) {}
@media (max-width: 1366px) {}
@media (max-width: 1366px) and (max-height: 700px) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 1366px) and (max-height: 700px) {
  .header_section_content {
    padding: 60px 0px 80px;
  }
  .header_content_top_text {
    padding: 40px 20px 44px 27px;
  }
}
@media (max-width: 1366px) and (min-height: 900px) {}
@media (orientation: portrait) {
  .port_hide {
    display: none;
  }
}
@media (max-width: 1200px) {}
@media (max-width: 1150px) {
.overlay-content {
    position: relative;
    width: 100%;
    padding: 140px 0px 80px;
    min-height: inherit;
    display: block;
    height: 100vh;
    overflow: auto;
  }    
  .wrapper_grid {
    width: 88%;
  }
  body {
    font-size: 18px;
  }
  h1.h1text_big_sm {
    font-size: 50px;
  }
  h2.h2text_big {
    font-size: 48px;
  }
    .foreword_section .profile_section1 {
    margin-left: 140px;
    margin-bottom: 70px;
}
.foreword_section .profile_section1 .headshot_profile {
    left: -140px;
}    
  .fixed_nav {
    padding: 20px 30px 18px;
    width: 100%;
  }
  p.insights_text {}
  .header_logo {
    top: 130px;
    left: 8%;
    width: 200px;
  }
  .header_section_content {
    padding: 230px 0px 0px;
    align-items: flex-start;
  }
  .header_content_top {
    width: 100%;
  }
    .video_podcast {
    margin: 50px 0px 80px;
}
  .video_podcast_box {
    position: relative;
    top: inherit;
    right: inherit;
    width: 70%;
    margin-left: 30%;
}      
.video_podcast_box_soundbite {
       margin-left: 22%; 
    }     
  .twocols_section_flex {
    display: block;
    margin: 0px;
  }
  .twocols_section_cols {
    width: 100% !important;
  }
  .twocols_section_leftminus18 {
    margin-left: -20%;
    width: 70%;
  }
  .headshot_profile {
    width: 180px;
  }
  h1.h1text {
      font-size: 56px;
    }
  .next_sections h1.h1text {}
  h2.h2text {}
  h3.h3text {}
  h4.h4text {}
  h5.h5text {}
  h6.h6text {}
 h2.h2text_sm {
    font-size: 44px;
}    
  p.big_text {
    font-size: 13vw;
    line-height: 14vw;
    white-space: normal;
    padding-left: 8vw;
    position: relative;
  }
  p.big_text sup {
    font-size: 6vw;
    line-height: 6vw;
    margin-right: 25px;
    top: -2.2rem;
    position: absolute;
    left: 0vw;
  }
  p.big_text sup {
    top: 1.2vw;
  }
  p.big_text_introduction {
    padding-left: 0vw !important;
    margin-bottom: 20px;
  }
  h1.h1text_big {}
  .fixed_menu_section {
    display: block;
  }
  .fixed_menu_section_left {
    width: 100%;
    margin-bottom: 100px;
  }
  .fixed_menu_section_right {
    width: 100%;
    display: block;
  }
  .cta_menu {
    margin-top: 50px;
      position: relative;
    left: inherit;
    bottom: inherit;
  }
  .fixed_menu_section h3.h3text {}
  .fixed_menu_section h1.h1text {}
  .fixed_menu_section_left p.para_menu {}
  .big_text_introduction {
    margin-top: 10px;
  }
  .btn_default {
    padding: 12px 25px 10px;
  }
  .linkedin_icon {
    top: 14px;
  }
  .fixed_menu_section_right p a {}
  .fixed_menu_section_right_cols {
    width: 100%;
  }
  .fixed_menu_section_right p {
    margin-bottom: 30px;
  }
  .header_section_flex {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 250px 0px 20px;
  }
  .all_sections {
    padding: 70px 0px;
  }
  .para_text {
    margin-bottom: 35px;
  }
  .intro_text {
    width: 100%;
  }
  .intro_text p {}
  .profile_section {
    margin-bottom: 100px;
  }
  .threecols_section_flex {
    display: block;
    color: var(--white);
    padding-top: 40px;
  }
  .threecols_section_cols {
    width: 100%;
  }
  .header_section_globe {
    height: auto;
    min-height: auto;
  }

  .next_sections_flex_cols {
    width: 50%;
    padding: 120px 7% 120px;
  }
  .conclusion_section1_div1 {
    margin: 40px 0px;
  }
  .conclusion_section1_div2 {
    margin: 0px;
    margin-bottom: 100px;
  }
  .conclusion_section1_div2_box {
    margin: 30px 0px;
    width: 100%;
    margin-left: 0%;
  }
  .conclusion_section1_div3 {
    margin: 20px 0px 100px;
  }
  .conclusion_section1_div3_box {
    margin: 30px 0px;
    width: 100%;
    margin-right: 0%;
  }
  .conclusion_section2_div1_inner {
    width: 100%;
  }
  .conclusion_section2_div2 {
    margin: 0px 0px 60px;
  }
  .fullscreen-bg-fixed {
    position: absolute;
  }
  .discover_flex1 {
    padding-left: 8%;
  }
  h1.h1text_big {}
  .next_sections_flex_cols2 h1 sup {
    left: -35px;
  }
  .conclusion_section2_div2 .twocols_section_cols {
    margin-top: 80px;
  }
  .big_text_pad_left0 {
    padding-left: 0px !important;
  }
  .width_70 {
    width: 100%;
  }
  .next_sections_flex_cols1 h2 sup {
    right: -40px;
    top: -8px;
  }
  .next_sections_flex_cols2 h2 sup {
    left: -40px;
    top: -8px;
  }
.header_section_inner {
    height: auto;
    min-height: auto;
}    
h1.h1text_big_md {
    font-size: 70px;
}    
.inv_drivers_section1_div4 .twocols_section_cols {
    margin: 30px 0px;
}    
.inv_drivers_section1_div3, .inv_priorities_section3_div2, .journey_retail_section1_div1 {
    width: 100%;
}    
.inv_drivers_section2_div1_inner, .inv_drivers_section3_div1 {
    width: 100%;
}  

.inv_drivers_section2_div3 .twocols_section_cols {
   margin-bottom: 40px;
}
.inv_priorities_section2_div1_img {
    width: 60%;
}  
.inv_priorities_section2_div1_content {
    padding: 30px;
}    
.inv_drivers_section2_div1_inner {
    padding-bottom: 0px;
}    
.inv_priorities_section3_div6_flex_cols {
    width: 46%;
}     
.passenger_exp_section1_div1_flex_cols {
    width: 46%;
} 
.passenger_exp_section2_div2_chart .profile_section {
    margin-top: 50px;
}   
.passenger_exp_section1_div1, .building_stronger_airlines_div2 {
    width: 100%;
    margin: 60px 0px;
} 
.building_stronger_airlines_div1_box {
    margin-bottom: 25px;
}    
.merchandising_section4_div1_img {
    width: 60%;
}  
.merchandising_section4_div1_content {
    padding: 30px;
}  
.merchandising_section5_div2_img {
    width: 60%;
}  
.merchandising_section5_div2_content {
    padding: 30px;
}
.schedules_planning_section1_div5_chart {
    display: block;
    margin-bottom: 50px;
}
.schedules_planning_section1_div5_chart_cols {
    width: 100%;
    margin-bottom: 50px;
}  

.circular_bar {
    margin: 50px auto 30px;
}  
  
.circular_bar_stats_flex {
    justify-content: space-evenly;
    padding-left: 12%;
}    
.circular_bar_stats_cols {
    width: 30%;
}    
.schedules_planning_section2_div1_inner {
    width: 100%;
  }    
.schedules_planning_section3_div3_img {
    width: 60%;
}  
.schedules_planning_section3_div3_content {
    padding: 30px;
}  
.logo_nevio_abs  {
    position: relative;
    left: inherit;
    bottom: inherit;
  }    
h3.h3text_sm {
    font-size: 25px;
}    
h6.h6text {
    font-size: 20px;
} 
.discover_flex_cols h3 {
    font-size: 40px;
}    
.inv_priorities_section1_div2 {
    margin-bottom: 120px;
}    
.inv_priorities_section2_div1 {
    margin-top: -160px;
}      
.inv_priorities_section3_div3 {
    margin: 60px 0px 0px;
}   
.inv_priorities_section3_div3 .twocols_section_cols {
    margin-bottom: 40px;
} 
.inv_priorities_section2_div3 .twocols_section_cols {
    margin-bottom: 60px;
}    

.inv_priorities_section3_div4 {
    margin: 112px 0px 100px;
}  
.next_sections_flex_cols2 h3 sup {
    left: -25px;
}    
.next_sections_flex_cols1 h3 sup {
    right: -25px;
} 
.inv_priorities_section3_div4 .twocols_section_flex, .journey_retail_section2_div2 .twocols_section_flex, .journey_retail_section2_div2 .twocols_section_cols, .journey_retail_section3_div3 .twocols_section_cols, .journey_retail_section4_div2 .twocols_section_cols, .chart_description_flex, .journey_retail_section5_div2 .twocols_section_cols, .inv_priorities_section2_div2 .twocols_section_cols, .merchandising_section7_div2 .twocols_section_cols, .inv_drivers_section3_div4 .twocols_section_cols, .inv_priorities_section3_div5 .twocols_section_cols, .journey_retail_section4_div1 .twocols_section_cols, .merchandising_section2_div2 .twocols_section_cols, .merchandising_section7_div3 .twocols_section_cols {
    margin: 40px 0px;
}
   
.inv_priorities_section5_div1 {
    margin: 20px 0px 150px;
}   
.inv_priorities_section4_div3 {
    margin: 112px 0px 100px;
}    
.journey_retail_section2_div2 {
    margin: 65px 0px 100px;
} 
   
.journey_retail_section1_div2 .twocols_section_cols {
    margin: 60px 0px 40px;
}
.journey_retail_section1_div1 {
    margin-bottom: 100px;
}  
.journey_retail_section3_div2 {
    width: 100%;
}   

.journey_retail_section5_div1_inner {
    width: 100%;
}    
.inv_priorities_section3_div4 .twocols_section_cols, .merchandising_section2_div3 .twocols_section_cols, .merchandising_section5_div3 .twocols_section_cols {
    margin-bottom: 70px;
}
.inv_priorities_section3_div6 {
    margin: 80px 0px 60px;
}    
.journey_retail_section5_div2 {
    margin: 112px 0px 180px;
}   
.merchandising_section2_div1, .merchandising_section3_div1, .merchandising_section5_div1, .merchandising_section1_div1, .merchandising_section8_div1, .merchandising_section8_div2, .merchandising_section4_div2, .schedules_planning_section1_div2, .schedules_planning_section2_div2, .schedules_planning_section3_div1, .schedules_planning_section1_div1_box, .schedules_planning_section3_div2_inner {
    width: 100%;
}   
.merchandising_section2_div3 {
    margin: 64px 0px 80px;
}
.merchandising_section3_div1 {
    margin: 20px 0px 100px;
}  
.merchandising_section4_div1 {
    margin-top: -160px;
}     
.merchandising_section2_div2 {
    margin: 50px 0px;
}    
.merchandising_section4_div5 {
    margin: 108px 0px 100px;
} 
.merchandising_section6_div1 {
    margin: 50px 0px 100px;
}    
.merchandising_section6_div1 .twocols_section_cols, .inv_priorities_section4_div3 .twocols_section_cols, .inv_priorities_section5_div1 .twocols_section_cols, .schedules_planning_section1_div6 .twocols_section_cols, .schedules_planning_section1_div6 .twocols_section_cols {
    margin: 50px 0px;
}    
.inv_drivers_section1_div4 {
    margin: 130px 0px 100px;
}  
.schedules_planning_section1_div6 {
    margin: 65px 0px 130px;
}    
.bg_all_sections {
    height: 500px;
    background-attachment: inherit;
        min-height: auto;
  }    
}

@media (max-width: 900px) {
  body {}
  
  .header_section_flex {
    padding: 250px 0px 20px;
    margin-bottom: -1px
  }
  .all_sections {
    padding: 70px 0px;
  }
  .all_sections_header_inner .all_sections {
    padding: 180px 0px 70px;
  }

  h1.h1text_big {}
  h1.h1text {}
  h2.h2text {}
  h4.h4text {}
  h6.h6text {}
  .next_sections h1.h1text {}
  h1.h1text_big_sm {
    font-size: 42px;
}    
  .chart_sec1_flex_left {
    width: 30% !important;
  }
  .para_text {
    margin-bottom: 25px;
  }
  .profile_section {
    margin-top: 30px;
  }
  .next_sections_flex_cols2 h1 sup {
    left: -34px;
  }
  .next_sections_flex_cols1 h1 sup {
    right: -34px;
  }
  .thought_section_inner {
    width: 100%;
  }
  .conclusion_section1_div1 {
    margin: 20px 0px 80px;
  }
  .back_sections {
    padding: 20px 0px;
  }
  .next_sections_inner {
    margin-top: 50px;
  }
.inv_drivers_section1_div2_content {
    width: 56%;
    left: 42%;
    bottom: 13%;
    padding: 30px;
}    

.inv_priorities_section2_div1_img {
    width: 78%;
    margin-left: 7%;
}
.inv_priorities_section2_div1_content {
    position: relative;
    width: 100%;
    right: inherit;
    bottom: inherit;
    padding: 40px;
    margin-top: -50px;
}
.inv_priorities_section2_div1_content {
    padding: 30px;
}    
.inv_priorities_section2_div1 {
    margin-bottom: 50px;
}    
.passenger_exp_section2_div1_chart {
    margin: 20px 0px 30px;
} 
.passenger_exp_section2_div2_chart .profile_section {
    margin-top: 30px;
}
 
.merchandising_section4_div1_img {
    width: 78%;
    margin-left: 7%;
}
.merchandising_section4_div1_content {
    position: relative;
    width: 100%;
    right: inherit;
    bottom: inherit;
    padding: 40px;
    margin-top: -50px;
}
.merchandising_section4_div1_content {
    padding: 30px;
}    
.merchandising_section4_div1 {
    margin-bottom: 50px;
}  
.merchandising_section5_div2 {
}  
.merchandising_section5_div2_img {
    width: 78%;
    margin-left: 7%;
}
.merchandising_section5_div2_content {
    position: relative;
    width: 100%;
    right: inherit;
    bottom: inherit;
    padding: 40px;
    margin-top: -50px;
}
.merchandising_section5_div2_content {
    padding: 30px;
}    
.merchandising_section5_div2 {
    margin-bottom: 50px;
}    
.circular_bar_stats_flex {
    padding-left: 3%;
}    
.schedules_planning_section3_div3 {
}  
.schedules_planning_section3_div3_img {
    width: 78%;
    margin-left: 7%;
}
.schedules_planning_section3_div3_content {
    position: relative;
    width: 100%;
    right: inherit;
    bottom: inherit;
    padding: 40px;
    margin-top: -50px;
}
.schedules_planning_section3_div3_content {
    padding: 30px;
}    
.schedules_planning_section3_div3 {
    margin-bottom: 50px;
}    
      
.foreword_section .profile_section1 {
    margin-bottom: 130px;
}    
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .header_logo {
    top: 75px;
    left: 20px;
    width: 150px;
  }
  sup, sub {
    font-size: 65%;
  }
  .header_logo_home {
    display: none;
  }
  .fullscreen-bg-fixed {
    display: none;
  }
  .profile_section {
    width: 100% !important;
    margin-top: 50px;
    margin-left: 0px !important;
  }
  .video_podcast_box {
    width: 85%;
    margin-left: 15%;
} 
    .video_podcast_box_soundbite {
       margin-left: 0%; 
    }  
.video_soundbite_headshot {
    width: 130px;
}    
  .discover_flex_cols_outer {
    width: 260px;
  }
  .all_sections_header_inner .all_sections {
    padding: 130px 0px 50px;
  }
  .header_content_top_text h6 {
    padding: 3px 4px;
    margin-top: 8px;
  }
  .header_section_flex {
    padding: 200px 0px 80px;
  }
  h1.h1text {
    font-size: 32px;
  }
  h1.h1text_big {}
  h1.h1text_chart {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  h2.h2text {
    font-size: 32px;
  }
  h2.h2text_sm {
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110% !important;
  }
  h2.h2text_big {
    font-size: 40.001px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
  h3.h3text {
    font-size: 30px;
    line-height: 120%;
  }
    h3.h3text_sm {
  font-size: 28px;
}
  .next_sections_inner h3.h3text {
    font-size: 30px;
  }
  h4.h4text {
    font-size: 24px;
  }
  h5.h5text {
    font-size: 20.956px !important;
  }
  h6.h6text {
    font-size: 18px;
}
  .next_sections h6.h6text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .header_content_top_text h1.h1text {
    font-size: 41.078px;
  }
  h1.h1text_big {
    font-size: 62.862px;
  }
  .discover_flex_outer h3.h3text {}
  .header_content_top_title {
    padding: 10px 20px;
  }
  .header_content_top_title {
    padding: 4px 20px;
  }
  .fixed_menu_section h3.h3text {}
  .fixed_menu_section h1.h1text {}
  .fixed_menu_section_left p.para_menu {}
  .fixed_menu_section_left p.para_menu {
    padding: 3px 4px;
    margin-top: 8px;
  }
  p.big_text {
    font-size: 32px;
    font-style: normal;
    line-height: 130%;
    white-space: normal;
    padding-left: 0vw;
    position: relative;
  }
  p.big_text sup {
    top: -40px;
  }
  .twocols_section_leftminus50 {
    margin-left: -17%;
      margin-left: -12%;
  }
  .header_section_flex p.big_text {
    font-size: 15vw;
    line-height: 15vw;
  }
  .twocols_section_flex {
    padding: 20px 0px;
  }
  .merchandising_section4_div3 .twocols_section_flex, .schedules_planning_section1_div6 .twocols_section_cols {
    margin: 0px;
}   
  
  .headshot_profile {
    left: inherit !important;
    right: 0px;
    top: 58%;
    width: 160px;
  }
  .profile_section_inner {
    width: 65%;
  }
  .fixed_nav {
    padding: 10px 20px 8px;
    width: 100%;
  }
  p.insights_text {}
  .header_section_content {
    padding: 0px 0px 0px;
    flex-flow: row wrap;
  }
  .header_section_home {
    background: var(--dark-sky);
  }
  .header_content_top {
    animation: none !important;
  }
  .home_hero_img {
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 100%;
    height: 58%;
    min-height: 380px;
  }
  .home_hero_img img {
    object-fit: cover;
    object-position: 27%;
    width: 100%;
    height: 100%;
  }
  .scroll_btm_animation {
    bottom: inherit;
    margin-left: -80px;
    width: 155px;
    height: 50px;
    color: var(--white);
    top: 370px;
  }
  .icon-scroll:before {
    background: var(--white);
    width: 3px;
    margin-left: -1.5px;
  }
  .icon-scroll {
    width: 25px;
    height: 40px;
    margin-left: -10px;
    top: 50%;
    margin-top: -20px;
    box-shadow: inset 0 0 0 2px var(--white);
    border-radius: 20px;
  }
  .scroll_text {
    width: 50px;
    padding: 0px 3px;
  }
  .header_content_top_text {
    padding: 40px 20px;
  }
  .wrapper_grid {
    width: 100%;
    padding: 0px 20px;
  }
  .wrapper_grid_discover_sections {
    padding: 0px;
  }
  .box_contents {
    height: 260px;
    padding: 20px;
  }
  .header_wrapper_grid {
    width: 100%;
    padding: 0px;
  }
  .all_sections {
    padding: 50px 0px;
  }
  .globe_sec {
    padding-top: 0px;
  }
  .para_text {
    margin-bottom: 25px;
  }
  .intro_text {
    margin: 30px 0px 0px;
  }
  .discover_flex {
    margin: 0px 0px 50px;
    width: 880px;
  }
  .discover_flex_cols_icon {
    left: 50px;
    bottom: 20px;
  }
  .discover_flex_cols {
    width: 260px;
    padding: 20px;
    min-height: 280px;
  }
  .btn_default {
    padding: 10px 20px 8px;
  }
  .fixed_menu_section_right p a {}
  .fixed_menu_section_right p {
    margin-bottom: 20px;
  }
  .fixed_menu_section_left {
    margin-bottom: 60px;
  }
  .intro_text p {}
  .threecols_section_flex {
    padding-top: 20px;
  }
  .cta_menu {
    margin-top: 30px;
  }
  .chart_sec1_flex {
    display: block;
    overflow: hidden;
  }
  .chart_sec1_flex_left, .chart_sec1_flex_right {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    overflow: inherit;
  }
  .chart_sec1_flex_box {
    width: 45%;
    height: 73px;
    margin-bottom: 0px;
  }
  .chart_sec1_flex_right_box {
    height: 420px;
  }
  .chart_sec1_flex_left_box_text {
    width: 45%;
  }
  .chart_sec1_flex_left_box_text p {
    position: absolute;
    left: 0px;
    top: 70px;
    word-break: normal;
  }
  .chart_sec1_flex_right_box_text {
    width: 100%;
    padding-top: 80px;
  }
  .chart_sec1_flex_right_box_content {
    margin-left: 0%;
    width: 45%;
  }
  .linkedin_icon {
    top: 7px;
  }
.inv_priorities_section2_div3_flex_cols {
    padding-left: 40%;
}
.journey_retail_section3_div1 {
    margin: 20px 0px 0px;
}
.merchandising_section4_div4 {
    margin: 80px 0px 100px;
}    
  .next_sections_flex {
    display: block;
  }
  .next_sections_flex_cols {
    padding: 200px 80px 120px;
    display: block;
    width: 100%;
  }
  .next_sections_flex_cols {
    padding: 70px 70px 150px;
    display: block;
    width: 100%;
  }
 
  .profile_section_podcast {
    right: 0px;
    top: 150px;
    width: 100%;
    padding: 20px;
    text-align: left;
  }
  .thought_section_script {
    width: 100%;
    margin-top: 100px;
  }
  .thought_section_script_acc {
    padding: 30px 30px 20px;
  }
  
  .conclusion_section2_div1_box {
    padding: 20px;
    margin-top: -120px;
    margin-bottom: 40px;
  }
  .conclusion_section2_div1 {}
  .conclusion_section2_div2_chart {
    height: 400px !important;
    margin-bottom: 50px;
  }
  .conclusion_section2_div2_chart_per87_box {
    height: 340px !important;
  }
  .conclusion_section2_div2_chart_box2 {
    height: 150px !important;
    bottom: 190px !important;
  }
  .conclusion_section2_div2_chart_box1 {
    height: 190px !important;
  }
  .conclusion_logo_section p img {
    width: 200px;
  }
  .conclusion_section2_div2 h1.h1text {}
  .conclusion_section2_div1_box h4.h4text {}
  .conclusion_section2_div2 .twocols_section_cols {
    margin-top: 30px;
  }
  .conclusion_section2_div2 {
    margin: 0px;
  }
  .conclusion_section1_div2_box {
    margin: 0px 0px 20px;
    padding: 20px 20px 15px;
  }
  .conclusion_section1_div3_box {
    margin: 0px;
    margin-bottom: 30px;
    padding: 20px 20px 15px;
  }
  .con_section3_div1_inner {
    padding: 25px;
    width: 85%;
    margin: 0px auto;
  }
  .con_section3_div1 {
    display: block;
  }
  .discover_flex_cols h3 {
    padding-left: 35px;
  }
  .discover_flex_cols {
    top: 30px;
  }
  .discover_flex_cols_outer:hover .discover_flex_cols {
    top: 15px;
  }
  .twocols_section_leftminus18 {
    margin-left: -20%;
    width: 120%;
  }
  .wrapper_grid_discover_sections h2.h2text {
    padding: 0px 20px;
  }
  .discover_flex1 {
    padding-left: 20px;
  }
  .bg_all_sections {
    height: 320px;
    background-attachment: inherit;
  }
  .all_sections_pad_top0 {
    padding-top: 10px;
  }
  .conclusion_section1_content1 {
    margin-top: -55px;
    padding-left: 40px;
  }
  .conclusion_section1_content2 {
    margin-top: -55px;
    padding-right: 40px;
  }
  .conclusion_section1_div2 {
    margin: 0px;
  }
  .conclusion_section1_img1 {
    width: 75% !important;
}
  .conclusion_section1_img2 {
    width: 75% !important;
    margin-left: 25% !important;
  }
  .turbine_sec video {
    margin-bottom: -26px;
  }

  .overlay-content {
    padding: 100px 0px 80px;
  }
.inv_drivers_section1_div2_content {
    padding: 20px;
    position: relative;
    width: 100%;
    left: inherit;
    bottom: inherit;
    margin-top: -50px;
}
.inv_drivers_section1_div2 .inv_drivers_section1_div2_img {
    width: 80%;
    margin-left: 10%;
}    
  
.inv_priorities_section2_div2_flex {
    margin: 20px 0px 50px;
}   
.inv_drivers_section1_div2 {
    margin: 40px 0px;
}      
.inv_drivers_section1_div4 .twocols_section_cols {
    margin: 0px 0px;
}
  .conclusion_section1_div1 {
    margin: 20px 0px 30px;
  }
  .discover_flex_slider {
    margin: 0px 0px 30px;
  }
h1.h1text_big_md {
    font-size: 45px;
    padding-left: 50px;
}
h1.h1text_big_md sup {
        font-size: 30px;
    top: -7px;
    }
.inv_drivers_section1_div4 {
    margin: 60px 0px 20px;
}    
.inv_drivers_section2_div1_box {
    padding: 30px;
    margin-top: -100px;
    margin-bottom: 45px;
}    
 .inv_drivers_section5_div1_box {
    padding: 30px;
    margin-top: -100px;
    margin-bottom: 45px;
}    
.inv_drivers_section_chart_flex {
    display: block;
}
.inv_drivers_section_chart_flex_cols {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.inv_drivers_section_chart_flex {
    display: block;
}      
.inv_drivers_section_chart_flex_cols_box {
    width: 100%;
    height: 130px;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}
.inv_drivers_section_chart_flex h1 {
    color: var(--white);
}    
.inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 95%;
     background: #6D3099;
} 
.inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 90%;
    
}     
.inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
    background: #6D3099;
}     
.inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 70%;
}    
.inv_drivers_section_chart_flex_cols:nth-child(6) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 50%;
    background: #6D3099;
}      
.inv_drivers_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.inv_drivers_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
} 
.inv_drivers_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 70%;
}     
.inv_drivers_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 62%;
}     
.inv_drivers_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 62%;
}  
.inv_drivers_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.inv_drivers_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 95%;
     background: #6D3099;
} 
.inv_drivers_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 85%;
    
}     
.inv_drivers_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
    background: #6D3099;
}     
.inv_drivers_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 65%;
}    
.inv_drivers_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.inv_drivers_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
     background: #6D3099;
} 
.inv_drivers_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 75%;
    
}     
.inv_drivers_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 60%;
    background: #6D3099;
}     
.inv_drivers_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 55%;
}    

    
.inv_drivers_section_chart_flex_cols_box_inner {
    padding: 10px 10px 10px;
    align-items: flex-start;
    height: 100% !important;
    color: var(--white);
}    
.inv_drivers_section_chart_flex_cols_box {
    width: 100%;
    height: 130px;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}    
    
.inv_priorities_section1_div1_box {
    padding: 30px;
}    
.inv_priorities_section2_div1_content {
    padding: 20px;
}    
.inv_priorities_section2_div1 {
    margin-bottom: 20px;
}       
    
    .inv_priorities_section1_div2 {
    margin-bottom: 60px;
}
.inv_drivers_section3_div2 {
    margin: 60px 0px;
}  
.inv_drivers_section2_div3 {
    margin: 70px 0px 0px;
}
.inv_drivers_section2_div2 {
    margin: 40px 0px 80px;
}    
.inv_priorities_section3_div6_flex_cols {
    width: 45% !important;
    margin-bottom: 40px;
    display: block;
}    
.inv_priorities_section3_div6_flex_cols_left {
    width: 60%;
    padding-right: 0%;
}  
.inv_priorities_section3_div6_flex_cols_right {
    width: 100%;
}   
.inv_priorities_section3_div6_flex_cols h1.h1text {

}     
.passenger_exp_section1_div1 {
    margin: 30px 0px;
}

.passenger_exp_section1_div1_flex_cols {
    width: 45%;
    margin-bottom: 40px;
    display: block;
}    
.passenger_exp_section1_div1_flex_cols_left {
    width: 60%;
    padding-right: 0%;
}  
.passenger_exp_section1_div1_flex_cols_right {
    width: 100%;
}   
.building_stronger_airlines_div2 {
    margin: 30px 0px;
}

.passenger_exp_section2_div1_chart {
    margin: 20px 0px;
} 
.passenger_exp_section2_div2_chart .profile_section {
    width: 100%;
    margin-top: 0px;
} 
.passenger_exp_section2_div2_chart .twocols_section_cols1 {
    width: 100%;
}
.passenger_exp_section2_div2_chart .profile_section {
   margin-top: 50px;
}
.passenger_exp_section2_div2_chart {
    margin-bottom: 0px;
}
.building_stronger_airlines_div1_box {
    padding: 30px;
    margin-bottom: 25px;
}
.building_stronger_airlines_div3 {
    margin: 60px 0px;
}
.inv_drivers_section_chart_flex {
    display: block;
}
.inv_drivers_section_chart_flex_cols {
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
    
.inv_drivers_section_chart_flex {
    display: block;
}      
.inv_drivers_section_chart_flex_cols_box {
    width: 100%;
    height: 130px;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}
.building_stronger_airlines_div3_chart_flex h1 {
    color: var(--white);
}    
.building_stronger_airlines_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
    background: var(--vivid-violet);
} 
.building_stronger_airlines_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 92%;
} 
.building_stronger_airlines_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
    background: var(--vivid-violet);
}     
.building_stronger_airlines_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 74%;
}     
.building_stronger_airlines_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 74%;
    background: var(--vivid-violet);
}    
.building_stronger_airlines_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(6) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 58%;
}      
.schedules_planning_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
    background: var(--vivid-violet);
} 
.schedules_planning_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 92%;
} 
.schedules_planning_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
    background: var(--vivid-violet);
}     
.schedules_planning_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 74%;
}  
.schedules_planning_section_chart_flex1 .para_chart {
    font-size: 15px;
    line-height: 115%;
}
.schedules_planning_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 88%;
} 
.schedules_planning_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 88%;
} 
.schedules_planning_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
}  	
.schedules_planning_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
    background: var(--vivid-violet);
} 
.schedules_planning_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 92%;
} 
.schedules_planning_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
    background: var(--vivid-violet);
}  
    
.schedules_planning_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
    background: var(--vivid-violet);
} 
.schedules_planning_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 92%;
} 
.schedules_planning_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 70%;
    background: var(--vivid-violet);
}  
.schedules_planning_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 64%;
} 
.schedules_planning_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 50%;
    background: var(--vivid-violet);
}  
.mob_width70 {
        width: 70%;
    }     
.suitcase_video {
    margin-bottom: -30px;
}
.merchandising_section4_div1_content {
    padding: 20px;
}    
.merchandising_section4_div1 {
    margin-bottom: 20px;
}     
.merchandising_section5_div2_content {
    padding: 20px;
}    
.merchandising_section5_div2 {
    margin-bottom: 20px;
}    
.merchandising_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.merchandising_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 88%;
    background: var(--vivid-fuchsia);
} 
.merchandising_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 84%;
}     
.merchandising_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 84%;
    background: var(--vivid-fuchsia);
}     
.merchandising_section_chart_flex1 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 84%;
}   
.merchandising_section_chart_flex1 h1, .merchandising_section_chart_flex2 h1, .merchandising_section_chart_flex3 h1, .merchandising_section_chart_flex4 h1 {
    color: var(--dark-fuchsia);
}    
.merchandising_section_chart_flex3 .para_chart, .merchandising_section_chart_flex4 .para_chart {
    font-size: 15px;
    line-height: 125%;
}     
   
.merchandising_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.merchandising_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 96%;
    background: var(--vivid-fuchsia);
} 
.merchandising_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 92%;
}     
.merchandising_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 88%;
    background: var(--vivid-fuchsia);
}     
.merchandising_section_chart_flex2 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 80%;
}   
    
.merchandising_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.merchandising_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 96%;
    background: var(--vivid-fuchsia);
} 
.merchandising_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 84%;
}     
.merchandising_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 76%;
    background: var(--vivid-fuchsia);
}     
.merchandising_section_chart_flex3 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 72%;
}   
   
    
.merchandising_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(1) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 100%;
} 
.merchandising_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(2) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 96%;
    background: var(--vivid-fuchsia);
} 
.merchandising_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(3) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 92%;
}     
.merchandising_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(4) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 88%;
    background: var(--vivid-fuchsia);
}     
.merchandising_section_chart_flex4 .inv_drivers_section_chart_flex_cols:nth-child(5) .inv_drivers_section_chart_flex_cols_box_inner {
    width: 88%;
}  
    .circular_bar_stats_cols {
    width: 45%;
    margin: 7% 0px;
}    
.circular_bar_stats_cols h1.h1text {
font-size: 64px;
}
.circular_bar_stats_flex {
    padding-left: 0%;
    justify-content: space-between;
    margin-top: 30px;
} 
.circular_bar {
    height: 320px;
    width: 320px;
}    
.circular_bar_abs1 {
    height: 320px;
    width: 320px;
}  
.circular_bar_abs2 {
    width: 218px;
    margin-top: -268px;
}    
.circular_bar_abs3 {
    width: 110px;
    margin-top: -164px;
}    

.circular_bar_abs:after {
    width: calc(100% - 42px);
    height: calc(100% - 42px);
    top: 21px;
    left: 21px;
}   
.schedules_planning_section2_div1_box {
    padding: 20px;
    margin-top: -120px;
    margin-bottom: 40px;
  }
  .schedules_planning_section2_div1 {}
    .schedules_planning_section3_div3_content {
    padding: 20px;
}    
.schedules_planning_section3_div3 {
    margin-bottom: 80px;
}   
.foreword_section .profile_section2 {
    margin-right: 0px;
    margin-top: 40px;
}    
.inv_priorities_section3_div5 .twocols_section_cols {
    margin-top: 0px;
    }
.inv_priorities_section3_div1 {
    padding: 30px 0;
}    
.inv_priorities_section3_div4 {
    margin: 0px 0px 50px;
}   
.inv_priorities_section5_div1 {
    margin: 20px 0px 30px;
}
.inv_drivers_section4_div4 h5.h5text {
    margin: 30px 0px 10px;
} 
.inv_priorities_section4_div3 {
    margin: 70px 0px;
}
.inv_priorities_section4_div1 {
    padding: 20px 0 33px;
}
.inv_priorities_section3_div6 {
    margin: 60px 0px 30px;
} 
.inv_priorities_section3_div5 .twocols_section_cols {
    margin-bottom: 30px;
}    
.journey_retail_section1_div1 {
    margin-bottom: 20px;
}    
.journey_retail_section1_div2 .twocols_section_cols {
    margin: 30px 0px 40px;
}   
.chart_description_flex {
    display: block;
}   
.chart_description_flex_cols {
    margin-right: 0px;
    margin-bottom: 24px;
}    
.journey_retail_section2_div1 {
    margin: 60px 0px;
}    
.inv_priorities_section3_div4 .twocols_section_flex, .journey_retail_section2_div2 .twocols_section_flex, .journey_retail_section2_div2 .twocols_section_cols, .journey_retail_section4_div2 .twocols_section_cols, .chart_description_flex, .journey_retail_section5_div2 .twocols_section_cols, .inv_priorities_section2_div2 .twocols_section_cols, .merchandising_section7_div2 .twocols_section_cols, .inv_drivers_section3_div4 .twocols_section_cols, .merchandising_section6_div1 .twocols_section_cols, .merchandising_section2_div2 .twocols_section_cols {
    margin: 0px;
}  
.merchandising_section6_div1 .twocols_section_cols, .inv_priorities_section4_div3 .twocols_section_cols, .inv_priorities_section5_div1 .twocols_section_cols, .journey_retail_section4_div1 .twocols_section_cols {
    margin: 0px 0px;
}    

.journey_retail_section2_div2 {
    margin: 65px 0px 30px;
}  
.journey_retail_section4_div1 {
    margin: 30px 0px;
}    
.journey_retail_section5_div1 {
    margin: 30px 0px 60px;
}    
.journey_retail_section5_div2 {
    margin: 60px 0px 30px;
}    
.journey_retail_section4_div2 {
    margin: 65px 0px 30px;
} 
.journey_retail_section3_div2 {
    margin: 36px 0px 0px;
}    
.journey_retail_section4_div1 h6.h6text {
    margin: 32px 0px 30px;
}    
.bar h6 {
    top: 6px;
}   
.merchandising_section1_div1 {
    margin-bottom: 30px;
}
.merchandising_section2_div1 {
    padding: 30px 0 0;
}    
.merchandising_section2_div2 {
    margin: 30px 0px;
}    
.merchandising_section2_div3 {
    margin: 20px 0px 0px;
}
.inv_priorities_section3_div4 .twocols_section_cols, .merchandising_section2_div3 .twocols_section_cols, .merchandising_section5_div3 .twocols_section_cols {
    margin-bottom: 50px;
}    
.merchandising_section6_div1 {
    margin: 50px 0px 30px;
}   
.passenger_exp_section1_div2 {
    margin: 50px 0px 20px;
} 
.merchandising_section8_div3 {
    margin: 80px 0px 60px;
}    
.passenger_exp_section1_div1_chart {
    margin-bottom: 0px;
} 
.schedules_planning_section1_div1_box {
    padding: 20px;
    margin-top: -100px;
    margin-bottom: 40px;
}    
.schedules_planning_section1_div4 {
    margin: 30px 0px 80px;
}   
.schedules_planning_section1_div6 .profile_section {
    margin-top: 50px;
}    
.schedules_planning_section1_div6 {
    margin: 65px 0px;
}  
.schedules_planning_section2_div1_inner {
    padding-bottom: 50px;
}
.schedules_planning_section2_div4 {
    margin: 70px 0px 50px;
}    
  
.schedules_planning_section3_div2 {
    margin: 60px 0px;
}   
.conclusion_section1_div3 {
    margin: 20px 0px 30px;
}    
.next_sections_flex_cols2 p.arrow_sec img {
    width: 100px;
    margin-left: -30px;
}    
.next_sections_flex_cols1 p.arrow_sec img {
    width: 100px;
    margin-right: -30px;
}    
  @-webkit-keyframes scroll_down {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(20px);
    }
  }
  @keyframes scroll_down {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(20px);
    }
  }    
}
@media (max-width: 350px) {
  body {
    font-size: 14px;
  }
  p.insights_text {
    font-size: 15px;
  }
  .header_content_top_text h1.h1text {
    font-size: 30.078px;
  }
  h1.h1text_big {
    font-size: 51.862px;
  }
  .scroll_btm_animation {
    top: 300px;
  }
  .video_podcast_box p.font_amadeus_neuemedium {
    font-size: 16px;
}
  h1.h1text {
    font-size: 28px;
  }
  h6.h6text {
    font-size: 18px;
  }
  .para_text {
    margin-bottom: 20px;
  }
  h4.h4text {
    font-size: 18px;
  }
  h2.h2text_sm {
    font-size: 24px;
  }
  .next_sections_flex_cols {
    padding: 60px 40px 160px;
  }
  .header_section_flex {
    padding: 210px 0px 20px;
  }
  h3.h3text {
    font-size: 22px;
  }
  .headshot_profile {
    width: 130px;
  }
  .box_contents {
    height: 230px;
    padding: 15px;
  }
  h2.h2text_big {
    font-size: 35px;
  }
  .next_sections_flex_cols2 h2 sup {
    left: -30px;
  }
  .next_sections_flex_cols1 h2 sup {
    right: -30px;
  }
  .discover_flex_cols h3 {
    font-size: 30px;
  }
  .header_section_flex p.big_text {
    font-size: 14vw;
    line-height: 14vw;
  }
.circular_bar {
    height: 270px;
    width: 270px;
}
.circular_bar_abs1 {
    height: 270px;
    width: 270px;
}    
.circular_bar_abs2 {
    width: 215px;
    margin-top: -240px;
} 
.circular_bar_abs3 {
    width: 160px;
    margin-top: -185px;
}   

.circular_bar_abs:after {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    top: 10.8px;
    left: 10.5px;
}    

.circular_bar_stats_cols h1.h1text {
    font-size: 50px;
}
.circular_bar_stats_cols {
    padding-left: 20px;
}    
}
@media (max-height: 480px) {
  .fixed_nav {
    padding: 10px 30px 8px;
    position: absolute;
  }
  .header_logo {
    top: 84px;
    left: 7%;
    width: 150px;
  }
  .header_section_content {
    padding: 150px 0px 100px;
    align-items: flex-end;
  }
  .header_content_top {
    animation: none !important;
  }
  .header_content_top_text {
    padding: 30px 20px 34px 27px;
  }
  .header_content_top_text h1.h1text {
    font-size: 38px;
  }
  h1.h1text_big {
    font-size: 60px;
  }
  h5.h5text_sm {
    font-size: 22px;
  }
  .header_content_top {
    width: 70%;
  }
  h1.h1text_big_sm {
    font-size: 44px;
  }
  .header_section_flex {
    padding: 150px 0px 20px;
  }
  .box_contents {
    height: 250px;
    padding: 20px;
  }
  p.big_text {
    font-size: 12vw;
    line-height: 13vw;
  }
  h2.h2text_big {
    font-size: 40px;
  }
  .next_sections_flex_cols1 p.arrow_sec img {
    width: 100px;
    margin-right: -30px;
  }
  .next_sections_flex_cols2 p.arrow_sec img {
    width: 100px;
  }
  .conclusion_section1_img1, .conclusion_section1_img2 {
    width: 45%;
  }
  .discover_flex_cols {
    min-height: 350px;
  }
  .conclusion_logo_section p img {
    width: 250px;
  }
}



/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}


