@font-face {
  font-display: fallback;
  font-family: GT Eesti;
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/GT-Eesti-Pro-Display-Light-9e75b2cf.woff2") format("woff2"), url("/fonts/GT-Eesti-Pro-Display-Light-b9d68d2f.woff") format("woff"); }

@font-face {
  font-display: fallback;
  font-family: GT Eesti;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/GT-Eesti-Pro-Display-Regular-ceadc8ae.woff2") format("woff2"), url("/fonts/GT-Eesti-Pro-Display-Regular-798a0041.woff") format("woff"); }

@font-face {
  font-display: fallback;
  font-family: GT Eesti;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/GT-Eesti-Pro-Display-Medium-d2c2c80c.woff2") format("woff2"), url("/fonts/GT-Eesti-Pro-Display-Medium-10704083.woff") format("woff"); }

@font-face {
  font-display: fallback;
  font-family: GT Eesti;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/GT-Eesti-Pro-Display-Bold-12e4934f.woff2") format("woff2"), url("/fonts/GT-Eesti-Pro-Display-Bold-ec7d86e1.woff") format("woff"); }

body {
  font-family: "GT Eesti", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.site-header {
  background: linear-gradient(-90deg, #383DAC 0%, #994DD4 100%);
  height: 72px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100; }
  .site-header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative; }
  .site-header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .site-header .flight-info {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: right; }

#site-airline {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10; }
  #site-airline img {
    display: block;
    width: 100%; }

#site-offcanvas .accordion-button {
  box-shadow: none; }

#site-offcanvas .accordion-button:not(.collapsed) {
  color: #393dad;
  background-color: #eee7ff; }

.shared-embed-navbar {
  height: 50px;
  background: #dee2e6;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  z-index: 10; }
  .shared-embed-navbar > .container {
    height: 100%;
    display: flex;
    align-items: center; }

.shared-iframe {
  display: block;
  width: 100%;
  height: calc(100vh - 72px); }
  .shared-embed-navbar + .shared-iframe {
    height: calc(100vh - 50px - 72px); }

.page-index .full-container {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.page-index .brand {
  padding: 160px 0;
  text-align: center;
  color: #242A76;
  font-size: 32px; }
  @media (min-width: 992px) {
    .page-index .brand {
      padding: 120px 0; } }
  .page-index .brand .logo {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.page-index .language-list {
  display: grid;
  grid-gap: 40px;
  justify-items: center;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .page-index .language-list {
      grid-template-columns: repeat(3, 1fr); } }
  .page-index .language-list .btn {
    font-size: 24px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(-30deg, #4F429E 0%, #A987DD 91%);
    color: white;
    padding: 0;
    border: none; }

.page-home .deco-bg {
  background: linear-gradient(-90deg, #383DAC 0%, #994DD4 100%);
  height: 200px; }

.page-home .online-box {
  margin-top: -170px;
  box-shadow: 0px 2px 25px 0px rgba(33, 35, 100, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(254, 254, 255, 0.4);
  overflow: hidden; }
  .page-home .online-box .header-box {
    display: flex;
    align-items: center;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff; }
    .page-home .online-box .header-box .t-1 {
      font-size: 36px;
      font-weight: bold; }
    .page-home .online-box .header-box .header-left {
      width: 40%;
      display: flex;
      justify-content: center; }
      .page-home .online-box .header-box .header-left .btn {
        width: 100px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid #FFFFFF;
        height: 30px;
        line-height: 28px;
        padding: 0;
        color: #ffffff; }
    .page-home .online-box .header-box .header-img {
      flex: 1; }
      .page-home .online-box .header-box .header-img img {
        display: block;
        width: 100%; }
  .page-home .online-box .list-box .box-item {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 25px 0px rgba(33, 35, 100, 0.1);
    border-radius: 5px;
    padding: 1.5rem;
    display: flex;
    align-items: center; }
    .page-home .online-box .list-box .box-item:not(:last-child) {
      margin-bottom: 1rem; }
    .page-home .online-box .list-box .box-item > div:nth-child(1) {
      flex: 1;
      margin-right: 1rem; }
    .page-home .online-box .list-box .box-item > div:nth-child(2) {
      width: 20%; }
    .page-home .online-box .list-box .box-item .title {
      font-weight: bold; }
    .page-home .online-box .list-box .box-item .desc {
      font-size: 11px; }
    .page-home .online-box .list-box .box-item .price-label,
    .page-home .online-box .list-box .box-item .price-number {
      color: #6543A7;
      font-weight: bold; }
    .page-home .online-box .list-box .box-item .price-number {
      font-size: 23px; }
    .page-home .online-box .list-box .box-item .btn-view {
      --bs-btn-color: #6543A7;
      --bs-btn-border-color: #6543A7;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #6543A7;
      --bs-btn-hover-border-color: #6543A7;
      --bs-btn-focus-shadow-rgb: 101, 67, 167;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #6543A7;
      --bs-btn-active-border-color: #6543A7;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #6543A7;
      --bs-btn-disabled-bg: transparent;
      --bs-gradient: none;
      width: 95px;
      padding: 0;
      height: 34px;
      line-height: 32px;
      font-size: 13px;
      font-weight: bold; }
    .page-home .online-box .list-box .box-item .btn-connect {
      --bs-btn-color: #fff;
      --bs-btn-bg: #6543A7;
      --bs-btn-border-color: #6543A7;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #56398e;
      --bs-btn-hover-border-color: #513686;
      --bs-btn-focus-shadow-rgb: 124, 95, 180;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #513686;
      --bs-btn-active-border-color: #4c327d;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: #6543A7;
      --bs-btn-disabled-border-color: #6543A7;
      background: linear-gradient(-30deg, #4F429E 0%, #A987DD 91%);
      box-shadow: 0px 2px 10px 0px rgba(79, 66, 158, 0.5);
      width: 95px;
      border: none;
      padding: 0;
      height: 34px;
      line-height: 34px;
      font-size: 13px;
      font-weight: bold; }

.page-home .link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem; }
  @media (min-width: 992px) {
    .page-home .link-list {
      grid-template-columns: repeat(4, 1fr); } }
  .page-home .link-list .link-item {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    height: 200px;
    position: relative; }
    .page-home .link-list .link-item.discover-city {
      grid-column-start: span 3;
      height: 240px; }
    .page-home .link-list .link-item.meal {
      grid-column-start: span 2; }
    .page-home .link-list .link-item.ticket-master {
      grid-column-start: span 2; }
    .page-home .link-list .link-item.adv {
      grid-column-start: span 3;
      height: 240px; }
    @media (min-width: 992px) {
      .page-home .link-list .link-item {
        height: 300px; }
        .page-home .link-list .link-item.discover-city {
          height: 300px; }
        .page-home .link-list .link-item.meal {
          grid-column-start: span 1; }
        .page-home .link-list .link-item.shopping {
          grid-column-start: span 2; }
        .page-home .link-list .link-item.adv {
          grid-column-start: span 4;
          height: 350px; } }
    .page-home .link-list .link-item .title {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 80px;
      background: linear-gradient(0deg, #7544AD 0%, rgba(95, 87, 149, 0) 100%);
      font-size: 24px;
      font-weight: bold;
      color: white;
      display: flex;
      align-items: flex-end;
      padding: 0 0 10px 10px; }
