:root {
  --location-choice: #ffa936;
  --black: #192024;
  --airline-pink: #fe6590;
  --airline-blue: #3e8be2;
  --light-sea-green-2: #6abcad;
  --dodger-blue: #016fcd;
  --dim-gray: #735260;
  --sandy-brown: #f8c740;
  --dark-khaki: #a8d069;
  --dark-slate-gray-2: #404047;
  --medium-sea-green: #30ad64;
  --light-slate-gray: #8e8e9c;
  --firebrick: #bf3a30;
  --indian-red: #cf404d;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --brown: #822e50;
  --cadet-blue: #668cad;
  --khaki: #face6a;
  --goldenrod: #e2a62b;
  --pale-turquoise: #bfe0ff;
  --steel-blue-2: #2e80b6;
  --dim-gray-3: #676770;
  --light-sky-blue: #69b9ff;
  --silver: #bec3c7;
  --light-sea-green: #25ccbf;
  --indian-red-2: #af4173;
  --sandy-brown-2: #e4b962;
  --tomato: #e64c40;
  --white-smoke: #ecf0f1;
  --salmon-2: #fc7d64;
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --pink: var(--location-choice);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 60px;
}

.button.tab:hover {
  background-color: var(--location-choice);
}

.button.tab:active {
  box-shadow: 5px 5px #000;
}

.button.tab.w--current {
  background-color: var(--location-choice);
  padding: 10px 60px;
  box-shadow: 5px 5px #000;
}

.navigation-link {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.navigation-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  flex-flow: row;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  object-fit: fill;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  aspect-ratio: auto;
  text-align: center;
  margin-bottom: 40px;
  overflow: visible;
}

