.hero-bkg {
  background-color: #5c6ea1;
  background-image: linear-gradient(135deg, #0364b9 0, #9fc5e0 100%);
  background-image: url("/images/aa/responsive/mountain-covering-clouds.jpg");
  background-size: cover;
  background-position: center; }

.hero-bkg-darken {
  display: none; }

.hero-bkg--alp .hero__title span:last-of-type {
  font-weight: 600; }

@media only screen and (max-width: 699px) {
  .hero-bkg.hero-bkg--alp {
    background-image: none;
    background-color: #005ba9;
    background-color: var(--color-dark-blue); }
    .hero-bkg.hero-bkg--alp .container {
      padding-top: 1.25rem; }
    .hero-bkg.hero-bkg--alp .hero__title span {
      font-weight: 600; }
    .hero-bkg.hero-bkg--alp .logo-bar {
      margin-top: 0; } }

@media only screen and (min-width: 700px) {
  .hero-bkg {
    background-image: url("/images/aa/responsive/mountain-covering-clouds.jpg");
    background-position: 0% 60%; } }

.hero__content-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem 0;
  padding: var(--base-padding) 0;
  color: #fff;
  flex: 1 1 auto;
  padding: 0 1.25rem;
  padding: 0 var(--base-padding);
  max-width: 680px; }

.hero__customers {
  font-size: 15px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.160784);
  display: flex;
  align-items: center; }
  .hero__customers img {
    margin-right: 6px; }

.hero__title {
  font-size: 1.4rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
  margin-top: var(--base-padding);
  font-weight: 400;
  text-align: center;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.160784); }
  .hero__title span {
    max-width: 100%; }
  @media (min-width: 768px) {
    .hero__title {
      font-size: 1.6rem; } }
  @media (min-width: 960px) {
    .hero__title {
      font-size: 2.6rem; } }

.hero__text {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.160784);
  text-align: center; }

.hero__reviews {
  display: none;
  padding: 1.25rem;
  padding: var(--base-padding);
  background: #005ba9;
  background: var(--color-dark-blue);
  border-radius: 20px;
  position: relative;
  margin: 2.5rem 0;
  margin: var(--double-padding) 0;
  box-shadow: 0 0 2px #005ba9; }
  @media (min-width: 768px) {
    .hero__reviews {
      display: block; } }
  .hero__reviews p {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    white-space: nowrap; }
    .hero__reviews p img {
      margin: 0 0.625rem;
      margin: 0 var(--half-padding); }
    @media (min-width: 960px) {
      .hero__reviews p {
        font-size: 1rem; } }
  .hero__reviews::before, .hero__reviews::after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; }
  .hero__reviews::before {
    top: -20px;
    border-bottom: 20px solid #005ba9;
    border-bottom: 20px solid var(--color-dark-blue); }
  .hero__reviews::after {
    bottom: -20px;
    border-top: 20px solid #005ba9;
    border-top: 20px solid var(--color-dark-blue); }

