:root {
  --black-custom: #232323;
  --white: white;
  --beige: #eae6e6;
  --blue: #0078d2;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black-custom);
  background-color: #fafafa;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

h1 {
  color: var(--white);
  max-width: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Jost, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 65px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.section {
  padding: 100px 50px;
}

.section.main {
  height: auto;
  padding-top: 130px;
  padding-bottom: 220px;
}

.section.main-redeem {
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section.main-flight {
  height: auto;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section.main-travel {
  padding-top: 140px;
}

.section.section-404 {
  padding-top: 120px;
}

.section.section-legal {
  padding-top: 140px;
}

.section.section-hidden {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.main-block {
  background-image: url('../images/main-bg-min.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 100vh;
  padding: 140px 50px 0;
  position: relative;
}

.main-txt {
  color: var(--white);
  font-weight: 400;
}

.subtitle {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
}

.wrap-form {
  background-color: #fff;
  background-image: url('../images/fir-tree-branch-min.png');
  background-position: 110% 180%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 30px;
  margin-top: 40px;
  padding: 40px 40px 80px;
  position: relative;
  overflow: visible;
}

.wrap-form._w-f-hidden {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}

.wrap-form.wrap-worm-mobile-hidden {
  background-position: 110% 500px;
}

.wrap-form.wrap-form-desktop-hidden {
  display: none;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  border-radius: 90px;
  justify-content: flex-start;
  height: 9px;
  margin-bottom: 40px;
  display: flex;
  overflow: visible;
}

.tab {
  background-color: #eee;
  border-radius: 90px;
  width: 33%;
  height: 9px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .575s;
}

.tab.w--current {
  background-color: #0078d2;
  border-radius: 90px;
  width: 33%;
  height: 9px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s;
}

.tabs {
  width: 99%;
  padding-top: 60px;
}

.txt-tab {
  margin-top: -40px;
  font-size: 16px;
  font-weight: 300;
}

.form-block {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.text-field {
  border: 1px solid var(--beige);
  color: #232323;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 16px;
}

.wrap-input {
  width: 100%;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  text-align: center;
  background-color: #0078d2;
  border-radius: 10px;
  padding: 15px 40px;
  font-weight: 300;
  line-height: 18px;
  transition: all .4s;
}

.submit-button:hover {
  background-color: #0087ec;
}

.radio-button {
  border: 1px solid #bcbcbc;
  width: 14px;
  height: 14px;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border: 1px solid #bdbdbd;
  width: 14px;
  height: 14px;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.wrap-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--beige);
  opacity: .98;
  border-radius: 90px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border-color: var(--blue);
}

.link-block.current {
  border-style: solid;
  border-color: var(--blue);
  border-radius: 90px;
}

.link-block.link-grey {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border-style: none;
  border-radius: 5px;
  padding: 15px 20px;
  transition: all .3s;
}

.link-block.link-grey:hover {
  opacity: 1;
  background-color: #fcfcfc;
}

.link-block.link-grey.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 33%;
}

.link-block.link-block-opacity {
  opacity: .8;
  transition: all .3s;
}

.link-block.link-block-opacity:hover {
  opacity: 1;
}

.txt-link-block {
  opacity: 1;
  color: var(--black-custom);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.txt-link-block.current {
  opacity: 1;
  text-align: left;
}

.txt-link-block.txt-weight {
  opacity: 1;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

.icon {
  width: 9px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  border: 1px solid var(--beige);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 42px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.wrap-link {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s;
}

.nav-link:hover {
  color: #919191;
}

.nav-link.w--current {
  color: #a7a7a7;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-menu {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.btn-menu {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  border-radius: 10px;
  padding: 15px 50px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  transition: all .4s;
}

.btn-menu:hover {
  background-color: #0087ec;
  border-color: #0087ec;
}

.btn-menu.btn-m-border {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: rgba(0, 120, 210, 0);
}

.btn-menu.btn-m-border:hover {
  color: var(--white);
  background-color: #0078d2;
}

.wrap-btn-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.wrap-btn-menu.wrap-btn-mobile {
  display: none;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 10px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin-top: 150px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.txt-search {
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

.main-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  justify-items: end;
  display: grid;
}

.div-block {
  flex: none;
}

.heading {
  max-width: none;
}

.cta {
  background-image: url('../images/bg-cta-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px;
  overflow: hidden;
}

.h2-light {
  color: var(--white);
  max-width: 40%;
}

.txt-cta {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 30px;
}

.main-btn {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  border-radius: 10px;
  padding: 10px 50px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.main-btn.mrg-btm-15 {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 18px;
  transition: all .3s;
}

.main-btn.mrg-btm-15:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-custom);
}

.main-btn.mrg-top-30 {
  margin-top: 30px;
}

.main-btn.border-btn {
  color: var(--black-custom);
  background-color: rgba(0, 120, 210, 0);
  padding: 15px 25px;
  font-size: 16px;
  line-height: 18px;
  transition: all .3s;
}

.main-btn.border-btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  overflow: visible;
}

.card {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.wrap-content-card {
  flex-direction: column;
  justify-content: space-between;
  min-height: 257px;
  padding: 20px 20px 40px;
  display: flex;
}

.btn-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-card:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
}

.txt-btn-card {
  color: var(--black-custom);
  font-size: 16px;
  font-weight: 300;
}

.icon-btn {
  width: 8px;
}

.txt-card {
  font-size: 16px;
}

.txt-card.max-width {
  max-width: 60%;
  font-weight: 300;
}

.img-card {
  object-fit: cover;
  width: 100%;
}

.footer {
  background-color: #fff;
  padding: 100px 50px;
}

.grid-footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.txt-footer {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}

.head-footer {
  margin-bottom: 15px;
  font-weight: 500;
}

.link-footer {
  color: var(--black-custom);
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.link-footer:hover {
  color: #949494;
}

.link-footer.last {
  margin-bottom: 0;
}

.image {
  display: block;
}

.form-footer {
  position: relative;
}

.input {
  background-color: #f9f9f9;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 300;
}

.submit-button-footer {
  color: rgba(35, 35, 35, 0);
  background-color: #fff;
  background-image: url('../images/free-icon-send.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: auto;
  right: 8px;
}

.wrap-form-footer {
  margin-top: 40px;
}

.wrap-social-media {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.img-social-media {
  width: 28px;
}

.main-block-airplane {
  background-image: url('../images/airplane-min.png'), linear-gradient(222deg, #0076ce, #0793fc);
  background-position: -180% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 115%, auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  height: 65vh;
  margin-bottom: 50px;
  padding: 150px 50px;
  display: flex;
}

.m-t-font-weight {
  color: var(--white);
  max-width: 40%;
  font-weight: 300;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.small-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.wrap-icon {
  background-color: #fff;
  background-image: url('../images/mountains.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 65px;
  height: 65px;
}

.wrap-icon.car {
  aspect-ratio: 1;
  background-image: url('../images/car.svg');
}

.wrap-icon.airplane {
  aspect-ratio: 1;
  background-image: url('../images/airplane.svg');
}

.wrap-icon.mountains {
  aspect-ratio: 1;
}

.wrap-icon.cards {
  aspect-ratio: 1;
  background-image: url('../images/card.svg');
}

.heading-small-card {
  font-size: 17px;
  font-weight: 400;
}

.grid-travel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.card-travel {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 30px;
  position: relative;
}

.wrap-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
  display: flex;
}

.txt-item {
  font-size: 15px;
  line-height: 20px;
}

.icon-absolute {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.cta-card {
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  margin-top: 30px;
  padding: 90px 60px 90px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.cta-visible {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.h3-cta {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

.gradient {
  background-image: linear-gradient(32deg, #0078d2, #58aeef);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 35%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.gradient.bg-mobile {
  background-image: url('../images/mobile-min.png'), linear-gradient(32deg, #0078d2, #58aeef);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  height: 100%;
}

.gradient-m-width {
  background-image: linear-gradient(32deg, #0078d2, #58aeef);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img-tablet {
  object-fit: cover;
  width: 54%;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.grid-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.link-light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--beige);
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-light:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  justify-content: space-between;
}

.txt-link-block-light {
  opacity: 1;
  color: var(--black-custom);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.icon-link-block {
  width: 9px;
}

.form-radio-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line {
  background-color: rgba(0, 0, 0, .13);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.line.mrg-top-40 {
  margin-top: 40px;
}

.span-blue {
  color: var(--blue);
}

.mrg-btm-30 {
  margin-bottom: 30px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/arrow-check.svg');
  background-size: 8px;
  border-color: #ccc;
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.wrap-dropdown {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-m-w {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.lable-dropdown {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.wrap-link-horizontal {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.img-branch-booking {
  max-width: 40%;
  position: absolute;
  top: auto;
  bottom: -188px;
  left: auto;
  right: -8%;
}

.dropdown-list {
  z-index: 5;
}

.dropdown-list.w--open {
  z-index: 9999;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 13px rgba(114, 114, 114, .07);
}

.dropdown-link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--black-custom);
  background-color: #f7f7f7;
}

.tabs-content {
  overflow: visible;
}

.img-cards {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin-bottom: -29%;
  overflow: visible;
}

.txt-card-large {
  max-width: 80%;
  font-size: 17px;
}

.select-field {
  display: none;
}

.tab-booking {
  background-color: rgba(221, 221, 221, 0);
  border: 1px solid #bcbcbc;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
  display: flex;
}

.tab-booking:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
  font-weight: 200;
}

.tab-booking.w--current {
  border-color: var(--blue);
  background-color: var(--blue);
  opacity: 1;
  color: var(--white);
  padding-left: 35px;
  padding-right: 35px;
}

.tab-booking.w--current:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: rgba(255, 255, 255, .69);
}

.txt-tab-booking {
  opacity: 1;
  text-align: center;
  font-weight: 300;
}

.tabs-menu-booking {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex.legal {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-top: 80px;
  position: relative;
}

.logo-img {
  width: 140px;
  max-width: 100%;
}

.form-flight {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.wrap-form-flight {
  background-color: #fff;
  border-radius: 30px;
  padding: 110px 40px;
  position: relative;
  overflow: hidden;
}

.wrap-left {
  max-width: 60%;
}

.dropdown-footer {
  display: none;
}

.icon-dropdwon {
  width: 9px;
}

.hide, .gradient-main {
  display: none;
}

.brand-logo.w--current {
  width: 140px;
  max-width: 140px;
  overflow: visible;
}

.h1-black {
  color: var(--black-custom);
  max-width: none;
  margin-bottom: 80px;
}

.wrap-grid-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-404 {
  background-image: url('../images/img-airplane-new-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 75vh;
  padding: 60px 40px;
  display: flex;
}

.h1-404 {
  margin-bottom: 20px;
  font-size: 130px;
  line-height: 100%;
}

.main-txt-404 {
  color: var(--white);
  max-width: 35%;
  margin-bottom: 40px;
  font-weight: 300;
}

.main-btn-404 {
  border: 1px solid var(--black-custom);
  background-color: var(--black-custom);
  border-radius: 10px;
  padding: 15px 100px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.main-btn-404:hover {
  border-color: var(--blue);
  background-color: var(--blue);
}

.h1-legal {
  color: var(--black-custom);
  max-width: none;
  margin-bottom: 25px;
}

.wrap-left-content {
  width: 70%;
}

.h2-legal {
  font-size: 35px;
  line-height: 42px;
}

.txt-legal {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.txt-legal.mrg-btm-60 {
  margin-bottom: 60px;
}

.h3-legal {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.list-item {
  margin-bottom: 10px;
  font-size: 16px;
}

.list-item.last {
  margin-bottom: 0;
}

.list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-legal {
  color: var(--black);
  font-weight: 300;
}

.txt-legal-right {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.sidebar {
  border-radius: 30px;
  width: 30%;
  height: 80vh;
  padding: 60px 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.h3-legal--sidebar {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.menu-item {
  color: var(--black-custom);
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.txt-legal-max-width {
  max-width: 80%;
  font-size: 16px;
}

.line-tab {
  background-color: #0078d2;
  border-radius: 90px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.mask-card {
  width: 48%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 8%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 58px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .section.main {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.section-legal {
    padding-top: 120px;
  }

  .main-block {
    background-position: 40%;
    height: auto;
    padding: 100px 20px 40px;
  }

  .wrap-form {
    padding: 60px 20px;
  }

  .wrap-form.wrap-worm-mobile-hidden {
    background-image: none;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: rgba(238, 238, 238, 0);
    height: auto;
  }

  .tab {
    background-color: #f7f7f7;
    border-radius: 90px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding: 10px 25px;
    display: flex;
  }

  .tab.w--current {
    color: var(--white);
    text-align: center;
    border-radius: 90px;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 10px 20px;
  }

  .tabs {
    padding-top: 0;
  }

  .txt-tab {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-input {
    width: 100%;
  }

  .radio-button-label {
    font-size: 14px;
    line-height: 18px;
  }

  .wrap-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block.link-grey.gap-40 {
    width: 100%;
  }

  .txt-link-block {
    font-size: 14px;
  }

  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.5fr;
  }

  .nav-link {
    text-align: left;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 40px 20px;
    position: absolute;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
  }

  .container-menu {
    border-radius: 20px;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    padding: 20px;
  }

  .wrap-btn-menu {
    display: none;
  }

  .wrap-btn-menu.wrap-btn-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .search {
    margin-top: 40px;
  }

  .main-flex {
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: start;
    max-width: 90%;
  }

  .heading {
    font-size: 55px;
    line-height: 60px;
  }

  .cta {
    padding: 60px 20px;
  }

  .h2-light {
    max-width: none;
  }

  .main-btn.border-btn {
    margin-bottom: 40px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .wrap-content-card {
    min-height: 240px;
    padding-bottom: 40px;
  }

  .txt-btn-card {
    font-size: 14px;
  }

  .txt-card {
    font-size: 14px;
    line-height: 22px;
  }

  .grid-footer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .img-social-media {
    width: auto;
  }

  .main-block-airplane {
    background-position: 100% 80%, 0 0;
    background-size: 100%, auto;
    justify-content: flex-start;
    height: auto;
    padding: 60px 40px 60%;
  }

  .h1 {
    max-width: none;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 62px;
  }

  .m-t-font-weight {
    max-width: 80%;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .small-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-small-card {
    font-size: 17px;
    line-height: 24px;
  }

  .grid-travel {
    grid-template-columns: 1fr;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 60px 30px 250px;
    overflow: hidden;
  }

  .cta-card.cta-visible {
    padding-bottom: 250px;
    overflow: hidden;
  }

  .gradient {
    border-radius: 0;
    width: 100%;
    height: 200px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .gradient.bg-mobile {
    background-position: 50% 100%, 0 0;
    background-size: 40%, auto;
    border-radius: 20px;
    width: 100%;
    height: 400px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gradient-m-width {
    border-radius: 0;
    width: 100%;
    height: 200px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .img-tablet {
    width: 65%;
    bottom: 0%;
    right: 0%;
    overflow: hidden;
  }

  .grid-link {
    grid-template-columns: 1fr;
  }

  .form-radio-btn {
    grid-template-columns: 1fr 1fr;
  }

  .line.mrg-top-40 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .mrg-btm-30 {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 42px;
  }

  .wrap-dropdown {
    flex-direction: column;
  }

  .dropdown-m-w {
    width: 100%;
  }

  .wrap-link-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .img-branch-booking {
    display: none;
  }

  .img-cards {
    width: 45%;
    margin-bottom: -6%;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 7%;
    overflow: visible;
  }

  .flex {
    flex-direction: column-reverse;
  }

  .flex.legal {
    margin-top: 60px;
  }

  .form-flight {
    grid-template-columns: 1fr;
  }

  .wrap-form-flight {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 480px;
    padding-right: 40px;
    display: flex;
  }

  .wrap-left {
    max-width: none;
  }

  .brand-logo {
    max-width: 30%;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .line-top, .line-center {
    background-color: var(--black-custom);
    width: 27px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-btm {
    background-color: var(--black-custom);
    width: 27px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h1-black {
    max-width: none;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .wrap-grid-form {
    grid-template-columns: 1fr;
  }

  .wrap-404 {
    justify-content: flex-start;
    height: auto;
    padding-bottom: 220px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-404 {
    font-size: 100px;
  }

  .main-txt-404 {
    max-width: 70%;
  }

  .h1-legal {
    max-width: none;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .wrap-left-content {
    width: auto;
  }

  .h2-legal {
    font-size: 25px;
    line-height: 32px;
  }

  .h3-legal {
    margin-bottom: 30px;
  }

  .sidebar {
    display: none;
    overflow: visible;
  }

  .txt-legal-max-width {
    max-width: none;
  }

  .line-tab {
    display: none;
  }

  .mask-card {
    justify-content: flex-end;
    width: 110%;
    max-width: 110%;
    display: flex;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.main {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.main-redeem {
    padding-bottom: 60px;
  }

  .main-block {
    background-position: 50%;
    padding-top: 60px;
  }

  .main-txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .subtitle {
    font-weight: 100;
  }

  .wrap-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }

  .field-label, .text-field {
    font-size: 14px;
    line-height: 20px;
  }

  .link-block.link-grey {
    font-size: 16px;
  }

  .txt-link-block.txt-weight {
    font-size: 14px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-menu {
    padding: 20px;
  }

  .search {
    width: 100%;
    margin-top: 30px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    font-size: 40px;
    line-height: 46px;
  }

  .cta {
    padding-right: 20px;
  }

  .h2-light {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .txt-cta {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .wrap-content-card {
    min-height: auto;
  }

  .txt-card.max-width {
    max-width: none;
  }

  .footer {
    padding: 60px 20px;
  }

  .grid-footer {
    grid-template-columns: 1.5fr 1fr;
  }

  .main-block-airplane {
    background-position: 50% 90%, 0 0;
    background-size: 110%, auto;
    margin-bottom: 40px;
    padding-bottom: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .m-t-font-weight {
    max-width: none;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
  }

  .card-travel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-item {
    margin-top: 40px;
  }

  .icon-absolute {
    right: 20px;
  }

  .cta-card {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
  }

  .gradient.bg-mobile {
    background-position: 50% 100%, 0 0;
    background-size: 42%, auto;
    border-radius: 30px;
    height: 350px;
  }

  .img-tablet {
    width: 70%;
    bottom: 0%;
    right: 0%;
    overflow: hidden;
  }

  .img-cards {
    margin-bottom: -12%;
    overflow: hidden;
  }

  .wrap-form-flight {
    padding: 40px 20px 400px;
  }

  .brand {
    padding-left: 0;
  }

  .brand-logo {
    max-width: 40%;
    padding-left: 0;
  }

  .h1-black {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-4 {
    margin-bottom: 20px;
  }

  .wrap-404 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-txt-404 {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .h1-legal {
    font-size: 40px;
    line-height: 48px;
  }

  .mask-card {
    width: 140%;
    max-width: 140%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .section.main, .section.main-redeem {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.main-flight, .section.section-404, .section.section-legal {
    padding-top: 100px;
  }

  .container {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-block {
    background-image: url('../images/main-bg-min.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    height: 550px;
    padding-bottom: 60px;
    display: flex;
    overflow: hidden;
  }

  .main-txt {
    font-weight: 300;
    line-height: 22px;
  }

  .subtitle {
    font-weight: 200;
  }

  .wrap-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrap-form.wrap-worm-mobile-hidden {
    display: none;
  }

  .wrap-form.wrap-form-desktop-hidden {
    display: block;
    overflow: hidden;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .tab {
    justify-content: center;
    width: 100%;
  }

  .tab.w--current {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .txt-tab {
    text-align: left;
  }

  .link-block.current, .link-block.link-block-opacity {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .txt-link-block {
    align-items: center;
    display: flex;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    margin-bottom: 12px;
  }

  .nav-menu {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-menu {
    margin-top: 0;
    padding: 20px 30px;
  }

  .btn-menu {
    width: 100%;
  }

  .wrap-btn-menu.wrap-btn-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .search {
    background-color: rgba(255, 255, 255, .28);
    width: 100%;
    margin-top: 20px;
    padding: 15px 10px;
  }

  .txt-search {
    font-size: 16px;
  }

  .main-flex {
    z-index: 2;
    max-width: none;
    position: relative;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 46px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .main-btn.mrg-btm-15, .main-btn.mrg-top-30 {
    text-align: center;
    width: 100%;
  }

  .main-btn.border-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .grid-footer {
    grid-template-columns: 1.5fr;
  }

  .wrap-footer.mobile-hide {
    display: none;
  }

  .main-block-airplane {
    background-position: 50% 90%, 0 0;
    background-size: 140%, auto;
    height: auto;
    padding-bottom: 100%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .small-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-travel {
    padding-top: 60px;
  }

  .wrap-item {
    flex-direction: column;
  }

  .cta-card {
    padding-bottom: 250px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .gradient {
    border-radius: 0;
    height: 150px;
  }

  .gradient.bg-mobile {
    background-size: 70%, auto;
  }

  .img-tablet {
    width: 95%;
    bottom: 0%;
    right: 0%;
    overflow: hidden;
  }

  .form-radio-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .mrg-btm-30 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }

  .img-cards {
    width: 60%;
    margin-bottom: -17%;
    top: auto;
    bottom: 1%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .txt-card-large {
    max-width: none;
  }

  .tab-booking, .tab-booking.w--current {
    width: 100%;
  }

  .tabs-menu-booking {
    flex-wrap: wrap;
  }

  .icon-search {
    width: 10%;
  }

  .dropdown-footer {
    z-index: 0;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    overflow: visible;
  }

  .dropdown-toggle-footer {
    background-color: #f9f9f9;
    border-radius: 10px;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    font-weight: 200;
    display: flex;
  }

  .dropdown-toggle-footer.w--open {
    z-index: 0;
    border-radius: 10px;
  }

  .txt-dropdown-footer {
    font-size: 16px;
    font-weight: 300;
  }

  .dropdown-link-footer {
    color: var(--black-custom);
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    transition: all .3s;
  }

  .dropdown-link-footer:hover {
    background-color: #f9f9f9;
  }

  .dropdown-list-footer {
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
  }

  .dropdown-list-footer.w--open {
    z-index: 2;
    margin-top: 10px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, .05);
  }

  .icon-dropdwon {
    width: auto;
  }

  .hide {
    display: block;
  }

  .gradient-main {
    background-image: linear-gradient(356deg, rgba(0, 0, 0, .68) 2%, rgba(255, 255, 255, .07) 70%);
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brand-logo {
    max-width: 60%;
  }

  .h1-black {
    font-size: 35px;
    line-height: 42px;
  }

  .main-txt-404 {
    max-width: 95%;
    line-height: 22px;
  }

  .main-btn-404 {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-legal {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 42px;
  }

  .h2-legal {
    font-size: 20px;
    line-height: 26px;
  }

  .h3-legal {
    font-size: 16px;
    line-height: 22px;
  }

  .list {
    padding-left: 20px;
  }
}

#w-node-_1b108043-5881-b6e2-b501-4575281e1e38-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3aa9fb00-a7c1-b547-775f-3dbe71908e08-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eca2e6a-b216-2d7f-11a0-4a0c902f7e6d-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field.w-node-_4fa63208-9858-73be-c01d-77859bd38758-5659d100, #w-node-c0b7357f-3f64-ac21-d761-cebe0d721a0d-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8fd5-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8fd6-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8ff2-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-3.w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8ff4-5659d100, #w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8ffb-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa1a-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa1b-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa37-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-4.w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa39-5659d100, #w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa40-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7117da91-1aec-102d-f922-e4de3e0a65dd-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7117da91-1aec-102d-f922-e4de3e0a65de-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7117da91-1aec-102d-f922-e4de3e0a65fa-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-2.w-node-_7117da91-1aec-102d-f922-e4de3e0a65fc-5659d100, #w-node-_7117da91-1aec-102d-f922-e4de3e0a6603-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5be48201-ee09-398f-4437-1b8c6f99729c-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5be48201-ee09-398f-4437-1b8c6f99729d-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5be48201-ee09-398f-4437-1b8c6f9972b9-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-2.w-node-_5be48201-ee09-398f-4437-1b8c6f9972bb-5659d100, #w-node-_5be48201-ee09-398f-4437-1b8c6f9972c2-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfd266c7-095a-0757-54e9-902501fb4677-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfd266c7-095a-0757-54e9-902501fb4678-5659d100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfd266c7-095a-0757-54e9-902501fb4694-5659d100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-2.w-node-cfd266c7-095a-0757-54e9-902501fb4696-5659d100, #w-node-cfd266c7-095a-0757-54e9-902501fb469d-5659d100, #w-node-b4c23bff-1a91-ce0b-02f7-a4331c7150ae-5659d100, #w-node-_45cc8120-8f58-4118-dbbd-334b9ad5e1ad-5659d100, #w-node-_65df672f-f8f5-42f5-e980-e541ee1218f3-5659d100, #w-node-_2ac51a5e-80e4-d193-715c-a6e1e0287115-5659d100, #w-node-e0594418-9d7c-a624-a4b5-b9dd7a3f44d1-5659d100, #w-node-_75b695e9-8c45-0b9b-b739-12805ebff2ce-5659d100, #w-node-_4455d6ed-0615-6f22-d8ab-d3c3f4a5a17c-f4a5a179, #w-node-_4455d6ed-0615-6f22-d8ab-d3c3f4a5a1d6-f4a5a179, #w-node-_4455d6ed-0615-6f22-d8ab-d3c3f4a5a1fe-f4a5a179, #w-node-_7beac59d-489c-65a0-2c1f-c6c47a647b35-10188a0f, #w-node-_375493f9-b839-5740-7749-0fb7caae041e-10188a0f, #w-node-fc93ad14-5c33-6236-69b5-64441678583a-10188a0f, #w-node-_0e93c31d-1235-83fe-2caa-0fc0b160473f-10188a0f, #w-node-_8262ffc9-58fa-3b57-57e3-00a612e19d2c-10188a0f, #w-node-_407f2266-f4fa-7ea3-7bfa-f5d37a3c8b13-10188a0f, #w-node-_43b5725c-d835-de11-972e-fe96baf54b3e-10188a0f, #w-node-b71fa960-ef82-43c6-b5c0-27149f2594e3-10188a0f, #w-node-_3032439e-9029-5f44-3416-dc2f7dd05eab-10188a0f, #w-node-_5899c70a-00f6-fd82-f64c-f60abbdda36f-10188a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20726e78-4b95-e5f9-1e78-464cb1bb11f7-2e2d27a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e9b450a-661b-2be5-07b2-7750e5caf648-2e2d27a2, #w-node-c4545f19-34b0-db7c-4471-176ec8bf647d-2e2d27a2, #w-node-_8a872db0-8123-ff43-4d60-eee41fd1d3ce-2e2d27a2, #w-node-_8a872db0-8123-ff43-4d60-eee41fd1d3d8-2e2d27a2, #w-node-_05642107-1439-b6a3-6153-f2ffebfadefd-2e2d27a2, #w-node-_05642107-1439-b6a3-6153-f2ffebfadf07-2e2d27a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc43e518-cfb0-7170-dfb9-d02fa6319bb8-2e2d27a2, #w-node-_0362fc44-b1fb-1c34-77a6-7416e9af8c07-2e2d27a2, #w-node-af1d5106-4b5d-2666-4183-e70632f73b51-2e2d27a2, #w-node-fa6851f3-9c89-3041-982a-ac584fc9698b-2e2d27a2, #w-node-_4c262efd-f948-610c-1b97-19d6b9602b8f-2e2d27a2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1237fe0-434e-e24b-cfda-a75909b3dbdd-a5e0fe88, #w-node-_950a10ec-2912-10d8-fab7-e082768ab72c-a5e0fe88, #w-node-e2b234c1-596f-e189-a6f4-b5243706ab64-d0a14754, #w-node-e2b234c1-596f-e189-a6f4-b5243706ab6f-d0a14754, #w-node-e2b234c1-596f-e189-a6f4-b5243706ab7a-d0a14754, #w-node-b14cbb39-df04-19b7-2100-89dcfe665600-d0a14754, #w-node-b14cbb39-df04-19b7-2100-89dcfe66560b-d0a14754, #w-node-_6a3f152b-9e9b-c4a4-8277-70623de20da7-d0a14754, #w-node-_6a3f152b-9e9b-c4a4-8277-70623de20db2-d0a14754, #w-node-_6a3f152b-9e9b-c4a4-8277-70623de20dbd-d0a14754, #w-node-_5b6fa665-6cde-ff54-247c-179e80879d5f-d0a14754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b7242f69-10e6-a96a-470b-7ac1b0d157a5-5659d100, #w-node-_3a23f879-cf61-5a11-9f3b-010e4659fbf6-5659d100, #w-node-_328b1d66-e24e-ff92-656c-b1aebcf37c1d-5659d100, #w-node-_69285a22-7ea2-3cf9-7a8c-252ca067c4ab-5659d100, #w-node-c0b7357f-3f64-ac21-d761-cebe0d721a0d-5659d100, #w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8fe2-5659d100, #w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8fe6-5659d100, #w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8fea-5659d100, #w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8fee-5659d100, #w-node-_1b2f0485-fd2c-a04b-8e45-535f29aa8ffb-5659d100, #w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa27-5659d100, #w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa2b-5659d100, #w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa2f-5659d100, #w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa33-5659d100, #w-node-_9e8c14f6-4fdb-d60d-1822-cfe3e2e6fa40-5659d100, #w-node-_7117da91-1aec-102d-f922-e4de3e0a65ea-5659d100, #w-node-_7117da91-1aec-102d-f922-e4de3e0a65ee-5659d100, #w-node-_7117da91-1aec-102d-f922-e4de3e0a65f2-5659d100, #w-node-_7117da91-1aec-102d-f922-e4de3e0a65f6-5659d100, #w-node-_7117da91-1aec-102d-f922-e4de3e0a6603-5659d100, #w-node-_5be48201-ee09-398f-4437-1b8c6f9972a9-5659d100, #w-node-_5be48201-ee09-398f-4437-1b8c6f9972ad-5659d100, #w-node-_5be48201-ee09-398f-4437-1b8c6f9972b1-5659d100, #w-node-_5be48201-ee09-398f-4437-1b8c6f9972b5-5659d100, #w-node-_5be48201-ee09-398f-4437-1b8c6f9972c2-5659d100, #w-node-cfd266c7-095a-0757-54e9-902501fb4684-5659d100, #w-node-cfd266c7-095a-0757-54e9-902501fb4688-5659d100, #w-node-cfd266c7-095a-0757-54e9-902501fb468c-5659d100, #w-node-cfd266c7-095a-0757-54e9-902501fb4690-5659d100, #w-node-cfd266c7-095a-0757-54e9-902501fb469d-5659d100 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4455d6ed-0615-6f22-d8ab-d3c3f4a5a193-f4a5a179, #w-node-_4455d6ed-0615-6f22-d8ab-d3c3f4a5a1a9-f4a5a179, #w-node-_4455d6ed-0615-6f22-d8ab-d3c3f4a5a1bf-f4a5a179 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