.tabs-wrapper {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: -20px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container {
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans TC, sans-serif;
}

.container-2 {
  text-align: left;
  width: 100%;
  max-width: none;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.image {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video {
  aspect-ratio: 1920 / 1002;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 70px;
  display: flex;
  overflow: visible;
}

.text-block {
  color: var(--black);
  font-size: 22px;
  font-weight: 800;
}

.text-block-2 {
  color: #000;
  font-weight: 800;
}

.body {
  font-family: Noto Sans TC, sans-serif;
}

.airline-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.airline-button:hover {
  background-color: #2e9dff;
}

.airline-button.w--current {
  background-color: #2e80b6;
}

.airline-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.airline-button.tab {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  width: 240px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 30px;
  font-weight: 600;
}

.airline-button.tab:hover {
  background-color: var(--airline-pink);
  color: #fff;
}

.airline-button.tab:active {
  background-color: var(--airline-pink);
  color: #fff;
  box-shadow: 5px 5px #000;
}

.airline-button.tab.w--current {
  background-color: var(--airline-pink);
  color: #fff;
  font-weight: 600;
  box-shadow: 3.5px 3.5px #fff, 5px 5px #000;
}

.text-block-3 {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.text-block-4 {
  color: #000;
  font-weight: 600;
}

.text-block-4:active {
  color: #000;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-size: 12px;
}

.airline-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.airline-button-2:hover {
  background-color: #2e9dff;
}

.airline-button-2.w--current {
  background-color: #2e80b6;
}

.airline-button-2.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.airline-button-2.tab {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 30px;
  font-weight: 600;
}

.airline-button-2.tab:hover {
  background-color: var(--airline-blue);
  color: #fff;
}

.airline-button-2.tab:active {
  background-color: var(--airline-blue);
  color: #fff;
  box-shadow: 5px 5px #000;
}

.airline-button-2.tab.w--current {
  background-color: var(--airline-blue);
  color: #fff;
  width: 240px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  box-shadow: 3.5px 3.5px #fff, 5px 5px #000;
}

.container-3 {
  z-index: 1;
  background-color: #fff;
  border: 3px solid #000;
  max-width: 75%;
  position: relative;
  overflow: visible;
}

.tabs-content {
  overflow: visible;
}

.tab-menu-2 {
  aspect-ratio: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: visible;
}

.section-01 {
  text-align: center;
  background-color: #fecae3;
  height: auto;
  min-height: 1000px;
  padding: 80px 10px;
  position: relative;
}

.section-01.accent {
  background-color: #192024;
}

.bg-top {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

._01-title {
  z-index: 2;
  width: 35%;
  margin-bottom: 80px;
  position: relative;
}

.image-3 {
  z-index: 2;
  margin-top: 50px;
  position: relative;
}

.section-02 {
  text-align: center;
  background-color: #006fcd;
  flex-flow: column;
  height: auto;
  min-height: auto;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section-02.accent {
  background-color: #192024;
}

._03-bg {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

._03-title {
  z-index: 2;
  width: 35%;
  margin-bottom: 40px;
  position: relative;
}

.image-4 {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

._02-tab {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  overflow: visible;
}

._02-tab-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

._02-tab-button:hover {
  background-color: #2e9dff;
}

._02-tab-button.w--current {
  background-color: #2e80b6;
}

._02-tab-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

._02-tab-button.tab {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 40px;
  font-weight: 600;
}

._02-tab-button.tab:hover, ._02-tab-button.tab:active {
  background-color: var(--light-sea-green-2);
  color: #fff;
}

._02-tab-button.tab.w--current {
  background-color: var(--light-sea-green-2);
  color: #fff;
  border-width: 1.5px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  box-shadow: 3.5px 3.5px #006fcd, 5px 5px #000;
}

.image-5 {
  width: 100%;
}

.text-block-8 {
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  position: relative;
}

.section-03 {
  text-align: center;
  background-color: #fe6590;
  flex-flow: column;
  height: auto;
  min-height: auto;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section-03.accent {
  background-color: #192024;
}

._02-kol {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

._02-title {
  z-index: 2;
  width: 35%;
  margin-bottom: 40px;
  position: relative;
}

._02-bg {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

._03-tab {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
  overflow: visible;
}

._03-kol {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

._03-tab-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

._03-tab-button:hover {
  background-color: #2e9dff;
}

._03-tab-button.w--current {
  background-color: #2e80b6;
}

._03-tab-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

._03-tab-button.tab {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 40px;
  font-weight: 600;
}

._03-tab-button.tab:hover, ._03-tab-button.tab:active {
  background-color: var(--dodger-blue);
  color: #fff;
}

._03-tab-button.tab.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
  border-width: 1.5px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  box-shadow: 3.5px 3.5px #fe6590, 5px 5px #000;
}

.section-04 {
  text-align: center;
  background-color: #5dc7b6;
  flex-flow: column;
  height: auto;
  min-height: auto;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section-04.accent {
  background-color: #192024;
}

._04-bg {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

._04-kol {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.slide {
  height: auto;
  max-height: none;
}

.columns, .mask {
  height: auto;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.icon {
  border: 3px solid var(--dim-gray);
  background-color: var(--sandy-brown);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  padding: 5px;
  font-size: 26px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  position: absolute;
}

.icon-2 {
  color: #ffc300;
  font-size: 26px;
}

.image-6 {
  width: 30px;
  position: relative;
  inset: 50% 0%;
}

.section-05 {
  text-align: center;
  background-color: #ffffe4;
  flex-flow: column;
  height: auto;
  min-height: auto;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section-05.accent {
  background-color: #192024;
}

._05-title {
  z-index: 2;
  width: 35%;
  margin-bottom: 40px;
  position: relative;
}

._05-bg {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.columns-2 {
  margin-left: 100px;
  margin-right: 100px;
}

.fullwidth-image_m {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

._02-kol-m {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: relative;
}

.container-text-m {
  display: none;
}

.text-block-m {
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  position: relative;
}

._03-kol-m, ._04-kol-m {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: relative;
}

.link-block {
  width: 150px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.kv-m, .kv-t {
  display: none;
}

.link-block-2 {
  height: 100%;
}

.background-video-m {
  aspect-ratio: 1920 / 1002;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 70px;
  display: none;
  overflow: visible;
}

._04-tab-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

._04-tab-button:hover {
  background-color: #2e9dff;
}

._04-tab-button.w--current {
  background-color: #2e80b6;
}

._04-tab-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

._04-tab-button.tab {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 40px;
  font-weight: 600;
}

._04-tab-button.tab:hover, ._04-tab-button.tab:active {
  background-color: var(--dodger-blue);
  color: #fff;
}

._04-tab-button.tab.w--current {
  background-color: var(--location-choice);
  color: #000;
  border-width: 1.5px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  box-shadow: 3.5px 3.5px #e96784, 5px 5px #000;
}

._04-tab-button.tab-copy {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 40px;
  font-weight: 600;
}

._04-tab-button.tab-copy:hover {
  background-color: var(--location-choice);
  color: #000;
}

._04-tab-button.tab-copy:active {
  background-color: var(--dodger-blue);
  color: #fff;
}

._04-tab-button.tab-copy.w--current {
  background-color: var(--location-choice);
  color: #000;
  border-width: 1.5px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  box-shadow: 3.5px 3.5px #5dc7b6, 5px 5px #000;
}

.bg-bottom {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .button.tab, .button.tab.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-link {
    color: #000;
  }

  .navigation-link.w--current {
    color: #2e9dff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #fff;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .tab-menu {
    display: block;
  }

  .text-block-7 {
    letter-spacing: 0;
  }

  .tab-menu-2 {
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-01 {
    min-height: 800px;
  }

  ._01-title {
    width: 50%;
  }

  .image-3 {
    width: 25%;
  }

  .section-02, ._03-bg {
    min-height: auto;
  }

  ._02-tab, ._02-kol {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._02-title {
    width: 50%;
    margin-bottom: 40px;
  }

  ._03-tab, ._03-kol {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-04 {
    min-height: auto;
  }

  ._04-kol, .slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-6 {
    width: 20px;
    left: 0%;
  }

  ._05-title {
    width: 50%;
  }

  .columns-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .left-arrow, .right-arrow {
    width: 5%;
  }

  ._02-kol-m, ._03-kol-m, ._04-kol-m {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-9 {
    display: none;
  }

  ._04-tab-button.tab-copy:hover {
    background-color: #ffc300;
  }

  ._04-tab-button.tab-copy:active {
    color: #000;
  }

  ._04-tab-button.tab-copy.w--current {
    background-color: #ffc300;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-bar {
    height: 60px;
  }

  .navigation-menu {
    background-color: #fff;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .tabs-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .fullwidth-image {
    display: none;
  }

  .spc {
    margin-bottom: 30px;
  }

  .background-video {
    margin-top: 60px;
    display: none;
  }

  .airline-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .airline-button.tab {
    width: 150px;
    font-size: 12px;
  }

  .text-block-7 {
    line-height: 16px;
  }

  .airline-button-2.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .airline-button-2.tab {
    width: 150px;
    font-size: 12px;
  }

  .airline-button-2.tab.w--current {
    width: 150px;
  }

  .tab-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-3 {
    width: 35%;
  }

  ._02-tab {
    display: none;
  }

  ._02-tab-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  ._02-tab-button.tab {
    font-size: 12px;
  }

  .text-block-8 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  ._02-kol, ._03-tab, ._03-kol {
    display: none;
  }

  ._03-tab-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  ._03-tab-button.tab {
    font-size: 12px;
  }

  ._04-kol, .slider {
    display: none;
  }

  .columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .fullwidth-image_m, ._02-kol-m {
    display: inline-block;
  }

  .container-text-m {
    clear: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-02-m {
    float: none;
    clear: none;
    background-color: var(--light-sea-green-2);
    color: #fff;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    position: static;
    left: auto;
    right: auto;
    box-shadow: 3px 3px #016fcd, 5px 5px #000;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slide-nav {
    margin-top: 10px;
    position: static;
  }

  .slider-2 {
    background-color: #ddd0;
    height: auto;
  }

  .text-block-m {
    z-index: 2;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  ._03-kol-m {
    display: block;
  }

  .text-block-03-m {
    background-color: var(--dodger-blue);
    color: #fff;
    border: 2px solid #000;
    width: 150px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 3px 3px #fe6590, 5px 5px #000;
  }

  ._04-kol-m {
    display: block;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .image-7 {
    margin-top: 20px;
  }

  .kv-m {
    display: none;
  }

  .kv-t {
    margin-top: 60px;
    display: block;
  }

  .background-video-m {
    aspect-ratio: 380 / 750;
    margin-top: 60px;
    display: inline-block;
  }

  ._04-tab-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  ._04-tab-button.tab, ._04-tab-button.tab-copy {
    font-size: 12px;
  }

  .text-block-04 {
    color: #000;
    background-color: #ffc300;
    border: 2px solid #000;
    width: 150px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 3px 3px #5dc7b6, 5px 5px #000;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.tab {
    margin-left: 6px;
    padding: 5px 10px;
  }

  .button.tab.w--current {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .navigation-link {
    color: #000;
  }

  .navigation-bar {
    padding-right: 0;
  }

  .navigation-menu {
    background-color: #fff;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .tab-menu {
    width: auto;
    margin-bottom: 10px;
  }

  .tabs-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .fullwidth-image, .background-video {
    display: none;
  }

  .text-block {
    font-size: 15px;
  }

  .airline-button {
    margin-bottom: 25px;
  }

  .airline-button.tab {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100px;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
  }

  .airline-button.tab.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    letter-spacing: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
    font-size: 11px;
    line-height: 12px;
  }

  .airline-button-2 {
    margin-bottom: 25px;
  }

  .airline-button-2.tab {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    letter-spacing: 0;
    flex-flow: column;
    width: 100px;
    padding: 10px 5px;
    line-height: 16px;
    display: flex;
  }

  .airline-button-2.tab.w--current {
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-3 {
    border-width: 2px;
    max-width: 85%;
  }

  .tab-menu-2 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .section-01 {
    min-height: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01-title {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .image-3 {
    width: 50%;
    margin-top: 30px;
  }

  .section-02 {
    padding: 30px 0;
  }

  ._02-tab {
    display: none;
  }

  ._02-tab-button {
    margin-bottom: 25px;
  }

  .text-block-8 {
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
  }

  .section-03 {
    padding: 30px 0;
  }

  ._02-kol {
    display: none;
  }

  ._02-title {
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
  }

  ._03-tab, ._03-kol {
    display: none;
  }

  ._03-tab-button {
    margin-bottom: 25px;
  }

  .section-04 {
    padding: 30px 0;
  }

  ._04-kol, .slider {
    display: none;
  }

  .section-05 {
    padding: 30px 0;
  }

  ._05-title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fullwidth-image_m {
    margin-bottom: 10px;
  }

  ._02-kol-m {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .container-text-m {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 10px;
    display: flex;
  }

  .text-block-02-m {
    color: #fff;
    background-color: #6abcad;
    border: 1.5px solid #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-weight: 700;
    display: flex;
    box-shadow: 3.5px 3.5px #016fcd, 5px 5px #000;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slide-2 {
    height: auto;
  }

  .mask-2 {
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav {
    margin-top: 5px;
    font-size: 8px;
    position: relative;
  }

  .slider-2 {
    background-color: #ddd0;
    height: auto;
  }

  .text-block-m {
    z-index: 2;
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  ._03-kol-m {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .text-block-03-m {
    background-color: var(--dodger-blue);
    color: #fff;
    border: 1.5px solid #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-weight: 700;
    display: flex;
    box-shadow: 3.5px 3.5px #fe6590, 5px 5px #000;
  }

  ._04-kol-m {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .column {
    margin-bottom: 20px;
  }

  .image-7 {
    margin-top: 0;
  }

  .kv-m, .kv-t {
    margin-top: 60px;
  }

  .text-block-9 {
    display: none;
  }

  .background-video-m {
    aspect-ratio: 380 / 750;
    height: auto;
    display: block;
  }

  ._04-tab-button {
    margin-bottom: 25px;
  }

  .text-block-04 {
    color: #000;
    background-color: #ffc300;
    border: 1.5px solid #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-weight: 700;
    display: flex;
    box-shadow: 3.5px 3.5px #5dc7b6, 5px 5px #000;
  }
}