.hero__business-promo {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.160784);
  text-align: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .hero__business-promo {
      flex-direction: column;
      margin-bottom: 1.25rem; } }
  .hero__business-promo p {
    font-weight: 400;
    font-size: 0.8rem; }
    @media (min-width: 768px) {
      .hero__business-promo p {
        font-size: 1.2rem; } }
  .hero__business-promo a p {
    font-weight: 600;
    text-decoration: underline;
    color: #fff; }

.hero__airline-logo {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  margin: 1.25rem 0;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 0 2px #fff; }
  @media (min-width: 768px) {
    .hero__airline-logo {
      height: 160px;
      margin: 1.25rem 0 2.5rem 0; } }
  .hero__airline-logo img {
    object-fit: cover;
    height: 80px;
    width: 50%; }
    @media (min-width: 768px) {
      .hero__airline-logo img {
        height: auto;
        width: auto;
        max-width: 100%; } }
  .hero__airline-logo:after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -20px;
    border-top: 20px solid #fff; }

.flight-search-airport-results {
  height: 370px; }

.search-form-wrapper {
  position: relative;
  background: #005ba9;
  background: var(--color-dark-blue);
  padding: 1.25rem;
  padding: var(--base-padding);
  border-radius: 20px;
  box-shadow: 0 0 2px #005ba9;
  max-width: 500px;
  margin: auto;
  order: 1; }
  @media (min-width: 768px) {
    .search-form-wrapper {
      padding: calc(1.25rem * 1.5) calc(1.25rem * 1.5) 1.25rem calc(1.25rem * 1.5);
      padding: calc(var(--base-padding) * 1.5) calc(var(--base-padding) * 1.5) var(--base-padding) calc(var(--base-padding) * 1.5);
      order: 0;
      min-width: 400px;
      max-width: 400px; } }

.search-form__date input {
  padding-left: 2.5rem;
  padding-right: 0.6rem;
  background-image: url(/images/aa/responsive/icons/calendar-departure.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 14px; }

.search-form__date input[name^="return"] {
  background-image: url(/images/aa/responsive/icons/calendar-return.svg); }

.search-form__date input.search-form__field--disabled {
  background-image: none; }

.search-form__field, .search-form__pax-button {
  color: #005ba9;
  color: var(--color-dark-blue);
  font-size: 1rem;
  border-radius: 6px;
  border: 2px solid #E1E8EE;
  border: 2px solid var(--color-cadet);
  padding: 0.625rem 1.25rem;
  padding: var(--half-padding) var(--base-padding);
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding);
  width: 100%;
  cursor: pointer;
  height: 56px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none; }
  .search-form__field--disabled, .search-form__pax-button--disabled {
    color: #aaa; }
  .search-form__field::placeholder, .search-form__pax-button::placeholder {
    color: #b2b2bf; }

.search-form__button {
  background: transparent linear-gradient(257deg, #f79c34 0%, #ff6c1d 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  height: 56px;
  font-weight: 500;
  transition: 0.1s; }
  .search-form__button:active {
    transform: translate(0, 5px); }

.search-form__input-group {
  display: flex; }
  .search-form__input-group .search-form__column {
    flex: 1 1 auto; }

.search-form__field-group--invalid input {
  border: 2px solid red !important; }

.search-form__pax-group {
  display: flex; }
  .search-form__pax-group .flight-search-travellers-toggle {
    flex: 1 1 auto; }
    @media only screen and (max-width: 720px) {
      .search-form__pax-group .flight-search-travellers-toggle {
        max-width: 50%;
        min-width: 50%; } }

.search-form-multi-controls {
  display: none; }

.search-form__benefits {
  margin-top: 1.25rem;
  margin-top: var(--base-padding);
  display: flex;
  opacity: 0.7; }
  .search-form__benefits-item {
    width: 50%;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center; }
    .search-form__benefits-item img {
      width: 16px;
      height: 16px;
      margin-right: 4px; }
    @media (min-width: 375px) {
      .search-form__benefits-item {
        font-size: 12px; } }

.search-form__multi-row-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.625rem;
  margin-bottom: var(--half-padding);
  display: block; }

.search-form-wrapper--collapsed {
  max-width: none;
  display: none; }
  @media screen and (min-width: 600px) {
    .search-form-wrapper--collapsed {
      display: block !important; } }
  @media screen and (min-width: 1150px) {
    .search-form-wrapper--collapsed {
      padding: 1.25rem 0;
      padding: var(--base-padding) 0; } }
  .search-form-wrapper--collapsed .flight-search-calendar,
  .search-form-wrapper--collapsed .flight-search-airport-results {
    width: calc(100% - 3.75rem); }

.search-summary-details {
  padding: 0.625rem 0;
  padding: var(--half-padding) 0;
  display: flex; }
  @media screen and (min-width: 600px) {
    .search-summary-details {
      display: none; } }
  .search-summary-details-row {
    display: flex;
    width: auto;
    flex-wrap: wrap; }
  .search-summary-details-title {
    font-size: 14px; }

.search-summary-expand-form {
  margin-left: auto;
  -webkit-appearance: none;
  background: none;
  border: none; }

.search-summary-expand-icon {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #f79c34;
  display: flex;
  justify-content: center;
  align-items: center; }
  .search-summary-expand-icon .aa-icon {
    width: 20px;
    height: 20px;
    color: #fff; }

.search-form--collapsed {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .search-form--collapsed .search-form__benefits {
    display: none;
    position: absolute;
    top: 20px;
    right: 30px; }
    @media screen and (min-width: 700px) {
      .search-form--collapsed .search-form__benefits {
        display: flex; } }
    @media screen and (min-width: 1150px) {
      .search-form--collapsed .search-form__benefits {
        right: 0; } }
    .search-form--collapsed .search-form__benefits .search-form__benefits-item {
      white-space: nowrap;
      margin-left: 1.25rem;
      margin-left: var(--base-padding); }
  .search-form--collapsed .search-form__inner {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .search-form__inner {
        flex-direction: row; } }
  .search-form--collapsed .search-form__fields {
    width: 100%; }
  .search-form--collapsed .search-form__field, .search-form--collapsed .search-form__pax-button {
    height: 46px;
    margin-bottom: 0;
    width: 100%; }
  .search-form--collapsed .search-form__field--location {
    margin-right: 0.625rem;
    margin-right: var(--half-padding); }
  .search-form--collapsed .search-form__input-group {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-bottom: var(--base-padding); }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .search-form__input-group {
        width: calc(50% - 1.25rem);
        width: calc(50% - var(--base-padding));
        margin-right: 1.25rem;
        margin-right: var(--base-padding);
        margin-bottom: 0; } }
    @media (min-width: 960px) {
      .search-form--collapsed .search-form__input-group {
        width: 32%;
        margin-right: 0.625rem;
        margin-right: var(--half-padding); } }
  @media (min-width: 960px) {
    .search-form--collapsed .search-form__column--from {
      margin-right: 0.625rem;
      margin-right: var(--half-padding); } }
  .search-form--collapsed .search-form__column--from, .search-form--collapsed .search-form__column--to {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-bottom: var(--base-padding); }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .search-form__column--from, .search-form--collapsed .search-form__column--to {
        width: calc(50% - 1.25rem);
        width: calc(50% - var(--base-padding));
        margin-right: 1.25rem;
        margin-right: var(--base-padding); } }
    @media (min-width: 960px) {
      .search-form--collapsed .search-form__column--from, .search-form--collapsed .search-form__column--to {
        width: 21.5%;
        margin-bottom: 0;
        margin-right: 0.625rem;
        margin-right: var(--half-padding); } }
  .search-form--collapsed .search-form__column--button {
    display: block; }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .search-form__column--button {
        min-width: 110px; } }
    @media (min-width: 960px) {
      .search-form--collapsed .search-form__column--button {
        flex: 1 1 auto;
        margin-left: 0.625rem;
        margin-left: var(--half-padding); } }
  .search-form--collapsed .search-form__button {
    height: 56px;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .search-form__button {
        height: 100%; } }
    @media (min-width: 960px) {
      .search-form--collapsed .search-form__button {
        height: 46px; } }
  @media (min-width: 960px) {
    .search-form--collapsed .flight-search-single-return-form .flight-search-travellers {
      max-width: 25%;
      display: flex; } }
  @media (min-width: 960px) {
    .search-form--collapsed .flight-search-single-return-form .flight-search-travellers .search-form__pax-group {
      flex: 2 1 auto;
      max-width: 100%; } }
  .search-form--collapsed .flight-search-single-return-form .flight-search-travellers .search-form__column--button {
    display: none; }
  @media (min-width: 768px) {
    .search-form--collapsed .flight-search-multi-form .search-form__pax-group {
      min-width: 300px; } }
  .search-form--collapsed .flight-search-multi-form .flight-search-travellers {
    flex-direction: column; }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .flight-search-multi-form .flight-search-travellers {
        flex-direction: row; } }
  .search-form--collapsed .flight-search-multi-row .search-form__multi-row-label {
    width: 100%; }
  .search-form--collapsed .flight-search-multi-row .search-form__multi-row-inputwrap {
    display: flex; }
  .search-form--collapsed .flight-search-multi-row .search-form__input-group {
    width: 60%; }
  .search-form--collapsed .flight-search-multi-row .search-form__multi-date {
    width: 40%; }
  .search-form--collapsed .flight-search-single-return-form-inner {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .flight-search-single-return-form-inner {
        flex-direction: row; } }
  .search-form--collapsed .flight-search-single-return-form-inner-inputs {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap; }
    @media (min-width: 960px) {
      .search-form--collapsed .flight-search-single-return-form-inner-inputs {
        flex-wrap: nowrap; } }
  .search-form--collapsed .flight-search-travellers {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-bottom: var(--base-padding); }
    @media screen and (min-width: 600px) {
      .search-form--collapsed .flight-search-travellers {
        width: calc(50% - 1.25rem);
        width: calc(50% - var(--base-padding));
        margin: 0 1.25rem 0 0;
        margin: 0 var(--base-padding) 0 0;
        min-width: auto; } }
    @media (min-width: 960px) {
      .search-form--collapsed .flight-search-travellers {
        max-width: 30%;
        margin-right: 0;
        display: flex; } }
  .search-form--collapsed .flight-search-multi-form .flight-search-travellers {
    max-width: none;
    width: auto;
    display: flex;
    margin-right: 0; }
    .search-form--collapsed .flight-search-multi-form .flight-search-travellers .search-form__column--button {
      margin-left: auto;
      width: 100%;
      height: 56px;
      margin-top: 1.25rem;
      margin-top: var(--base-padding); }
      @media screen and (min-width: 600px) {
        .search-form--collapsed .flight-search-multi-form .flight-search-travellers .search-form__column--button {
          max-width: 140px;
          margin-top: 0; } }

.search-summary {
  height: auto;
  cursor: auto;
  position: relative;
  z-index: 2; }

.search-form__input-group .search-form__column:first-child input,
.search-form__input-group .flight-search-travellers-toggle:first-child,
.flight-search-travellers .search-form__column:first-child input,
.flight-search-travellers .flight-search-travellers-toggle:first-child {
  border-right-width: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.search-form__input-group .search-form__column:last-child input,
.search-form__input-group .flight-search-travellers-toggle:last-child,
.flight-search-travellers .search-form__column:last-child input,
.flight-search-travellers .flight-search-travellers-toggle:last-child {
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 2px solid #E1E8EE;
  border-left: 2px solid var(--color-cadet); }

.flight-search-travellers {
  min-width: 100%;
  max-width: 100%; }

.flight-search-tooltip {
  font-weight: 600; }
  .flight-search-tooltip h4 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #005ba9;
    color: var(--color-dark-blue); }

.flight-search-pax {
  margin-top: 1.25rem;
  margin-top: var(--base-padding); }

.flight-search-pax-label {
  font-size: 1rem; }

.flight-search-airport-results, .flight-search-calendar {
  width: calc(100% - 3.75rem); }
  .flight-search-airport-results h4, .flight-search-calendar h4 {
    color: #005ba9;
    color: var(--color-dark-blue); }
  @media (min-width: 768px) {
    .flight-search-airport-results, .flight-search-calendar {
      width: 700px; } }
  @media (min-width: 960px) {
    .flight-search-airport-results, .flight-search-calendar {
      width: 800px; } }

.flight-search-trip-type {
  display: flex;
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding); }

.flight-search-trip-type-input-label {
  border: 2px solid white;
  border-radius: 6px;
  flex: 1 1 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.625rem;
  padding: 0.5rem var(--half-padding);
  text-align: center; }
  @media only screen and (max-width: 560px) {
    .flight-search-trip-type-input-label {
      text-transform: none;
      color: #fff; }
      .flight-search-trip-type-input-label span {
        display: block; } }
  .flight-search-trip-type-input-label:last-child {
    margin-right: 0; }
  .flight-search-trip-type-input-label--active, .flight-search-trip-type-input-label:hover, .flight-search-trip-type-input-label:focus {
    background: #fff;
    color: #005ba9;
    color: var(--color-dark-blue);
    border-color: #E1E8EE;
    border-color: var(--color-cadet);
    outline: none; }

.flight-search-multi-form .search-form__field {
  margin-bottom: 0.625rem;
  margin-bottom: var(--half-padding); }

.flight-search-multi-row {
  height: auto; }

.flight-search-multi-controls {
  padding: 0;
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding); }

.hero-bkg .logo-bar {
  background: none;
  width: 100%;
  margin-top: 2.5rem;
  margin-top: var(--double-padding); }
  .hero-bkg .logo-bar .container-flex {
    width: 100%; }
  .hero-bkg .logo-bar img {
    max-height: 3rem; }

.hero-bkg > .container {
  display: flex;
  padding: 2rem 0 0 0;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .hero-bkg > .container {
      flex-direction: row;
      padding: 5rem 1.25rem 0 1.25rem; } }

.autocomplete-suggestions {
  max-height: 300px; }

.autocomplete-suggestion {
  display: flex; }
  .autocomplete-suggestion .autocomplete-suggestion-code {
    margin-left: auto;
    margin-right: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }

.fullscreen-active {
  overflow: hidden;
  position: relative; }

.mobile-fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease; }
  .mobile-fullscreen--show {
    transform: translateX(0); }
  .mobile-fullscreen [data-fullscreen-modal] {
    display: none;
    flex-direction: column; }
  .mobile-fullscreen__header {
    display: flex;
    padding: 0.625rem;
    padding: var(--half-padding); }
  .mobile-fullscreen__back, .mobile-fullscreen__close {
    padding: 0.625rem;
    padding: var(--half-padding);
    background: none;
    border: none; }
    .mobile-fullscreen__back .aa-icon, .mobile-fullscreen__close .aa-icon {
      width: 26px;
      height: 26px;
      color: #495662;
      color: var(--font-color); }
  .mobile-fullscreen__back .aa-icon {
    width: 32px;
    height: 32px; }
  .mobile-fullscreen__close {
    margin-left: auto; }

