.lp-h1 {
  font-family: "Butler";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
}

.lp-h1 b,
.lp-h1 strong {
  font-weight: 400;
}

.lp-h1 i,
.lp-h1 em {
  font-family: "Saol Display" !important;
  font-weight: 300 !important;
}

.lp-h1_ls {
  letter-spacing: -.034em;
}

.lp-h2 {
  font-size: 16px;
}

.lp-h2-lg {
  font-size: 18px;
}

.lp-h3 {
  font-size: 16px;
}

.lp-font-butler-200 {
  font-family: "Butler", sans-serif;
  font-weight: 200 !important;
}

.lp-font-butler-300 {
  font-family: "Butler", sans-serif;
  font-weight: 300 !important;
}

.lp-font-butler-400 {
  font-family: "Butler", sans-serif;
  font-weight: 400 !important;
}

.lp-font-montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}

.lp-font-montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}

.lp-font-saol-display-300-i {
  font-family: "Saol-Display", sans-serif;
  font-weight: 300 !important;
  font-style: italic;
}

.lp-font-butler-400,
.lp-font-montserrat-400,
.lp-font-montserrat-500 {
  font-size: 14px;
  line-height: 1.25;
}

.lp-font-butler-400 p,
.lp-font-montserrat-400 p,
.lp-font-montserrat-500 p {
  margin-bottom: 20px;
}

.text-20 {
  font-size: 14px;
  line-height: 1.25;
}

.text-30 {
  font-size: 16px;
}

.text-uppercase {
  text-transform: uppercase;
}

.mb-40 {
  margin-bottom: 40px;
}

.lp-color-grey {
  color: #707070;
}

.lp-color-heading {
  color: #726A66;
}

.lp-color-pastel {
  color: #CABFB7;
}

.image-block {
  display: block;
  width: 100%;
  height: auto;
}

.row-reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lp-about__image img {
  width: 100%;
  display: block;
}

.lp-about__heading {
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 10%;
}

.lp-about__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 86%;
  height: 1px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #707070;
}

.lp-about__content {
  background-color: rgba(239,237,236,0.8);
  width: 100%;
  padding: 10% 12%;
  text-align: center;
}

.lp-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp-price__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10% 12% 0;
}

.lp-price__heading {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 11%;
  line-height: 1.2;
}

.lp-price__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #707070;
}

.lp-price__price {
  margin-top: 6px;
}

.lp-price__image {
  width: 100%;
}

.lp-price__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-price__service {
  margin-bottom: 14px;
}

.lp-price__description {
  margin-bottom: 18px;
}

.lp-end-image__wrap {
  max-width: 960px;
  margin: auto;
  width: 60%;
}

.lp-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}

.lp-add-ons {
  position: relative;
  padding: 10% 12%;
}

.lp-add-ons__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-add-ons__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lp-add-ons__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.lp-add-ons__heading {
  margin-top: 4%;
}

.lp-add-ons__list {
  margin-top: 6%;
}

.lp-add-ons__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
}

.lp-add-ons__list-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}

.lp-add-ons__list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-add-ons__list-service_mb-0 {
  margin-bottom: -5%;
}

.lp-add-ons__list-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.lp-add-ons__list-line::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: #000;
}

.lp-add-ons__list-price {
  margin-left: auto;
}

.lp-congratulations__wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lp-congratulations__text {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto 0;
}

.lp-faqs {
  background-color: #F3F2F1;
  padding: 5% 0;
}

.lp-faqs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2%;
  row-gap: 20px;
}

.lp-faqs__heading {
  margin-bottom: 7%;
  position: relative;
  padding: 1% 5% 1.2%;
  display: inline-block;
}

.lp-faqs__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.lp-faqs__col-heading {
  margin-bottom: 5%;
  position: relative;
  padding: 1% 5%;
  display: block;
}

.lp-faqs__col-heading::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background-color: #CABFB7;
}

.lp-faqs__col-text {
  padding: 2% 10%;
}

.lp-legacy-albums {
  background-color: #F3F2F1;
}

.lp-legacy-albums__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.lp-legacy-albums__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10%;
}

.lp-legacy-albums__up-heading {
  margin-bottom: 5%;
}

.lp-legacy-albums__heading {
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 7%;
  line-height: 1.2;
}

.lp-legacy-albums__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #707070;
}

.lp-legacy-albums__image {
  width: 100%;
}

.lp-legacy-albums__image img {
  display: block;
  width: 100%;
}

.lp-legacy-albums__service {
  margin-bottom: 14px;
}

.lp-legacy-albums__description {
  line-height: 2;
  max-width: 780px;
  margin: 8% auto 0;
}

.sub-packages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-packages__col {
  width: 50%;
}

.sub-packages__package {
  line-height: 1;
}

.sub-packages__price {
  margin-top: 6%;
  margin-bottom: 5%;
}

.sub-packages__heading {
  margin-bottom: 2px;
}

.sub-packages__text {
  margin-bottom: 28px;
}

