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

.section3 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #888;
  background-image: url('../images/Dolphin-Beach-Ice-Launge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  position: absolute;
  left: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #505050;
  background-image: url('../images/Dolphin-Beach-pool.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3 {
  position: absolute;
  left: 0%;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #2e2e2e;
  background-image: url('../images/Dolphin-Beach-Deck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4 {
  position: absolute;
  left: 0%;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
  background-image: url('../images/Dolphin-Beach-Doorm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.box {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin-right: 74px;
  margin-bottom: 155px;
  margin-left: 0px;
  padding-top: 46px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 0.81;
}

.hero-section {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.section-1 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(42%, hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0) 42%), url('../images/Dolphin-Beach-Accomodation.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-2 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%:/*100vw*/;
  height: 40vh;
  margin-top: -87px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-holder {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.navigation-block {
  position: relative;
  z-index: 0;
  height: 250px;
}

.mobile-navigation-block {
  width: 100%;
}

.logo-holder {
  position: relative;
  z-index: 2000;
  width: 130px;
  height: 130px;
  padding: 15px;
  background-color: #fff;
}

.navigation-wrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.booking-wrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #787878;
}

.navi-item {
  position: static;
  z-index: 30000;
  display: block;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.navi-ite-wrapper {
  position: static;
  display: block;
  width: 100%;
  padding: 15px 10px;
  background-color: #fff;
}

.navi-ite-wrapper.sub {
  width: auto;
  margin-left: 39px;
}

.navii-link {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #6b6b6b;
  text-decoration: none;
}

.navii-link.w--current {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 700;
}

.link-text {
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-text:hover {
  opacity: 1;
  font-weight: 700;
}

.link-text.sm {
  font-weight: 700;
}

.link-text.sm.sub {
  font-weight: 400;
}

.booking-flex {
  display: none;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.booking-text {
  display: inline-block;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.booking-text.check {
  margin-top: 0px;
}

.text-field {
  margin-bottom: 0px;
  margin-left: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #b8b8b8;
  background-color: transparent;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
}

.form {
  color: #fff;
  line-height: 14px;
  text-transform: none;
}

.form-block {
  width: 130px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 14px;
}

.check-in-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #515050;
}

.accommodation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accommodation-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0px;
  padding-right: 134px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accommodation-flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
}

.white-break {
  display: none;
  width: 1px;
  height: 80%;
  background-color: #fff;
}

.home-heading-2 {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-heading-2.balck {
  display: block;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-heading-2.dining {
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
  text-transform: uppercase;
}

.home-heading-2.so {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-heading-2.so.black {
  color: #000;
}

.home-heading-2.slogan {
  margin-top: 0px;
  font-size: 18px;
  text-align: right;
}

.paragraph-text {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.paragraph-text._40-intend {
  margin-top: 17px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.paragraph-text.black {
  padding-top: 26px;
  padding-bottom: 35px;
  color: #000;
  text-align: left;
}

.paragraph-text.black.capps {
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-text.accommodation {
  width: 400px;
  margin-top: 20px;
}

.paragraph-text.dining {
  width: 400px;
  margin-top: 20px;
}

.white-break-horizontal {
  display: block;
  width: 200px;
  height: 1px;
  margin-top: 40px;
  background-color: #fff;
}

.accommodation-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-special-offer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 960px;
}

.special-offer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.special-offer-flex._1 {
  width: 70%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.special-offer-flex._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.special-offer-img {
  width: 80%;
  max-width: none;
}

.home-heading-3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-heading-3.black {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #333;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.white-break-special-offers {
  width: auto;
  height: 1px;
  margin-top: 18px;
  background-color: #fff;
}

.white-break-special-offers.black {
  width: 100px;
  background-color: #868686;
}

.explore-btn-wrapper.black {
  margin-top: 11px;
}

.explore-link-block {
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-line {
  width: 30px;
  height: 5px;
  background-color: #fff;
}

.btn-line.black {
  background-color: #000;
  color: #000;
}

.explore-text {
  padding-top: 15px;
  padding-right: 17px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.explore-text.black {
  color: #000;
}

.section-4 {
  position: relative;
  z-index: 200;
  height: 100vh;
  background-color: #5484af;
}

.section-4._2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 500vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d35858;
  background-image: url('../images/Dolphin-Beach-Dining.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chill-out-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chillout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 960px;
  padding-top: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-heading-4.kite-surfing {
  line-height: 80px;
}

.black-line {
  display: block;
  width: 30px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 29px;
  background-color: #000;
}

.black-line.gallery {
  margin-top: 0px;
  margin-bottom: 40px;
}

.content-black-box {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 960px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.section-5 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vh;
  padding-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.home-activity-holder {
  width: 80%;
  height: 100%;
  max-width: none;
  padding-top: 28px;
}

.home-heading-5 {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.activity-grid {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-activity-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 585px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Dolphin-watching.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Dolphin-watching.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-activity-grid-item._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Kitesurfing.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Kitesurfing.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Wilpattu.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Wilpattu.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Yoga.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Yoga.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Massage.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Massage.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Excursion-Lagoon-Boat-Tour.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Excursion-Lagoon-Boat-Tour.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Kayaking--Standup-Paddle-Boarding.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Kayaking--Standup-Paddle-Boarding.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Water-Sports.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Water-Sports.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._9 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Cycling.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Cycling.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item._10 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Sport-Fishing.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Sport-Fishing.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ac1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Wilpattu.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Wilpattu.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ac2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Excursion-Wilpattu-Kite-Safari.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Excursion-Wilpattu-Kite-Safari.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ac3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Excursion-Cultural-Triangle.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Excursion-Cultural-Triangle.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ac4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Excursion-Lagoon-Boat-Tour.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Excursion-Lagoon-Boat-Tour.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ac5 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Excursion-Wilpattu-Bird-Watching-Tours.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Excursion-Wilpattu-Bird-Watching-Tours.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.boat-tours {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Excursion-Kalpitiya-Dutch-Fort.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Excursion-Kalpitiya-Dutch-Fort.jpg');
}

.home-activity-grid-item.snorkling {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.55))), url('../images/Dolphin-Beach-Activity-Snorkling.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Dolphin-Beach-Activity-Snorkling.jpg');
}

.home-heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-heading-6.black {
  margin-bottom: 20px;
  color: #000;
}

.home-activity-content-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-activity-rollover {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 585px;
  padding: 37px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #5e9fe0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.activity-text {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.activity-link-block {
  text-decoration: none;
}

.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.facility-wrapper {
  width: 80%;
  height: auto;
  max-width: none;
  padding-bottom: 50px;
}

.grid {
  margin-top: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-text {
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wilpattu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 400px;
  max-width: none;
}

.wilpattu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Wilpattu.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wilpattu-flex._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 107, 150, 0.86)), to(transparent)), url('../images/Kitesurfing-home-V2.jpg');
  background-image: linear-gradient(180deg, rgba(59, 107, 150, 0.86), transparent), url('../images/Kitesurfing-home-V2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.black-text-bg {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 13px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
}

.black-text-bg._2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.white-text-small {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-heading-7 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.home-heading-7.home-banner {
  margin-top: 11px;
  margin-bottom: 11px;
}

.logo-wrapper {
  width: 80%;
  height: auto;
  max-width: none;
  padding-top: 93px;
  padding-bottom: 93px;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-navi-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 76px 10% 220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #4eb0b9;
}

.grid-3 {
  position: static;
  z-index: 100000;
  width: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.activity-header {
  height: auto;
}

.activity-header.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-activity-header {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-activity-navi {
  display: block;
  height: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-activity-navi.praz {
  margin-top: 165px;
}

.grid-4 {
  padding-left: 0px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 2fr;
  grid-template-columns: 2fr;
  -ms-grid-rows: 20px 20px 20px 20px 20px 20px auto;
  grid-template-rows: 20px 20px 20px 20px 20px 20px auto;
}

.grid-5 {
  padding-left: 0px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 20px 20px 40px 40px auto;
  grid-template-rows: 20px 20px 40px 40px auto;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bold {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.navi-icon {
  width: 10px;
  height: 5px;
  background-color: #000;
  opacity: 0;
}

.navi-item-drop-down {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: -106px;
  margin-left: -77px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-dropdown {
  position: absolute;
  top: -131px;
  display: none;
  width: 100%;
  height: 131px;
  margin-left: -66px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.navigation-dropdown.activities {
  top: -451px;
  height: 450px;
}

.activity-dropdown {
  position: absolute;
  top: -499px;
  z-index: 0;
  display: none;
  width: 100%;
  height: 500px;
  margin-left: -469px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 474px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 1;
}

.activity-dropdown.activities {
  top: -451px;
  height: 450px;
}

.excursion-dropdown {
  position: absolute;
  top: -359px;
  display: none;
  width: 100%;
  height: 360px;
  margin-left: -575px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 579px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 1;
}

.excursion-dropdown.activities {
  top: -451px;
  height: 450px;
}

.dolphin-beach-logo {
  width: 100px;
  padding: 14px;
}

.dolphin-beach-logo.desktop {
  width: auto;
  padding: 0px;
}

.nav-bar {
  display: none;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.m-nav-bar-container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.m-nav-menu {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-6 {
  position: static;
  z-index: 200000;
  width: 100%;
  -ms-grid-columns: 1.5fr 1fr 0.5fr 1.5fr;
  grid-template-columns: 1.5fr 1fr 0.5fr 1.5fr;
}

.home-slider {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.slide {
  background-image: url('../images/Dolphin-beach-slider1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Dolphin-beach-slider2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.slide-3 {
  background-image: url('../images/Dolphin-beach-slider4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Dolphin-Beach-Activity-Yoga-Detail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-points {
  left: auto;
  top: 374px;
  right: -1%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.left-arrow {
  display: none;
  opacity: 0;
}

.right-arrow {
  display: none;
  opacity: 0;
}

.slide1 {
  background-image: url('../images/Dolphin-beach-slider1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.black-bold {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.wilpattu-rollover-panel {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  background-color: #5e9fe0;
}

.home-accommodation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.booking-wrapper-mobile {
  position: relative;
  z-index: 1000;
  display: none;
  height: 60px;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #787878;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.load-bar {
  width: 100px;
  height: 2px;
  background-color: #c25353;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.loader-cover {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #fff;
}

.image {
  width: 75px;
}

.navigation-holder-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.accommodation-home-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Site-Map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accommodation-home-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-home-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-home-hero.stay {
  background-image: url('../images/Dolphin-Beach-Accommodation-home.jpg');
}

.page-tag-line {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-tag-line.black {
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 30px;
}

.page-tag-line.kite-surfing {
  margin-bottom: 0px;
}

.accommodation-home-section-1 {
  height: auto;
  margin-top: 0px;
  margin-right: 0%;
  padding-bottom: 63px;
  padding-left: 0%;
}

.grid-7 {
  margin-top: 0px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.accommodation-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.14)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Family-Tents.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.14), transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Family-Tents.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.accommodation-thumb._2 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Standard-Tents.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Standard-Tents.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.flow-plan-holder {
  height: 400px;
  background-image: url('../images/Dolphin-Beach-Family-Tents-Flow-plan.jpg');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.flow-plan-holder._2 {
  background-image: url('../images/Dolphin-Beach-Standard-Tents-flow-palan.jpg');
}

.accommodation-home-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 105px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaeaea;
}

.grid-8 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-9 {
  width: 80%;
  max-width: 1100px;
  grid-column-gap: 100px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accommodation-text-holder {
  height: auto;
}

.paragraph-highlight-text {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}

.home-heading8 {
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
}

.paragraph-text-v2 {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.paragraph-text-v2._40-intend {
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-text-v2.black {
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}

.paragraph-text-v2.black._2 {
  padding-top: 69px;
}

.paragraph-text-v2.accommodation {
  margin-top: 20px;
}

.div-block {
  opacity: 0.98;
}

.div-block-2 {
  opacity: 0.51;
}

.div-block-3 {
  opacity: 0.15;
}

.div-block-4 {
  opacity: 0;
}

.div-block-5 {
  opacity: 0;
}

.div-block-6 {
  opacity: 0;
}

.div-block-7 {
  opacity: 1;
}

.standard-tents-section-1 {
  position: relative;
  z-index: 3;
  display: block;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Accomodation-Standard-Tent-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.standard-tents-section-2 {
  position: relative;
  z-index: 2;
  display: block;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Accomodation-Standard-Tent-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.standard-tents-section-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0vh;
  padding-top: 0px;
  padding-left: 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Dolphin-Beach-Accomodation-Standard-Tent-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.standard-tents-section-4 {
  position: relative;
  display: block;
  height: 100vh;
  margin-top: 100vh;
  background-image: url('../images/Dolphin-Beach-Accomodation-Standard-Tent-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.standard-tents-section-5 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.white-text-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 400px;
  height: auto;
  padding: 67px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 0.85;
}

.white-text-bg._2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.white-text-bg._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.white-text-bg.expe-1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

.white-text-bg.expe-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-heading-9 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.family-tents-section-1 {
  position: relative;
  z-index: 3;
  display: block;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Accomodation-Family-Tent-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.family-tents-section-2 {
  position: relative;
  z-index: 2;
  display: block;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Accomodation-Family-Tent-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.familytents-section-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100vh;
  margin-top: 0vh;
  padding-top: 92px;
  padding-left: 98px;
  background-image: url('../images/Dolphin-Beach-Accomodation-Family-Tent-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.family-tents-section-4 {
  position: relative;
  display: block;
  height: 100vh;
  margin-top: 100vh;
  background-image: url('../images/Dolphin-Beach-Accomodation-Family-Tent-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-home-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(61, 61, 61, 0))), url('../images/Dolphin-Beach-Experience-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(61, 61, 61, 0)), url('../images/Dolphin-Beach-Experience-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.experience-home-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.experience-home-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.experience-section-1 {
  position: relative;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Experience-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-section-2 {
  position: relative;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Experience-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-section-3 {
  position: relative;
  height: 100vh;
  background-image: url('../images/Dolphin-beach-Experience-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-section-4 {
  position: relative;
  height: 100vh;
  background-image: url('../images/Dolphin-beach-Experience-4v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activities-home-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(61, 61, 61, 0))), url('../images/Dolphin-Beach-Activity-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(61, 61, 61, 0)), url('../images/Dolphin-Beach-Activity-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activities-home-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activities-home-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-home-section-1 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vh;
  padding-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.excursion-home {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vh;
  padding-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.excursuin-home-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Excursion.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.excursuin-home-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursuin-home-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dining-home-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(61, 61, 61, 0))), url('../images/Dolphin-Beach-Dining-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(61, 61, 61, 0)), url('../images/Dolphin-Beach-Dining-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dining-home-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dining-home-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dining-section-1 {
  position: relative;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Dining-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dining-section-2 {
  position: relative;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Dining-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dining-section-3 {
  position: relative;
  height: 100vh;
  background-image: url('../images/Dolphin-Beach-Dining-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dining-section-4 {
  position: relative;
  height: 100vh;
  padding: 30px;
}

.grid-10 {
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dining-out-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(58, 58, 58, 0))), url('../images/Dolphin-Beach-Dining-bar-reef.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(58, 58, 58, 0)), url('../images/Dolphin-Beach-Dining-bar-reef.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dining-out-holder._2 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(51, 51, 51, 0))), url('../images/Dolphin-Beach-Dining-Udekki.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(51, 51, 51, 0)), url('../images/Dolphin-Beach-Dining-Udekki.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.reviews-home-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Reviews-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.reviews-home-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.reviews-home-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.reviews-section-1 {
  height: auto;
  margin-top: 80px;
  padding-right: 10%;
  padding-left: 10%;
}

.grid-11 {
  grid-column-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.rewiew-name {
  font-family: Lato, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.review-name {
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.contact-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-section-1 {
  height: auto;
  margin-top: 0px;
  padding: 104px 10%;
}

.grid-12 {
  grid-column-gap: 111px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field-contact {
  height: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #b8b8b8;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field-contact.area {
  height: 150px;
  padding-top: 17px;
}

.submit-button {
  margin-top: 23px;
}

.contact-section-2 {
  height: 100vh;
}

.map {
  height: 100%;
}

.offers-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), color-stop(35%, #fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), #fff 35%);
}

.offers-holder {
  width: 70%;
  height: 100%;
  padding-bottom: 81px;
  background-color: #fff;
}

.offers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offers-flex {
  width: 30%;
  height: 100%;
  padding-right: 20px;
}

.offers-flex._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 300px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/LastMinuteOffer.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.offers-flex._2.offer2 {
  background-image: url('../images/EarlyBirdOffer.jpg');
}

.offers-flex._2.offer-3 {
  background-image: url('../images/DP-FREE-Nights.jpg');
}

.offers-img {
  width: auto;
  height: auto;
  max-width: none;
}

.site-map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), color-stop(35%, #fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), #fff 35%);
}

.site-map-holder {
  width: 70%;
  height: auto;
  padding: 56px 56px 56px 153px;
  background-color: #fff;
}

.site-map-navigation-wrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.activity-1 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(49, 49, 49, 0))), url('../images/Multiple-breaching_SLS3189.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(49, 49, 49, 0)), url('../images/Multiple-breaching_SLS3189.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-1.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-1.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-1-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 106px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #c9c9c9;
  background-image: none;
}

.activity-container {
  width: 70%;
  max-width: 900px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 1px none #8a8a8a;
  border-left: 5px none #cfcfcf;
  border-top-left-radius: 0px;
  background-color: #fff;
}

.home-heading-10 {
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 1px;
}

.activity-img-holder {
  height: 500px;
  margin-top: 54px;
  background-image: url('../images/Dolphin-Beach-Activity-Dolphin-watching-Detail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-img-holder.dolphin {
  height: 500px;
  margin-bottom: 0px;
  background-image: url('../images/Porpoising_SLS0139.jpg');
}

.activity-img-holder.dolphin._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Dolphin-watching-Detail-3.jpg');
}

.activity-img-holder.kitesurfing {
  height: 500px;
  background-image: url('../images/Dolphin-Beach-Activity-Kitesurfing-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.kitesurfing._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Kitesurfing-Detail-3.jpg');
}

.activity-img-holder.diving {
  height: 500px;
  background-image: url('../images/Dolphin-Beach-Activity-Snorkling-detail-5.jpg');
  background-size: cover;
}

.activity-img-holder.divin._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Snorkling-detail-4.jpg');
  background-size: cover;
}

.activity-img-holder.kayaking {
  height: 500px;
  background-image: url('../images/Dolphin-Beach-Activity-Kayaking--Standup-Paddle-Boarding-Kayaking-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.kayaking._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Kayaking--Standup-Paddle-Boarding-Kayaking-Detail-3.jpg');
}

.activity-img-holder.water-skiing {
  background-image: url('../images/Dolphin-Beach-Activity-Water-Sports-Detail-1.jpg');
  background-size: cover;
}

.activity-img-holder.water-skiing._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Water-Sports-Detail-2.jpg');
}

.activity-img-holder.yoga {
  background-image: url('../images/Dolphin-Beach-Activity-Yoga-Detail-3.jpg');
  background-size: cover;
}

.activity-img-holder.yoga._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Yoga-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.massage {
  background-image: url('../images/Dolphin-Beach-Activity-Massage-Detail-3.jpg');
  background-size: cover;
}

.activity-img-holder.massage._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Massage-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.cycling {
  background-image: url('../images/Dolphin-Beach-Activity-Cycling-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.cycling._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Cycling-Detail-3.jpg');
}

.activity-img-holder.fishing {
  height: 500px;
  background-image: url('../images/Dolphin-Beach-Activity-Sport-Fishing-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.fishing._2 {
  background-image: url('../images/Dolphin-Beach-Activity-Sport-Fishing-Detail-3.jpg');
}

.activity-img-holder.wilpattu {
  height: 500px;
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-1.jpg');
  background-size: cover;
}

.activity-img-holder.wilpattu._2 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-2.jpg');
  background-size: cover;
}

.activity-img-holder.wilpattu._3 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-3.jpg');
}

.activity-img-holder.wilpattu._4 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-4.jpg');
}

.activity-img-holder.wilpattu._5 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-5.jpg');
}

.activity-img-holder.wilpattu._6 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-6.jpg');
}

.activity-img-holder.wilpattu._7 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-7.jpg');
}

.activity-img-holder.wilpattu._8 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-8.jpg');
}

.activity-img-holder.wilpattu._9 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-9.jpg');
}

.activity-img-holder.wilpattu._10 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-10.jpg');
}

.activity-img-holder.wilpattu._11 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-11.jpg');
}

.activity-img-holder.wilpattu._12 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-12.jpg');
}

.activity-img-holder.kite {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-Kite-Safari-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.kite._2 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-Kite-Safari-Detail-3.jpg');
}

.activity-img-holder.cultural {
  background-image: url('../images/Dolphin-Beach-Excursion-Cultural-Triangle-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.cultural._2 {
  background-image: url('../images/Dolphin-Beach-Excursion-Cultural-Triangle-Detail-1.jpg');
  background-size: cover;
}

.activity-img-holder.cultural._3 {
  background-image: url('../images/Dolphin-Beach-Excursion-Cultural-Triangle-Detail-3.jpg');
  background-size: cover;
}

.activity-img-holder.lagon {
  background-image: url('../images/Dolphin-Beach-Excursion-Lagoon-Boat-Tour-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.lagon._2 {
  background-image: url('../images/Dolphin-Beach-Excursion-Lagoon-Boat-Tour-Detail-3.jpg');
}

.activity-img-holder.lagon._3 {
  margin-bottom: 40px;
}

.activity-img-holder.bird {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-Bird-Watching-Tours-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.bird._2 {
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-Bird-Watching-Tours-Detail-3.jpg');
}

.activity-img-holder.fort {
  background-image: url('../images/Dolphin-Beach-Excursion-Kalpitiya-Dutch-Fort-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.fort._2 {
  background-image: url('../images/Dolphin-Beach-Excursion-Kalpitiya-Dutch-Fort-Detail-3.jpg');
}

.highlight {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.activity-2 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Activity-Kitesurfing-Detail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-2.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-2.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-3 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(transparent)), url('../images/Dolphin-Beach-Activity-Snorkling-detail-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent), url('../images/Dolphin-Beach-Activity-Snorkling-detail-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-3.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-3.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-4 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(49, 49, 49, 0))), url('../images/Dolphin-Beach-Activity-Kayaking--Standup-Paddle-Boarding-Kayaking-Detail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(49, 49, 49, 0)), url('../images/Dolphin-Beach-Activity-Kayaking--Standup-Paddle-Boarding-Kayaking-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-4.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-4.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-5 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent)), url('../images/Dolphin-Beach-Activity-Water-Sports-Detail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent), url('../images/Dolphin-Beach-Activity-Water-Sports-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-5.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-5.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-6 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(transparent)), url('../images/Dolphin-beach-slider3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), transparent), url('../images/Dolphin-beach-slider3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-6.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-6.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-7 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(transparent)), url('../images/Dolphin-Beach-Activity-Massage-Detail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent), url('../images/Dolphin-Beach-Activity-Massage-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-7.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-7.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-8 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(transparent)), url('../images/Dolphin-Beach-Activity-Cycling-Detail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), transparent), url('../images/Dolphin-Beach-Activity-Cycling-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-8.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-8.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-9 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(transparent)), url('../images/Dolphin-Beach-Activity-Sport-Fishing-Detail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), transparent), url('../images/Dolphin-Beach-Activity-Sport-Fishing-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-9.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-9.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursions-1 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(transparent)), url('../images/Dolphin-Beach-Excursion-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), transparent), url('../images/Dolphin-Beach-Excursion-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursions-1.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursions-1.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.indent {
  text-indent: 40px;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.excursion-2 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(transparent)), url('../images/Dolphin-Beach-Excursion-Wilpattu-Kite-Safari-Detail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), transparent), url('../images/Dolphin-Beach-Excursion-Wilpattu-Kite-Safari-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-2.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-2.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-3 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Excursion-Cultural-Triangle-Detail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.excursion-3.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-3.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-4 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: linear-gradient(167deg, rgba(0, 0, 0, 0.61), transparent), url('../images/Dolphin-Beach-Excursion-Lagoon-Boat-Tour-Detail.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-4.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-4.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-5 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Excursion-Wilpattu-Bird-Watching-Tours-Detail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.excursion-5.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-5.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-6 {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(transparent)), url('../images/Dolphin-Beach-Excursion-Kalpitiya-Dutch-Fort-Detail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent), url('../images/Dolphin-Beach-Excursion-Kalpitiya-Dutch-Fort-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-6.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-6.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kitesurfing-school-section {
  height: auto;
}

.kitesurfing-school-holder-1 {
  height: auto;
  padding: 71px 15%;
  background-color: #000;
}

.grid-13 {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.kitesurfing-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 23px;
}

.kitesurfing-bulet-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kitesurfing-bulet-flex._2 {
  width: 100%;
}

.kitesurfing-school-holder-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 0px 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  background-image: url('../images/Dolphin-Beach-Kite-surfing-school-img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kitesurfing-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 100%, 0.73);
}

.kitesurfing-logo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding-top: 0px;
  padding-bottom: 65px;
  padding-left: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kitesurfing-logo-flex._2 {
  height: 30%;
  padding-left: 50px;
  background-color: rgba(0, 0, 0, 0.69);
}

.grid-14 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kitesurfing-img-holder {
  height: auto;
  background-image: url('../images/Dolphin-Beach-Kite-surfing-school-img2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kitesurfing-pricing-holder {
  height: auto;
  padding: 60px 60px 76px;
  background-color: rgba(0, 0, 0, 0.1);
}

.kitesurfing-btn-holder {
  color: #fff;
  text-decoration: none;
}

.btn-text-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small {
  font-size: 14px;
}

.arrow-icon {
  width: 30px;
  margin-top: 14px;
}

.link-block {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.grid-15 {
  grid-column-gap: 44px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.pricing-text {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.pricing-text.black {
  margin-bottom: 0px;
  color: #000;
  line-height: 30px;
}

.pricing-text.kite-surfing {
  margin-bottom: 0px;
}

.pricing-text.price-bold {
  font-weight: 700;
}

.gallery-section-1 {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  padding-top: 0%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.light-box1 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.light-box-img._2 {
  background-image: url('../images/Dolphin-Beach-Kite-surfing-school-img2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.gallery-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gallery-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(transparent)), url('../images/Dolphin-Beach-Gallery-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent), url('../images/Dolphin-Beach-Gallery-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.light-box {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-1.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.lightbox-link {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link._2 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-6.jpg');
  background-size: cover;
}

.light-box-transparent {
  height: auto;
  opacity: 0;
}

.grid-17 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-18 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-8 {
  background-color: #ff7a7a;
}

.image-2 {
  display: block;
}

.grid-19 {
  height: 700px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr auto auto auto auto auto;
  grid-template-rows: 1fr auto auto auto auto auto;
}

.div-block-9 {
  background-color: #865555;
}

.div-block-10 {
  width: 80%;
  height: 1000px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-20 {
  height: 80vh;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-11 {
  width: auto;
  height: auto;
  background-color: #c27d7d;
}

.div-block-12 {
  height: auto;
  background-color: #aa7474;
}

.image-3 {
  height: 100%;
  opacity: 0;
}

.lightbox-link-3 {
  height: 100%;
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-1.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.gallery-img-holder {
  width: auto;
  height: auto;
  background-color: #c27d7d;
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-2.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-img-holder._2 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-img-holder._3 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-7.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.gallery-img-holder._4 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-img-holder._5 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-13.jpg');
  background-size: cover;
}

.gallery-img-holder._6 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-img-holder._7 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-img-holder._8 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-6.jpg');
  background-size: cover;
}

.gallery-img-holder._9 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-img-holder._10 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-3.jpg');
  background-size: cover;
}

.gallery-img-holder._11 {
  background-image: url('../images/Dolphin-Beach-Accomodation-Gallery-8.jpg');
  background-size: cover;
}

.gallery-img-holder._12 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-1.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._13 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-2.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._14 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-7.jpg');
}

.gallery-img-holder._15 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-11.jpg');
}

.gallery-img-holder._16 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-9.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._17 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-3.jpg');
}

.gallery-img-holder._18 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-6.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._19 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-10.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._20 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-5.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._21 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-8.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._22 {
  background-image: url('../images/Dolphin-Beach-Experience-Gallery-4.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a1 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-8.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a2 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-3.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a3 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-1.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a4 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-10.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a5 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-6.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a6 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-7.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a7 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-2.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a8 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-11.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a9 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-5.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a10 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-9.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.a11 {
  background-image: url('../images/Dolphin-Beach-Activity-Gallery-4.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e1 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-4.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e2 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-7.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e3 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-9.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e4 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-1.jpg');
}

.gallery-img-holder.e5 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-3.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e6 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-2.jpg');
}

.gallery-img-holder.e7 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-5.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e8 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-6.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e9 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-11.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e10 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-8.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e11 {
  background-image: url('../images/Dolphin-Beach-Excursions-Gallery-10.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d1 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-4.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d2 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-3.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d3 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-6.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d4 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-10.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d5 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-5.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d6 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-2.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d7 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-9.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d8 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-7.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d9 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-11.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d10 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-8.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.d11 {
  background-image: url('../images/Dolphin-Beach-Dining-Gallery-1.jpg');
  background-position: 50% 50%;
}

.image-4 {
  opacity: 0;
}

.accommodation-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-section-2 {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  padding-top: 0%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-section-3 {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  padding-top: 0%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-section-4 {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  padding-top: 0%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-section-5 {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  padding-top: 0%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-21 {
  height: 80vh;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-22 {
  height: 80vh;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-23 {
  height: 80vh;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-24 {
  height: 80vh;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.slide-5 {
  background-image: url('../images/Dolphin-beach-slider5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.special-offers-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-Special-offers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.special-offers-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.special-offers-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.rates-hero {
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 58px;
  background-image: url('../images/Dolphin-Beach-pool.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rates-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Standard-Tent-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.rates-hero.family-tents {
  position: relative;
  z-index: 100;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(hsla(0, 0%, 100%, 0))), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), hsla(0, 0%, 100%, 0)), url('../images/Dolphin-Beach-Accomodation-Family-Tent-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.check-availability-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-availability-btn.black {
  margin-top: 11px;
}

.slogan-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  padding: 36px;
}

.slogan-text {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.slogan-bold {
  font-weight: 600;
}

.loader-wrapper {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 2px;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.div-block-13 {
  position: absolute;
}

.scroll-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: 13px;
  margin-bottom: 147px;
  padding-top: 36px;
  padding-bottom: 21px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.scroll-text {
  margin-bottom: 38px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.scroll-bg {
  width: 2px;
  height: 50px;
  background-color: #000;
}

.dining-text-wrapper {
  width: 400px;
  padding-right: 61px;
}

.home-heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-heading-11.kite-surfing {
  line-height: 80px;
}

.accommodation-text-container {
  width: 400px;
}

.home-heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 100;
  text-transform: uppercase;
}

.home-heading-12.kite-surfing {
  line-height: 80px;
}

.para-bold {
  font-size: 18px;
  font-weight: 400;
}

.home-heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  text-transform: uppercase;
}

.home-heading-13.kite-surfing {
  line-height: 80px;
}

.link-3 {
  color: #2cb9ff;
  text-decoration: none;
}

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

.activity-bold {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.collection-list-wrapper {
  width: 70%;
  background-color: #fff;
}

@media (max-width: 991px) {
  .section3 {
    display: none;
  }
  .slide2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slide3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slide4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box {
    height: 280px;
    margin-right: 0px;
  }
  .hero-section {
    z-index: 10000;
  }
  .section-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-holder {
    display: block;
    height: auto;
  }
  .navigation-block {
    display: none;
  }
  .mobile-navigation-block {
    position: relative;
    z-index: 20000;
  }
  .navi-ite-wrapper.sm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navi-ite-wrapper.sub {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .link-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .link-text.w--current {
    display: block;
    color: #000;
  }
  .link-text.drop-down {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .link-text.sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link-text.sm.sub {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .booking-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .booking-flex.mobile {
    height: 50px;
    margin-top: 18px;
  }
  .booking-text.black {
    color: #000;
  }
  .check-in-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  .check-in-bg.mobile {
    width: 100%;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .accommodation-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .accommodation-flex {
    width: auto;
    padding-right: 0px;
  }
  .accommodation-flex-content {
    width: auto;
    padding-right: 0px;
    padding-left: 50px;
    text-align: right;
  }
  .white-break {
    display: none;
  }
  .home-heading-2 {
    padding-left: 0px;
  }
  .paragraph-text._40-intend {
    padding-left: 0px;
    text-align: left;
  }
  .white-break-horizontal {
    width: 100%;
  }
  .accommodation-flex-2 {
    width: auto;
  }
  .home-special-offer-container {
    width: 100%;
  }
  .special-offer-flex._1 {
    padding-right: 78px;
    padding-left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-heading-3 {
    margin-bottom: 20px;
    font-size: 48px;
  }
  .section-4._2 {
    margin-top: 0vh;
  }
  .chillout-flex {
    padding-top: 156px;
    padding-left: 49px;
  }
  .home-heading-4 {
    font-size: 50px;
    line-height: 50px;
  }
  .home-heading-4.kite-surfing {
    line-height: 50px;
  }
  .content-black-box {
    margin-left: 0px;
  }
  .section-5 {
    padding-bottom: 36px;
  }
  .home-activity-holder {
    width: 90%;
  }
  .home-heading-5 {
    font-size: 24px;
  }
  .activity-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .home-activity-rollover {
    display: none;
  }
  .facility-wrapper {
    width: 90%;
  }
  .grid {
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }
  .wilpattu-wrapper {
    width: 90%;
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wilpattu-flex {
    width: 100%;
    height: 350px;
  }
  .wilpattu-flex._2 {
    width: 100%;
    height: 350px;
  }
  .logo-wrapper {
    width: 90%;
  }
  .footer-navi-wrapper {
    padding-right: 10%;
    padding-bottom: 60px;
    padding-left: 10%;
  }
  .activity-header.social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-activity-navi.praz {
    margin-top: 20px;
  }
  .grid-4 {
    -ms-grid-rows: 20px 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 20px 20px 20px 20px 20px 20px 20px;
  }
  .socila-media-link {
    padding-right: 11px;
  }
  .grid-5 {
    padding-left: 0px;
    -ms-grid-rows: 20px 20px 40px;
    grid-template-rows: 20px 20px 40px;
  }
  .copyright-dive {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-bar {
    z-index: 20000;
    display: block;
  }
  .m-nav-bar-container {
    position: static;
    z-index: 20000;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .m-nav-menu {
    display: block;
    overflow: auto;
    height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-icon {
    margin-top: 22px;
    margin-right: 10px;
  }
  .grid-6 {
    width: 100%;
    grid-row-gap: 66px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .home-accommodation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .booking-wrapper-mobile {
    top: 202px;
    z-index: 10;
    display: none;
    height: 250px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }
  .booking-wrapper-mobile.temp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-checking-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown-toggle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown-toggle-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown-toggle-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .book-now {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #303030;
  }
  .book-now-heading-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 100%;
    padding-left: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .book-now-exit {
    display: none;
    width: 10%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .book-now-header {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .exit-btn {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .navigation-holder-mobile {
    z-index: 20000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
  .accommodation-home-hero {
    height: 70vh;
  }
  .accommodation-home-hero.standard-tent {
    height: 70vh;
  }
  .accommodation-home-hero.family-tents {
    height: 70vh;
  }
  .accommodation-home-hero.stay {
    height: 70vh;
  }
  .accommodation-home-section-1 {
    margin-top: 23px;
    margin-right: 3%;
    margin-left: 3%;
    padding-right: 0px;
    padding-left: 0%;
  }
  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .flow-plan-holder {
    height: 250px;
    background-size: 50%;
  }
  .flow-plan-holder._2 {
    background-size: 50%;
  }
  .accommodation-home-section-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .grid-9 {
    grid-column-gap: 40px;
  }
  .home-heading8 {
    font-size: 34px;
    line-height: 40px;
  }
  .paragraph-text-v2._40-intend {
    padding-left: 0px;
    text-align: center;
  }
  .paragraph-text-v2.black {
    font-size: 14px;
    line-height: 24px;
  }
  .standard-tents-section-1 {
    height: 70vh;
  }
  .standard-tents-section-2 {
    height: 70vh;
  }
  .standard-tents-section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .standard-tents-section-4 {
    height: 70vh;
  }
  .standard-tents-section-5 {
    height: 40vh;
  }
  .white-text-bg {
    padding: 36px;
  }
  .white-text-bg._2._1 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .white-text-bg._3._1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .family-tents-section-1 {
    height: 70vh;
  }
  .family-tents-section-2 {
    height: 70vh;
  }
  .familytents-section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .family-tents-section-4 {
    height: 70vh;
  }
  .experience-home-hero {
    height: 70vh;
  }
  .experience-home-hero.standard-tent {
    height: 70vh;
  }
  .experience-home-hero.family-tents {
    height: 70vh;
  }
  .experience-section-1 {
    height: 70vh;
  }
  .experience-section-2 {
    height: 70vh;
  }
  .experience-section-3 {
    height: 70vh;
  }
  .experience-section-4 {
    height: 70vh;
  }
  .activities-home-hero {
    height: 70vh;
  }
  .activities-home-hero.standard-tent {
    height: 70vh;
  }
  .activities-home-hero.family-tents {
    height: 70vh;
  }
  .activity-home-section-1 {
    padding-bottom: 36px;
  }
  .excursion-home {
    padding-bottom: 36px;
  }
  .excursuin-home-hero {
    height: 70vh;
  }
  .excursuin-home-hero.standard-tent {
    height: 70vh;
  }
  .excursuin-home-hero.family-tents {
    height: 70vh;
  }
  .dining-home-hero {
    height: 70vh;
  }
  .dining-home-hero.standard-tent {
    height: 70vh;
  }
  .dining-home-hero.family-tents {
    height: 70vh;
  }
  .dining-section-1 {
    height: 70vh;
  }
  .dining-section-2 {
    height: 70vh;
  }
  .dining-section-3 {
    height: 70vh;
  }
  .dining-section-4 {
    height: 140vh;
  }
  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .dining-out-holder {
    height: 70vh;
  }
  .reviews-home-hero {
    height: 70vh;
  }
  .reviews-home-hero.standard-tent {
    height: 70vh;
  }
  .reviews-home-hero.family-tents {
    height: 70vh;
  }
  .grid-11 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-hero {
    height: 70vh;
  }
  .contact-hero.standard-tent {
    height: 70vh;
  }
  .contact-hero.family-tents {
    height: 70vh;
  }
  .grid-12 {
    grid-row-gap: 70px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .offers-holder {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .site-map-holder {
    width: 100%;
    padding-right: 30px;
    padding-left: 140px;
  }
  .activity-1 {
    height: 70vh;
  }
  .activity-1.standard-tent {
    height: 70vh;
  }
  .activity-1.family-tents {
    height: 70vh;
  }
  .activity-1-section {
    margin-bottom: 0px;
  }
  .activity-container {
    width: 90%;
  }
  .activity-img-holder.dolphin {
    height: 400px;
  }
  .activity-img-holder.kitesurfing {
    height: 400px;
  }
  .activity-img-holder.diving {
    height: 400px;
  }
  .activity-img-holder.divin._2 {
    height: 400px;
  }
  .activity-img-holder.kayaking {
    height: 400px;
  }
  .activity-img-holder.water-skiing {
    height: 400px;
  }
  .activity-img-holder.yoga {
    height: 400px;
  }
  .activity-img-holder.massage {
    height: 400px;
  }
  .activity-img-holder.cycling {
    height: 400px;
  }
  .activity-img-holder.fishing {
    height: 400px;
  }
  .activity-img-holder.wilpattu {
    height: 400px;
  }
  .activity-img-holder.kite {
    height: 400px;
  }
  .activity-img-holder.cultural {
    height: 400px;
  }
  .activity-img-holder.lagon._2 {
    height: 400px;
  }
  .activity-img-holder.lagon._3 {
    height: 400px;
  }
  .activity-img-holder.bird {
    height: 400px;
  }
  .activity-img-holder.fort {
    height: 400px;
  }
  .activity-2 {
    height: 70vh;
  }
  .activity-2.standard-tent {
    height: 70vh;
  }
  .activity-2.family-tents {
    height: 70vh;
  }
  .activity-3 {
    height: 70vh;
  }
  .activity-3.standard-tent {
    height: 70vh;
  }
  .activity-3.family-tents {
    height: 70vh;
  }
  .activity-4 {
    height: 70vh;
  }
  .activity-4.standard-tent {
    height: 70vh;
  }
  .activity-4.family-tents {
    height: 70vh;
  }
  .activity-5 {
    height: 70vh;
  }
  .activity-5.standard-tent {
    height: 70vh;
  }
  .activity-5.family-tents {
    height: 70vh;
  }
  .activity-6 {
    height: 70vh;
  }
  .activity-6.standard-tent {
    height: 70vh;
  }
  .activity-6.family-tents {
    height: 70vh;
  }
  .activity-7 {
    height: 70vh;
  }
  .activity-7.standard-tent {
    height: 70vh;
  }
  .activity-7.family-tents {
    height: 70vh;
  }
  .activity-8 {
    height: 70vh;
  }
  .activity-8.standard-tent {
    height: 70vh;
  }
  .activity-8.family-tents {
    height: 70vh;
  }
  .activity-9 {
    height: 70vh;
  }
  .activity-9.standard-tent {
    height: 70vh;
  }
  .activity-9.family-tents {
    height: 70vh;
  }
  .excursions-1 {
    height: 70vh;
  }
  .excursions-1.standard-tent {
    height: 70vh;
  }
  .excursions-1.family-tents {
    height: 70vh;
  }
  .excursion-2 {
    height: 70vh;
  }
  .excursion-2.standard-tent {
    height: 70vh;
  }
  .excursion-2.family-tents {
    height: 70vh;
  }
  .excursion-3 {
    height: 70vh;
  }
  .excursion-3.standard-tent {
    height: 70vh;
  }
  .excursion-3.family-tents {
    height: 70vh;
  }
  .excursion-4 {
    height: 70vh;
  }
  .excursion-4.standard-tent {
    height: 70vh;
  }
  .excursion-4.family-tents {
    height: 70vh;
  }
  .excursion-5 {
    height: 70vh;
  }
  .excursion-5.standard-tent {
    height: 70vh;
  }
  .excursion-5.family-tents {
    height: 70vh;
  }
  .excursion-6 {
    height: 70vh;
  }
  .excursion-6.standard-tent {
    height: 70vh;
  }
  .excursion-6.family-tents {
    height: 70vh;
  }
  .kitesurfing-school-holder-1 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .kitesurfing-logo-holder {
    width: 300px;
  }
  .grid-14 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .kitesurfing-img-holder {
    width: 100%;
    height: 600px;
  }
  .kitesurfing-pricing-holder {
    width: 100%;
    height: auto;
  }
  .gallery-section-1 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gallery-header {
    font-size: 18px;
  }
  .gallery-hero {
    height: 70vh;
  }
  .gallery-hero.standard-tent {
    height: 70vh;
  }
  .gallery-hero.family-tents {
    height: 70vh;
  }
  .grid-20 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .gallery-section-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gallery-section-3 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gallery-section-4 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gallery-section-5 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .grid-21 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .grid-22 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .grid-23 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .grid-24 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .special-offers-hero {
    height: 70vh;
  }
  .special-offers-hero.standard-tent {
    height: 70vh;
  }
  .special-offers-hero.family-tents {
    height: 70vh;
  }
  .rates-hero {
    height: 70vh;
  }
  .rates-hero.standard-tent {
    height: 70vh;
  }
  .rates-hero.family-tents {
    height: 70vh;
  }
  .slogan-wrapper {
    padding-top: 140px;
  }
  .home-heading-11 {
    font-size: 50px;
    line-height: 50px;
  }
  .home-heading-11.kite-surfing {
    line-height: 50px;
  }
  .home-heading-12 {
    font-size: 50px;
    line-height: 50px;
  }
  .home-heading-12.kite-surfing {
    line-height: 50px;
  }
  .home-heading-13 {
    font-size: 50px;
    line-height: 50px;
  }
  .home-heading-13.kite-surfing {
    line-height: 50px;
  }
  .map-tent {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section3 {
    display: none;
  }
  .section-1 {
    height: 150vh;
    padding-top: 40px;
  }
  .section-2 {
    height: 100vh;
  }
  .navigation-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .navigation-block {
    display: none;
  }
  .mobile-navigation-block {
    width: auto;
  }
  .booking-flex.mobile {
    width: 100%;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .accommodation-wrapper {
    width: auto;
  }
  .home-heading-1 {
    font-size: 80px;
  }
  .home-heading-2 {
    margin-top: 0px;
    text-align: left;
  }
  .home-heading-2.dining {
    text-align: left;
  }
  .home-heading-2.so {
    text-align: left;
  }
  .white-break-horizontal {
    margin-top: 20px;
  }
  .explore-btn-wrapper {
    margin-left: 0px;
  }
  .section-4._2 {
    height: 150vh;
    margin-top: 0vh;
  }
  .chillout-flex {
    width: 100%;
    padding-top: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home-activity-grid-item {
    height: 300px;
  }
  .home-activity-rollover {
    height: 300px;
  }
  .activity-text {
    display: none;
  }
  .grid-3 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
  }
  .footer-activity-navi {
    text-align: left;
  }
  .footer-activity-navi.praz {
    margin-top: 40px;
    text-align: right;
  }
  .footer-activity-navi.copy {
    text-align: right;
  }
  .dolphin-beach-logo {
    width: 50px;
    margin: 3px 3px 3px 16px;
    padding: 0px;
  }
  .m-nav-bar-container {
    opacity: 1;
  }
  .brand {
    padding-left: 0px;
  }
  .menu-icon {
    margin-top: 0px;
  }
  .slider-points {
    display: none;
  }
  .booking-wrapper-mobile {
    top: 203px;
    height: 250px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }
  .navigation-holder-mobile {
    z-index: 80000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .accommodation-home-hero {
    height: 100vh;
  }
  .accommodation-home-hero.standard-tent {
    height: 100vh;
  }
  .accommodation-home-hero.family-tents {
    height: 100vh;
  }
  .page-tag-line {
    padding-right: 87px;
  }
  .paragraph-text-v2.black {
    padding-top: 0px;
    line-height: 20px;
  }
  .standard-tents-section-1 {
    height: 170vh;
    background-position: 50% 100%;
    background-size: auto 100vh;
  }
  .standard-tents-section-2 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 100vh;
  }
  .standard-tents-section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .standard-tents-section-4 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 100vh;
  }
  .standard-tents-section-5 {
    height: 100vh;
    padding: 0px 91px;
  }
  .white-text-bg {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
  }
  .white-text-bg.expe-1 {
    height: 70vh;
    padding: 0px 20px;
  }
  .white-text-bg.expe-2 {
    height: 70vh;
    padding: 0px 20px;
  }
  .home-heading-9 {
    font-size: 24px;
    line-height: 28px;
  }
  .family-tents-section-1 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .family-tents-section-2 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .familytents-section-3 {
    padding-top: 0px;
    background-size: auto 100vh;
  }
  .family-tents-section-4 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .experience-home-hero {
    height: 100vh;
  }
  .experience-home-hero.standard-tent {
    height: 100vh;
  }
  .experience-home-hero.family-tents {
    height: 100vh;
  }
  .experience-section-1 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .experience-section-2 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .experience-section-3 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .experience-section-4 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .activities-home-hero {
    height: 100vh;
  }
  .activities-home-hero.standard-tent {
    height: 100vh;
  }
  .activities-home-hero.family-tents {
    height: 100vh;
  }
  .excursuin-home-hero {
    height: 100vh;
  }
  .excursuin-home-hero.standard-tent {
    height: 100vh;
  }
  .excursuin-home-hero.family-tents {
    height: 100vh;
  }
  .dining-home-hero {
    height: 100vh;
  }
  .dining-home-hero.standard-tent {
    height: 100vh;
  }
  .dining-home-hero.family-tents {
    height: 100vh;
  }
  .dining-section-1 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .dining-section-2 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .dining-section-3 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .dining-section-4 {
    height: auto;
    background-image: none;
  }
  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .dining-out-holder {
    height: 150vh;
    background-size: auto, cover;
  }
  .dining-out-holder._2 {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .reviews-home-hero {
    height: 100vh;
  }
  .reviews-home-hero.standard-tent {
    height: 100vh;
  }
  .reviews-home-hero.family-tents {
    height: 100vh;
  }
  .grid-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .rewiew-name {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-hero {
    height: 100vh;
  }
  .contact-hero.standard-tent {
    height: 100vh;
  }
  .contact-hero.family-tents {
    height: 100vh;
  }
  .offers-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .offers-flex {
    width: 100%;
    margin-top: 40px;
  }
  .offers-flex._2 {
    width: 100%;
    margin-top: 0px;
    background-position: 0% 0%;
  }
  .site-map-holder {
    padding-left: 60px;
  }
  .activity-1 {
    height: 100vh;
  }
  .activity-1.standard-tent {
    height: 100vh;
  }
  .activity-1.family-tents {
    height: 100vh;
  }
  .activity-container {
    width: 100%;
    margin-top: 0px;
    border-left-style: none;
  }
  .home-heading-10 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 30px;
  }
  .activity-img-holder.dolphin {
    height: 300px;
  }
  .activity-img-holder.kitesurfing {
    height: 300px;
  }
  .activity-img-holder.diving {
    height: 300px;
  }
  .activity-img-holder.divin._2 {
    height: 300px;
  }
  .activity-img-holder.kayaking {
    height: 300px;
  }
  .activity-img-holder.water-skiing {
    height: 300px;
  }
  .activity-img-holder.yoga {
    height: 300px;
  }
  .activity-img-holder.massage {
    height: 300px;
  }
  .activity-img-holder.cycling {
    height: 300px;
  }
  .activity-img-holder.fishing {
    height: 300px;
  }
  .activity-img-holder.wilpattu {
    height: 300px;
  }
  .activity-img-holder.kite {
    height: 300px;
  }
  .activity-img-holder.cultural {
    height: 300px;
  }
  .activity-img-holder.lagon._2 {
    height: 300px;
  }
  .activity-img-holder.lagon._3 {
    height: 300px;
  }
  .activity-img-holder.bird {
    height: 300px;
  }
  .activity-img-holder.fort {
    height: 300px;
  }
  .highlight {
    font-size: 18px;
  }
  .activity-2 {
    height: 100vh;
  }
  .activity-2.standard-tent {
    height: 100vh;
  }
  .activity-2.family-tents {
    height: 100vh;
  }
  .activity-3 {
    height: 100vh;
  }
  .activity-3.standard-tent {
    height: 100vh;
  }
  .activity-3.family-tents {
    height: 100vh;
  }
  .activity-4 {
    height: 100vh;
  }
  .activity-4.standard-tent {
    height: 100vh;
  }
  .activity-4.family-tents {
    height: 100vh;
  }
  .activity-5 {
    height: 100vh;
  }
  .activity-5.standard-tent {
    height: 100vh;
  }
  .activity-5.family-tents {
    height: 100vh;
  }
  .activity-6 {
    height: 100vh;
  }
  .activity-6.standard-tent {
    height: 100vh;
  }
  .activity-6.family-tents {
    height: 100vh;
  }
  .activity-7 {
    height: 100vh;
  }
  .activity-7.standard-tent {
    height: 100vh;
  }
  .activity-7.family-tents {
    height: 100vh;
  }
  .activity-8 {
    height: 100vh;
  }
  .activity-8.standard-tent {
    height: 100vh;
  }
  .activity-8.family-tents {
    height: 100vh;
  }
  .activity-9 {
    height: 100vh;
  }
  .activity-9.standard-tent {
    height: 100vh;
  }
  .activity-9.family-tents {
    height: 100vh;
  }
  .excursions-1 {
    height: 100vh;
  }
  .excursions-1.standard-tent {
    height: 100vh;
  }
  .excursions-1.family-tents {
    height: 100vh;
  }
  .excursion-2 {
    height: 100vh;
  }
  .excursion-2.standard-tent {
    height: 100vh;
  }
  .excursion-2.family-tents {
    height: 100vh;
  }
  .excursion-3 {
    height: 100vh;
  }
  .excursion-3.standard-tent {
    height: 100vh;
  }
  .excursion-3.family-tents {
    height: 100vh;
  }
  .excursion-4 {
    height: 100vh;
  }
  .excursion-4.standard-tent {
    height: 100vh;
  }
  .excursion-4.family-tents {
    height: 100vh;
  }
  .excursion-5 {
    height: 100vh;
  }
  .excursion-5.standard-tent {
    height: 100vh;
  }
  .excursion-5.family-tents {
    height: 100vh;
  }
  .excursion-6 {
    height: 100vh;
  }
  .excursion-6.standard-tent {
    height: 100vh;
  }
  .excursion-6.family-tents {
    height: 100vh;
  }
  .kitesurfing-school-holder-2 {
    background-color: #fff;
  }
  .kitesurfing-logo-holder {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }
  .kitesurfing-logo-flex {
    width: 50%;
    height: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .kitesurfing-logo-flex._2 {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
  }
  .kitesurfing-img-holder {
    height: 100vh;
  }
  .pricing-text {
    font-size: 14px;
  }
  .gallery-section-1 {
    height: auto;
    margin-top: 28px;
  }
  .grid-16 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .gallery-header {
    font-size: 14px;
  }
  .gallery-hero {
    height: 100vh;
  }
  .gallery-hero.standard-tent {
    height: 100vh;
  }
  .gallery-hero.family-tents {
    height: 100vh;
  }
  .grid-20 {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .gallery-section-2 {
    height: auto;
    margin-top: 28px;
  }
  .gallery-section-3 {
    height: auto;
    margin-top: 28px;
  }
  .gallery-section-4 {
    height: auto;
    margin-top: 28px;
  }
  .gallery-section-5 {
    height: auto;
    margin-top: 28px;
  }
  .grid-21 {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-22 {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-23 {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-24 {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .special-offers-hero {
    height: 100vh;
  }
  .special-offers-hero.standard-tent {
    height: 100vh;
  }
  .special-offers-hero.family-tents {
    height: 100vh;
  }
  .rates-hero {
    height: 100vh;
  }
  .rates-hero.standard-tent {
    height: 100vh;
  }
  .rates-hero.family-tents {
    height: 100vh;
  }

  .check-availability-btn {
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    height: 70vh;
  }
  .section-1 {
    height: 70vh;
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-2 {
    height: auto;
    margin-top: 0px;
  }
  .navigation-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-block {
    display: none;
  }
  .booking-flex.mobile {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .check-in-bg.mobile {
    margin-top: 4px;
  }
  .accommodation-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .accommodation-flex-content {
    margin-top: 29px;
    padding-left: 0px;
  }
  .home-heading-1 {
    font-size: 80px;
  }
  .home-heading-2 {
    margin-top: 0px;
    text-align: left;
  }
  .home-heading-2.dining {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
  }
  .home-heading-2.slogan {
    display: none;
    text-align: left;
  }
  .paragraph-text {
    display: none;
  }
  .paragraph-text._40-intend {
    display: none;
    margin-top: 15px;
  }
  .paragraph-text.black.r {
    display: block;
  }
  .paragraph-text.dining {
    display: block;
    width: auto;
  }
  .white-break-horizontal {
    width: 200px;
  }
  .home-special-offer-container {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .special-offer-flex._1 {
    width: 100%;
    height: 70%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .special-offer-flex._2 {
    width: 100%;
    height: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-4._2 {
    display: block;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-heading-4 {
    font-size: 60px;
  }
  .home-heading-4.kite-surfing {
    line-height: 24px;
  }
  .content-black-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 70%;
    padding-top: 140px;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-heading-5 {
    line-height: 24px;
  }
  .activity-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-activity-grid-item {
    height: 400px;
  }
  .home-activity-rollover {
    height: 400px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .wilpattu-flex {
    background-position: 0% 100%;
  }
  .wilpattu-flex._2 {
    background-position: 0px 0px, 50% 50%;
  }
  .home-heading-7 {
    font-size: 24px;
  }
  .footer-activity-navi {
    text-align: left;
  }
  .footer-activity-navi.praz {
    margin-top: 20px;
    text-align: left;
  }
  .footer-activity-navi.copy {
    text-align: left;
  }
  .grid-4 {
    padding-left: 0px;
    justify-items: start;
  }
  .copyright-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-6 {
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .black-bold {
    font-size: 14px;
  }
  .home-accommodation-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .booking-wrapper-mobile {
    top: 200px;
    display: none;
    height: 250px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile-checking-holder {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .book-now {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-holder-mobile {
    z-index: 80000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .accommodation-home-hero {
    height: 70vh;
  }
  .accommodation-home-hero.standard-tent {
    height: 70vh;
    background-position: 0px 0px, 100% 0%;
  }
  .accommodation-home-hero.family-tents {
    height: 70vh;
  }
  .page-tag-line {
    display: none;
  }
  .page-tag-line.black {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  .page-tag-line.black.c {
    display: block;
    padding-right: 0px;
    line-height: 30px;
  }
  .page-tag-line.black.o {
    display: block;
  }
  .page-tag-line.kite-surfing {
    font-size: 14px;
  }
  .page-tag-line.kite-surfing.k {
    display: block;
    padding-right: 0px;
  }
  .paragraph-text-v2._40-intend {
    margin-top: 15px;
  }
  .paragraph-text-v2.black {
    padding-top: 0px;
  }
  .standard-tents-section-1 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 80vh;
  }
  .standard-tents-section-2 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 80vh;
  }
  .standard-tents-section-3 {
    padding-left: 47px;
  }
  .standard-tents-section-4 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 80vh;
  }
  .standard-tents-section-5 {
    height: 30vh;
    padding: 30px;
  }
  .white-text-bg {
    width: 100%;
    padding-top: 40px;
  }
  .white-text-bg._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .white-text-bg.expe-1 {
    height: 70vh;
    padding-top: 0px;
  }
  .white-text-bg.expe-2 {
    height: 70vh;
    padding-top: 0px;
  }
  .home-heading-9 {
    margin-top: -10px;
    font-size: 24px;
    line-height: 22px;
  }
  .family-tents-section-1 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .family-tents-section-2 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 80vh;
  }
  .familytents-section-3 {
    padding-left: 47px;
  }
  .family-tents-section-4 {
    height: 150vh;
    background-position: 50% 100%;
    background-size: auto 80vh;
  }
  .experience-home-hero {
    height: 70vh;
  }
  .experience-section-1 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .experience-section-2 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .experience-section-3 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .experience-section-4 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .activities-home-hero {
    height: 70vh;
  }
  .excursuin-home-hero {
    height: 70vh;
  }
  .dining-home-hero {
    height: 70vh;
  }
  .dining-section-1 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .dining-section-2 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .dining-section-3 {
    height: 150vh;
    background-size: auto 80vh;
  }
  .dining-section-4 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .grid-10 {
    grid-row-gap: 0px;
  }
  .dining-out-holder {
    height: 100vh;
  }
  .reviews-home-hero {
    height: 70vh;
  }
  .rewiew-name {
    margin-top: -10px;
    font-size: 24px;
    line-height: 22px;
  }
  .contact-hero {
    height: 70vh;
  }
  .contact-section-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .offers-flex {
    margin-top: 10px;
  }
  .offers-flex._2 {
    height: 200px;
  }
  .site-map-holder {
    padding-left: 10px;
  }
  .activity-1 {
    height: 70vh;
  }
  .activity-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .activity-img-holder.dolphin {
    height: 200px;
  }
  .activity-img-holder.kitesurfing {
    height: 200px;
  }
  .activity-img-holder.diving {
    height: 200px;
  }
  .activity-img-holder.divin._2 {
    height: 200px;
  }
  .activity-img-holder.kayaking {
    height: 200px;
  }
  .activity-img-holder.water-skiing {
    height: 200px;
  }
  .activity-img-holder.yoga {
    height: 200px;
  }
  .activity-img-holder.massage {
    height: 200px;
  }
  .activity-img-holder.cycling {
    height: 200px;
  }
  .activity-img-holder.fishing {
    height: 200px;
  }
  .activity-img-holder.wilpattu {
    height: 200px;
  }
  .activity-img-holder.kite {
    height: 200px;
  }
  .activity-img-holder.cultural {
    height: 200px;
  }
  .activity-img-holder.lagon._2 {
    height: 200px;
  }
  .activity-img-holder.lagon._3 {
    height: 200px;
  }
  .activity-img-holder.bird {
    height: 200px;
  }
  .activity-img-holder.fort {
    height: 200px;
  }
  .activity-2 {
    height: 70vh;
  }
  .activity-3 {
    height: 70vh;
  }
  .activity-4 {
    height: 70vh;
  }
  .activity-5 {
    height: 70vh;
  }
  .activity-6 {
    height: 70vh;
  }
  .activity-7 {
    height: 70vh;
  }
  .activity-8 {
    height: 70vh;
  }
  .activity-9 {
    height: 70vh;
  }
  .excursions-1 {
    height: 70vh;
  }
  .excursion-2 {
    height: 70vh;
  }
  .excursion-3 {
    height: 70vh;
  }
  .excursion-4 {
    height: 70vh;
  }
  .excursion-5 {
    height: 70vh;
  }
  .excursion-6 {
    height: 70vh;
  }
  .kitesurfing-list-container {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
  .kitesurfing-school-holder-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .kitesurfing-logo-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kitesurfing-logo-flex {
    width: 100%;
    height: 50%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kitesurfing-logo-flex._2 {
    height: 50%;
  }
  .grid-14 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .kitesurfing-img-holder {
    width: auto;
    height: 50vh;
  }
  .kitesurfing-pricing-holder {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-15 {
    margin-bottom: 32px;
  }
  .pricing-text.black {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .iko-logo {
    width: 150px;
  }
  .gallery-header {
    line-height: 24px;
  }
  .gallery-hero {
    height: 70vh;
  }
  .grid-20 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-21 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-22 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-23 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-24 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .special-offers-hero {
    height: 70vh;
  }

  .rates-hero {
    height: 70vh;
  }

  .home-heading-11 {
    font-size: 24px;
  }
  .home-heading-11.kite-surfing {
    line-height: 24px;
  }
  .home-heading-12 {
    font-size: 48px;
  }
  .home-heading-12.kite-surfing {
    line-height: 24px;
  }
  .home-heading-13 {
    font-size: 24px;
    line-height: 30px;
  }
  .home-heading-13.kite-surfing {
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-472b27f3b5a5-27f3b50b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-472b27f3b5a5-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-472b27f3b5a6-27f3b50b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-472b27f3b5a6-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

#w-node-472b27f3b5ac-27f3b50b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-472b27f3b5ac-27f3b50b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-472b27f3b5ac-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-472b27f3b5af-27f3b50b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-472b27f3b5af-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-472b27f3b5b2-27f3b50b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-472b27f3b5b2-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-472b27f3b5b5-27f3b50b {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-472b27f3b5b5-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f4157b991d5e-27f3b50b {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4157b991d5e-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-472b27f3b5bc-27f3b50b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-472b27f3b5bf-27f3b50b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-472b27f3b5c2-27f3b50b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-55c316b7a637-f5496130 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c4667f382b3a-f5496130 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

#w-node-12317c4878c7-f5496130 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-48dcfcc2a566-f5496130 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-83993997f26c-a9497de1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-aa13076c3cad-a9497de1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a1a1d06f47a3-a9497de1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7c5cb153718e-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb153718e-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb153718e-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-7c5cb153718f-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb153718f-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb153718f-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-7c5cb1537190-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb1537190-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb1537190-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-1120fc4ca097-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-1120fc4ca097-fb202dbe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-1120fc4ca097-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-7c5cb1537191-fb202dbe {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb1537191-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-7c5cb1537192-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb1537192-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb1537192-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-62547da092b9-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-62547da092b9-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-62547da092b9-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-0689b872d21e-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-0689b872d21e-fb202dbe {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-0689b872d21e-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-4771c1f63101-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-4771c1f63101-fb202dbe {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-4771c1f63101-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-ead92f7bce67-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-ead92f7bce67-fb202dbe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ead92f7bce67-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c862f78eb1cb-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-c862f78eb1cb-fb202dbe {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c862f78eb1cb-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bfd78093a3fb-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a3fb-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a3fb-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bfd78093a3fe-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a3fe-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a3fe-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bfd78093a401-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a401-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a401-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bfd78093a404-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a404-fb202dbe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a404-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bfd78093a407-fb202dbe {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a407-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bfd78093a40a-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a40a-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a40a-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bfd78093a40d-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a40d-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a40d-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bfd78093a410-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a410-fb202dbe {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a410-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bfd78093a413-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a413-fb202dbe {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a413-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bfd78093a416-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a416-fb202dbe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a416-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bfd78093a419-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-bfd78093a419-fb202dbe {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfd78093a419-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-a57fa323f699-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f699-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f699-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-a57fa323f69c-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f69c-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f69c-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-a57fa323f69f-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f69f-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f69f-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-a57fa323f6a2-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f6a2-fb202dbe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6a2-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-a57fa323f6a5-fb202dbe {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6a5-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-a57fa323f6a8-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f6a8-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6a8-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-a57fa323f6ab-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f6ab-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6ab-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-a57fa323f6ae-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f6ae-fb202dbe {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6ae-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-a57fa323f6b1-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f6b1-fb202dbe {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6b1-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-a57fa323f6b4-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f6b4-fb202dbe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6b4-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-a57fa323f6b7-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-a57fa323f6b7-fb202dbe {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a57fa323f6b7-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c2fd566f7ce7-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7ce7-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7ce7-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-c2fd566f7cea-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7cea-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7cea-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-c2fd566f7ced-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7ced-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7ced-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-c2fd566f7cf0-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7cf0-fb202dbe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7cf0-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-c2fd566f7cf3-fb202dbe {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7cf3-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c2fd566f7cf6-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7cf6-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7cf6-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c2fd566f7cf9-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7cf9-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7cf9-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c2fd566f7cfc-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7cfc-fb202dbe {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7cfc-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c2fd566f7cff-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7cff-fb202dbe {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7cff-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c2fd566f7d02-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7d02-fb202dbe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7d02-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-c2fd566f7d05-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-c2fd566f7d05-fb202dbe {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2fd566f7d05-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bc15867daa1d-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa1d-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa1d-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bc15867daa20-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa20-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa20-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bc15867daa23-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa23-fb202dbe {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa23-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bc15867daa26-fb202dbe {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa26-fb202dbe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa26-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-bc15867daa29-fb202dbe {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa29-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bc15867daa2c-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa2c-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa2c-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bc15867daa2f-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa2f-fb202dbe {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa2f-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bc15867daa32-fb202dbe {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa32-fb202dbe {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa32-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bc15867daa35-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa35-fb202dbe {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa35-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bc15867daa38-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa38-fb202dbe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa38-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-bc15867daa3b-fb202dbe {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-bc15867daa3b-fb202dbe {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc15867daa3b-fb202dbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

#w-node-2230852a3b87-4be6e4a7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-56ebdbbb7d6e-4be6e4a7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-e8bfad4daee5-4be6e4a7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-02b84460c71b-4be6e4a7 {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-a6ad9b12e928-4be6e4a7 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

