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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.body {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
}

.text-field {
  width: 450px;
  height: 45px;
  max-width: none;
  margin-bottom: 7px;
  border-radius: 5px;
  background-color: #fff;
  cursor: text;
}

.text-block-2 {
  font-size: 28px;
  font-weight: 700;
}

.submit-button {
  margin-top: 8px;
  padding: 12px 20px;
  border-style: none;
  border-width: 2px;
  border-color: #6b6b6b;
  border-radius: 8px;
  background-color: #437cff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  width: 940px;
  max-width: 90vw;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  max-width: 90vw;
  margin-top: 10vh;
}

.div-block-8 {
  margin-right: 40px;
}

.div-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  background-image: url('../images/Flat-Mountains.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 20px;
  margin-top: 210px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: left;
}

.attribution-link {
  font-family: Nunito, sans-serif;
  color: #514f4f;
  font-weight: 400;
  text-decoration: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30vh;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field-label {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #000;
  text-decoration: none;
}

.text-block-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 50px;
  background-color: transparent;
  color: #000;
  font-size: 26px;
  line-height: 36px;
}

.image-5 {
  border-radius: 3px;
}

.div-block-14 {
  position: static;
  display: block;
  overflow: visible;
  direction: ltr;
}

.div-block-14.tilt-header-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-top: 3px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #c4ffc6;
}

.form-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-11 {
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 4px;
  background-color: transparent;
  font-size: 24px;
  line-height: 30px;
}

.text-block-11.smaller {
  margin-bottom: 10px;
  font-size: 23px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.div-block-15 {
  text-align: left;
  text-decoration: none;
}

.paragraph {
  color: #4a47ff;
}

.text-block-12 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-12.premium-body {
  line-height: 40px;
}

.text-block-13 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.image-6 {
  width: 249px;
  height: 53px;
  margin-top: 10px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.feedback-form {
  position: static;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  display: none;
  width: 250px;
  height: 240px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.feedback-form.feedback-page {
  display: block;
}

.text-block-14 {
  margin-top: 7px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.div-block-18 {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.textarea-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  min-width: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.submit-button-2 {
  border-radius: 7px;
  background-color: #ea532a;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-3 {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-block-15 {
  color: #b6b3b3;
  font-size: 8px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.html-embed {
  display: none;
}

.feedback-holder {
  position: fixed;
  right: 5%;
  bottom: 5%;
  display: none;
  overflow: hidden;
  width: 252px;
  height: 100px;
  background-color: transparent;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  height: 235px;
  -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;
  border: 1px solid #000;
  border-radius: 7px;
  text-align: center;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-block-16 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-19 {
  margin-top: 8px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: transparent;
}

.image-8 {
  width: 178px;
}

.checkbox-label {
  font-size: 15px;
}

.checkbox-label-2 {
  font-size: 15px;
}

.checkbox {
  width: auto;
}

.checkbox-field {
  max-width: 420px;
  margin-bottom: 8px;
}

.checkbox-field-2 {
  max-width: 420px;
  margin-bottom: 8px;
}

.paragraph-2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.paragraph-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.deal-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.deal-card {
  overflow: hidden;
  width: 240px;
  height: 310px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.deal-test {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading {
  margin-top: 36px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.deal-desription {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 2px;
  padding-left: 0px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.image-9 {
  width: 500px;
}

.card-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
  padding: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/bridge.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card-image.cph {
  background-image: url('../images/Nyhavn_copenhagen.jpg');
}

.card-image.cun {
  background-image: url('../images/cancun.jpg');
}

.card-image.togo {
  background-image: url('../images/togo.jpg');
}

.card-image.tokyo {
  background-image: url('../images/tokyo.jpg');
}

.card-image.costa-rica {
  background-image: url('../images/costa-rica.jpg');
}

.crossout {
  color: #646464;
  font-size: 14px;
  text-decoration: line-through;
}

.better-price {
  color: #f87239;
  font-weight: 700;
}

.bold-text {
  color: #f87239;
}

.text-block-20 {
  padding-top: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.div-block-23 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 20px;
  -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-color: #ff8c21;
  box-shadow: 0 1px 4px 1px rgba(13, 0, 70, 0.24);
  -webkit-transform: translate(-20px, -20px) rotate(45deg) translate(50%, -50%);
  -ms-transform: translate(-20px, -20px) rotate(45deg) translate(50%, -50%);
  transform: translate(-20px, -20px) rotate(45deg) translate(50%, -50%);
}

.text-block-21 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #74839c;
  background-image: url('../images/topography.svg');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 0.43;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    line-height: 30px;
    white-space: nowrap;
  }

  .submit-button {
    height: 45px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-6 {
    max-width: 70vw;
  }

  .div-block-7 {
    max-width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .text-block-8 {
    max-width: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
  }

  .image-5 {
    max-width: 500px;
  }

  .text-block-11.smaller {
    font-size: 24px;
  }

  .html-embed {
    display: block;
  }

  .feedback-holder {
    display: none;
  }

  .checkbox-field {
    width: 500px;
  }

  .checkbox-field-2 {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .text-field {
    width: 80vw;
    max-width: 450px;
  }

  .text-block-2 {
    width: 200px;
  }

  .submit-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-7 {
    max-width: 80vw;
    margin-top: 5vh;
  }

  .text-block-8 {
    padding-right: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .image-5 {
    max-width: 400px;
  }

  .html-embed {
    display: none;
  }

  .checkbox-field {
    width: 400px;
  }

  .checkbox-field-2 {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .text-field {
    width: 90vw;
    height: 40px;
    max-width: 390px;
  }

  .submit-button {
    height: 40px;
  }

  .div-block-6 {
    max-width: 90vw;
  }

  .div-block-7 {
    max-width: 90vw;
    margin-bottom: 0vh;
  }

  .div-block-10 {
    padding-bottom: 0px;
    background-position: 50% 100%;
    background-size: 200vw;
  }

  .div-block-12 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-8 {
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .image-5 {
    max-width: 90vw;
  }

  .text-block-11 {
    padding-bottom: 2px;
    color: #000;
  }

  .html-embed {
    display: none;
  }

  .checkbox-field {
    width: auto;
    max-width: 300px;
  }

  .checkbox-field-2 {
    width: auto;
    max-width: 300px;
  }
}

