@font-face {
  font-family: Backissuesbb;
  src: url('../fonts/BackIssuesBB_boldital.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Backissuesbb ital;
  src: url('../fonts/BackIssuesBB_ital.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Backissuesbb reg;
  src: url('../fonts/BackIssuesBB_reg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

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

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: 870px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.section.center.section2 {
  background-image: none;
}

.section.center.section2.section3.section_rates, .section.center.section2.section_requirements, .section.center.section2.section_weddings, .section.center.section2.section_contact, .section.center.section2.section_grooming, .section.center.section2.section_woofproject {
  height: auto;
}

.section.center.gallerysection {
  background-image: url('../images/blue_dot_tile.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 1000px;
  border: 1px solid #000;
  height: auto;
  margin-top: 86px;
}

.section.center.gallerysection.fhkgallery {
  margin-top: 1px;
  margin-bottom: -45px;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: var(--black);
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  text-align: right;
}

.nav-link {
  float: none;
  clear: none;
  color: #fff;
  text-align: right;
  flex: 0 auto;
  width: auto;
  margin-bottom: 2px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 7px 0 4px;
  font-family: Backissuesbb, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  display: block;
  position: relative;
  left: auto;
  right: 0;
}

.nav-link:hover {
  color: #fff;
  padding-left: 0;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-link:focus, .nav-link:visited {
  padding-left: 0;
}

.nav-link.altvs {
  margin-top: -8px;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

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

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: var(--black);
  background-image: url('../images/footer_tile.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  height: 190px;
  display: block;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.menu-icon {
  color: var(--white);
  background-color: #0000;
  font-size: 55px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.menu-button {
  padding-bottom: 6px;
  display: block;
}

.menu-button.w--open {
  background-color: var(--black);
}

.nav-menu-2 {
  text-align: right;
  background-color: #0000;
  background-image: url('../images/bg_Face.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -5px;
  padding: 28px 57px 53px 679px;
  display: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.logo {
  width: 175px;
  padding-top: 17px;
}

.masthead_home {
  text-align: center;
  background-image: url('../images/homepage_masthead_bg_tile.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 500px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
}

.home_mast_img {
  width: 1400px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  background-image: url('../images/rates_book_top_bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80%;
  margin-top: 131px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13.nobg {
  background-image: none;
  margin-top: 135px;
}

.div-block-13.nobg.gallhead {
  margin-top: 53px;
}

.div-block-13.nobg.gallhead.instafeed {
  background-color: #fff;
  width: 100%;
}

.div-block-13.wkendbg {
  background-image: url('../images/weekend_sub_bg.jpg');
  background-position: 50% 106%;
}

.div-block-13.cntct-div {
  margin-top: 150px;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  z-index: 1;
  width: 100%;
  position: static;
}

.image-6.landingsoon {
  width: 500px;
}

.columns {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.column-2, .column-3, .column-4, .column-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.section-3 {
  z-index: 3;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
}

.section-4 {
  text-align: center;
  background-image: url('../images/blue_dot_tile2-comp.gif');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 110% 60%;
  margin-top: 0;
  display: block;
}

.div-block-14 {
  width: 100%;
  margin-top: 103px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14.galleryfooter {
  margin-top: 29px;
}

.image-7 {
  margin-top: -39px;
  margin-left: auto;
  margin-right: auto;
}

.image-7.homefootpic.footer-promo {
  z-index: 0;
  position: relative;
}

.div-block-15 {
  width: 80%;
  margin-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
}

.column-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-8, .link-block {
  margin-left: auto;
  margin-right: auto;
}

.column-7, .column-8 {
  text-align: center;
}

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

.section-5 {
  background-image: url('../images/footer_tile.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.image-9, .image-10, .image-11 {
  height: 70px;
}

.column-9, .column-10 {
  padding-top: 14px;
}

.column-11 {
  padding-top: 16px;
}

.columns-2 {
  margin-bottom: 0;
}

.section-6, .section-6.asdasd.v4, .section-6.v2, .section-7 {
  display: none;
}

.div-block-16 {
  background-color: #0667b1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  margin: 13px auto 19px;
  position: static;
  top: -344px;
}

.image-13.booknow2 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-13.newbook {
  margin-bottom: -120px;
}

.link-block-4 {
  z-index: 2;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
}

.link-block-4.sdfsdf {
  display: block;
}

.link-block-4.sdfsdf.fhkbook {
  margin-top: 19px;
}

.link-block-4.homepagelinkblock {
  margin-bottom: 18px;
}

.link-block-4.staysavelinkblock, .link-block-4.mobcontact {
  display: none;
}

.div-block-17 {
  text-align: left;
  background-color: #0272ba;
  background-image: url('../images/stay_save_bg.jpg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
}

.div-block-17.sect3nobg {
  text-align: center;
  background-image: url('../images/google-map-footer.jpg');
  background-position: 50% 100%;
  background-size: 100%;
}

.div-block-17.sect3nobg.sdfaewr {
  background-image: url('../images/4_WOOF-Project_oscarsarc_bg.gif');
  background-position: 50% 100%;
  background-size: 100%;
}

.div-block-17.sect3nobg.sdfaewr.newvs {
  text-align: left;
  background-image: none;
}

.div-block-17.sect3nobg.sdfaewr.newvs.weddings {
  background-color: #2b2773;
  background-image: url('../images/purple_bg.jpg');
  background-position: 50% 0;
  background-size: 100% 50%;
}

.div-block-17.sect3nobg.sdfaewr.newvs.groomdiv {
  padding-top: 39px;
}

.div-block-17.fhkvs {
  background-image: url('../images/fhk_bg.jpg');
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 41px;
  padding-left: 77px;
  padding-right: 77px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-2.paraindent {
  margin-bottom: 42px;
  padding-top: 23px;
  padding-left: 145px;
}

.paragraph-2.listformat {
  padding: 28px 100px 0 29px;
  line-height: 27px;
}

.paragraph-2.listformat.listform2 {
  padding-top: 1px;
  font-weight: 400;
}

.paragraph-2.listformat.listform3 {
  padding-top: 11px;
}

.paragraph-2.headtext {
  text-align: left;
  padding-top: 18px;
  padding-left: 0;
  padding-right: 91px;
}

.paragraph-2.headtext.staysavefoot {
  margin-top: 66px;
  margin-bottom: 0;
  padding-top: 61px;
  padding-bottom: 107px;
  padding-left: 500px;
}

.paragraph-2.headtext.staysavefoot.parafhk {
  margin-top: 88px;
  padding-top: 42px;
}

.paragraph-2.headtext.newtextblock {
  padding-top: 32px;
  padding-left: 117px;
}

.paragraph-2.headtext.newtextblock.wkendtxt {
  margin-bottom: 16px;
  padding-top: 0;
  padding-left: 102px;
}

.paragraph-2.headtext.newtextblock.wkendtxt.wkendcoltxt {
  padding-left: 26px;
  font-weight: 400;
}

.paragraph-2.headtext.newtextblock.peakrprice {
  text-align: center;
  padding-top: 31px;
  padding-bottom: 67px;
}

.paragraph-2.headtext.wkend-txt {
  background-color: #055b98;
  margin-bottom: 14px;
  padding-left: 99px;
  line-height: 27px;
}

.paragraph-2.ratesvs {
  padding: 16px 86px 39px 14px;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-2.ratesvs.ratesvsright {
  padding-left: 118px;
  padding-right: 0;
}

.paragraph-2.ratesvs.ratesvsright.ratelastblock {
  padding-left: 119px;
}

.paragraph-2.ratesvs.rates3l {
  padding-left: 20px;
}

.paragraph-2.para22 {
  text-align: center;
  padding-bottom: 62px;
}

.paragraph-2.para22.contpara {
  color: #99c0dd;
  background-color: #07518d;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
}

.paragraph-2.para22.contpara.address {
  padding-bottom: 41px;
  font-size: 21px;
}

.paragraph-2.para22.contpara.address.emailaddress {
  text-align: left;
  background-color: #0000;
  width: 300px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
}

.paragraph-2.para22.contpara.address.emailaddress.note {
  color: #084c83;
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-2.para22.contpara.address.emailaddress.note.thanks {
  color: var(--white);
}

.paragraph-2.para22.contpara.address.asdasda {
  background-color: #084170;
}

.paragraph-2.newpara2 {
  padding-bottom: 58px;
}

.paragraph-2.conthead {
  color: #99c0dd;
  text-align: center;
  background-color: #0272ba;
  margin-bottom: 0;
  padding: 27px 160px 20px;
}

.paragraph-2.conthead.vfs3 {
  background-color: #084170;
}

.paragraph-2.homepara {
  text-align: center;
  margin-bottom: 66px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
}

.paragraph-2.homepara.slidertext {
  margin-bottom: 2px;
  padding-top: 39px;
  padding-left: 150px;
  padding-right: 150px;
}

.paragraph-2.vf5 {
  color: #000;
  padding-left: 51px;
  padding-right: 63px;
}

.highlightyellow {
  color: #f5ed1a;
  font-weight: 700;
}

.highlightyellow.yellowhead {
  font-size: 20px;
}

.image-14 {
  width: 580px;
  margin-bottom: 0;
  padding-left: 77px;
}

.list-2 {
  padding-left: 134px;
}

.image-15 {
  margin-top: 24px;
}

.div-block-18 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-18.mobvs {
  display: none;
}

.div-block-18.galleryvs {
  width: 100%;
  margin-top: 51px;
  margin-bottom: -71px;
}

.image-16 {
  width: 200px;
  margin-top: -24px;
}

.column-14 {
  text-align: right;
  padding-right: 26px;
}

.columns-4 {
  margin-bottom: 40px;
}

.image-17 {
  width: 370px;
  padding-left: 77px;
}

.image-17.img23 {
  width: 390px;
  margin-top: 32px;
}

.image-17.wygimg {
  margin-bottom: 41px;
}

.image-18 {
  width: auto;
  max-width: none;
  height: 38px;
  padding-left: 0;
}

.image-18.asd {
  margin-top: 21px;
  padding-left: 0;
}

.columns-5 {
  margin-top: 46px;
}

.image-19 {
  width: auto;
  max-width: none;
  height: 38px;
  padding-left: 99px;
  padding-right: 86px;
}

.image-19._192 {
  padding-left: 102px;
}

.link-3 {
  color: #f5ec1a;
}

.smaller {
  font-size: 15px;
}

.text-span {
  color: #f5ec1a;
  font-size: 15px;
}

.columns-6 {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
}

.image-20 {
  width: 90px;
}

.image-21 {
  height: 70px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  text-align: center;
  background-color: #084170;
  border: 1px solid #0000;
  padding-top: 38px;
  padding-bottom: 29px;
}

.html-embed.html2 {
  display: none;
}

.html-embed.html1 {
  background-color: #07518d;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.link-block-5 {
  height: 50px;
}

.image-22 {
  height: 50px;
  margin-bottom: 105px;
  padding-left: 77px;
}

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

.subtext {
  font-size: 16px;
}

.slider {
  background-color: #0000;
  width: 80%;
  height: 581px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
}

.slider.fhkslider {
  margin-top: 22px;
}

.slide-nav-2 {
  display: none;
}

.slide, .mask {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.image-24 {
  display: none;
}

.div-block-19 {
  text-align: center;
  width: 100%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
}

.field-label {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-family: Backissuesbb, sans-serif;
}

.submit-button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #07518d;
  border: 3px solid #83b3d8;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 28px;
  padding-top: 12px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Backissuesbb, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.form-3 {
  text-align: center;
  width: 430px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 21px;
  font-family: Backissuesbb, sans-serif;
  font-size: 17px;
}

.text-block-4.mobvs {
  display: none;
}

.text-block-4.dsktpvs {
  color: #07518d;
}

.text-field {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  max-width: 300px;
}

.text-span-3 {
  color: #f0b500;
}

.success-message {
  background-color: #0000;
  height: 300px;
  padding-top: 101px;
}

.text-span-4 {
  color: #f2e919;
}

.error-message {
  background-color: #0000;
}

.text-block-5 {
  color: #f2e919;
  letter-spacing: 1px;
  padding-top: 73px;
  font-family: Montserrat, sans-serif;
}

.div-block-20 {
  width: 100%;
}

.div-block-21 {
  background-color: var(--white);
  margin-top: 23px;
  padding-top: 26px;
}

.paragraph-3 {
  color: #07518d;
  letter-spacing: .5px;
  background-color: #0000;
  margin-top: -111px;
  padding-top: 0;
  padding-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-3.spamnote {
  color: #fff;
  margin-top: -127px;
}

.html-embed-2 {
  height: 500px;
}

.text-span-5 {
  color: var(--white);
  font-size: 21px;
}

.fhk {
  color: #fff;
  font-size: 21px;
}

.text-span-6 {
  color: #f5ed1a;
  text-transform: uppercase;
  font-weight: 500;
}

.maplink {
  color: #93bbd9;
}

.image-27 {
  width: 950px;
  margin-bottom: 42px;
  padding-top: 2px;
}

.div-block-22 {
  background-image: url('../images/black_block.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 450px 50px;
  margin-left: 75px;
}

.div-block-22.orange {
  background-image: url('../images/orangeblock.gif');
}

.div-block-22.orange.rightcol {
  background-image: url('../images/redblock.gif');
  margin-left: 22px;
}

.div-block-22.yellow {
  background-image: url('../images/yellowblock.gif');
}

.div-block-22.blue {
  background-image: url('../images/blue_block.gif');
}

.div-block-22.white {
  background-image: url('../images/whiteblock.gif');
  margin-top: 40px;
}

.heading-4 {
  text-align: left;
  letter-spacing: 2px;
  padding-top: 4px;
  padding-left: 25px;
  font-family: Backissuesbb, sans-serif;
  font-size: 22px;
}

.heading-4.head4black {
  color: var(--black);
  letter-spacing: 1px;
}

.column-17 {
  padding-left: 0;
}

.text-span-7 {
  font-weight: 700;
}

.column-18 {
  padding-left: 0;
}

.columns-7 {
  width: 95%;
  margin-bottom: 12px;
}

.list3 {
  margin-bottom: 33px;
  padding-left: 71px;
}

.text-span-8, .text-span-9, .text-span-10, .link-4, .text-span-11, .link-5, .link-6, .text-span-12 {
  font-weight: 700;
}

.div-block-23 {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23.vidhome {
  background-image: url('../images/whiteframe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 101%;
  width: 1000px;
  margin-bottom: 0;
  padding: 20px;
}

.div-block-23.vidfhk {
  margin-top: 23px;
  margin-bottom: 60px;
}

.video {
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  background-image: url('../images/home_masthead3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: center;
  height: 300px;
  padding-top: 0;
  display: flex;
}

.div-block-24.homepage-divblock {
  background-color: #0000;
  background-image: url('../images/homepage13_3-comp.gif'), url('../images/bg_tile.gif');
  background-position: 101% 122%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60% 260px, auto;
}

.paragraph-4 {
  color: var(--black);
  text-align: left;
  width: 430px;
  margin-top: 34px;
  margin-bottom: 0;
  margin-left: 42px;
  padding-left: 25px;
  font-family: Backissuesbb reg, sans-serif;
  font-size: 25px;
}

.paragraph-4.textbox {
  margin-top: 360px;
  line-height: 35px;
}

.paragraph-4.homepara1.homepara2 {
  width: 35%;
  margin-top: 56px;
  margin-left: 53px;
  padding-left: 3px;
  font-size: 21px;
  line-height: 32px;
  display: block;
}

.text-span-13 {
  font-family: Backissuesbb, sans-serif;
}

.text-span-14 {
  font-family: Backissuesbb, sans-serif;
  font-size: 21px;
}

.image-28 {
  height: 300px;
}

.div-block-27 {
  height: 50px;
  margin-top: 190px;
  margin-bottom: -138px;
  padding-left: 113px;
}

.heading-5 {
  text-shadow: 0 6px 3px #1989cb;
  margin-top: -1px;
  font-family: Backissuesbb, sans-serif;
  font-size: 25px;
}

.heading-6 {
  margin-top: 153px;
  font-family: Backissuesbb, sans-serif;
}

.page-heading {
  color: #1c94ff;
  text-align: left;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Backissuesbb, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.page-heading.requirements {
  margin-top: 2px;
}

.page-heading.page-heading-woofproject {
  color: #0482f3;
}

.text-span-17 {
  color: #f3ec19;
}

.text-span-18 {
  color: #0482f3;
}

.page-head {
  background-color: #003965;
  width: 650px;
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 56px;
}

.page-head.page-head-requirements {
  background-color: #2f2864;
  width: 400px;
}

.page-head.page-head-requirements.head_grooming {
  background-color: #043a64;
}

.page-head.page-head-woof-project {
  background-color: #2f2864;
  width: 550px;
  padding-left: 67px;
}

.page-head.page-head-contact {
  width: 350px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 89px;
}

.page-head.page-head-gallery {
  width: 290px;
}

.page-head.page-head-getaway {
  width: 420px;
}

.text-span-19 {
  color: #f4ed19;
}

.div-block-28 {
  background-image: url('../images/shadow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1000px;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: #0000;
}

.slide-nav-3 {
  display: none;
}

.image-34 {
  width: 250px;
}

.column-19 {
  text-align: right;
}

.text-block-6 {
  color: var(--white);
  margin-top: 35px;
  font-family: Backissuesbb, sans-serif;
  font-size: 21px;
}

.left-arrow-3, .right-arrow-3 {
  margin-top: -69px;
}

.text-span-21 {
  color: #1faccf;
}

.image-36 {
  display: none;
}

.div-block-29 {
  background-image: url('../images/promo_head2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1366px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 512px;
  padding-left: 68px;
}

.image-37 {
  width: auto;
}

.div-block-30 {
  margin-top: 358px;
}

.paragraph-6 {
  width: 500px;
}

.text-span-22, .text-span-23 {
  color: #ef1f24;
}

.paragraph-7 {
  color: var(--white);
  letter-spacing: 1px;
  width: 70%;
  margin-top: 199px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.link-7 {
  color: #f4ed19;
  font-weight: 700;
  text-decoration: none;
}

.text-block-7 {
  color: var(--white);
  margin-top: 57px;
  font-family: Backissuesbb, sans-serif;
  font-size: 28px;
}

.link-8 {
  color: #f4ed19;
}

.div-block-31 {
  background-color: #ef1f24;
  width: 700px;
  height: 60px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-8 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 3px;
  margin-bottom: 33px;
  padding-top: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.text-span-24 {
  color: #f4ed19;
}

.image-38 {
  width: 450px;
}

.link-block-6 {
  z-index: 1;
  text-align: right;
  width: 700px;
  margin-top: 19px;
  position: relative;
}

.link-9, .link-10 {
  text-decoration: none;
}

.paragraph-8 {
  color: var(--black);
  text-align: right;
  width: 400px;
  font-family: Backissuesbb, sans-serif;
  font-size: 21px;
  line-height: 40px;
}

.paragraph-8.para6promo._2ndvers {
  display: none;
}

.text-span-25, .text-span-26 {
  color: #ef1f24;
}

.div-block-34 {
  background-color: #0272ba;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  color: var(--white);
  padding-top: 83px;
  padding-left: 340px;
  padding-right: 236px;
  font-family: Backissuesbb, sans-serif;
}

.image-40 {
  width: 100%;
  padding-bottom: 49px;
}

.link-block-7 {
  display: none;
}

.text-block-9 {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 27px;
  padding-left: 14px;
  padding-right: 0;
  font-family: Backissuesbb reg, sans-serif;
  font-size: 29px;
  position: static;
}

.column-22 {
  text-align: left;
}

.div-block-35 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 77px;
  padding-right: 77px;
}

.div-block-35.weddingallery {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 45px;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
}

.image-43 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.groomtable {
  margin: 15px 74px 12px;
  padding-top: 0;
}

.groomtable.groomtable2, .groomtable.groomtable-mobile {
  display: none;
}

.groomtable.groom2 {
  margin-top: 1px;
  margin-bottom: 0;
}

.groomtable.gr2 {
  margin-top: 23px;
  margin-bottom: 31px;
}

.paragraph-10 {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-10.para102 {
  font-weight: 700;
}

.paragraph-10.para102.para103 {
  font-weight: 500;
}

.paragraph-10.para102.para_202_2 {
  width: 80%;
}

.div-block-36 {
  background-color: var(--black);
  width: 340px;
  height: 38px;
  margin-left: 58px;
  padding-top: 10px;
  padding-left: 19px;
}

.div-block-36.disclaimer {
  background-color: #074c85;
  width: 420px;
  height: 55px;
}

.text-block-10 {
  color: #fff;
  font-family: Backissuesbb, sans-serif;
  font-size: 15px;
}

.text-block-10.disclaie {
  font-size: 13px;
  line-height: 17px;
}

.text-span-27 {
  color: #f2e919;
}

.text-span-28 {
  color: #96d1fd;
  text-transform: none;
  font-family: Backissuesbb, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.text-span-29 {
  color: #60baff;
}

.text-span-30, .text-span-31 {
  font-weight: 500;
}

.text-span-32, .text-span-33 {
  font-weight: 700;
}

.background-video {
  z-index: 2;
}

.image-44 {
  text-align: right;
  margin-left: 0;
  padding-top: 26px;
}

.div-block-37 {
  text-align: right;
  width: 70%;
  padding-right: 14%;
}

.text-span-34, .text-span-35 {
  font-size: 16px;
}

.text-span-36 {
  font-size: 14px;
}

.bold-text {
  color: #f5ed1a;
}

.div-block-38 {
  width: 80%;
  margin: 2px auto 5px;
}

.div-block-38.homevs2 {
  width: 100%;
  padding-left: 71px;
  padding-right: 13px;
}

.div-block-38.book_now2 {
  margin-top: 70px;
  margin-bottom: -177px;
}

.div-block-38.booknow3 {
  margin-top: 63px;
  margin-bottom: -137px;
}

.div-block-38.booknow4 {
  margin-top: 44px;
  margin-bottom: -147px;
}

.div-block-38.booknow5 {
  margin-top: 70px;
  margin-bottom: -167px;
}

.div-block-38.booknow6 {
  margin-top: 51px;
  margin-bottom: -116px;
}

.image-49 {
  width: 320px;
}

.image-51 {
  margin-top: 28px;
}

.booknow7, .booknow7.booknow8 {
  display: none;
}

.cols1 {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 27px;
}

.html-embed-3 {
  margin-top: 50px;
  margin-bottom: 0;
}

.text-span-37 {
  text-align: left;
  font-size: 13px;
  font-style: italic;
  line-height: 10px;
}

.italic-text {
  line-height: 9px;
}

.italic-text-2 {
  font-size: 13px;
}

.columns-9 {
  height: 60px;
  margin-top: 27px;
  margin-left: 74px;
  margin-right: 74px;
}

.columns-9.col9_mob {
  display: none;
}

.image-53 {
  width: 100%;
}

.image-53.s, .image-53.m, .image-53.l {
  width: 50px;
  margin-left: 8px;
}

.image-53.xl {
  width: 50px;
  margin-left: 3px;
}

.column-26, .column-27, .column-28, .column-29 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.image-54 {
  width: 84%;
  margin-left: -14px;
  margin-right: auto;
}

.image-54.linex {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 11px;
  display: block;
}

.div-block-39 {
  text-align: center;
  margin-top: 32px;
}

.image-55, .div-block-40 {
  display: none;
}

.div-block-41 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-39 {
  color: #f6ed1b;
}

.text-span-40 {
  font-size: 14px;
  font-weight: 500;
}

.column-30 {
  padding-left: 0;
}

.div-block-42 {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-43 {
  background-color: #fff;
  border-radius: 12px;
  width: 600px;
  height: auto;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.text-span-41 {
  text-transform: uppercase;
  font-weight: 700;
}

.link-12, .link-13 {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    background-image: none;
    flex-direction: column;
    height: auto;
    margin-top: -56px;
    padding-top: 82px;
  }

  .section.center.gallerysection {
    background-position: 50% 30%;
    background-size: cover;
    margin-top: 79px;
  }

  .section.center.gallerysection.fhkgallery {
    margin-bottom: 3px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    width: 100vw;
    padding-bottom: 0;
  }

  .nav-inner {
    background-color: #0000;
    width: 100vw;
    padding-left: 24px;
    padding-right: 11px;
  }

  .nav-menu-wrap {
    background-color: #0000;
    padding-top: 15px;
  }

  .nav-link {
    text-align: right;
    width: auto;
    padding-top: 3px;
    padding-right: 0;
    font-size: 15px;
    display: block;
    position: relative;
    inset: 0% auto;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .footer {
    text-align: center;
    background-position: 50% 100%;
    height: 130px;
    display: block;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 45px;
  }

  .menu-button {
    padding-top: 30px;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #0000;
    display: block;
  }

  .nav-menu-2 {
    text-align: right;
    background-color: #00000096;
    min-width: 240px;
    margin-top: 0;
    padding: 10px 81px 10px 20px;
    display: none;
    position: absolute;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .logo {
    width: 140px;
    padding-top: 27px;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 78px;
    padding-top: 23px;
  }

  .div-block-13.nobg {
    background-image: none;
    margin-top: 97px;
  }

  .div-block-13.nobg.gallhead {
    margin-top: 45px;
  }

  .div-block-13.wkendbg {
    background-size: auto 300px;
  }

  .image-6.landingsoon {
    width: 400px;
  }

  .columns {
    width: 90%;
    margin-top: 0;
  }

  .column-2, .column-3, .column-4, .column-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    margin-top: 0;
    top: 18px;
  }

  .section-4 {
    background-size: 150%;
  }

  .section-4.contactvs {
    padding-top: 45px;
  }

  .div-block-14 {
    margin-top: 30px;
  }

  .image-7.homefootpic {
    margin-top: -63px;
  }

  .image-7.homefootpic.footer-promo {
    margin-top: -194px;
  }

  .div-block-15 {
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9, .image-10 {
    height: 50px;
  }

  .image-11 {
    height: 45px;
  }

  .columns-2 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .column-12 {
    padding-top: 11px;
  }

  .link-block-3 {
    padding-top: 3px;
  }

  .section-6.asdasd.v4, .section-7 {
    display: none;
  }

  .link-block-4 {
    width: 85%;
    margin-top: 7px;
    display: block;
    top: -251px;
  }

  .link-block-4.homepagelinkblock {
    margin-top: 31px;
  }

  .div-block-17 {
    width: 100%;
    padding-top: 7px;
  }

  .div-block-17.sect3nobg.sdfaewr {
    background-size: 1100px;
  }

  .div-block-17.sect3nobg.sdfaewr.newvs {
    padding-top: 21px;
  }

  .div-block-17.sect3nobg.sdfaewr.newvs.weddings {
    background-size: auto 57%;
    padding-top: 19px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-2.paraindent {
    padding-left: 120px;
  }

  .paragraph-2.listformat.listform2 {
    padding-left: 29px;
    font-size: 14px;
  }

  .paragraph-2.headtext {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2.headtext.staysavefoot {
    margin-top: 15px;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 329px;
  }

  .paragraph-2.headtext.staysavefoot.parafhk {
    margin-top: 81px;
    padding-top: 0;
    padding-bottom: 62px;
  }

  .paragraph-2.headtext.newtextblock.wkendtxt {
    padding-left: 74px;
  }

  .paragraph-2.headtext.newtextblock.wkendtxt.wkendcoltxt {
    padding-left: 13px;
    padding-right: 0;
  }

  .paragraph-2.headtext.wkend-txt {
    margin-bottom: 0;
    padding-left: 61px;
    padding-right: 58px;
    line-height: 21px;
  }

  .paragraph-2.headtext.promotxt {
    padding-top: 46px;
    padding-left: 200px;
    padding-right: 140px;
  }

  .paragraph-2.ratesvs {
    padding-right: 0;
    font-size: 15px;
  }

  .paragraph-2.ratesvs.ratesvsright {
    padding-right: 31px;
  }

  .paragraph-2.ratesvs.ratesvsright.ratelastblock {
    column-count: 0;
    display: block;
  }

  .paragraph-2.para22 {
    padding-bottom: 38px;
  }

  .paragraph-2.conthead {
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
  }

  .paragraph-2.conthead.vfs3 {
    padding-left: 120px;
  }

  .paragraph-2.homepara {
    padding-left: 40px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 21px;
  }

  .highlightyellow.yellowhead {
    min-width: auto;
    min-height: auto;
    font-size: 16px;
  }

  .image-14 {
    width: 450px;
  }

  .list-2 {
    padding-left: 94px;
  }

  .div-block-18 {
    text-align: center;
    width: 100%;
  }

  .div-block-18.galleryvs {
    width: 700px;
  }

  .column-14 {
    padding-top: 10px;
    padding-left: 31px;
    padding-right: 4px;
  }

  .image-17 {
    width: 300px;
  }

  .image-17.wygimg {
    margin-top: 52px;
    margin-bottom: 31px;
  }

  .image-18 {
    width: auto;
    height: 30px;
  }

  .image-19 {
    width: 280px;
    height: 30px;
    padding-right: 0;
  }

  .columns-6 {
    width: 60%;
  }

  .html-embed.html2 {
    display: none;
  }

  .column-15 {
    padding-left: 64px;
  }

  .image-22 {
    height: 35px;
  }

  .slider {
    height: 420px;
    margin-top: 28px;
  }

  .slide, .mask {
    width: 600px;
  }

  .left-arrow-2 {
    margin-left: -74px;
  }

  .right-arrow-2 {
    margin-right: -77px;
  }

  .image-24 {
    display: none;
  }

  .div-block-19 {
    margin-bottom: 106px;
  }

  .text-block-4.mobvs {
    display: none;
  }

  .success-message {
    padding-top: 118px;
  }

  .text-block-5 {
    padding-top: 82px;
  }

  .html-embed-2 {
    background-color: #eff2f7;
    width: 100%;
    padding-left: 155px;
    padding-right: 155px;
  }

  .text-span-5, .fhk {
    font-weight: 500;
  }

  .image-27 {
    width: 650px;
  }

  .div-block-22 {
    background-size: 320px 40px;
    margin-left: 59px;
  }

  .heading-4 {
    padding-top: 0;
    padding-left: 12px;
    font-size: 18px;
  }

  .columns-7 {
    width: 95%;
  }

  .div-block-23 {
    width: 87%;
    margin-bottom: 26px;
  }

  .div-block-23.vidhome {
    background-size: 99% 99%;
    width: 670px;
    height: auto;
    margin-top: 59px;
    margin-bottom: 25px;
  }

  .div-block-23.vidfhk {
    width: 600px;
    margin-bottom: 30px;
  }

  .div-block-24 {
    align-items: center;
    height: 700px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .div-block-24.homepage-divblock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 100% 0, 0 100%;
    background-size: auto 200px, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-top: 24px;
    margin-bottom: -3px;
    padding-top: 18px;
    display: block;
  }

  .paragraph-4 {
    width: auto;
    margin-top: 23px;
    margin-bottom: 0;
    margin-left: 12px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 47px;
    font-size: 16px;
    line-height: 40px;
    position: static;
  }

  .paragraph-4.textbox {
    width: auto;
    margin-top: 112px;
    margin-left: 21px;
    padding-top: 123px;
    padding-right: 0;
    font-size: 18px;
    line-height: 21px;
    display: block;
  }

  .paragraph-4.homepara1 {
    margin-top: 46px;
  }

  .paragraph-4.homepara1.homepara2 {
    width: 250px;
    margin-top: 15px;
    margin-left: 47px;
    padding-top: 0;
    font-size: 18px;
    line-height: 27px;
    display: block;
  }

  .text-span-13.heroic {
    font-size: 18px;
  }

  .text-span-14 {
    font-size: 16px;
  }

  .image-28 {
    height: 200px;
  }

  .page-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .page-head {
    width: 420px;
    margin-left: 45px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 24px;
  }

  .page-head.page-head-requirements {
    width: 245px;
    margin-left: 28px;
  }

  .page-head.page-head-woof-project {
    width: 360px;
    margin-left: 34px;
    padding-left: 21px;
  }

  .page-head.page-head-contact {
    width: 200px;
    margin-left: 25px;
    padding-left: 30px;
  }

  .page-head.page-head-rates {
    margin-left: 32px;
  }

  .page-head.page-head-gallery {
    width: 200px;
    margin-top: 0;
  }

  .div-block-28 {
    margin-top: 68px;
  }

  .image-34 {
    width: 200px;
  }

  .text-block-6 {
    margin-top: 29px;
    font-size: 18px;
  }

  .image-35 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .div-block-29 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/promo_head2.png');
    background-position: 50% 0;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-top: -61px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .div-block-29.ipadvs {
    background-position: 50% -20%;
    margin-top: -2px;
    padding-top: 194px;
  }

  .paragraph-7 {
    width: 80%;
    min-width: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
    display: inline-block;
    position: static;
    overflow: auto;
  }

  .paragraph-7.ipadvs {
    float: none;
    min-width: 80%;
    height: 150px;
    min-height: 150px;
    margin: 0 auto;
    padding-top: 0;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .text-block-7 {
    font-size: 21px;
  }

  .div-block-31 {
    width: 600px;
  }

  .text-block-8 {
    font-size: 17px;
  }

  .image-38 {
    width: 350px;
  }

  .div-block-32 {
    padding-top: 62px;
  }

  .paragraph-8 {
    width: 300px;
    padding-right: 12px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-8.para6promo._2ndvers {
    margin-top: 61px;
    padding-left: 23px;
    padding-right: 28px;
    font-size: 13px;
    line-height: 22px;
    display: block;
  }

  .paragraph-8.para6promo._1stvers {
    margin-top: 63px;
    margin-bottom: 95px;
    padding-top: 72px;
    padding-right: 24px;
    display: block;
  }

  .paragraph-8.para6promo._1stvers._2ndverss {
    margin-top: 57px;
  }

  .image-39 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-33 {
    padding-top: 94px;
  }

  .div-block-34 {
    text-align: left;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 77px;
    display: block;
  }

  .paragraph-9 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 56px;
    padding-left: 0;
    padding-right: 165px;
    font-size: 12px;
    line-height: 24px;
  }

  .image-40 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-20 {
    margin-bottom: 83px;
  }

  .text-block-9 {
    float: none;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 28px;
  }

  .column-21 {
    text-align: right;
  }

  .image-43 {
    width: 100%;
  }

  .image-44 {
    width: 350px;
    position: static;
  }

  .div-block-37 {
    float: right;
    clear: none;
    width: 50%;
    margin-top: -223px;
    padding-right: 3%;
  }

  .text-span-34, .text-span-35 {
    font-size: 14px;
  }

  .link-11 {
    color: #e1e233;
  }

  .div-block-38 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-49 {
    margin-top: 8px;
  }

  .image-50 {
    margin-top: 1px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-position: 100% 10%;
    background-size: 140%;
  }

  .section.center.gallerysection {
    margin-top: 49px;
  }

  .nav-inner {
    padding-left: 7px;
  }

  .body {
    max-width: none;
    overflow: visible;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .nav-menu-wrap {
    padding-top: 3px;
  }

  .nav-link {
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
  }

  .nav-link.w--current {
    display: block;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer {
    height: 180px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 40px;
  }

  .nav-menu-2 {
    padding-top: 15px;
    padding-bottom: 22px;
    padding-right: 34px;
  }

  .form-block {
    width: 100%;
  }

  .logo {
    width: 90px;
    padding-top: 19px;
  }

  .div-block-13 {
    background-size: 120%;
    margin-top: 63px;
    padding-top: 0;
  }

  .div-block-13.nobg {
    background-image: none;
    margin-top: 64px;
  }

  .image-6.landingsoon {
    width: 300px;
  }

  .columns {
    width: 60%;
    padding-top: 0;
  }

  .column-2, .column-3 {
    padding-bottom: 20px;
  }

  .section-3 {
    margin-top: 0;
  }

  .section-4 {
    background-size: 140%;
  }

  .div-block-14 {
    margin-top: 34px;
    display: block;
  }

  .image-7.homefootpic {
    margin-top: -25px;
  }

  .div-block-15 {
    width: 95%;
  }

  .section-6.div-block-14, .section-7 {
    display: none;
  }

  .image-13 {
    top: -275px;
  }

  .link-block-4 {
    width: 90%;
    display: block;
  }

  .link-block-4.homepagelinkblock {
    margin-top: 39px;
  }

  .div-block-17 {
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-17.fhkvs {
    padding-top: 1px;
  }

  .paragraph-2 {
    padding-top: 13px;
    padding-left: 39px;
    padding-right: 39px;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-2.paraindent {
    padding-top: 12px;
    padding-left: 65px;
    padding-right: 45px;
  }

  .paragraph-2.listformat {
    padding-right: 63px;
    line-height: 20px;
  }

  .paragraph-2.listformat.listform2, .paragraph-2.listformat.listform3 {
    font-size: 13px;
    line-height: 16px;
  }

  .paragraph-2.headtext {
    margin-bottom: -43px;
    padding-top: 3px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 17px;
  }

  .paragraph-2.headtext.staysavefoot {
    margin-top: 12px;
    padding-top: 65px;
    padding-bottom: 31px;
    padding-left: 238px;
    font-size: 11px;
    line-height: 15px;
  }

  .paragraph-2.headtext.staysavefoot.para2 {
    padding-top: 19px;
    padding-bottom: 49px;
  }

  .paragraph-2.headtext.staysavefoot.parafhk {
    margin-top: 46px;
    padding-top: 2px;
    padding-bottom: 44px;
    padding-right: 66px;
  }

  .paragraph-2.headtext.newtextblock {
    margin-bottom: -12px;
    padding-top: 20px;
    padding-left: 79px;
  }

  .paragraph-2.headtext.newtextblock.wkendtxt {
    padding-right: 60px;
  }

  .paragraph-2.headtext.wkend-txt {
    padding-top: 19px;
    line-height: 17px;
  }

  .paragraph-2.headtext.promotxt {
    padding-left: 160px;
    padding-right: 117px;
  }

  .paragraph-2.ratesvs {
    margin-bottom: 24px;
    padding-bottom: 13px;
    padding-left: 69px;
    font-size: 13px;
    line-height: 16px;
  }

  .paragraph-2.ratesvs.ratesvsright {
    margin-bottom: -46px;
    padding-left: 69px;
  }

  .paragraph-2.ratesvs.ratesvsright.ratelastblock {
    margin-bottom: 41px;
    display: block;
  }

  .paragraph-2.para22.contpara, .paragraph-2.para22.contpara.address {
    font-size: 15px;
  }

  .paragraph-2.para22.contpara.address.emailaddress, .paragraph-2.para22.contpara.address.emailaddress.note {
    font-size: 13px;
  }

  .paragraph-2.newpara2 {
    text-align: left;
    font-size: 13px;
  }

  .paragraph-2.conthead {
    padding-top: 32px;
    padding-left: 94px;
  }

  .paragraph-2.homepara {
    margin-bottom: 35px;
    padding-left: 33px;
    padding-right: 27px;
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-2.homepara.slidertext {
    padding-top: 12px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .paragraph-2.wed1 {
    padding-top: 22px;
  }

  .highlightyellow.yellowhead {
    font-size: 12px;
  }

  .image-14 {
    width: 400px;
    padding-left: 55px;
  }

  .list-2 {
    margin-bottom: -18px;
    padding-left: 50px;
  }

  .image-15 {
    margin-top: 37px;
  }

  .div-block-18.galleryvs {
    width: 100%;
  }

  .image-16 {
    width: 120px;
  }

  .column-14 {
    padding-left: 0;
  }

  .image-17 {
    width: auto;
    height: 30px;
    padding-left: 30px;
  }

  .image-17.img23 {
    width: auto;
    margin-top: 47px;
  }

  .image-18, .image-19 {
    width: auto;
    height: 30px;
    padding-left: 30px;
  }

  .smaller {
    font-size: 13px;
  }

  .columns-6 {
    padding-top: 18px;
  }

  .image-20 {
    height: 50px;
    margin-bottom: 12px;
  }

  .image-21 {
    height: 50px;
  }

  .html-embed {
    padding-bottom: 18px;
  }

  .html-embed.html2 {
    display: none;
  }

  .column-15 {
    text-align: center;
  }

  .column-16 {
    text-align: center;
    margin-bottom: 21px;
  }

  .slider {
    height: 300px;
  }

  .slider.fhkslider {
    margin-top: 1px;
    margin-bottom: 33px;
  }

  .slide, .mask {
    width: 450px;
  }

  .left-arrow-2 {
    margin-left: -67px;
  }

  .right-arrow-2 {
    margin-right: -70px;
  }

  .icon-2, .icon-3 {
    font-size: 25px;
  }

  .image-24 {
    width: 45px;
    margin-top: 30px;
    display: inline-block;
  }

  .image-24.fhkslideicon {
    display: none;
  }

  .image-24.homehand {
    margin-top: 0;
  }

  .div-block-19 {
    height: 470px;
    padding-top: 29px;
  }

  .submit-button {
    margin-bottom: 17px;
  }

  .form-3 {
    margin-top: 9px;
  }

  .text-block-4 {
    margin-top: 8px;
    font-size: 12px;
  }

  .text-block-4.mobvs {
    display: none;
  }

  .text-field {
    margin-bottom: 0;
  }

  .image-25 {
    width: 250px;
  }

  .success-message {
    padding-top: 65px;
  }

  .text-block-5 {
    padding-top: 40px;
    font-size: 13px;
  }

  .paragraph-3 {
    padding-bottom: 34px;
  }

  .paragraph-3.spamnote {
    margin-top: -59px;
  }

  .image-27 {
    width: 500px;
    margin-bottom: 57px;
  }

  .div-block-22 {
    background-size: 432px;
  }

  .div-block-22.orange {
    background-size: 432px 36px;
  }

  .div-block-22.white {
    margin-top: 22px;
  }

  .heading-4 {
    margin-top: 1px;
    padding-top: 0;
    font-size: 16px;
  }

  .column-18 {
    padding-left: 34px;
  }

  .list3 {
    margin-bottom: 24px;
  }

  .div-block-23.vidhome {
    width: 90%;
    margin-bottom: 41px;
  }

  .div-block-23.vidfhk {
    width: 450px;
    margin-top: 14px;
  }

  .div-block-24 {
    align-items: center;
    height: 150px;
    padding-top: 0;
  }

  .div-block-24.homepage-divblock {
    background-position: 200% 0, 0 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    margin-top: 25px;
    margin-bottom: -45px;
  }

  .paragraph-4 {
    width: 45%;
    margin-top: 16px;
    padding-top: 0;
    padding-left: 35px;
    font-size: 100%;
    line-height: 16px;
  }

  .paragraph-4.textbox {
    width: 250px;
    margin-top: 61px;
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 24px;
    line-height: 21px;
  }

  .paragraph-4.homepara1.homepara2 {
    width: 280px;
    margin-top: 13px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 40px;
    font-size: 12px;
    line-height: 19px;
  }

  .text-span-13.heroic, .text-span-14 {
    font-size: 12px;
  }

  .image-28 {
    height: 150px;
  }

  .page-heading {
    margin-top: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .page-head {
    width: 92%;
    margin-left: 26px;
    padding-top: 7px;
    padding-bottom: 5px;
  }

  .page-head.page-head-requirements {
    width: 92%;
    margin-left: 23px;
    padding-left: 16px;
  }

  .page-head.page-head-woof-project {
    width: 92%;
    margin-left: 24px;
    padding-left: 14px;
  }

  .page-head.page-head-contact {
    width: 92%;
    margin-left: 22px;
    padding-left: 22px;
  }

  .page-head.page-head-rates {
    margin-left: 25px;
  }

  .page-head.page-head-getaway {
    width: 92%;
    margin-left: 23px;
  }

  .div-block-28 {
    margin-top: 43px;
  }

  .slider-2 {
    height: 180px;
  }

  .image-34 {
    width: 120px;
    margin-right: 38px;
  }

  .text-block-6 {
    margin-top: 13px;
    margin-left: -42px;
    font-size: 11px;
  }

  .image-35 {
    padding-left: 33px;
    padding-right: 32px;
  }

  .icon-4, .icon-5 {
    font-size: 5vw;
  }

  .div-block-29 {
    height: 850px;
    padding-top: 78px;
  }

  .div-block-29.ipadvs {
    background-position: 50% 0;
  }

  .paragraph-7 {
    margin-top: 48px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-7.ipadvs {
    margin-top: 220px;
    padding-top: 9px;
    position: static;
  }

  .text-block-7 {
    margin-top: 38px;
    font-size: 16px;
  }

  .div-block-31 {
    width: 500px;
    height: 50px;
    margin-top: 35px;
  }

  .text-block-8 {
    padding-top: 17px;
    font-size: 14px;
  }

  .image-38 {
    width: 300px;
  }

  .link-block-6 {
    margin-top: 25px;
  }

  .paragraph-8.para6promo {
    padding-left: 20px;
    padding-right: 90px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-8.para6promo._2ndvers {
    display: none;
  }

  .paragraph-8.para6promo._1stvers {
    width: 40%;
    padding-top: 2px;
    padding-left: 17px;
    padding-right: 21px;
    font-size: 10px;
    display: block;
  }

  .paragraph-8.para6promo._1stvers._2ndverss {
    margin-top: -1px;
    padding-top: 3px;
    padding-right: 85px;
  }

  .div-block-34 {
    height: 180px;
    min-height: 160px;
    padding-left: 0;
  }

  .paragraph-9 {
    width: auto;
    margin-top: 4px;
    margin-left: -3px;
    padding-top: 24px;
    padding-left: 174px;
    padding-right: 122px;
    font-size: 10px;
    line-height: 16px;
  }

  .link-block-7 {
    display: none;
  }

  .text-block-9 {
    font-size: 21px;
  }

  .div-block-35.weddingallery {
    padding-left: 38px;
    padding-right: 39px;
  }

  .groomtable {
    margin-left: 56px;
    margin-right: 40px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .text-span-28 {
    margin-left: -12px;
    font-size: 13px;
  }

  .text-span-28.sdfsd {
    margin-left: 0;
  }

  .image-44 {
    width: 270px;
    margin-top: 57px;
    padding-top: 19px;
  }

  .div-block-37 {
    width: 60%;
    margin-top: -235px;
    padding-right: 3%;
  }

  .text-span-34 {
    font-size: 12px;
  }

  .text-span-35 {
    font-size: 12px;
    line-height: 22px;
  }

  .image-49 {
    max-width: 90%;
    margin-top: 25px;
  }

  .image-50 {
    max-width: 90%;
    margin-top: 4px;
  }

  .column-25 {
    display: block;
  }

  .image-51 {
    max-width: 180px;
    margin-top: 17px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: none;
  }

  .section.center.section2.section3, .section.center.section2.section_grooming {
    display: none;
  }

  .section.center.gallerysection {
    background-position: 50% 85%;
    background-size: 100%;
    margin-top: 40px;
    display: block;
  }

  .section.center.gallerysection.fhkgallery {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    width: 100%;
    padding-bottom: 0;
  }

  .nav-inner {
    width: 100%;
    padding-left: 0;
  }

  .body {
    max-width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }

  .body.homebody, .body.requirebody, .body.wpbody, .body.contactbody, .body.ratesbody {
    height: auto;
    overflow: auto;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .nav-link {
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 11px;
    display: block;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    margin-top: 74px;
    display: none;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    font-size: 35px;
  }

  .menu-button {
    padding-top: 15px;
  }

  .menu-button.w--open {
    padding-top: 20px;
  }

  .nav-menu-2 {
    background-color: #000c;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 37px;
    padding-right: 16px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .logo {
    width: 80px;
    margin-top: 7px;
    padding-top: 0;
  }

  .columns {
    width: 98%;
    margin-top: 0;
    padding-top: 0;
  }

  .column-2 {
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 7px;
  }

  .column-3 {
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 15px;
  }

  .column-4 {
    padding: 7px 7px 20px 15px;
  }

  .column-5 {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 15px;
  }

  .section-3 {
    margin-top: 0;
  }

  .section-4 {
    background-size: 200%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-14 {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .div-block-14.galleryfooter {
    width: 100%;
    margin-top: -57px;
  }

  .div-block-14.fhkfoot {
    margin-top: 41px;
  }

  .image-7 {
    width: 100%;
    max-width: none;
    margin-top: 44px;
    margin-left: -16px;
    margin-right: auto;
  }

  .image-7.homefootpic {
    margin-top: -4px;
  }

  .div-block-15 {
    width: 100%;
    display: none;
  }

  .column-9 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-10, .column-11 {
    text-align: center;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    background-image: url('../images/rates_book_top_bg.jpg');
    background-position: 50% 102%;
    background-repeat: no-repeat;
    background-size: 1000px;
    margin-top: 75px;
    display: block;
  }

  .section-6.asdasd {
    background-image: none;
    margin-top: 0;
    padding-top: 75px;
  }

  .section-6.asdasd.galleryheadmobile {
    text-align: center;
    background-image: url('../images/bluray.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
  }

  .section-6.asdasd.v4 {
    padding-top: 61px;
    display: block;
  }

  .section-6.asdasd.v4.promostarburst {
    background-position: 90% 20%;
  }

  .section-6.woofprmobmasth {
    background-image: none;
  }

  .section-6.woofprmobmasth.v3 {
    margin-top: 78px;
  }

  .section-6.v2 {
    margin-top: 66px;
    display: block;
  }

  .section-6.v2.getawaymob {
    text-align: center;
    background-position: 50% 105%;
    background-size: 1600px;
  }

  .section-6.div-block-14 {
    margin-top: 75px;
    display: block;
  }

  .section-6.div-block-14.weddingsmob {
    background-color: #2b2773;
  }

  .image-12 {
    width: 800px;
  }

  .section-7 {
    height: 250px;
    margin-top: 17px;
    display: block;
  }

  .section-7.mobpromofooter {
    margin-top: -24px;
  }

  .columns-3 {
    width: 100%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-13 {
    text-align: center;
    background-image: url('../images/footer_tile.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 200%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-13 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .link-block-4 {
    width: 270px;
    display: block;
  }

  .link-block-4.staysavelinkblock {
    display: block;
  }

  .link-block-4.staysavelinkblock.fhkbooklink {
    margin-top: 21px;
  }

  .link-block-4.mobcontact {
    margin-top: 0;
    margin-bottom: 23px;
    display: block;
  }

  .link-block-4.booknow2 {
    margin-top: 28px;
  }

  .div-block-17 {
    background-position: 0 100%;
    background-size: 700px;
    padding-top: 0;
  }

  .div-block-17.sect3nobg.sdfaewr.newvs {
    padding-top: 0;
  }

  .div-block-17.sect3nobg.sdfaewr.newvs.weddings {
    background-size: auto 30%;
  }

  .div-block-17.sect3nobg.sdfaewr.newvs.groomdiv {
    padding-top: 27px;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 8px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 13px;
  }

  .paragraph-2.paraindent {
    margin-bottom: 28px;
    padding-left: 60px;
  }

  .paragraph-2.listformat {
    padding-top: 20px;
    padding-left: 7px;
    padding-right: 33px;
  }

  .paragraph-2.listformat.listform2 {
    padding-top: 2px;
    padding-left: 7px;
  }

  .paragraph-2.headtext.staysavefoot {
    margin-top: 4px;
    padding: 9px 40px 13px 32px;
    font-size: 13px;
  }

  .paragraph-2.headtext.staysavefoot.para2 {
    margin-top: 9px;
    padding-bottom: 272px;
    padding-left: 49px;
  }

  .paragraph-2.headtext.staysavefoot.parafhk {
    margin-top: 25px;
    padding-bottom: 150px;
  }

  .paragraph-2.headtext.newtextblock {
    margin-bottom: -21px;
    padding-top: 16px;
    padding-left: 38px;
    padding-right: 37px;
  }

  .paragraph-2.headtext.newtextblock.wkendtxt {
    padding-left: 36px;
  }

  .paragraph-2.headtext.newtextblock.peakrprice {
    text-align: left;
    margin-top: -50px;
    padding-top: 8px;
    padding-bottom: 46px;
  }

  .paragraph-2.ratesvs {
    padding-bottom: 8px;
    padding-left: 39px;
    padding-right: 32px;
  }

  .paragraph-2.ratesvs.ratesvsright {
    padding-left: 30px;
  }

  .paragraph-2.ratesvs.ratesvsright.ratelastblock {
    margin-top: -11px;
    margin-bottom: -78px;
    padding-left: 40px;
  }

  .paragraph-2.ratesvs.rates3l {
    padding-left: 29px;
    padding-right: 26px;
  }

  .paragraph-2.para22 {
    padding-top: 0;
    padding-bottom: 67px;
  }

  .paragraph-2.para22.contpara.address {
    margin-top: 0;
    padding-bottom: 27px;
  }

  .paragraph-2.para22.contpara.address.emailaddress {
    width: 200px;
    padding-left: 14px;
  }

  .paragraph-2.para22.contpara.address.emailaddress.note {
    padding-bottom: 0;
    line-height: 15px;
  }

  .paragraph-2.newpara2 {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 13px;
  }

  .paragraph-2.conthead {
    margin-top: 0;
    margin-bottom: 0;
    padding: 21px 29px 4px;
  }

  .paragraph-2.conthead.vfs3 {
    padding-left: 25px;
  }

  .paragraph-2.homepara {
    margin-bottom: 48px;
  }

  .paragraph-2.homepara.slidertext {
    margin-top: 0;
    padding-top: 0;
    padding-left: 51px;
    padding-right: 50px;
  }

  .paragraph-2.wed1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
  }

  .image-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-2 {
    padding-left: 31px;
  }

  .image-15 {
    margin-top: 47px;
  }

  .image-15.groomfoot {
    margin-top: 25px;
  }

  .div-block-18, .div-block-18.mobvs {
    display: none;
  }

  .image-17 {
    height: 25px;
    padding-left: 33px;
  }

  .image-17.img23 {
    width: auto;
  }

  .image-17.wygimg {
    margin-bottom: 20px;
  }

  .image-18 {
    height: 25px;
    margin-top: 109px;
  }

  .image-18.asd {
    margin-top: 20px;
    padding-left: 19px;
  }

  .image-19 {
    height: 25px;
    margin-top: 57px;
  }

  .image-19._192 {
    margin-top: 10px;
    padding-left: 19px;
  }

  .text-span-2 {
    color: #f5ec1a;
  }

  .columns-6 {
    width: 90%;
  }

  .image-20 {
    width: 50px;
    height: 40px;
  }

  .image-21 {
    height: 40px;
  }

  .html-embed {
    display: none;
  }

  .html-embed.html2 {
    background-color: #07518d;
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
  }

  .html-embed.html2.map2mob {
    background-color: #084170;
  }

  .html-embed.html2.html4 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .column-15 {
    padding-left: 16px;
  }

  .image-22 {
    width: 300px;
    height: auto;
    margin-bottom: 94px;
    padding-left: 20px;
  }

  .galleryheadmob2 {
    width: 200px;
    margin-top: 21px;
    margin-bottom: 36px;
    padding-bottom: 0;
  }

  .subtext {
    font-size: 12px;
  }

  .slider {
    width: 100%;
    height: 300px;
    margin-top: 0;
  }

  .slider.fhkslider {
    height: 300px;
    margin-bottom: 79px;
  }

  .slide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    width: 100%;
  }

  .left-arrow-2 {
    margin-left: 0;
    display: block;
  }

  .right-arrow-2 {
    margin-right: 0;
    display: block;
  }

  .image-23 {
    margin-left: 0;
    margin-right: auto;
  }

  .icon-2 {
    margin-top: 270px;
    margin-left: 19.5px;
    font-size: 25px;
  }

  .icon-3 {
    margin-top: 270px;
    margin-right: 19.5px;
    font-size: 25px;
  }

  .image-24 {
    width: 45px;
    margin-top: -184px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-24.fhkslideicon {
    margin-top: -107px;
    display: block;
  }

  .image-24.galhand {
    margin-top: -78px;
  }

  .image-24.homehand {
    margin-top: -14px;
  }

  .div-block-19 {
    width: 100%;
    height: 420px;
    padding-top: 26px;
  }

  .form-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-4 {
    width: 100%;
    display: block;
  }

  .text-block-4.mobvs {
    margin-bottom: 33px;
    font-size: 11px;
    display: block;
  }

  .text-block-4.dsktpvs {
    display: block;
  }

  .text-field {
    width: 90%;
  }

  .image-25 {
    width: 200px;
  }

  .success-message {
    padding-top: 90px;
  }

  .text-block-5 {
    padding-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-21 {
    display: none;
  }

  .paragraph-3 {
    padding: 10px 10px 24px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-3.spamnote {
    margin-top: -82px;
  }

  .html-embed-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-26 {
    margin-bottom: 10px;
  }

  .text-span-5, .fhk {
    font-size: 15px;
  }

  .div-block-22 {
    background-size: 280px 33px;
    margin-left: 21px;
  }

  .div-block-22.orange {
    background-size: 280px 33px;
  }

  .heading-4 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .column-17 {
    padding-right: 0;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    margin-bottom: -2px;
  }

  .list3 {
    padding-left: 34px;
  }

  .upawaymob {
    width: 80%;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    width: 100%;
    margin-bottom: 49px;
  }

  .div-block-23.vidhome {
    width: 100%;
    margin-top: 11px;
    margin-bottom: 24px;
    padding: 10px;
  }

  .div-block-23.vidfhk {
    width: 100%;
  }

  .video {
    width: 100%;
    height: auto;
  }

  .div-block-25 {
    background-image: url('../images/homepage13_mob-comp2.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin-top: -18px;
    padding-top: 0;
    padding-left: 25px;
    position: static;
  }

  .div-block-25.divpromomobile {
    background-image: url('../images/promo_masthead_mobile.png');
    height: 200px;
  }

  .paragraph-5 {
    z-index: 1;
    color: var(--black);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 27px;
    padding-right: 12px;
    font-family: Backissuesbb reg, sans-serif;
    font-size: 19px;
    line-height: 21px;
    position: static;
    inset: 0%;
  }

  .text-span-15, .text-span-16 {
    font-family: Backissuesbb, sans-serif;
    font-size: 14px;
  }

  .div-block-26 {
    background-color: #f4ec19;
    height: 130px;
    position: static;
  }

  .image-28 {
    width: 100%;
    height: 190px;
  }

  .image-28.promo-masthead {
    min-width: auto;
    min-height: auto;
    margin-left: -14px;
    display: block;
  }

  .page-heading {
    margin-top: 4px;
    padding-left: 7px;
    font-size: 12.5px;
  }

  .page-heading.page-heading-woofproject-mobile {
    padding-left: 16px;
  }

  .page-heading.page-heading-requirements-mobile {
    padding-left: 24px;
  }

  .page-head {
    width: 100%;
    height: 65px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 36px;
    padding-left: 10px;
  }

  .page-head.page-head-reqquirements-mobile {
    background-color: #043a64;
  }

  .page-head.page-head-woofproject-mobile {
    background-color: #2f2864;
  }

  .page-head.page-head-contact-mobile {
    padding-left: 18px;
  }

  .page-head.page-head-gallery {
    width: 100%;
    padding-bottom: 11px;
  }

  .image-29 {
    margin-top: -37px;
  }

  .image-29.weddingshead {
    background-color: #4b469a;
    margin-top: -18px;
  }

  .image-30 {
    margin-top: -43px;
  }

  .text-span-20 {
    color: #f4ec19;
  }

  .image-31 {
    margin-top: -25px;
  }

  .image-32 {
    margin-top: -32px;
  }

  .image-33 {
    margin-top: -36px;
  }

  .slider-2 {
    height: 230px;
    padding-top: 13px;
  }

  .image-34 {
    margin-right: -7px;
  }

  .text-block-6 {
    padding-left: 37px;
  }

  .left-arrow-3, .right-arrow-3 {
    margin-top: -49px;
  }

  .image-35 {
    display: none;
  }

  .icon-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-5 {
    margin-right: 20px;
  }

  .image-36 {
    padding-left: 20px;
    padding-right: 20px;
    display: inline;
  }

  .div-block-29 {
    display: none;
  }

  .paragraph-7 {
    display: block;
  }

  .text-block-7 {
    text-align: center;
  }

  .text-block-7.promotextvs {
    margin-bottom: 23px;
    padding-left: 21px;
    padding-right: 19px;
  }

  .div-block-34 {
    display: none;
  }

  .image-41 {
    margin-bottom: 28px;
    padding-top: 30px;
  }

  .link-block-7 {
    display: block;
  }

  .text-block-9 {
    margin-top: -6px;
    font-size: 15px;
  }

  .column-21 {
    padding-right: 0;
  }

  .column-22 {
    padding-left: 0;
  }

  .div-block-35.weddingallery {
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-43 {
    height: 50px;
  }

  .groomtable {
    margin: 21px 14px 26px;
    font-size: 12px;
    display: none;
  }

  .groomtable.groomtable2 {
    display: none;
  }

  .groomtable.groomtable-mobile {
    margin: -1px 0 -15px 10px;
    padding-left: 5px;
    display: inline-block;
  }

  .paragraph-10 {
    letter-spacing: 0;
    padding-right: 0;
    font-size: 11.5px;
    line-height: 14px;
  }

  .paragraph-10.para10_ {
    padding-top: 0;
  }

  .div-block-36 {
    width: 270px;
    margin-left: 26px;
  }

  .div-block-36.disclaimer {
    width: 200px;
    height: 42px;
    margin-top: 30px;
    margin-left: 19px;
    padding-left: 13px;
  }

  .text-block-10.disclaie {
    font-size: 11px;
    line-height: 11px;
  }

  .text-span-28 {
    text-align: left;
    margin-left: -8px;
    font-size: 9px;
  }

  .text-span-28.sdfsd {
    margin-left: 0;
  }

  .column-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-45 {
    width: 100%;
    margin-top: 0;
    padding-top: 5px;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .text-span-35 {
    line-height: 13px;
  }

  .div-block-38.book_now2, .div-block-38.booknow3, .div-block-38.booknow4, .div-block-38.booknow5, .div-block-38.booknow6 {
    display: none;
  }

  .link-block-8 {
    width: 190px;
    margin-top: -14px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-24 {
    text-align: center;
  }

  .image-46 {
    width: 50%;
    margin-top: -18px;
  }

  .image-47 {
    margin-top: -5px;
    margin-bottom: 18px;
  }

  .columns-8 {
    mix-blend-mode: screen;
    margin-top: -44px;
    padding-left: 18px;
  }

  .image-48 {
    margin-top: 21px;
    display: none;
  }

  .booknow7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -19px;
    padding-bottom: 82px;
    display: block;
  }

  .booknow7.booknow8 {
    margin-top: -1px;
    margin-bottom: -64px;
    padding-bottom: 4px;
    display: block;
  }

  .booknow7.booknow8.booknow9 {
    margin-top: -3px;
  }

  .image-52 {
    margin-top: 9px;
    margin-bottom: 16px;
  }

  .cols1 {
    width: 100%;
    padding-bottom: 19px;
    padding-left: 28px;
  }

  .text-span-37 {
    font-size: 10px;
  }

  .italic-text-2 {
    font-size: 10px;
    line-height: 10px;
  }

  .columns-9 {
    height: 45px;
    margin-left: 14px;
    margin-right: 0;
    display: none;
  }

  .columns-9.col9_mob {
    display: block;
  }

  .image-53.s, .image-53.m, .image-53.l, .image-53.xl {
    width: 40px;
  }

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

  .text-span-38 {
    color: #53e8ff;
  }

  .div-block-39 {
    display: none;
  }

  .image-55 {
    text-align: center;
    width: 90%;
    margin: 8px auto 6px;
    display: block;
  }

  .div-block-40 {
    text-align: center;
    display: inline-block;
  }

  .div-block-43 {
    width: auto;
  }

  .columns-10 {
    height: 220px;
    margin-bottom: 1px;
  }

  .image-56 {
    width: auto;
    height: auto;
    margin-left: 0;
    display: block;
    overflow: clip;
  }
}


@font-face {
  font-family: 'Backissuesbb';
  src: url('../fonts/BackIssuesBB_boldital.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Backissuesbb ital';
  src: url('../fonts/BackIssuesBB_ital.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Backissuesbb reg';
  src: url('../fonts/BackIssuesBB_reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}