body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.hero {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: transparent;
}

.copyright-text {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.utility-page-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .22)), to(hsla(0, 0%, 100%, .22))), url('../images/Background-Image.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .22), hsla(0, 0%, 100%, .22)), url('../images/Background-Image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.utility-page-content {
  position: static;
  bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 333px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fffcf1;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.body {
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  clear: none;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.wmm-link {
  color: #333;
}

.wmm-link:hover {
  color: #d0b578;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.homepage-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #948f7e;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .44);
  box-shadow: 5px 5px 10px -2px #5d5d5d;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Montserrat, sans-serif;
  color: #948f7e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.homepage-button:hover {
  border-style: solid;
  border-color: #675f47;
  background-color: hsla(0, 0%, 100%, .63);
  color: #675f47;
}

.text-block {
  width: 100%;
  height: 100%;
  margin-bottom: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  text-transform: none;
}

.pp-link {
  color: #333;
}

.pp-link:hover {
  color: #d0b578;
}

.pp-link.w--current:hover {
  color: #d0b578;
}

._404 {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.password-button {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2px solid #948f7e;
  background-color: hsla(0, 0%, 100%, .44);
  box-shadow: 5px 5px 10px -2px #5d5d5d;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Montserrat, sans-serif;
  color: #948f7e;
  font-weight: 700;
}

.password-button:hover {
  border-color: #000;
  background-color: hsla(0, 0%, 100%, .63);
  color: #333;
}

.error-message-2 {
  width: 100%;
  background-color: #333;
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .44));
  color: #000;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 33%;
  display: block;
  overflow: visible;
  width: 28%;
  height: 28%;
  max-height: 28%;
  max-width: 28%;
  min-height: 28%;
  min-width: 28%;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.planes {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-fp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-io {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-lu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-gr {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-hg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-tc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-ls {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-ci {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-uu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.txt-bm {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.logo-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 33%;
  display: block;
  overflow: visible;
  width: 28%;
  height: 28%;
  max-height: 28%;
  max-width: 28%;
  min-height: 28%;
  min-width: 28%;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dot-one {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.dot-two {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.dot-three {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.dot-four {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.dot-five {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
}

.june-freedom-button {
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
  margin-right: 8px;
  margin-left: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: none;
  border-radius: 4px;
  background-color: #d0b578;
  background-image: linear-gradient(33deg, hsla(0, 0%, 100%, .33), hsla(0, 0%, 100%, 0));
  box-shadow: 0 5px 8px -2px #dbdbdb;
  -webkit-transition: all 444ms cubic-bezier(.445, .05, .55, .95);
  transition: all 444ms cubic-bezier(.445, .05, .55, .95);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.june-freedom-button:hover {
  background-color: #998c67;
  background-image: linear-gradient(33deg, hsla(0, 0%, 100%, .63), hsla(0, 0%, 100%, 0));
  color: #fff;
}

.flight-club-entertainment-button {
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: none;
  border-radius: 4px;
  background-color: #d0b578;
  background-image: linear-gradient(33deg, hsla(0, 0%, 100%, .33), hsla(0, 0%, 100%, 0));
  box-shadow: 0 5px 8px -2px #dbdbdb;
  -webkit-transition: all 444ms cubic-bezier(.445, .05, .55, .95);
  transition: all 444ms cubic-bezier(.445, .05, .55, .95);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.flight-club-entertainment-button:hover {
  border-style: none;
  background-color: #998c67;
  background-image: linear-gradient(33deg, hsla(0, 0%, 100%, .63), hsla(0, 0%, 100%, 0));
  color: #fff;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  max-height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
}

.instagram-background {
  position: absolute;
  top: 0px;
  right: 44px;
  z-index: 900;
  width: 63px;
  height: 104px;
  max-height: 104px;
  max-width: 63px;
  min-height: 104px;
  min-width: 63px;
}

.instagram {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 63px;
  height: 104px;
  max-height: 104px;
  max-width: 63px;
  min-height: 104px;
  min-width: 63px;
  opacity: 0.44;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  cursor: pointer;
}

.instagram:hover {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(0px, -3px);
  -ms-transform: scale(1.1) translate(0px, -3px);
  transform: scale(1.1) translate(0px, -3px);
}

.link-instagram {
  position: absolute;
  top: 0px;
  right: 44px;
  z-index: 1000;
  width: 63px;
  height: 104px;
  max-height: 104px;
  max-width: 63px;
  min-height: 104px;
  min-width: 63px;
}

.contact-us-button {
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
  margin-right: 0px;
  margin-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: none;
  border-radius: 4px;
  background-color: #d0b578;
  background-image: linear-gradient(33deg, hsla(0, 0%, 100%, .33), hsla(0, 0%, 100%, 0));
  box-shadow: 0 5px 8px -2px #dbdbdb;
  -webkit-transition: all 444ms cubic-bezier(.445, .05, .55, .95);
  transition: all 444ms cubic-bezier(.445, .05, .55, .95);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.contact-us-button:hover {
  background-color: #998c67;
  background-image: linear-gradient(33deg, hsla(0, 0%, 100%, .63), hsla(0, 0%, 100%, 0));
  color: #fff;
}

.password {
  font-family: Montserrat, sans-serif;
}

.propeller {
  display: block;
  width: 25%;
  height: auto;
  max-height: auto;
  max-width: 25%;
  min-height: auto;
  min-width: 25%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.image {
  display: block;
  width: 14%;
  height: auto;
  max-height: auto;
  max-width: 14%;
  min-height: auto;
  min-width: 14%;
  margin: 111px auto 40px;
}

.text-block-3 {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  text-align: center;
}

.bold-text {
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
}

.regular-text {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-align: justify;
  letter-spacing: -0.22px;
}

.indented-bold {
  margin-bottom: 0px;
  padding-left: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: justify;
  letter-spacing: -0.22px;
}

.indented-regular-text {
  margin-bottom: 20px;
  padding-left: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-align: justify;
  letter-spacing: -0.22px;
}

.footer-privacy-policy {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.privacy-policy {
  display: inline-block;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  float: right;
  background-color: transparent;
}

.body-privacy-policy {
  overflow: visible;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-color: #fff;
}

.return-home-button {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 50px;
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2px solid #948f7e;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 4px 4px 7px -2px #a8a8a8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #948f7e;
  font-size: 14px;
  font-weight: 700;
}

.return-home-button:hover {
  border-color: #cec6ae;
  color: #cec6ae;
}

.text-block-4 {
  margin-bottom: 63px;
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.cookie-italicized {
  margin-bottom: 0px;
  padding-left: 88px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  text-align: justify;
  letter-spacing: -0.22px;
}

.cookie-text {
  margin-bottom: 10px;
  padding-left: 88px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-align: justify;
  letter-spacing: -0.22px;
}

.third-bold {
  margin-bottom: 0px;
  padding-left: 132px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.22px;
  text-decoration: none;
}

.third-text {
  margin-bottom: 10px;
  padding-left: 132px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-align: justify;
  letter-spacing: -0.22px;
}

.third-text-final {
  margin-bottom: 20px;
  padding-left: 132px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.22px;
}

.link {
  color: #948f7e;
  font-style: italic;
}

.link-2 {
  color: #948f7e;
  font-style: italic;
}

.link-3 {
  color: #948f7e;
  font-style: italic;
}

.link-4 {
  color: #948f7e;
  font-style: italic;
}

.link-5 {
  color: #948f7e;
  font-style: italic;
}

.link-6 {
  color: #948f7e;
  font-style: italic;
}

.link-7 {
  color: #948f7e;
  font-style: italic;
}

.link-8 {
  color: #948f7e;
  font-style: italic;
}

@media (max-width: 991px) {
  .hero {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .utility-page-wrap {
    background-image: url('../images/Background-Image.jpg');
    background-size: cover;
  }
  .footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .body {
    display: block;
    text-align: center;
  }
  .password-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .logo-text {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 22px;
    width: 55%;
    height: 55%;
    max-height: 55%;
    max-width: 55%;
    min-height: 55%;
    min-width: 55%;
  }
  .logo-icon {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 22px;
    width: 55%;
    height: 55%;
    max-height: 55%;
    max-width: 55%;
    min-height: 55%;
    min-width: 55%;
  }
  .instagram:hover {
    -webkit-transform: scale(1.1) translate(0px, -3px);
    -ms-transform: scale(1.1) translate(0px, -3px);
    transform: scale(1.1) translate(0px, -3px);
  }
  .image {
    width: 22%;
    max-width: 22%;
    min-width: 22%;
    margin-top: 122px;
    margin-bottom: 33px;
  }
  .indented-bold {
    padding-left: 30px;
  }
  .indented-regular-text {
    padding-left: 30px;
  }
  .footer-privacy-policy {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .privacy-policy {
    position: static;
    overflow: auto;
    float: right;
  }
  .return-home-button {
    margin-top: 40px;
    font-size: 12px;
  }
  .cookie-italicized {
    padding-left: 60px;
  }
  .cookie-text {
    padding-left: 60px;
  }
  .third-bold {
    padding-left: 90px;
  }
  .third-text {
    padding-left: 90px;
  }
  .third-text-final {
    padding-left: 90px;
  }
}

@media (max-width: 767px) {
  .hero {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .copyright-text {
    font-size: 7px;
    line-height: 15px;
  }
  .utility-page-wrap {
    background-size: cover;
  }
  .footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 12px;
  }
  .logo-text {
    left: 0px;
    top: 43px;
    right: 0px;
    bottom: auto;
    width: 33%;
    height: 33%;
    max-height: 33%;
    max-width: 33%;
    min-height: 33%;
    min-width: 33%;
  }
  .logo-icon {
    left: 0px;
    top: 43px;
    right: 0px;
    bottom: auto;
    width: 33%;
    height: 33%;
    max-height: 33%;
    max-width: 33%;
    min-height: 33%;
    min-width: 33%;
  }
  .header {
    top: -15px;
  }
  .image {
    margin-top: 80px;
  }
  .bold-text {
    font-size: 36px;
  }
  .regular-text {
    font-size: 12px;
  }
  .indented-regular-text {
    font-size: 12px;
  }
  .footer-privacy-policy {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 12px;
  }
  .privacy-policy {
    padding-right: 63px;
    padding-left: 63px;
  }
  .return-home-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.22px;
  }
  .text-block-4 {
    margin-bottom: 44px;
  }
  .cookie-text {
    font-size: 12px;
  }
  .third-text {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .hero {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .copyright-text {
    margin-top: 22px;
    font-size: 7px;
    line-height: 10px;
  }
  .utility-page-wrap {
    background-size: cover;
  }
  .utility-page-content {
    position: relative;
    bottom: 22px;
    width: 222px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._404-header {
    margin-bottom: 3px;
  }
  .text-block {
    font-size: 8px;
    line-height: 15px;
  }
  .pp-link:hover {
    color: #d0b578;
  }
  .logo-text {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 50%;
    max-height: 50%;
    max-width: 50%;
    min-height: 50%;
    min-width: 50%;
  }
  .logo-icon {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 50%;
    max-height: 50%;
    max-width: 50%;
    min-height: 50%;
    min-width: 50%;
  }
  .june-freedom-button {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .flight-club-entertainment-button {
    margin: 0px 22px 8px;
  }
  .header {
    top: -10px;
  }
  .instagram-background {
    right: 33px;
  }
  .link-instagram {
    right: 33px;
  }
  .contact-us-button {
    margin-top: 0px;
    margin-left: 0px;
  }
  .propeller {
    width: 44%;
    max-width: 44%;
    min-width: 44%;
  }
  .image {
    width: 35%;
    max-width: 35%;
    min-width: 35%;
    margin-top: 80px;
    margin-bottom: 11px;
  }
  .text-block-3 {
    margin-bottom: 5px;
  }
  .bold-text {
    font-size: 22px;
  }
  .regular-text {
    font-size: 11px;
  }
  .indented-bold {
    padding-left: 0px;
    font-size: 13px;
  }
  .indented-regular-text {
    padding-left: 0px;
    font-size: 11px;
  }
  .footer-privacy-policy {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .privacy-policy {
    padding-right: 40px;
    padding-left: 40px;
  }
  .return-home-button {
    padding: 3px 12px;
    font-size: 8px;
    letter-spacing: 0.22px;
  }
  .text-block-4 {
    font-size: 8px;
  }
  .cookie-italicized {
    padding-left: 22px;
  }
  .cookie-text {
    padding-left: 22px;
    font-size: 11px;
  }
  .third-bold {
    padding-left: 33px;
    font-size: 11px;
  }
  .third-text {
    padding-left: 33px;
    font-size: 9px;
    text-align: left;
  }
  .third-text-final {
    padding-left: 33px;
    font-size: 11px;
    text-align: left;
  }
}

