::-webkit-input-placeholder {
  color: #536273; }

:focus::-webkit-input-placeholder {
  color: #2d3c4d; }

:-ms-input-placeholder {
  color: #536273; }

:focus:-ms-input-placeholder {
  color: #2d3c4d; }

::-moz-placeholder {
  color: #536273; }

:focus::-moz-placeholder {
  color: #2d3c4d; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: fallback; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: fallback; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: fallback; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", sans-serif;
  color: #536273; }
  body h1 {
    white-space: normal;
    word-wrap: break-word;
    font-size: 40px;
    line-height: 1.2;
    color: #2d3c4d;
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: 400; }
    @media (max-width: 767px) {
      body h1 {
        font-size: 28px;
        line-height: 1.29; } }
  body h2 {
    white-space: normal;
    word-wrap: break-word;
    font-size: 36px;
    line-height: 1.22;
    color: #2d3c4d;
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: 400; }
    @media (max-width: 767px) {
      body h2 {
        font-size: 36px; } }
  body h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.47;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.53;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.34;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 0; }
  body p {
    font-weight: 400;
    color: #536273;
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 16px;
    margin-top: 0; }
  body a {
    color: #0073e6;
    font-size: 17px;
    line-height: 1.41;
    font-weight: 400;
    text-decoration: none; }
    body a:hover {
      color: #1b8eff;
      text-decoration: none; }
    body a:focus {
      text-decoration: none; }
    body a.link-outside-body {
      font-weight: 600;
      color: #0073e6; }
      body a.link-outside-body::after {
        content: url("https://static-staging.airhelp.com/images/front-page/arrow-right.svg?ver=1534405593");
        position: relative;
        top: 3px;
        margin-left: 8px; }
    body a.back-to-top {
      display: inline-flex;
      font-weight: 600;
      color: #0073e6; }
      body a.back-to-top::after {
        content: url("https://static-staging.airhelp.com/images/front-page/arrow-right.svg?ver=1534405593");
        position: relative;
        margin-left: 8px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  body .uppercase {
    text-transform: uppercase; }

.c-autocomplete-list {
  border: 1px solid #1b8eff;
  border-radius: 3px;
  background-color: #fff;
  list-style: none;
  max-height: 306px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-left: 0;
  width: 400px; }
  @media (min-width: 768px) {
    .c-autocomplete-list {
      z-index: 10;
      position: absolute; } }
  .c-autocomplete-list__list-item {
    border-bottom: 1px solid #dae2eb;
    font-size: 17px;
    padding: 8px 16px;
    text-align: left;
    color: #536273;
    cursor: pointer; }
    .c-autocomplete-list__list-item.active {
      background-color: #f3f9ff; }
    .c-autocomplete-list__list-item span {
      font-weight: 400; }
  .c-autocomplete-list__location {
    display: block;
    font-size: 15px;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .c-autocomplete-list.open {
      border: none;
      left: 0;
      max-height: 100%;
      padding-bottom: 8px;
      position: fixed;
      top: 48px;
      width: 100%;
      z-index: 1050; } }

@media (max-width: 767px) {
  .c-autocomplete__list-container {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040; }
  .c-autocomplete__input.open {
    border: none !important;
    border-bottom: 1px solid #dae2eb !important;
    height: 48px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    padding-left: 16px;
    background-image: none !important; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .c-autocomplete__input.open {
      padding-right: constant(safe-area-inset-right);
      padding-left: constant(safe-area-inset-left);
      padding-right: env(safe-area-inset-right);
      padding-left: env(safe-area-inset-left); } }

@media (max-width: 767px) {
  .c-autocomplete__modal-close {
    background-image: url("https://static-staging.airhelp.com/images/front-page/close_black.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    position: fixed;
    height: 24px;
    width: 24px;
    right: 12px;
    top: 12px;
    z-index: 1055;
    background-color: #fff; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .c-autocomplete__modal-close {
      padding-right: constant(safe-area-inset-right);
      padding-left: constant(safe-area-inset-left);
      padding-right: env(safe-area-inset-right);
      padding-left: env(safe-area-inset-left); } }

.c-media-logotypes__list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .c-media-logotypes__list-item {
    width: 208px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .c-media-logotypes__list-item {
        width: 164px; } }
    @media (max-width: 767px) {
      .c-media-logotypes__list-item:last-child {
        display: none; } }
    .c-media-logotypes__list-item-img {
      max-height: 32px;
      max-width: 208px;
      height: auto;
      width: auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        .c-media-logotypes__list-item-img {
          max-width: 148px;
          margin: 8px; } }
      @media (max-width: 767px) {
        .c-media-logotypes__list-item-img {
          margin: 16px 0; } }
  @media (max-width: 767px) {
    .c-media-logotypes__list {
      margin-top: 0;
      flex-direction: column; } }

.c-swiper-no-cards__sub-header {
  margin-top: 32px; }

.c-swiper-no-cards__description {
  white-space: normal;
  word-wrap: break-word;
  margin-bottom: 0; }

.c-swiper-no-cards__pagination {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 32px; }

.c-swiper-no-cards__navigation {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .c-swiper-no-cards__navigation {
      max-width: 66%;
      margin: 64px auto 0; } }

.c-swiper-no-cards__pagination-bullet {
  opacity: 1;
  background-color: #c6d5e6;
  height: 12px;
  width: 12px;
  margin: 8px 16px;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer; }
  .c-swiper-no-cards__pagination-bullet--active {
    background-color: #1b8eff; }

.c-swiper-no-cards__button-prev, .c-swiper-no-cards__button-next {
  box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s ease-in-out;
  position: initial;
  flex: 0 0 auto;
  margin-top: 0;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-size: 16px 16px;
  cursor: pointer; }
  .c-swiper-no-cards__button-prev:hover, .c-swiper-no-cards__button-next:hover {
    box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 15px 25px 0 rgba(0, 0, 0, 0.07); }
  .c-swiper-no-cards__button-prev:active, .c-swiper-no-cards__button-next:active {
    box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07); }

.c-swiper-no-cards__button-prev {
  background-image: url("https://static-staging.airhelp.com/images/dart-left.svg?ver=1534406151");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px; }

.c-swiper-no-cards__button-next {
  background-image: url("https://static-staging.airhelp.com/images/dart-right.svg?ver=1534406151");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px; }

.c-swiper-no-cards__button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.c-swiper-no-cards__container {
  padding-bottom: 64px; }

.c-icon-in-circle {
  height: 64px;
  width: 64px;
  margin: 0 auto;
  display: table; }
  .c-icon-in-circle__circle {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-color: #4ea7ff;
    opacity: 0.1;
    display: inline-block; }
  .c-icon-in-circle__img {
    float: left;
    position: relative;
    bottom: 50px;
    left: 20px; }

.fp-jumbotron-header {
  padding-top: 64px; }
  @media (max-width: 991px) {
    .fp-jumbotron-header {
      padding-top: 48px; } }
  .fp-jumbotron-header__title {
    margin-bottom: 32px;
    padding-top: 32px; }
    @media (min-width: 768px) {
      .fp-jumbotron-header__title {
        padding-top: 64px; } }
  @media (min-width: 992px) {
    .fp-jumbotron-header__background-wrapper--theme-dark {
      background-color: #003467;
      background-image: url("https://static-staging.airhelp.com/images/front-page/jumbotron-bg-dark.jpg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; } }
  .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__title {
    color: #fff; }
    @media (max-width: 991px) {
      .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__title {
        padding-left: 16px;
        padding-right: 16px; } }
  @media (max-width: 991px) {
    .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__form-wrapper {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 992px) {
    .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__trustpilot::before {
      content: url("https://static-staging.airhelp.com/images/trustpilot-logo-dark.svg"); } }
  @media (min-width: 992px) {
    .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__trustpilot-stars, .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__trustpilot-logo {
      display: none; } }
  .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__credentials-wrap {
    margin-top: 32px; }
  @media (max-width: 991px) {
    .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__main-content-upside {
      background-color: #003467;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; } }
  .fp-jumbotron-header__background-wrapper--theme-dark .fp-jumbotron-header__main-content-upside p {
    color: #fff; }
  @media (min-width: 992px) {
    .fp-jumbotron-header__background-wrapper--theme-light {
      background-image: url("https://static-staging.airhelp.com/images/front-page/jumbotron-bg.jpg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media (max-width: 991px) {
    .fp-jumbotron-header__background-wrapper--no-mobile-image {
      background-image: none !important; } }
  .fp-jumbotron-header__main-content-wrapper {
    text-align: center; }
    @media (min-width: 992px) {
      .fp-jumbotron-header__main-content-wrapper {
        text-align: initial; } }
  @media (max-width: 991px) {
    .fp-jumbotron-header__main-content {
      float: none;
      display: inline-block; } }
  @media (min-width: 992px) {
    .fp-jumbotron-header__form-wrapper {
      box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
      height: 69px; }
      .fp-jumbotron-header__form-wrapper:focus-within {
        height: 72px;
        box-shadow: 0 0 0 1px #1b8eff, 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
        border-radius: 3px; } }
  @media (max-width: 991px) {
    .fp-jumbotron-header__form-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .fp-jumbotron-header__start-airport, .fp-jumbotron-header__flight-destination {
    display: inline-block;
    padding: 0;
    margin-bottom: 32px;
    height: 100%; }
    @media (max-width: 991px) {
      .fp-jumbotron-header__start-airport, .fp-jumbotron-header__flight-destination {
        max-width: 360px;
        margin-bottom: 8px; } }
  .fp-jumbotron-header__start-airport-input, .fp-jumbotron-header__flight-destination-input {
    height: 72px;
    width: 100%;
    padding-left: 56px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.53;
    border-top: 1px solid #c6d5e6;
    border-bottom: 1px solid #c6d5e6;
    border-radius: 3px;
    color: #536273;
    outline: none; }
    @media (max-width: 991px) {
      .fp-jumbotron-header__start-airport-input, .fp-jumbotron-header__flight-destination-input {
        border: 1px solid #c6d5e6; }
        .fp-jumbotron-header__start-airport-input:focus, .fp-jumbotron-header__flight-destination-input:focus {
          border: 1px solid #1b8eff;
          border-radius: 3px; } }
  .fp-jumbotron-header__start-airport-input {
    border-left: 1px solid #c6d5e6;
    padding-right: 16px; }
    @media (min-width: 992px) {
      .fp-jumbotron-header__start-airport-input {
        background: url("https://static-staging.airhelp.com/images/front-page/arrow-separator.svg?ver=1534405593") right center no-repeat, url("https://static-staging.airhelp.com/images/front-page/marker.svg?ver=1534257192") 16px center no-repeat, #fff;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .fp-jumbotron-header__start-airport-input:focus {
          background: url("https://static-staging.airhelp.com/images/front-page/arrow-separator.svg?ver=1534405593") right center no-repeat, url("https://static-staging.airhelp.com/images/front-page/marker_active.svg?ver=1534257192") 16px center no-repeat, #fff; } }
    @media (max-width: 991px) {
      .fp-jumbotron-header__start-airport-input {
        background-image: url("https://static-staging.airhelp.com/images/front-page/marker.svg?ver=1534257192");
        background-position: 16px center;
        background-repeat: no-repeat;
        background-size: 24px; }
        .fp-jumbotron-header__start-airport-input:focus {
          background-image: url("https://static-staging.airhelp.com/images/front-page/marker_active.svg?ver=1534257192");
          background-position: 16px center;
          background-repeat: no-repeat;
          background-size: 24px; } }
  .fp-jumbotron-header__flight-destination-input {
    background-image: url("https://static-staging.airhelp.com/images/front-page/marker.svg?ver=1534257192");
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-right: 16px; }
    @media (min-width: 992px) {
      .fp-jumbotron-header__flight-destination-input {
        border-left: none;
        border-right: none;
        border-radius: 0; } }
    .fp-jumbotron-header__flight-destination-input:focus {
      background-image: url("https://static-staging.airhelp.com/images/front-page/marker_active.svg?ver=1534257192");
      background-position: 16px center;
      background-repeat: no-repeat;
      background-size: 24px; }
  .fp-jumbotron-header__cta-btn {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .fp-jumbotron-header__cta-btn {
        box-shadow: none; } }
    @media (max-width: 991px) {
      .fp-jumbotron-header__cta-btn {
        max-width: 360px;
        float: none;
        margin-bottom: 32px; } }
    .fp-jumbotron-header__cta-btn:hover {
      box-shadow: none; }
  .fp-jumbotron-header__credentials-wrap {
    margin-bottom: 48px; }
    @media (min-width: 992px) {
      .fp-jumbotron-header__credentials-wrap {
        height: 50px;
        display: inline-block;
        margin-bottom: 64px; } }
  .fp-jumbotron-header__credentials {
    display: flex;
    align-items: flex-end;
    text-align: left; }
    @media (max-width: 991px) {
      .fp-jumbotron-header__credentials {
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
  .fp-jumbotron-header__credential {
    float: left;
    margin-right: 16px; }
    @media (max-width: 991px) {
      .fp-jumbotron-header__credential {
        margin-right: 0;
        margin-bottom: 16px; } }
  .fp-jumbotron-header__trustpilot-stars {
    background-image: url("https://static-staging.airhelp.com/images/stars.svg?ver=1533656555");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 124px;
    margin-left: 8px;
    width: 125px;
    height: 23px;
    display: block; }
    .fp-jumbotron-header__trustpilot-stars.s1 {
      background-position: 0 -35px; }
    .fp-jumbotron-header__trustpilot-stars.s2 {
      background-position: 0 -70px; }
    .fp-jumbotron-header__trustpilot-stars.s3 {
      background-position: 0 -95px; }
    .fp-jumbotron-header__trustpilot-stars.s4 {
      background-position: 0 -130px; }
    .fp-jumbotron-header__trustpilot-stars.s5 {
      background-position: 0 -165px; }
  .fp-jumbotron-header__usp-background {
    background-color: #fff;
    border-top: 1px solid #dae2eb;
    border-bottom: 1px solid #dae2eb;
    clear: both; }
  @media (max-width: 991px) {
    .fp-jumbotron-header__usp-mobile-wrapper {
      display: flex; } }
  .fp-jumbotron-header__usp-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .fp-jumbotron-header__usp-wrapper {
        flex-direction: column; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .fp-jumbotron-header__usp-wrapper {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .fp-jumbotron-header__usp-wrapper {
        margin: 0 0 0 32px; } }
  .fp-jumbotron-header__usp-item {
    margin: 16px 0;
    text-indent: -20px; }
    @media (max-width: 767px) {
      .fp-jumbotron-header__usp-item {
        margin-left: 8px; }
        .fp-jumbotron-header__usp-item:first-child {
          margin-top: 32px; }
        .fp-jumbotron-header__usp-item:last-child {
          margin-bottom: 32px; } }
    @media (min-width: 992px) {
      .fp-jumbotron-header__usp-item {
        margin: 32px 16px;
        padding-left: 24px; } }
    .fp-jumbotron-header__usp-item::before {
      content: url("https://static-staging.airhelp.com/images/front-page/check.svg?ver=1536566060");
      vertical-align: top;
      display: inline-block;
      margin-right: 16px; }
  .fp-jumbotron-header__mobile-copy-wrapper {
    border-bottom: 1px solid #dae2eb;
    margin-top: 32px; }
  .fp-jumbotron-header__mobile-copy {
    padding-bottom: 16px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .fp-jumbotron-header__media-logotypes-wrapper {
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dae2eb; }

.fp-testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .fp-testimonial__wrapper {
    display: flex;
    max-width: 608px; }
  .fp-testimonial__image {
    margin-right: 16px; }
  .fp-testimonial__author {
    line-height: 1.53;
    color: #536273;
    margin-bottom: 16px;
    text-align: center; }

.homepage-how-it-works {
  background-image: linear-gradient(to bottom, #f3f9ff, #fff);
  position: relative;
  border-bottom: 1px solid #dae2eb; }
  .homepage-how-it-works__header {
    padding-top: 64px;
    margin-bottom: 48px; }
  .homepage-how-it-works__container {
    overflow: hidden; }

.homepage-trustpilot {
  position: relative;
  padding: 64px 0;
  border-bottom: 1px solid #dae2eb;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .homepage-trustpilot {
      padding: 64px 0; } }
  .homepage-trustpilot__header {
    margin-bottom: 32px;
    margin-top: 0; }
  .homepage-trustpilot__score-wrapper {
    float: none;
    margin: auto;
    min-width: 275px;
    padding: 0; }

.fp-flight-box {
  border-bottom: 1px solid #dae2eb;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (min-width: 992px) {
    .fp-flight-box {
      background-image: url("https://static-staging.airhelp.com/images/front-page/glob.svg?ver=1534406151");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover; } }
  .fp-flight-box__heading {
    margin-top: 16px; }
  .fp-flight-box__image {
    margin-top: 32px; }
    @media (max-width: 767px) {
      .fp-flight-box__image {
        width: 100%;
        height: auto;
        margin-bottom: 32px; } }
  .fp-flight-box__list-wrap {
    padding: 0; }
  .fp-flight-box__popup-btn {
    width: 100%; }
    @media (min-width: 768px) {
      .fp-flight-box__popup-btn {
        margin-top: 64px; } }
  .fp-flight-box__list {
    padding-left: 32px; }
  .fp-flight-box__list-item {
    list-style: none;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.53;
    color: #536273;
    margin-bottom: 16px;
    margin-top: 32px;
    margin-left: 8px;
    text-indent: -20px; }
    .fp-flight-box__list-item::before {
      content: url("https://static-staging.airhelp.com/images/front-page/check.svg?ver=1536566060");
      vertical-align: top;
      display: inline-block;
      margin-right: 16px; }

.flightimporter__modal-title {
  margin-top: 16px;
  margin-bottom: 0; }

.flightimporter__modal-checkbox {
  margin: 16px 0; }
  .flightimporter__modal-checkbox-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    top: -8px; }
  .flightimporter__modal-checkbox-input {
    opacity: 0; }
    .flightimporter__modal-checkbox-input:checked + label::after {
      opacity: 1; }
  .flightimporter__modal-checkbox-label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    border: 1px solid #c6d5e6; }
    .flightimporter__modal-checkbox-label::after {
      content: '';
      width: 12px;
      height: 8px;
      position: absolute;
      top: 4px;
      left: 3px;
      border: 3px solid #c6d5e6;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .flightimporter__modal-checkbox-label:hover::after {
      opacity: 0.5; }
    .flightimporter__modal-checkbox-label-text {
      text-align: left;
      max-width: 226px;
      font-size: 14px;
      color: #536273;
      font-weight: 400;
      line-height: 1.14; }
      .flightimporter__modal-checkbox-label-text a, .flightimporter__modal-checkbox-label-text a:active, .flightimporter__modal-checkbox-label-text a:hover, .flightimporter__modal-checkbox-label-text a:visited {
        line-height: 1.14;
        color: #536273;
        text-decoration: underline;
        font-size: 14px; }

.flightimporter__modal-dialog {
  display: flex;
  text-align: left;
  vertical-align: middle;
  padding: 0; }
  @media (min-width: 768px) {
    .flightimporter__modal-dialog {
      width: 356px; } }
  @media (max-width: 767px) {
    .flightimporter__modal-dialog {
      margin: 0; } }

@media (max-width: 767px) {
  .flightimporter__modal {
    z-index: 1030; } }

.flightimporter__modal-certificates-wrap {
  display: inline-block; }
  .flightimporter__modal-certificates-wrap:first-of-type {
    padding-right: 16px; }

.flightimporter__modal-content {
  padding: 16px 0 32px !important;
  display: inline-block;
  text-align: center; }
  @media (min-width: 768px) {
    .flightimporter__modal-content {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .flightimporter__modal-content {
      overflow-y: scroll;
      overflow-x: hidden;
      width: 100vw;
      height: 100vh;
      position: fixed;
      border-radius: 0;
      border: none; } }

.flightimporter__modal-close {
  margin-left: auto;
  cursor: pointer;
  float: right;
  opacity: 1;
  position: absolute;
  top: 16px;
  right: 16px; }

.flightimporter__modal-privacy {
  margin: 16px 32px;
  font-size: 14px;
  max-width: 290px; }
  @media (max-width: 767px) {
    .flightimporter__modal-privacy {
      margin: 16px auto; } }

.flightimporter__modal-separator {
  border: 0;
  border-bottom: 1px solid #dae2eb;
  margin: 16px 0; }

.fp-kyr {
  background-image: linear-gradient(to top, #f8f8ff, #fff);
  padding: 64px 0; }
  .fp-kyr__graduation-icon {
    display: block;
    margin: 0 auto 8px; }
  .fp-kyr__title-description {
    margin-bottom: 64px; }
  @media (max-width: 991px) {
    .fp-kyr__tab-wrap {
      box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
      padding: 0; } }
  @media (max-width: 767px) {
    .fp-kyr__tab-wrap {
      margin: 0; } }
  .fp-kyr__tab-item {
    display: flex;
    font-weight: 600;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #536273;
    font-size: 17px; }
    @media (min-width: 992px) {
      .fp-kyr__tab-item {
        margin-bottom: 8px;
        border-radius: 3px; }
        .fp-kyr__tab-item.active {
          box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
          transition: box-shadow 0.2s ease-in-out;
          background-color: #fff; }
          .fp-kyr__tab-item.active:hover {
            box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 15px 25px 0 rgba(0, 0, 0, 0.07); }
          .fp-kyr__tab-item.active:active {
            box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07); } }
    @media (max-width: 991px) {
      .fp-kyr__tab-item {
        background-color: #fff;
        box-shadow: none;
        border-top: 1px solid #dae2eb;
        display: flex; }
        .fp-kyr__tab-item:first-child {
          border-top: none;
          border-radius: 3px; }
        .fp-kyr__tab-item-description {
          width: 100%; }
        .fp-kyr__tab-item--last-item {
          border-radius: 3px;
          border-bottom: 1px solid #dae2eb; }
          .fp-kyr__tab-item--last-item.active {
            border-bottom: none; }
        .fp-kyr__tab-item::after {
          content: url("https://static-staging.airhelp.com/images/dropdown-arrow-sg-100.svg");
          float: right;
          margin-right: 16px;
          transition: 0.2s ease-out;
          position: relative;
          top: 3px;
          width: 16px;
          height: 24px; }
        .fp-kyr__tab-item.active::after {
          content: url("https://static-staging.airhelp.com/images/dropdown-arrow-sg-100.svg");
          float: right;
          margin-right: 16px;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          position: relative;
          top: 1px; } }
    .fp-kyr__tab-item--last-item {
      margin-bottom: 0; }
  .fp-kyr__tab-img-wrapper {
    height: 24px; }
  .fp-kyr__tab-img {
    margin: auto 16px; }
  .fp-kyr__law-description {
    max-height: 0;
    transition: opacity 0.05s ease-out;
    opacity: 0;
    overflow: hidden; }
    @media (max-width: 991px) {
      .fp-kyr__law-description {
        background-color: #fff;
        padding: 0 16px; } }
    .fp-kyr__law-description.active {
      max-height: none;
      transition: opacity 0.6s ease-in;
      opacity: 1; }
      @media (max-width: 991px) {
        .fp-kyr__law-description.active {
          padding: 32px 16px;
          border-top: 1px solid #dae2eb; } }

.fp-mobile-app {
  background-image: linear-gradient(to bottom, #f3f9ff, #fff);
  position: relative;
  padding-top: 64px;
  border-top: 1px solid #dae2eb; }
  .fp-mobile-app__main-copy-heading {
    white-space: normal;
    word-wrap: break-word;
    margin-top: 16px; }
  .fp-mobile-app__main-copy-subheading {
    color: #2d3c4d;
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .fp-mobile-app__main-copy-subheading {
        margin-bottom: 0; } }
  .fp-mobile-app__award-wrapper {
    display: flex;
    align-items: center;
    max-width: 268px;
    margin: 32px auto 0; }
  .fp-mobile-app__award-name {
    color: #2d3c4d;
    font-weight: 600;
    margin-bottom: 0; }
  .fp-mobile-app__award-event {
    display: block;
    font-size: 14px;
    line-height: 1.86;
    font-weight: 400;
    margin-top: 8px; }
  .fp-mobile-app__laurel-left, .fp-mobile-app__laurel-right {
    height: 81px;
    min-width: 36px; }
  .fp-mobile-app__laurel-left {
    background-image: url("https://static-staging.airhelp.com/images/airline-ranking/airline-page/prize-laurel-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .fp-mobile-app__laurel-right {
    background-image: url("https://static-staging.airhelp.com/images/airline-ranking/airline-page/prize-laurel-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .fp-mobile-app__content-iphone {
    text-align: right; }
  .fp-mobile-app__content-iphone-image {
    max-width: 423px; }
  .fp-mobile-app__content-about {
    text-align: center; }
    @media (min-width: 992px) {
      .fp-mobile-app__content-about {
        text-align: left; } }
  .fp-mobile-app__content-about-image {
    margin-top: 64px;
    margin-bottom: 24px;
    max-width: 439px; }
  .fp-mobile-app__content-about-copy {
    margin-bottom: 16px; }
  .fp-mobile-app__content-download {
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      .fp-mobile-app__content-download {
        display: flex;
        flex-direction: column; } }
  @media (max-width: 767px) {
    .fp-mobile-app__content-download-button {
      margin: 8px; } }
  @media (max-width: 767px) {
    .fp-mobile-app__content-download-button--app-store {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .fp-mobile-app__content-download-button--app-store {
      margin-right: 32px; } }

.blog-post-section {
  padding: 64px 0;
  border-top: 1px solid #dae2eb;
  overflow-x: hidden; }

.blog-post-section .swiper-blog-post {
  padding-top: 64px;
  padding-bottom: 32px;
  margin: 0 auto;
  width: 296px; }
  .blog-post-section .swiper-blog-post__container {
    padding-bottom: 128px;
    display: inline-block;
    float: none;
    overflow: hidden; }
  .blog-post-section .swiper-blog-post__post {
    box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    white-space: normal;
    word-wrap: break-word;
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    padding: 32px 16px;
    opacity: 0.4;
    height: initial;
    transition: opacity 0.2s ease-in-out; }
    .blog-post-section .swiper-blog-post__post:hover {
      opacity: 1; }
  .blog-post-section .swiper-blog-post__post-header {
    font-size: 19px; }
    .blog-post-section .swiper-blog-post__post-header:hover {
      text-decoration: none; }
  .blog-post-section .swiper-blog-post__active-post {
    opacity: 1; }
  .blog-post-section .swiper-blog-post__pagination {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 32px; }
  .blog-post-section .swiper-blog-post__navigation {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-evenly;
    margin: 32px auto 0; }
  .blog-post-section .swiper-blog-post__pagination-bullet {
    opacity: 1;
    background-color: #c6d5e6;
    height: 12px;
    width: 12px;
    margin: 8px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer; }
    .blog-post-section .swiper-blog-post__pagination-bullet--active {
      background-color: #1b8eff; }
  .blog-post-section .swiper-blog-post__prev, .blog-post-section .swiper-blog-post__next {
    box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32);
    transition: box-shadow 0.2s ease-in-out;
    position: initial;
    cursor: pointer;
    flex: 0 0 auto;
    margin-top: 0;
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-size: 16px 16px; }
    .blog-post-section .swiper-blog-post__prev:hover, .blog-post-section .swiper-blog-post__next:hover {
      box-shadow: 0 12px 16px 0 rgba(83, 99, 115, 0.4); }
    .blog-post-section .swiper-blog-post__prev:active, .blog-post-section .swiper-blog-post__next:active {
      box-shadow: 0 8px 16px 0 rgba(83, 99, 115, 0.32); }
  .blog-post-section .swiper-blog-post__prev {
    background-image: url("https://static-staging.airhelp.com/images/dart-left.svg?ver=1534406151");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px; }
  .blog-post-section .swiper-blog-post__next {
    background-image: url("https://static-staging.airhelp.com/images/dart-right.svg?ver=1534406151");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px; }
  .blog-post-section .swiper-blog-post__button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }

.swiper-trustpilot {
  margin: 0 auto;
  width: 296px; }
  .swiper-trustpilot__item-body {
    white-space: normal;
    word-wrap: break-word;
    margin: 0; }
  .swiper-trustpilot__item-heading {
    margin-top: 0;
    margin-bottom: 16px;
    color: #0073e6;
    font-size: 19px;
    font-weight: 400; }
    .swiper-trustpilot__item-heading:hover {
      text-decoration: none; }
  .swiper-trustpilot__item-signature {
    color: #798899 !important;
    margin-bottom: 0;
    margin-top: 32px; }
  .swiper-trustpilot__item {
    box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 8px;
    text-align: center;
    padding: 56px 16px;
    height: initial;
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out; }
    .swiper-trustpilot__item:hover {
      opacity: 1; }
    .swiper-trustpilot__item::before, .swiper-trustpilot__item::after {
      content: '';
      position: absolute;
      height: 32px;
      width: 32px; }
    .swiper-trustpilot__item::before {
      background-image: url("https://static-staging.airhelp.com/images/my-travels/quote-left.svg?ver=1534419112");
      top: 16px;
      left: 16px; }
    .swiper-trustpilot__item::after {
      background-image: url("https://static-staging.airhelp.com/images/my-travels/quote-right.svg?ver=1536241596");
      bottom: 16px;
      right: 16px; }
  .swiper-trustpilot__active-item {
    opacity: 1; }
  .swiper-trustpilot__pagination {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 32px; }
  .swiper-trustpilot__navigation {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-evenly;
    margin: 32px auto 0; }
  .swiper-trustpilot__pagination-bullet {
    opacity: 1;
    background-color: #c6d5e6;
    height: 12px;
    width: 12px;
    margin: 8px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer; }
    .swiper-trustpilot__pagination-bullet--active {
      background-color: #1b8eff; }
  .swiper-trustpilot__prev, .swiper-trustpilot__next {
    box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s ease-in-out;
    position: initial;
    flex: 0 0 auto;
    margin-top: 0;
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-size: 16px 16px;
    cursor: pointer; }
    .swiper-trustpilot__prev:hover, .swiper-trustpilot__next:hover {
      box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 15px 25px 0 rgba(0, 0, 0, 0.07); }
    .swiper-trustpilot__prev:active, .swiper-trustpilot__next:active {
      box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07); }
  .swiper-trustpilot__prev {
    background-image: url("https://static-staging.airhelp.com/images/dart-left.svg?ver=1534406151");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px; }
  .swiper-trustpilot__next {
    background-image: url("https://static-staging.airhelp.com/images/dart-right.svg?ver=1534406151");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px; }
  .swiper-trustpilot__button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }

.fp-score {
  padding-top: 64px;
  border-top: 1px solid #dae2eb; }
  @media (min-width: 992px) {
    .fp-score {
      background-image: url("https://static-staging.airhelp.com/images/flightbox/group-18.jpg");
      background-image: -webkit-image-set(url("https://static-staging.airhelp.com/images/flightbox/group-18.jpg") 1x, url("https://static-staging.airhelp.com/images/flightbox/group-18@2x.jpg") 2x, url("https://static-staging.airhelp.com/images/flightbox/group-18@3x.jpg") 3x);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain; } }
  .fp-score .container {
    padding: 0; }
  .fp-score__header {
    padding-top: 16px; }
  .fp-score__ranking-wrap {
    box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 32px;
    margin-top: 32px; }
    .fp-score__ranking-wrap:last-of-type {
      margin-bottom: 64px; }
  .fp-score__collapse {
    text-align: left; }
    .fp-score__collapse-label {
      width: 100%;
      display: flex;
      align-items: center;
      padding-right: 8px; }
      @media (min-width: 768px) {
        .fp-score__collapse-label {
          width: 90%;
          display: inline-flex; } }
    .fp-score__collapse-element {
      background-color: #fff;
      height: 58px;
      padding: 16px 8px 0 16px;
      border-bottom: 1px solid #dae2eb;
      cursor: pointer; }
      @media (max-width: 767px) {
        .fp-score__collapse-element {
          align-items: center;
          display: flex;
          padding-top: 0; } }
      .fp-score__collapse-element::after {
        transition: 0.2s ease-out;
        content: url("https://static-staging.airhelp.com/images/dropdown-arrow-sg-100.svg");
        float: right;
        margin-right: 16px;
        position: relative;
        top: 3px; }
      .fp-score__collapse-element.active::after {
        content: url("https://static-staging.airhelp.com/images/dropdown-arrow-sg-100.svg");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        position: relative;
        top: -1px; }
    .fp-score__collapse-name-airlines {
      width: 40%;
      padding-right: 16px; }
      @media (min-width: 768px) {
        .fp-score__collapse-name-airlines {
          width: 30%;
          padding-left: 32px; } }
      @media (max-width: 767px) {
        .fp-score__collapse-name-airlines {
          width: 64%;
          padding-right: 32px; } }
      .fp-score__collapse-name-airlines--inactive {
        font-weight: 600;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .fp-score__collapse-name-airlines--inactive {
            width: 30%;
            padding-left: 32px; } }
        @media (max-width: 767px) {
          .fp-score__collapse-name-airlines--inactive {
            width: 64%;
            padding-right: 32px; } }
    .fp-score__collapse-name-airports {
      width: 40%;
      padding-right: 16px; }
      @media (min-width: 768px) {
        .fp-score__collapse-name-airports {
          width: 40%;
          padding-left: 32px; } }
      @media (max-width: 767px) {
        .fp-score__collapse-name-airports {
          width: 64%;
          padding-right: 32px; } }
      .fp-score__collapse-name-airports:hover {
        color: #0073e6; }
      .fp-score__collapse-name-airports--inactive {
        font-weight: 600;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .fp-score__collapse-name-airports--inactive {
            width: 40%;
            padding-left: 32px;
            padding-right: 16px; } }
        @media (max-width: 767px) {
          .fp-score__collapse-name-airports--inactive {
            width: 64%;
            padding-right: 32px; } }
    .fp-score__collapse-name-popular--inactive {
      font-weight: 600;
      margin-bottom: 0;
      padding-left: 32px; }
      @media (max-width: 767px) {
        .fp-score__collapse-name-popular--inactive {
          padding-left: 0; } }
    .fp-score__collapse-localization {
      font-size: 17px;
      margin-bottom: 0;
      font-weight: 600; }
    .fp-score__collapse-button {
      white-space: normal;
      word-wrap: break-word;
      font-weight: 600;
      display: inline-flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      border-radius: 3px;
      text-decoration: none;
      background-color: #536273;
      color: #fff;
      padding: 0 8px;
      border: none;
      height: 32px;
      font-size: 15px;
      position: absolute;
      right: 32px; }
      @media (max-width: 767px) {
        .fp-score__collapse-button {
          right: 16px; } }
    .fp-score__collapse-content {
      background-color: #f3f9ff;
      position: relative;
      max-height: none;
      transition: opacity 0.6s ease-in;
      opacity: 1; }
      .fp-score__collapse-content.inactive {
        max-height: 0;
        transition: opacity 0.05s ease-out;
        opacity: 0;
        overflow: hidden; }
    .fp-score__collapse-list-item {
      min-height: 72px;
      border-bottom: 1px solid #dae2eb;
      display: flex;
      align-items: center; }
      .fp-score__collapse-list-item-link {
        margin: 0 auto;
        padding: 0 16px; }
    .fp-score__collapse-list-order {
      font-size: 17px;
      font-weight: 600;
      color: #798899;
      padding: 0 27px 0 25px; }
    .fp-score__collapse-img-list {
      margin: 0 16px 0 20px; }
      .fp-score__collapse-img-list--2-icon {
        background-color: #798899;
        border-radius: 50%;
        width: 24px;
        height: 24px; }
        .fp-score__collapse-img-list--2-icon::before {
          content: '2';
          color: #fff;
          font-size: 14px;
          font-weight: 600;
          padding-left: 9px;
          position: relative;
          top: 1px; }
      .fp-score__collapse-img-list--3-icon {
        background-color: #736153;
        border-radius: 50%;
        width: 24px;
        height: 24px; }
        .fp-score__collapse-img-list--3-icon::before {
          content: '3';
          color: #fff;
          font-size: 14px;
          font-weight: 600;
          padding-left: 9px;
          position: relative;
          top: 1px; }
    .fp-score__collapse-title {
      font-size: 17px;
      font-weight: 600;
      color: #536273; }
      @media (max-width: 767px) {
        .fp-score__collapse-title {
          width: 90%; } }
    .fp-score__collapse-img {
      margin-right: 16px; }

