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

.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;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0vh;
  padding-top: 163px;
  -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/Udekki-Home-Accommodation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0) 42%), url('../images/Udekki-Home-Accommodation.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navigation-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 130px;
  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;
  background-color: transparent;
}

.navigation-block {
  position: relative;
  z-index: 0;
  height: 100%;
}

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

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

.navigation-wrapper {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 100%;
  padding-top: 44px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 0.9;
}

.booking-wrapper {
  position: fixed;
  left: 0px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100px;
  padding-left: 186px;
  -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: hsla(0, 0%, 100%, 0.83);
}

.navi-item {
  display: block;
  width: 100%;
  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-item.offres {
  display: none;
}

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

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

.navii-link {
  color: #6b6b6b;
  text-decoration: none;
}

.navii-link.w--current {
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex.break {
  border-right: 1px solid #000;
}

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

.booking-text.check {
  display: inline-block;
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  letter-spacing: 4px;
}

.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;
  font-family: Oswald, sans-serif;
  color: #000;
  line-height: 14px;
  letter-spacing: 2px;
}

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

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

.check-in-bg {
  display: block;
  width: auto;
  height: auto;
  padding: 11px 23px;
  -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: #515050;
}

.accommodation-wrapper {
  display: block;
  width: auto;
  height: auto;
  -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;
}

.accommodation-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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: 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;
}

.accommodation-flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

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

.home-heading-1.inner-page {
  margin-bottom: 18px;
}

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

.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: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  letter-spacing: 1px;
}

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

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

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

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

.explore-btn-wrapper {
  display: inline-block;
  width: 70px;
  margin-top: 10px;
  padding: 5px 11px;
  background-color: #cf3b3b;
}

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

.explore-btn-wrapper.contact {
  width: 70px;
}

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

.btn-line {
  position: absolute;
  width: 5px;
  height: 5px;
  margin-left: 0px;
  background-color: #fff;
}

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

.explore-text {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  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: 100vh;
  -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/Udekki-Home-dining.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
}

.home-heading-4.kite-surfing {
  font-family: Oswald, sans-serif;
  line-height: 80px;
}

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

.content-black-box {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 400px;
  height: auto;
  margin-left: 0px;
  padding: 102px 0px 59px;
  background-color: transparent;
  opacity: 0.82;
}

.content-black-box.h {
  width: 500px;
}

.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%;
  margin-left: 130px;
  padding-top: 28px;
}

.home-heading-5 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  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 auto;
  grid-template-rows: auto auto auto;
}

.home-activity-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  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/Udekki-Activity-Dolphin-Watching.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-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/Udekki-Activity-Kitesurfing.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-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/Udekki-Activity-Wilpattu.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-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/Udekki-Activity-Yoga.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-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/Udekki-Activity-Massage.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-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/Udekki-Activity-Lagoon-Boat-Tour.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-Activity-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/Udekki-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/Udekki-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/Udekki-Activity-Water-Sports.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-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/Udekki-Activity-Cycling.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-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.ex1 {
  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/Udekki-Activity-Wilpattu.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-Activity-Wilpattu.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ex2 {
  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.ex3 {
  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/Udekki-Excursion-Cultural-Traingle.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-Excursion-Cultural-Traingle.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ex4 {
  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/Udekki-Activity-Lagoon-Boat-Tour.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-Activity-Lagoon-Boat-Tour.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ex5 {
  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/Udekki-Excursion-Bird-Watching.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-Excursion-Bird-Watching.jpg');
  background-size: auto, cover;
}

.home-activity-grid-item.ex6 {
  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/Udekki-Activity-Snorcling.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-Activity-Snorcling.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/Udekki-Activity-Snorcling_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.55)), url('../images/Udekki-Activity-Snorcling_1.jpg');
}

.home-activity-grid-item.ex-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-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');
  background-position: 0px 0px, 50% 0%;
}

.home-heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.home-heading-6.black.stay {
  margin-bottom: 0px;
}

.home-heading-6.black.contact {
  margin-bottom: 20px;
}

.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: #e4e4e4;
  -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;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
}

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

.explore-activity-btn {
  width: 70px;
  margin-top: 12px;
  padding: 5px 11px;
  background-color: #cf3b3b;
}

.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;/*100vw;*/
  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: 100%;
  height: auto;
  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: 100%;
  height: 400px;
  margin-bottom: 77px;
}