.fullscreen-location__input {
  padding: 0 1.25rem;
  padding: 0 var(--base-padding); }
  .fullscreen-location__input input:focus {
    outline: none; }

.fullscreen-location__results {
  position: absolute;
  top: 142px;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  overflow-y: scroll; }
  .fullscreen-location__results .autocomplete-suggestion {
    padding: 10px 0; }

.fullscreen-datepicker__title {
  text-align: center;
  margin-bottom: 0.625rem;
  margin-bottom: var(--half-padding);
  color: #005ba9;
  color: var(--color-dark-blue); }

.day-cell-current-day {
  font-weight: bold; }

.fullscreen-datepicker__calendar {
  position: absolute;
  top: 138px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll; }
  .fullscreen-datepicker__calendar .cal-month {
    padding-top: 1.25rem;
    padding-top: var(--base-padding); }
    .fullscreen-datepicker__calendar .cal-month:last-child {
      margin-bottom: 1.25rem;
      margin-bottom: var(--base-padding); }
  .fullscreen-datepicker__calendar .cal-heading {
    font-weight: 500; }
  .fullscreen-datepicker__calendar .day-cell {
    border: none;
    color: #495662;
    color: var(--font-color);
    font-size: 14px; }
  .fullscreen-datepicker__calendar .day-cell.past-day-trip {
    color: #888; }
  .fullscreen-datepicker__calendar .day-cell.past-day {
    color: #ccc; }
  .fullscreen-datepicker__calendar .day-cell.trip-range {
    color: #fff; }
  .fullscreen-datepicker__calendar .day-cell.trip-range-start,
  .fullscreen-datepicker__calendar .day-cell.trip-range-end {
    color: #fff; }

.fullscreen-datepicker__days {
  padding-bottom: 0.625rem;
  padding-bottom: var(--half-padding);
  border-bottom: 1px solid #bdc6cf;
  border-bottom: 1px solid var(--color-pigeon); }
  .fullscreen-datepicker__days ul {
    list-style: none;
    display: flex; }
    .fullscreen-datepicker__days ul li {
      flex-basis: 100%;
      display: flex;
      justify-content: center; }

.fullscreen-datepicker__footer {
  position: fixed;
  background: white;
  width: 100%;
  bottom: 0; }
  .fullscreen-datepicker__footer .pricing-scale {
    margin: 10px auto 24px auto; }

[data-fullscreen-modal="passengers"] {
  height: calc(100vh - 72px);
  display: flex;
  flex-direction: column; }

.fullscreen-pax__class {
  position: relative;
  padding: 0 1.25rem;
  padding: 0 var(--base-padding); }
  .fullscreen-pax__class select {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    background: transparent; }
  .fullscreen-pax__class svg {
    color: #bdc6cf;
    color: var(--color-pigeon);
    position: absolute;
    right: 34px;
    top: calc(50% - 8px);
    width: 20px;
    height: 20px;
    z-index: 1; }

.fullscreen-pax__passengers {
  overflow: scroll;
  position: absolute;
  top: calc(72px + 66px);
  left: 0;
  right: 0;
  bottom: 96px; }

.fullscreen-pax__passenger-type {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .fullscreen-pax__passenger-type img {
    margin: 0.625rem 0;
    margin: var(--half-padding) 0; }
  .fullscreen-pax__passenger-type:last-child {
    margin-bottom: 1.25rem;
    margin-bottom: var(--base-padding); }

.fullscreen-pax__passenger-type-row {
  display: flex;
  justify-content: center;
  align-items: center; }
  .fullscreen-pax__passenger-type-row button {
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: 1px 1px 8px 5px #ececec;
    border-radius: 50%;
    background-color: #fff; }
    .fullscreen-pax__passenger-type-row button .aa-icon {
      width: 2em;
      height: 2em;
      color: #495662;
      color: var(--font-color); }

.fullscreen-pax__passenger-type-output {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1.25rem;
  margin: 0 var(--base-padding);
  font-weight: 500;
  width: 100px; }
  .fullscreen-pax__passenger-type-output-label {
    font-size: 0.8rem; }
    .fullscreen-pax__passenger-type-output-label-age {
      opacity: 0.6; }
  .fullscreen-pax__passenger-type-output-figure {
    font-size: 1.2rem; }

.fullscreen-pax__submit {
  padding: 1.25rem;
  padding: var(--base-padding);
  box-shadow: 1px 1px 8px 5px #ececec;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff; }

.my-search-form-wrap {
  height: auto; }
  .my-search-form-wrap .search-form-wrapper--collapsed {
    display: block; }

.async-hide .search-form__field, .async-hide .flight-search-travellers-toggle, .async-hide .search-form__date input[name^=return], .async-hide .search-form__button {
  animation: placeholderShimmer 1.5s linear 0s infinite normal forwards;
  background-color: #aaa;
  background-repeat: repeat;
  background: linear-gradient(to right, #e6e3e3 40%, rgba(255, 255, 255, 0.7) 60%, #e6e3e3 80%);
  background-size: 800px 100px;
  color: transparent;
  border-color: transparent; }

.async-hide .flight-search-trip-type-input-label {
  color: transparent; }

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

/*# sourceMappingURL=../sourcemaps/optimize/booking_form.min.css.map */