.lp-packages {
  background-color: #F3F2F1;
  padding: 10% 0;
}

.lp-packages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-packages__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4px;
  padding-bottom: 2%;
  width: 50%;
}

.lp-packages__col-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5%;
  margin-bottom: 4%;
  line-height: 2;
}

.lp-romantick-moments__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-romantick-moments__image {
  width: 30%;
}

.lp-timeless__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-timeless__content {
  padding: 10% 12%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.lp-timeless__text {
  line-height: 2;
}

.lp-timeless__images:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  z-index: 3;
}

.lp-timeless__images:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 60%;
  margin-left: 26%;
  z-index: 2;
}

.lp-timeless__images:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 60%;
  margin-left: 10%;
  margin-top: -3%;
  z-index: 4;
}

.lp-will-travel {
  position: relative;
  padding: 14% 8% 8%;
}

.lp-will-travel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-will-travel__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lp-will-travel__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.lp-will-travel__heading {
  line-height: 1;
  padding-bottom: 20%;
  position: relative;
}

.lp-will-travel__heading::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 34%;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
}

.lp-will-travel__price {
  margin-top: 4%;
}

.lp-will-travel__price-subtext {
  line-height: 1.4;
  margin-top: 2%;
}

.lp-will-travel__text {
  margin-top: 10%;
  line-height: 2;
}

@media (min-width: 620px) {
  .lp-packages__col {
    width: 33.333%;
  }
}

@media (min-width: 841px) {
  .lp-about {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lp-about__image {
    position: absolute;
    width: 64%;
    left: 0;
    top: 0;
    height: 100%;
  }

  .lp-about__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .lp-about__content {
    position: relative;
    width: 50%;
    margin-right: 4%;
    margin-left: auto;
    z-index: 2;
    padding: 6% 6%;
  }

  .lp-price__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lp-price__wrap.row-reverce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lp-price__content {
    padding: 5% 10%;
  }

  .lp-price__heading {
    padding-bottom: 6px;
    margin-bottom: 9%;
  }

  .lp-price__price {
    margin-top: 0;
  }

  .lp-price__image {
    width: 40%;
  }

  .lp-gallery__wrap {
    margin-left: 14%;
    margin-right: 14%;
  }

  .lp-gallery__col {
    width: 40%;
  }

  .lp-add-ons {
    padding: 5% 12%;
  }

  .lp-add-ons__content {
    width: 46%;
  }

  .lp-faqs__wrap {
    row-gap: 80px;
  }

  .lp-faqs__heading::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CABFB7;
  }

  .lp-faqs__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }

  .lp-faqs__col-heading::after {
    width: 100%;
  }

  .lp-legacy-albums__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lp-legacy-albums__content {
    padding: 5% 8%;
  }

  .lp-legacy-albums__image {
    width: 40%;
  }

  .lp-packages__col-description {
    margin-top: 10%;
    margin-bottom: 14%;
  }

  .lp-romantick-moments__image {
    width: 20%;
  }

  .lp-timeless__content {
    padding: 5% 7.2%;
    width: 50%;
  }

  .lp-timeless__images:nth-child(2) {
    width: 47%;
  }

  .lp-timeless__images:nth-child(3) {
    margin-top: -50px;
    width: 48%;
  }

  .lp-timeless__images:nth-child(4) {
    margin-top: -9%;
    width: 31%;
  }

  .lp-will-travel__content {
    width: 54%;
  }
}

@media (min-width: 1241px) {
  .lp-h1 {
    font-size: 60px;
  }

  .lp-h2 {
    font-size: 42px;
  }

  .lp-h2-lg {
    font-size: 60px;
  }

  .lp-h3 {
    font-size: 50px;
  }

  .lp-font-butler-400,
  .lp-font-montserrat-400,
  .lp-font-montserrat-500 {
    font-size: 18px;
  }

  .text-20 {
    font-size: 18px;
  }

  .text-30 {
    font-size: 24px;
  }

  .lp-congratulations__text {
    margin-top: 50px;
  }

  .lp-packages__col {
    border-right: 1px solid #CBBFB7;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .lp-packages__col:last-child {
    border-right: none;
  }
}

@media (min-width: 1600px) {
  .lp-h1 {
    font-size: 100px;
  }

  .lp-h2 {
    font-size: 50px;
  }

  .lp-h2-lg {
    font-size: 80px;
  }

  .lp-h3 {
    font-size: 70px;
  }

  .lp-font-butler-400,
  .lp-font-montserrat-400,
  .lp-font-montserrat-500 {
    font-size: 20px;
  }

  .lp-font-butler-400 p,
  .lp-font-montserrat-400 p,
  .lp-font-montserrat-500 p {
    margin-bottom: 24px;
  }

  .text-20 {
    font-size: 20px;
  }

  .text-30 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .lp-legacy-albums__description {
    font-size: 12px;
  }

  .sub-packages__heading {
    font-size: 10px;
  }

  .sub-packages__text {
    font-size: 10px;
  }

  .lp-packages__col-description {
    font-size: 10px;
  }
}