.wilpattu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  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/willpattuNew.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wilpattu-flex._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(58, 58, 58, 0))), url('../images/yogaNew.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(58, 58, 58, 0)), url('../images/yogaNew.jpg');
  background-position: center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

.home-heading-7.home {
  margin-bottom: 13px;
}

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

.grid-3 {
  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: 20px;
}

.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 {
  height: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.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;
  grid-template-rows: 20px 20px 40px 40px;
}

.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 {
  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: 0px;
  display: none;
  width: 300px;
  height: 100%;
  margin-top: 64px;
  margin-left: 119px;
  padding-top: 23px;
  padding-bottom: 16px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

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

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

.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 {
  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-2 {
  background-image: url('../images/Udekki-slider-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

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

.slide-4 {
  background-image: url('../images/Udekki-slider-5.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/Udekki-slider1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.black-bold {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.home-accommodation-container {
  width: 500px;
}

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

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 56px 0px 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.46))), url('../images/Udekki-Accommodation-home.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.46)), url('../images/Udekki-Accommodation-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-home-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Villa-346-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Villa-346-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-home-hero.villa-343 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Villa-343-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Villa-343-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-home-hero.loft {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Loft-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Loft-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-home-hero.suite-sour {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Suite--Sour-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Suite--Sour-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-home-hero.suite {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Suite-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Suite-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.page-tag-line.black {
  display: block;
  margin-bottom: 0px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

.accommodation-home-section-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 45px;
  margin-left: 130px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-7 {
  margin-top: 20px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accommodation-thumb {
  height: 600px;
  padding: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/Udekki-Accommodation-home-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/Udekki-Accommodation-home-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-thumb._2 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/Udekki-Accommodation-home-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/Udekki-Accommodation-home-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accommodation-thumb._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/Udekki-Accommodation-home-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/Udekki-Accommodation-home-3.jpg');
  background-size: auto, cover;
}

.accommodation-thumb._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/Udekki-Accommodation-home-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/Udekki-Accommodation-home-4.jpg');
  background-size: auto, cover;
}

.accommodation-thumb._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/Udekki-Accommodation-home-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/Udekki-Accommodation-home-5.jpg');
  background-size: auto, cover;
}

.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.black {
  padding-top: 26px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

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

.paragraph-text-v2.black.stay {
  padding-top: 0px;
}

.standard-tents-section-1 {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Udekki-Accommodation-Villa-346-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.standard-tents-section-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 42px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Villa-346-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: 92px;
  padding-left: 98px;
  -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: url('../images/Udekki-Accommodation-Villa-346-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.standard-tents-section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 100vh;
  padding-top: 40px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Villa-346-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.white-text-bg {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 800px;
  height: auto;
  margin-left: 130px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 0.85;
}

.white-text-bg.ex {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 400px;
  margin-left: 0px;
}

.white-text-bg.ex.d1 {
  display: none;
}

.white-text-bg._3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 400px;
  margin-left: 0px;
}

.white-text-bg._4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 400px;
  margin-left: 0px;
}

.white-text-bg._5 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 400px;
  margin-left: 0px;
}

.white-text-bg._6 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 400px;
  margin-left: 0px;
}

.white-text-bg.ex {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 400px;
  margin-left: 0px;
}

.white-text-bg.ss {
  display: none;
}

.white-text-bg.suit1 {
  display: none;
}

.white-text-bg.suit2 {
  display: none;
}

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

.home-heading-9.white {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.experience-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0)), to(rgba(0, 0, 0, 0.7))), url('../images/Udekki-Experience-home.jpg');
  background-image: linear-gradient(180deg, rgba(61, 61, 61, 0), rgba(0, 0, 0, 0.7)), url('../images/Udekki-Experience-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.experience-section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 40px;
  -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-image: url('../images/Udekki-Experience-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 130px;
  -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: url('../images/Udekki-Experience-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 130px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Udekki-Experience-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: url('../images/Udekki-Experience-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activities-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(61, 61, 61, 0))), url('../images/Udekki-Activity-Home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(61, 61, 61, 0)), url('../images/Udekki-Activity-Home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-home-section-1 {
  position: relative;
  z-index: 99;
  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: 99;
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  background-color: #fff;
}

.excursuin-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.57))), url('../images/Udekki-Activity-Wilpattu-Home.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.57)), url('../images/Udekki-Activity-Wilpattu-Home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.dining-section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: url('../images/Udekki-Dining-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dining-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 130px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Udekki-Dining-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dining-section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: url('../images/Udekki-Dining-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 58, 58, 0)), to(rgba(0, 0, 0, 0.78))), url('../images/Dolphin-Beach-Dining-bar-reef.jpg');
  background-image: linear-gradient(180deg, rgba(58, 58, 58, 0), rgba(0, 0, 0, 0.78)), 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 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(rgba(0, 0, 0, 0.76))), url('../images/Dolphin-Beach-Dining-Dolphin-beach.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.76)), url('../images/Dolphin-Beach-Dining-Dolphin-beach.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.reviews-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.42))), url('../images/Udekki-Gallery.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42)), url('../images/Udekki-Gallery.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.reviews-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.grid-11 {
  grid-column-gap: 70px;
  -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;
}

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

.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Udekki-Contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rates-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Dolphin-Beach-Rates.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding: 104px 0%;
  -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;
}

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

.contact-form-holder {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #bdbdbd;
}

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

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

.text-field-contact.name {
  margin-top: 0px;
}

.contact-info-holder {
  display: block;
  width: 100%;
  margin-top: 48px;
}

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

.offers-holder {
  width: 70%;
  height: 100%;
  margin-left: 130px;
  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/Offers.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 49, 0)), to(rgba(0, 0, 0, 0.65))), url('../images/Udekki-Activity-Dolphin-Watching-Detail-2.jpg');
  background-image: linear-gradient(180deg, rgba(49, 49, 49, 0), rgba(0, 0, 0, 0.65)), url('../images/Udekki-Activity-Dolphin-Watching-Detail-2.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;
  padding-left: 130px;
  -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%;
  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 {
  display: inline-block;
  width: auto;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  float: none;
  clear: none;
  background-color: #525252;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-heading-10.re {
  margin-top: 0px;
}

.home-heading-10.offers {
  margin-top: 0px;
}

.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 {
  margin-bottom: 0px;
  background-image: url('../images/Udekki-Activity-Dolphin-Watching-Detail-3.jpg');
}

.activity-img-holder.dolphin._2 {
  background-image: url('../images/Udekki-Activity-Dolphin-Watching-Detail-4.jpg');
}

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

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

.activity-img-holder.diving {
  background-image: url('../images/Udekki-Activity-Snorcling-Detail-2.jpg');
  background-size: cover;
}

.activity-img-holder.divin._2 {
  background-image: url('../images/Udekki-Activity-Snorcling-Detail-3.jpg');
  background-size: cover;
}

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

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

.activity-img-holder.water-skiing {
  background-image: url('../images/Udekki-Activity-Water-Sports-Deail-2.jpg');
  background-size: cover;
}

.activity-img-holder.water-skiing._2 {
  background-image: url('../images/Udekki-Activity-Water-Sports-Deail-3.jpg');
}

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

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

.activity-img-holder.massage {
  background-image: url('../images/Udekki-Home-massage-therapy-treatment-2.jpg');
  background-size: cover;
}

.activity-img-holder.massage._2 {
  background-image: url('../images/Udekki-Home-massage-therapy-treatment-3.jpg');
  background-size: cover;
}

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

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

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

.activity-img-holder.fishing._2 {
  background-image: url('../images/Udekki-Activity-Sport-Fishing-Detail2.jpg');
}

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

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

.activity-img-holder.wilpattu._3 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-3.jpg');
}

.activity-img-holder.wilpattu._4 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-4.jpg');
}

.activity-img-holder.wilpattu._5 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-5.jpg');
  background-position: 100% 50%;
}

.activity-img-holder.wilpattu._6 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-6.jpg');
}

.activity-img-holder.wilpattu._7 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-7.jpg');
}

.activity-img-holder.wilpattu._8 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-8.jpg');
}

.activity-img-holder.wilpattu._9 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-9.jpg');
}

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

.activity-img-holder.wilpattu._11 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-11.jpg');
}

.activity-img-holder.wilpattu._12 {
  background-image: url('../images/Udekki-Activity-Wilpattu-Detail-12.jpg');
}

.activity-img-holder.kite {
  background-image: url('../images/Udakki-Kite-Safari-Detail-1.jpg');
  background-size: cover;
}

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

.activity-img-holder.cultural {
  background-image: url('../images/Udekki-Excursion-Cultural-Traingle-Detail-1.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/Udekki-Activity-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.jpg');
}

.activity-img-holder.bird {
  background-image: url('../images/Udekki-Excursion-Bird-Watching-Detail-4.jpg');
  background-size: cover;
}

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

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

.highlight {
  font-size: 24px;
}

.activity-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.58))), url('../images/Udakki-Kite-surfing-school-img1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58)), url('../images/Udakki-Kite-surfing-school-img1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.46))), url('../images/Udekki-Activity-Snorcling-Detail-1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.46)), url('../images/Udekki-Activity-Snorcling-Detail-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 49, 0)), to(rgba(0, 0, 0, 0.56))), url('../images/Udekki-Activity-Kayaking--Standup-Paddle-Boarding-Detail-1.jpg');
  background-image: linear-gradient(180deg, rgba(49, 49, 49, 0), rgba(0, 0, 0, 0.56)), url('../images/Udekki-Activity-Kayaking--Standup-Paddle-Boarding-Detail-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.45))), url('../images/Udekki-Activity-Water-Sports-Deail-1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45)), url('../images/Udekki-Activity-Water-Sports-Deail-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.48))), url('../images/Udekki-Activity-Yoga-1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48)), url('../images/Udekki-Activity-Yoga-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.54))), url('../images/Udekki-Home-massage-therapy-treatment.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.54)), url('../images/Udekki-Home-massage-therapy-treatment.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Udekki-Activity-Cycling-Detail-1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.31)), url('../images/Udekki-Activity-Cycling-Detail-1.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.activity-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.57))), url('../images/Udekki-Activity-Sport-Fishing-Detail1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.57)), url('../images/Udekki-Activity-Sport-Fishing-Detail1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursions-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.57))), url('../images/Udekki-Activity-Wilpattu-Detail-1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.57)), url('../images/Udekki-Activity-Wilpattu-Detail-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.excursion-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.51))), url('../images/Udakki-Kite-Safari-Detail-2.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.51)), url('../images/Udakki-Kite-Safari-Detail-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.44))), url('../images/Udekki-Excursion-Cultural-Traingle-Detail-2.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.44)), url('../images/Udekki-Excursion-Cultural-Traingle-Detail-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.43))), url('../images/Udekki-Activity-Lagoon-Boat-Tour-Detail-1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.43)), url('../images/Udekki-Activity-Lagoon-Boat-Tour-Detail-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.44))), url('../images/Dolphin-Beach-Excursion-Wilpattu-Bird-Watching-Tours-Detail.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.44)), url('../images/Dolphin-Beach-Excursion-Wilpattu-Bird-Watching-Tours-Detail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.excursion-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 145px;
  padding-right: 56px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.68))), url('../images/Dolphin-Beach-Excursion-Kalpitiya-Dutch-Fort-Detail.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68)), 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;
}

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

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

.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/Udekki-Activity-Kitesurfing-Detail-1.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/Udakki-Kite-surfing-school-img2.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: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small {
  font-size: 14px;
}

.arrow-icon {
  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: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.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: 0%;
  padding-left: 0%;
  -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;
}

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

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

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

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

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

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

.gallery-img-holder._5 {
  background-image: url('../images/Udekki-Accomodation-Gallery-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.gallery-img-holder._9 {
  background-image: url('../images/Udekki-Accomodation-Gallery-9.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/Udekki-Accomodation-Gallery-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

.gallery-img-holder._15 {
  background-image: url('../images/Udekki-Experience-Gallery-3.jpg');
  background-position: 50% 50%;
}

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

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

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

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

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

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

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

.gallery-img-holder._23 {
  background-image: url('../images/Udekki-Experience-Gallery-11.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder._24 {
  background-image: url('../images/Udekki-Experience-Gallery-12.jpg');
  background-position: 50% 50%;
}

.gallery-img-holder.e1 {
  background-image: url('../images/Udekki-Dining-Gallery-1.jpg');
}

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

.gallery-img-holder.e3 {
  background-image: url('../images/Udekki-Dining-Gallery-3.jpg');
  background-position: 100% 0%;
}

.gallery-img-holder.e4 {
  background-image: url('../images/Udekki-Dining-Gallery-8.jpg');
}

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

.gallery-img-holder.e6 {
  background-image: url('../images/Udekki-Dining-Gallery-10.jpg');
}

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

.gallery-img-holder.e8 {
  background-image: url('../images/Udekki-Dining-Gallery-5.jpg');
}

.gallery-img-holder.e9 {
  background-image: url('../images/Udekki-Dining-Gallery-9.jpg');
}

.gallery-img-holder.e10 {
  background-image: url('../images/Udekki-Dining-Gallery-12.jpg');
}

.gallery-img-holder.e11 {
  background-image: url('../images/Udekki-Dining-Gallery-11.jpg');
}

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

.image-4 {
  opacity: 0;
}

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

.accommodation-lightbox._13 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.section-2-udekki {
  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;
  -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: url('../images/Udekki-Home-paradise.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2-container {
  width: 500px;
  height: 400px;
  margin-top: 203px;
}

.grid-7-v2 {
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-container {
  width: 80vw;
}

.footer-container {
  width: 80vw;
  margin-left: 130px;
}

.btn-highlight {
  font-size: 24px;
}

.page-title-holder {
  margin-bottom: 150px;
  margin-left: 200px;
}

.stay-heading-bg {
  display: inline-block;
  margin-bottom: 11px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.black-break {
  display: none;
  width: auto;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 21px;
  background-color: rgba(0, 0, 0, 0.31);
}

.heading-bg {
  display: inline-block;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  opacity: 0.8;
}

.text-content-bg {
  width: auto;
  padding: 20px 40px;
  background-color: #fff;
  opacity: 0.8;
}

.text-content-bg.transparent {
  display: none;
  width: 600px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.villa-343-section-1 {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Udekki-Accommodation-Villa-343-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.villa-343-section-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 42px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Villa-343-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.villa-343-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: 92px;
  padding-left: 98px;
  -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: url('../images/Udekki-Accommodation-Villa-343-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.villa-343section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 100vh;
  padding-top: 40px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Villa-343-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loft-section-1 {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Udekki-Accommodation-Loft-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loft-section-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 42px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Loft-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loft-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: 92px;
  padding-left: 98px;
  -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: url('../images/Udekki-Accommodation-Loft-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loft-section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 100vh;
  padding-top: 40px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Loft-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-sour-section-1 {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Udekki-Accommodation-Suite--Sour-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-sour-section-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 42px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Suite--Sour-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-sour-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: 92px;
  padding-left: 98px;
  -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: url('../images/Udekki-Accommodation-Suite--Sour-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-sour-section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 100vh;
  padding-top: 40px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Suite--Sour-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-section-1 {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Udekki-Accommodation-Suite-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-section-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 42px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Suite-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-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: 92px;
  padding-left: 98px;
  -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: url('../images/Udekki-Accommodation-Suite-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suite-section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 100vh;
  padding-top: 40px;
  -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;
  background-image: url('../images/Udekki-Accommodation-Suite-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 200;
}

.gallery-container {
  width: 80vw;
  margin-left: 130px;
  padding-left: 0px;
}

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

.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: 0%;
  padding-left: 0%;
  -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;
}

.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: 0%;
  padding-left: 0%;
  -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;
}

.review-holder {
  width: 70%;
  margin-left: 130px;
}

.contact-info-flex {
  width: 50%;
}

.contact-info-flex._2 {
  padding-top: 0px;
}

.contact-container {
  width: 70%;
  margin-left: 130px;
}

.contact-form-flex {
  width: 50%;
  padding-right: 20px;
}

.contact-form-flex._2 {
  padding-top: 0px;
  padding-right: 0px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-flex-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.contact-info-flex-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offers-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 56px 0px 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.46))), url('../images/Udekki-Offers.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.46)), url('../images/Udekki-Offers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.offers-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Villa-346-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Villa-346-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.offers-hero.villa-343 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Villa-343-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Villa-343-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.offers-hero.loft {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Loft-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Loft-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.offers-hero.suite-sour {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Suite--Sour-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Suite--Sour-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.offers-hero.suite {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Suite-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Suite-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.site-map-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 56px 0px 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.46))), url('../images/Udekki-Reviews.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.46)), url('../images/Udekki-Reviews.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.site-map-hero.standard-tent {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Villa-346-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Villa-346-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.site-map-hero.villa-343 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Villa-343-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Villa-343-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.site-map-hero.loft {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Loft-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Loft-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.site-map-hero.suite-sour {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Suite--Sour-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Suite--Sour-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.site-map-hero.suite {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.72))), url('../images/Udekki-Accommodation-Suite-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.72)), url('../images/Udekki-Accommodation-Suite-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block {
  width: 100%;
}

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

.review-bold {
  font-weight: 700;
}

.link-3 {
  text-decoration: none;
}

@media (max-width: 991px) {
  .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: none;
    width: 100%;
  }
  .navigation-block {
    display: none;
  }
  .mobile-navigation-block {
    position: relative;
    z-index: 20000;
  }
  .booking-wrapper {
    display: none;
  }
  .navi-ite-wrapper.sm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navi-ite-wrapper.sub {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .link-text {
    display: block;
    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;
  }
  .link-text.m-offers {
    display: none;
  }
  .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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .accommodation-flex {
    display: inline-block;
    width: auto;
  }
  .accommodation-flex-content {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .home-heading-1 {
    display: inline-block;
  }
  .white-break {
    display: none;
  }
  .paragraph-text {
    text-align: center;
  }
  .paragraph-text._40-intend {
    padding-left: 0px;
    text-align: center;
  }
  .paragraph-text.black {
    text-align: left;
  }
  .section-4._2 {
    margin-top: 100vh;
  }
  .home-heading-4 {
    font-size: 50px;
    line-height: 50px;
  }
  .home-heading-4.kite-surfing {
    line-height: 50px;
  }
  .content-black-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-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;
  }
  .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;
  }
  .facility-wrapper {
    width: 100%;
    padding-right: 61px;
    padding-left: 61px;
  }
  .grid {
    width: 100%;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }
  .wilpattu-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wilpattu-flex {
    width: 50%;
    height: 350px;
    background-position: 100% 100%;
  }
  .wilpattu-flex._2 {
    width: 50%;
    height: 350px;
    background-position: 0px 0px, 100% 100%;
  }
  .footer-navi-wrapper {
    padding-right: 10%;
    padding-bottom: 60px;
    padding-left: 10%;
  }
  .grid-5 {
    padding-left: 0px;
  }
  .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;
    width: 80%;
    -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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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.standard-tent {
    height: 80vh;
  }
  .accommodation-home-hero.villa-343 {
    height: 80vh;
  }
  .accommodation-home-hero.loft {
    height: 80vh;
  }
  .accommodation-home-hero.suite-sour {
    height: 80vh;
  }
  .accommodation-home-hero.suite {
    height: 80vh;
  }
  .accommodation-home-section-1 {
    margin-top: 23px;
    margin-right: 3%;
    margin-left: 3%;
    padding-right: 0px;
    padding-left: 0%;
  }
  .paragraph-text-v2.black {
    font-size: 14px;
    line-height: 24px;
  }
  .standard-tents-section-1 {
    height: 80vh;
  }
  .standard-tents-section-2 {
    height: 80vh;
  }
  .standard-tents-section-3 {
    padding-top: 315px;
  }
  .standard-tents-section-4 {
    height: 80vh;
  }
  .white-text-bg {
    width: 700px;
    margin-left: 0px;
    padding: 36px 0px 0px;
  }
  .experience-home-hero {
    padding-bottom: 70px;
  }
  .experience-section-2 {
    padding-left: 0px;
  }
  .experience-section-3 {
    padding-left: 0px;
  }
  .activity-home-section-1 {
    padding-bottom: 36px;
  }
  .excursion-home {
    padding-bottom: 36px;
  }
  .dining-section-2 {
    padding-left: 0px;
  }
  .dining-section-4 {
    height: 200vh;
    padding-left: 30px;
    border-bottom: 1px solid #c5c5c5;
  }
  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .dining-out-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .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;
  }
  .contact-section-1 {
    padding-top: 60px;
  }
  .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%;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .site-map-holder {
    width: 100%;
    padding-right: 30px;
    padding-left: 140px;
  }
  .activity-1-section {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .activity-container {
    width: 90%;
  }
  .activity-img-holder.dolphin {
    height: 400px;
  }
  .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%;
  }
  .grid-20 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .section-2-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-container {
    width: 100%;
    margin-left: 0px;
  }
  .page-title-holder {
    margin-bottom: 40px;
    margin-left: 40px;
  }
  .villa-343-section-1 {
    height: 80vh;
  }
  .villa-343-section-2 {
    height: 80vh;
  }
  .villa-343-section-3 {
    padding-top: 315px;
  }
  .villa-343section-4 {
    height: 80vh;
  }
  .loft-section-1 {
    height: 80vh;
  }
  .loft-section-2 {
    height: 80vh;
  }
  .loft-section-3 {
    padding-top: 315px;
  }
  .loft-section-4 {
    height: 80vh;
  }
  .suite-sour-section-1 {
    height: 80vh;
  }
  .suite-sour-section-2 {
    height: 80vh;
  }
  .suite-sour-section-3 {
    padding-top: 315px;
  }
  .suite-sour-section-4 {
    height: 80vh;
  }
  .suite-section-1 {
    height: 80vh;
  }
  .suite-section-2 {
    height: 80vh;
  }
  .suite-section-3 {
    padding-top: 315px;
  }
  .suite-section-4 {
    height: 80vh;
  }
  .home-heading-12 {
    display: inline-block;
    text-align: center;
  }
  .gallery-container {
    width: 100%;
    margin-left: 0px;
  }
  .grid-experiance {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: 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%;
  }
  .review-holder {
    width: 80%;
    margin-left: 0px;
  }
  .contact-info-flex {
    width: 60%;
  }
  .contact-info-flex._2 {
    width: 40%;
  }
  .contact-container {
    width: 90%;
    margin-left: 0px;
  }
  .offers-hero.standard-tent {
    height: 80vh;
  }
  .offers-hero.villa-343 {
    height: 80vh;
  }
  .offers-hero.loft {
    height: 80vh;
  }
  .offers-hero.suite-sour {
    height: 80vh;
  }
  .offers-hero.suite {
    height: 80vh;
  }
  .site-map-hero.standard-tent {
    height: 80vh;
  }
  .site-map-hero.villa-343 {
    height: 80vh;
  }
  .site-map-hero.loft {
    height: 80vh;
  }
  .site-map-hero.suite-sour {
    height: 80vh;
  }
  .site-map-hero.suite {
    height: 80vh;
  }
}

@media (max-width: 767px) {
  .section-1 {
    height: 150vh;
    padding-top: 40px;
  }
  .navigation-holder {
    display: none;
  }
  .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-1.inner-page {
    margin-bottom: 10px;
    line-height: 80px;
  }
  .explore-btn-wrapper {
    margin-left: 0px;
  }
  .section-4._2 {
    height: 150vh;
    margin-top: 100vh;
  }
  .content-black-box {
    padding-top: 40px;
  }
  .home-activity-holder {
    margin-left: 0px;
  }
  .facility-wrapper {
    width: 100%;
    padding-right: 39px;
    padding-left: 39px;
  }
  .grid {
    width: 100%;
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
  }
  .wilpattu-wrapper {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wilpattu-flex {
    width: 100%;
  }
  .wilpattu-flex._2 {
    width: 100%;
  }
  .footer-activity-navi {
    text-align: right;
  }
  .footer-activity-navi.praz {
    margin-top: 40px;
  }
  .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 {
    top: 40vh;
  }
  .slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .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.standard-tent {
    height: 100vh;
  }
  .accommodation-home-hero.villa-343 {
    height: 100vh;
  }
  .accommodation-home-hero.loft {
    height: 100vh;
  }
  .accommodation-home-hero.suite-sour {
    height: 100vh;
  }
  .accommodation-home-hero.suite {
    height: 100vh;
  }
  .page-tag-line {
    margin-bottom: 0px;
  }
  .page-tag-line.black {
    font-size: 14px;
  }
  .paragraph-text-v2.black {
    padding-top: 0px;
    line-height: 20px;
  }
  .standard-tents-section-1 {
    height: 150vh;
    -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-position: 50% 50%;
    background-size: auto 150vh;
  }
  .standard-tents-section-2 {
    height: 150vh;
    padding-top: 0px;
    -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-position: 50% 100%;
    background-size: auto 150vh;
  }
  .standard-tents-section-3 {
    padding-top: 100px;
    padding-left: 0px;
  }
  .standard-tents-section-4 {
    height: 150vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .white-text-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50vh;
    padding-top: 10px;
    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: 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;
    opacity: 1;
  }
  .white-text-bg.ex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #b8b8b8;
  }
  .white-text-bg._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #b8b8b8;
  }
  .white-text-bg._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #b8b8b8;
  }
  .white-text-bg._5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #b8b8b8;
  }
  .white-text-bg._6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #b8b8b8;
  }
  .white-text-bg.ex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #b8b8b8;
  }
  .home-heading-9 {
    font-size: 24px;
    line-height: 28px;
  }
  .experience-home-hero {
    padding-bottom: 0px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .contact-info-holder {
    margin-top: 0px;
  }
  .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-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._2 {
    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 {
    height: 300px;
  }
  .activity-img-holder.bird {
    height: 300px;
  }
  .activity-img-holder.fort {
    height: 300px;
  }
  .highlight {
    font-size: 18px;
  }
  .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-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;
  }
  .section-2-container {
    margin-top: 100px;
  }
  .footer-container {
    width: 100%;
    margin-left: 0px;
  }
  .page-title-holder {
    margin-bottom: 125px;
  }
  .heading-bg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-content-bg.transparent {
    width: 80%;
  }
  .villa-343-section-1 {
    height: 150vh;
    -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-position: 50% 50%;
    background-size: auto 150vh;
  }
  .villa-343-section-2 {
    height: 150vh;
    padding-top: 0px;
    -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-position: 50% 100%;
    background-size: auto 150vh;
  }
  .villa-343-section-3 {
    padding-top: 100px;
    padding-left: 0px;
  }
  .villa-343section-4 {
    height: 150vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .loft-section-1 {
    height: 150vh;
    -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-position: 50% 50%;
    background-size: auto 150vh;
  }
  .loft-section-2 {
    height: 150vh;
    padding-top: 0px;
    -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-position: 50% 100%;
    background-size: auto 150vh;
  }
  .loft-section-3 {
    padding-top: 100px;
    padding-left: 0px;
  }
  .loft-section-4 {
    height: 150vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .suite-sour-section-1 {
    height: 150vh;
    -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-position: 50% 50%;
    background-size: auto 150vh;
  }
  .suite-sour-section-2 {
    height: 150vh;
    padding-top: 0px;
    -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-position: 50% 100%;
    background-size: auto 150vh;
  }
  .suite-sour-section-3 {
    padding-top: 100px;
    padding-left: 0px;
  }
  .suite-sour-section-4 {
    height: 150vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .suite-section-1 {
    height: 150vh;
    -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-position: 50% 50%;
    background-size: auto 150vh;
  }
  .suite-section-2 {
    height: 150vh;
    padding-top: 0px;
    -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-position: 50% 100%;
    background-size: auto 150vh;
  }
  .suite-section-3 {
    padding-top: 100px;
    padding-left: 0px;
  }
  .suite-section-4 {
    height: 150vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 100%;
    background-size: auto 150vh;
  }
  .home-heading-12 {
    font-size: 50px;
    line-height: 50px;
  }
  .grid-experiance {
    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;
  }
  .contact-info-flex {
    width: 100%;
  }
  .contact-info-flex._2 {
    width: 100%;
    margin-top: 33px;
  }
  .contact-form-flex {
    width: 100%;
    padding-right: 0px;
  }
  .contact-form-flex._2 {
    width: 100%;
  }
  .contact-flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info-flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offers-hero.standard-tent {
    height: 100vh;
  }
  .offers-hero.villa-343 {
    height: 100vh;
  }
  .offers-hero.loft {
    height: 100vh;
  }
  .offers-hero.suite-sour {
    height: 100vh;
  }
  .offers-hero.suite {
    height: 100vh;
  }
  .site-map-hero.standard-tent {
    height: 100vh;
  }
  .site-map-hero.villa-343 {
    height: 100vh;
  }
  .site-map-hero.loft {
    height: 100vh;
  }
  .site-map-hero.suite-sour {
    height: 100vh;
  }
  .site-map-hero.suite {
    height: 100vh;
  }
}

@media (max-width: 479px) {
  .hero-section {
    height: 70vh;
  }
  .section-1 {
    height: 100vh;
    padding-top: 40px;
  }
  .navigation-holder {
    display: none;
  }
  .navigation-block {
    display: none;
  }
  .booking-flex.mobile {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .check-in-bg.mobile {
    margin-top: 4px;
  }
  .accommodation-flex-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-heading-1 {
    font-size: 50px;
  }
  .home-heading-1.inner-page {
    margin-bottom: 0px;
    line-height: 50px;
  }
  .paragraph-text._40-intend {
    margin-top: 15px;
  }
  .paragraph-text.black {
    font-size: 14px;
  }
  .section-4._2 {
    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: 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-position: 50% 100%;
    background-size: cover;
  }
  .home-heading-4 {
    font-size: 24px;
  }
  .home-heading-4.kite-surfing {
    line-height: 24px;
  }
  .content-black-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 70%;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-black-box.h {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-heading-5 {
    line-height: 24px;
  }
  .activity-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-heading-7 {
    font-size: 24px;
  }
  .footer-activity-navi {
    text-align: left;
  }
  .footer-activity-navi.praz {
    margin-top: 20px;
  }
  .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;
  }
  .slide1 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .navigation-holder-mobile {
    z-index: 80000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-tag-line.black {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .page-tag-line.kite-surfing {
    font-size: 14px;
  }
  .paragraph-text-v2.black {
    padding-top: 0px;
  }
  .standard-tents-section-1 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .standard-tents-section-2 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .standard-tents-section-3 {
    padding-left: 0px;
  }
  .standard-tents-section-4 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 60vh;
  }
  .white-text-bg {
    width: 100%;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }
  .white-text-bg.ex {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .white-text-bg._3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .white-text-bg._4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .white-text-bg._5 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .white-text-bg._6 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .white-text-bg.ex {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .home-heading-9 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 22px;
  }
  .experience-section-1 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .experience-section-2 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .experience-section-3 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .experience-section-4 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .dining-section-1 {
    height: 50vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .dining-section-2 {
    height: 50vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .dining-section-3 {
    height: 50vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .dining-section-4 {
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .grid-10 {
    grid-row-gap: 0px;
  }
  .dining-out-holder {
    height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .offers-flex {
    margin-top: 10px;
  }
  .offers-flex._2 {
    height: 200px;
  }
  .site-map-holder {
    padding-left: 10px;
  }
  .activity-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .activity-img-holder.dolphin {
    height: 200px;
  }
  .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;
  }
  .iko-logo {
    width: 150px;
  }
  .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;
  }
  .page-title-holder {
    margin-bottom: 160px;
  }
  .stay-heading-bg {
    margin-bottom: 0px;
  }
  .heading-bg {
    padding-left: 20px;
  }
  .text-content-bg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .villa-343-section-1 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .villa-343-section-2 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .villa-343-section-3 {
    padding-left: 0px;
  }
  .villa-343section-4 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 60vh;
  }
  .loft-section-1 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .loft-section-2 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .loft-section-3 {
    padding-left: 0px;
  }
  .loft-section-4 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 60vh;
  }
  .suite-sour-section-1 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .suite-sour-section-2 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .suite-sour-section-3 {
    padding-left: 0px;
  }
  .suite-sour-section-4 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 60vh;
  }
  .suite-section-1 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .suite-section-2 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 50vh;
  }
  .suite-section-3 {
    padding-left: 0px;
  }
  .suite-section-4 {
    height: 100vh;
    background-position: 50% 0%;
    background-size: auto 60vh;
  }
  .home-heading-12 {
    font-size: 50px;
  }
  .grid-experiance {
    -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;
  }
  .review-holder {
    width: 80%;
  }
}

@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: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4157b991d5e-27f3b50b {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 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-83993997f26c-6db1e18e {
  -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-6db1e18e {
  -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-6db1e18e {
  -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb153718e-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb153718e-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb153718f-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb153718f-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb1537190-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb1537190-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-1120fc4ca097-55b1e19f {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    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: 767px) {
  #w-node-1120fc4ca097-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb1537191-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-7c5cb1537192-55b1e19f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7c5cb1537192-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-62547da092b9-55b1e19f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-62547da092b9-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-0689b872d21e-55b1e19f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-0689b872d21e-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-4771c1f63101-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-4771c1f63101-55b1e19f {
    -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-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-c862f78eb1cb-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c862f78eb1cb-55b1e19f {
    -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-96f2c711c1b6-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-96f2c711c1b6-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-96f2c711c1b6-55b1e19f {
    -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-d82e965f054f-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-d82e965f054f-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d82e965f054f-55b1e19f {
    -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-6df36d1586e7-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586e7-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586e7-55b1e19f {
    -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-6df36d1586ea-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586ea-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586ea-55b1e19f {
    -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-6df36d1586ed-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586ed-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586ed-55b1e19f {
    -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-6df36d1586f0-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586f0-55b1e19f {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    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: 767px) {
  #w-node-6df36d1586f0-55b1e19f {
    -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-6df36d1586f3-55b1e19f {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586f3-55b1e19f {
    -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-6df36d1586f6-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586f6-55b1e19f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586f6-55b1e19f {
    -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-6df36d1586f9-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586f9-55b1e19f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586f9-55b1e19f {
    -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-6df36d1586fc-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586fc-55b1e19f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586fc-55b1e19f {
    -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-6df36d1586ff-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d1586ff-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d1586ff-55b1e19f {
    -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-6df36d158702-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d158702-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d158702-55b1e19f {
    -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-6df36d158705-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d158705-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d158705-55b1e19f {
    -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-6df36d158708-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-6df36d158708-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6df36d158708-55b1e19f {
    -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-2dae42274ada-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274ada-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274ada-55b1e19f {
    -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-2dae42274add-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274add-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274add-55b1e19f {
    -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-2dae42274ae0-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274ae0-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274ae0-55b1e19f {
    -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-2dae42274ae3-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274ae3-55b1e19f {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    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: 767px) {
  #w-node-2dae42274ae3-55b1e19f {
    -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-2dae42274ae6-55b1e19f {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274ae6-55b1e19f {
    -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-2dae42274ae9-55b1e19f {
  -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;
}

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

@media screen and (max-width: 767px) {
  #w-node-2dae42274ae9-55b1e19f {
    -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-2dae42274aec-55b1e19f {
  -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;
}

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

@media screen and (max-width: 767px) {
  #w-node-2dae42274aec-55b1e19f {
    -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-2dae42274aef-55b1e19f {
  -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;
}

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

@media screen and (max-width: 767px) {
  #w-node-2dae42274aef-55b1e19f {
    -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-2dae42274af2-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274af2-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274af2-55b1e19f {
    -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-2dae42274af5-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274af5-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274af5-55b1e19f {
    -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-2dae42274af8-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274af8-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274af8-55b1e19f {
    -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-2dae42274afb-55b1e19f {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-2dae42274afb-55b1e19f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2dae42274afb-55b1e19f {
    -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-15e2fc5b09d9-02b1e1a5 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

