:root {
  --bright-orange: #f26419;
  --deep-blue: #002b55;
  --white: white;
  --mid-grey: #a1a1a1;
  --sand: #f7f3ea;
  --light-shadow: #7c7c7c33;
  --black: black;
  --dark-grey: #757575;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #002b55;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  text-align: center;
  object-fit: fill;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.body {
  -webkit-backdrop-filter: saturate(140%);
  backdrop-filter: saturate(140%);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/ozadje111.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  display: flex;
}

.image {
  display: inline-block;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  min-width: 100%;
  min-height: 88px;
  display: flex;
  position: sticky;
  top: 0;
}

.brand {
  display: inline-block;
}

.container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-left: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.nav-link {
  color: #002b55;
  border-bottom: 3px solid #f2641900;
  padding: 10px 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  transition: letter-spacing .4s, border-color .2s;
}

.nav-link:hover {
  border-top: 3px none var(--bright-orange);
  border-bottom: 3px solid var(--bright-orange);
  color: var(--deep-blue);
  letter-spacing: .1rem;
}

.nav-link:active {
  letter-spacing: normal;
}

.nav-link:focus {
  border-bottom-color: #f26419;
}

.nav-link.w--current {
  border-bottom-color: var(--bright-orange);
  color: var(--deep-blue);
}

.nav-link.find-us-link {
  display: none;
}

.nav-link.directions {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  transition: color .2s;
}

.nav-link.directions:hover {
  color: var(--mid-grey);
  letter-spacing: normal;
  border-bottom-style: none;
}

.nav-menu {
  display: inline-block;
}

.container-2 {
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  transform-style: preserve-3d;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: static;
  top: 0;
  transform: translate3d(0, 0, 20px);
}

.navbar-2.bottom {
  background-color: var(--deep-blue);
  justify-content: space-between;
  align-items: center;
  max-width: 1210px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  min-height: 100%;
  display: flex;
}

.button {
  background-color: var(--bright-orange);
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  padding: 9px 32px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  transition: all .4s;
}

.button:hover {
  transform: translate(0, -10px);
}

.button.button-big {
  margin-top: 40px;
  padding: 12px 48px;
  font-size: 1.2rem;
}

.button.button-space-1 {
  margin-top: 39px;
  transition: all .4s;
}

.button.button-space-1:hover {
  transform: translate(0, -10px);
}

.button.button-servicecard {
  transition: all .4s;
}

.button.button-servicecard:hover {
  transform: translate(0, -10px);
}

.button.pages {
  width: 152px;
  transition: all .4s;
  transform: translate(0);
}

.button.pages:hover {
  transform: translate(0, -10px);
}

.button.hero-button, .button.nav-button {
  transition-property: none;
}

.button.nav-button:hover {
  transform: none;
}

.button.hero {
  margin-top: 40px;
}

.heading {
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  line-height: 1.2;
  display: block;
}

.heading.page {
  font-weight: 400;
}

.hero-section {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 184px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: translate3d(0, 0, 10px);
}

.hero-section.page {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 700px;
  margin-top: 48px;
  margin-bottom: 0;
}

.heading-4 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
}

.heading-4.pages {
  margin-top: 0;
}

.image-2 {
  max-width: 35%;
  position: absolute;
  top: 412px;
  right: 181px;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.ratings {
  grid-template: "Area Area-2 Area-3" minmax(80px, 100px)
  / 1fr 1fr 1fr;
  justify-content: stretch;
  width: 602px;
  height: 100px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ratings.desktop {
  grid-template-columns: 1fr 1fr 1fr;
}

.ratings.mobile {
  display: none;
}

.container-4 {
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  max-width: 190px;
  height: 90px;
  max-height: 90px;
  padding-top: 8px;
  padding-bottom: 12px;
  display: block;
}

.image-3 {
  width: 9px;
}

.image-4 {
  width: 24px;
}

.google-icon {
  max-width: 24px;
}

.google-rating {
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  width: 190px;
  height: 90px;
  padding-top: 8px;
  padding-bottom: 12px;
  display: block;
}

.numeric-rating {
  color: var(--black);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.numeric-stars-rating {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.text-block-3 {
  color: #999;
  font-size: 10px;
}

.social-ratings {
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.social-ratings.glass {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  background-image: linear-gradient(325deg, #fff3, #fff9 65%);
  border: 1px solid #ffffff80;
  width: 190px;
  height: 100px;
  transition: all .4s;
}

.social-ratings.glass:hover {
  transform: translate(0, -10px);
}

.reviews-link {
  color: var(--dark-grey);
  font-size: 12px;
  transition: color .2s;
}

.reviews-link:hover {
  color: var(--mid-grey);
}

.text-block-4 {
  color: var(--dark-grey);
  font-size: 12px;
}

.image-5, .image-6 {
  width: 24px;
}

.image-7 {
  width: 40%;
}

.container-5 {
  text-align: right;
}

.image-8 {
  width: 320px;
}

.div-block-2 {
  text-align: right;
  width: 100%;
  margin-top: -24vh;
  padding-right: 10%;
}

.kayak-image {
  width: 480px;
  transform: rotate(-20deg)translate(233px, 86px);
}

.navbar-trigger {
  background-color: #f7f3ea;
  height: 0;
}

.service-cards-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1000px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "."
                       "."
                       "Area";
  margin-top: 48px;
}

.service-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--white);
  box-shadow: 4px 4px 25px 5px var(--light-shadow);
  perspective: 500px;
  background-color: #ffffffbf;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  max-width: none;
  padding: 24px 32px 40px;
  display: flex;
}

.service-card.special {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(to right, #000000b3 27%, #0000), url('../images/Otok-Prvic-00.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-clip: border-box;
  border-style: none;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 900px;
  min-height: 400px;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
}

.image-9 {
  height: 104px;
}

.service-card-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.service-card-heading.special {
  color: var(--white);
}

.service-card-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-description {
  text-align: center;
  width: auto;
  height: auto;
  min-height: 88px;
  font-size: 1rem;
}

.service-card-description.special {
  color: var(--white);
  text-align: left;
  min-height: auto;
}

.from-tag {
  font-size: 1rem;
}

.service-price {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.service-price.special {
  color: var(--white);
  text-align: left;
  align-items: flex-end;
  display: block;
}

.pricetag-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.from-span {
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 400;
}

.image-10, .image-11, .image-12 {
  height: 104px;
}

.heading-5 {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.cards-section {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.services-section {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
  display: flex;
}

.sc-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sc-block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  margin-top: 40px;
}

.div-block-5 {
  background-color: #ffffffbf;
  border-radius: 16px;
}

.excursion-section {
  margin-top: 40px;
}

.left-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-block {
  width: 50%;
}

.video {
  margin-top: 80px;
}

.section-3 {
  max-width: 900px;
  margin-top: 80px;
}

.video-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 900px;
  margin-top: 96px;
  display: flex;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--deep-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: 96px;
  padding-top: 32px;
  padding-bottom: 16px;
  display: flex;
}

.image-14 {
  width: 152px;
}

.youtube-div {
  width: 100%;
  height: 100%;
}

.service-sec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 90vw;
  max-width: 900px;
  margin-top: 96px;
  display: flex;
}

.container-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.footer-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  height: 160px;
  display: flex;
}

.footer-info {
  color: var(--white);
  text-align: left;
}

.footer-info.footer-header {
  color: var(--bright-orange);
  font-size: 16px;
  font-weight: 600;
}

.text-block-6 {
  text-align: center;
}

.div-block-8 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-9 {
  background-color: var(--deep-blue);
  width: auto;
}

.image-15, .image-16 {
  width: 32px;
}

.footer-blo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-11 {
  width: 300px;
}

.div-block-12 {
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.copyright-text {
  color: var(--mid-grey);
  padding-bottom: 8px;
  font-size: 14px;
}

.copyright-text.mobile {
  text-align: center;
  display: none;
}

.divider {
  background-color: var(--mid-grey);
  width: 100%;
  max-width: 1210px;
  height: 1px;
}

.divider.pages {
  background-color: var(--deep-blue);
  width: 90vw;
  max-width: 700px;
}

.divider.pages.orange {
  background-color: var(--bright-orange);
  max-width: 120px;
  height: 2px;
  margin-bottom: 8px;
}

.my-link {
  color: var(--mid-grey);
  text-decoration: none;
  transition: color .2s;
}

.my-link:hover {
  color: var(--white);
}

.text-block-7 {
  color: var(--dark-grey);
  font-size: 12px;
  text-decoration: underline;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -10px;
  display: flex;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.faq-question {
  color: var(--deep-blue);
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 18px;
}

.dropdown-list {
  background-color: #0000;
  padding: 0 20px 20px;
  display: block;
  position: static;
}

.faq-accordion {
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 90vw;
  max-width: 700px;
  display: flex;
}

.text-block-9 {
  color: var(--dark-grey);
}

.acc-divider {
  background-color: var(--bright-orange);
  width: 20%;
  height: 1px;
  margin-left: 20px;
  display: block;
}

.faq-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 900px;
  margin-top: 104px;
  margin-bottom: 72px;
  display: flex;
}

.pricing-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 700px;
  margin-top: 104px;
  margin-bottom: 40px;
  display: flex;
}

.pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px none var(--white);
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 90vw;
  max-width: 700px;
  padding: 0 32px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.div-block-17 {
  background-color: var(--deep-blue);
  width: 1px;
  display: none;
}

.text-block-10 {
  color: var(--bright-orange);
  font-size: 32px;
  display: none;
}

.text-block-11 {
  font-size: 32px;
  font-weight: 600;
}

.text-block-12 {
  color: var(--bright-orange);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.text-block-12.note {
  color: var(--deep-blue);
  padding-top: 12px;
  font-size: 16px;
}

.text-block-13 {
  flex: none;
  font-size: 24px;
  font-weight: 500;
}

.text-block-13.excursion {
  text-align: center;
}

.price-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.text-block-14 {
  flex: none;
  font-size: 24px;
  font-weight: 500;
}

.text-block-14.short {
  flex: none;
  width: auto;
}

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

.price-item-block, .div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-17 {
  width: 220px;
  transform: rotate(10deg)translate(300px, 86px);
}

.div-block-21 {
  border-bottom: 2px dotted var(--deep-blue);
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6px;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 600;
}

.div-block-25 {
  background-color: #bebebe;
  height: 1px;
}

.text-block-15 {
  font-size: 24px;
  font-weight: 500;
}

.text-block-16 {
  font-size: 24px;
  font-weight: 600;
}

.text-block-17 {
  font-size: 20px;
  font-weight: 400;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: var(--deep-blue);
  text-decoration: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-2 {
  text-align: center;
  font-size: 64px;
  line-height: 1.4;
}

.heading-2.light {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  display: flex;
}

.div-block-26 {
  background-color: var(--bright-orange);
  width: 2px;
}

.image-18 {
  width: 220px;
}

.image-19 {
  width: 90vw;
  max-width: 700px;
  margin-bottom: 40px;
}

.image-19.wsurf {
  margin-bottom: 0;
}

.div-block-27 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.image-20 {
  width: 140px;
}

.div-block-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.general-info-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  width: 90vw;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 48px 0 0;
  display: flex;
}

.general-info-section.excursion-price {
  padding-top: 0;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.heading-3.contact {
  font-weight: 400;
}

.heading-3.subheading-3 {
  color: var(--bright-orange);
  font-size: 24px;
  font-weight: 500;
}

.heading-3.subheading-3.paraphrase {
  color: var(--deep-blue);
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph {
  text-align: center;
  letter-spacing: .3px;
}

.paragraph.subheading {
  color: var(--bright-orange);
  font-weight: 700;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  color: var(--bright-orange);
}

.list-item, .list-item-2, .list-item-3 {
  letter-spacing: .3px;
}

.grid {
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) 200px;
  width: 90vw;
  max-width: 700px;
  margin-bottom: 44px;
}

.slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 700px;
  margin-bottom: 80px;
  display: flex;
}

.image-21 {
  width: 40px;
  margin-top: 0;
  margin-bottom: 48px;
}

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

.image-22 {
  width: 90vw;
  max-width: 700px;
}

.book-now-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 90vw;
  max-width: 700px;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.reserve-link {
  color: var(--deep-blue);
  text-decoration: none;
  transition: letter-spacing .4s;
}

.reserve-link:hover {
  letter-spacing: .1rem;
}

.anchor {
  width: 0;
  height: 0;
  padding-bottom: 40px;
}

.anchor.price, .anchor.faq {
  padding-bottom: 0;
}

.bold-text-13, .bold-text-14, .text-span-2 {
  color: var(--bright-orange);
}

.div-block-30 {
  flex-direction: column;
  display: flex;
}

.div-block-30.kayak {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.bold-text-15 {
  color: var(--deep-blue);
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  color: var(--bright-orange);
}

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

.list-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 700px;
  display: flex;
}

.italic-text-6 {
  color: var(--bright-orange);
  font-size: 20px;
}

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

.slider-2 {
  width: 90vw;
  max-width: 700px;
  height: auto;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

.image-23 {
  width: 100%;
}

.image-24 {
  width: 90vw;
  max-width: 700px;
  margin-bottom: 0;
  padding-top: 0;
}

.image-25 {
  width: 90vw;
  max-width: 700px;
  margin-bottom: 96px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  padding-left: 4%;
  padding-right: 4%;
  display: none;
}

.div-block-32 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  display: flex;
}

.image-26 {
  width: 156px;
}

.nav-menu-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.image-27 {
  display: none;
}

.div-block-34 {
  width: 100%;
  height: 100%;
}

.div-block-35 {
  padding-top: 40px;
}

.navigation {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-3 {
  width: 100%;
  max-width: 1210px;
}

.image-28 {
  width: 154px;
}

.container-7 {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-36 {
  padding-top: 40px;
}

.hamburger-menu, .image-29 {
  display: none;
}

.container-8 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-4 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 88px;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  display: flex;
  position: static;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  height: 100%;
  display: flex;
  position: static;
}

.nav-menu-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-bar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  height: 88px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mobile-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.nav-menu-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  height: 88px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-bar-1 {
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  height: 88px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.nav-div-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-30 {
  width: 200px;
}

.nav-menu-1-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 24px;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

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

.subbuttons-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 24px;
  display: flex;
}

.subpage-button {
  background-color: var(--bright-orange);
  text-align: center;
  border-radius: 40px;
  width: 150px;
  padding-left: 32px;
  padding-right: 32px;
}

.image-31 {
  width: 540px;
  margin-bottom: 24px;
}

.anchor-explore {
  height: 0;
}

.text-span-6 {
  color: var(--bright-orange);
}

.image-32 {
  min-width: 700px;
  max-width: 700px;
}

.image-33 {
  max-width: 240px;
  margin-top: 8px;
  margin-bottom: 24px;
  display: inline-block;
}

.partnered-with-elan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-image {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.disclaimer-section {
  margin-top: 104px;
  margin-bottom: 0;
}

.disclaimer-item-block {
  display: none;
}

.disclaimer-text-block {
  text-align: center;
  background-color: #f2641930;
  border-radius: 4px;
  max-width: 600px;
  padding: 12px;
  line-height: 150%;
  display: none;
}

.disclaimer-section-2 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 64px;
  display: none;
}

.link-3 {
  color: var(--white);
}

.link-block-5 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .body {
    background-position: 50% 0;
    background-size: cover;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block {
    max-width: 1210px;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .ratings {
    grid-template: "Area Area-2 Area-3" minmax(auto, 1fr)
    / 1fr 1fr 1fr;
    place-items: stretch stretch;
    height: 100px;
  }

  .kayak-image {
    position: static;
  }

  .div-block-8, .div-block-9 {
    max-width: 1210px;
  }

  .divider.pages {
    margin-top: 0;
  }

  .pricing-section {
    margin-bottom: 64px;
  }

  .text-block-12 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-19 {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .general-info-section {
    margin-bottom: 40px;
  }

  .image-22 {
    margin-top: 0;
    margin-bottom: 56px;
    padding-bottom: 0;
  }

  .anchor.pricing {
    padding-bottom: 40px;
  }

  .text-span-5 {
    color: var(--bright-orange);
  }

  .image-33, .partnered-with-elan {
    margin-bottom: 24px;
  }

  .link-image {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .disclaimer-section {
    margin-bottom: 0;
  }

  .disclaimer-text-block {
    max-width: 600px;
    font-size: 18px;
  }

  .disclaimer-section-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image {
    object-fit: fill;
    position: static;
  }

  .navbar {
    z-index: auto;
    position: sticky;
  }

  .brand {
    display: block;
  }

  .container {
    flex-direction: column;
    display: flex;
  }

  .nav-link {
    z-index: 100;
    color: var(--deep-blue);
    border-bottom: 0 #0000;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: color .2s, letter-spacing .4s;
    display: flex;
  }

  .nav-link:hover {
    color: var(--bright-orange);
    border-top-style: none;
    border-bottom: 0 #0000;
  }

  .nav-link:focus {
    color: var(--bright-orange);
    border-bottom: 0 #0000;
  }

  .nav-link.find-us-link {
    display: flex;
  }

  .navbar-2.bottom {
    align-items: center;
  }

  .button {
    display: none;
  }

  .button.button-space-1 {
    margin-top: 40px;
    display: block;
  }

  .button.button-servicecard, .button.pages, .button.hero {
    display: block;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.hero {
    font-size: 3.5rem;
  }

  .hero-section {
    margin-top: 80px;
    transform: none;
  }

  .heading-4, .heading-4.pages {
    font-size: 1.5rem;
  }

  .icon {
    color: var(--deep-blue);
    object-fit: fill;
    font-size: 40px;
  }

  .nav-menu-2 {
    background-color: var(--sand);
    box-shadow: 4px 4px 25px 5px var(--light-shadow);
    color: var(--deep-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .kayak-image {
    width: 400px;
    transform: translate(124px, 19px)rotate(-20deg);
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .faq-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-17 {
    width: 200px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .image-19 {
    margin-bottom: 40px;
  }

  .image-22 {
    margin-bottom: 80px;
  }

  .section-4 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .image-26 {
    z-index: 110;
    position: relative;
  }

  .nav-menu-1 {
    display: none;
  }

  .hamburger-menu {
    z-index: 100;
    background-color: var(--sand);
    box-shadow: 4px 4px 20px 5px var(--light-shadow);
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    height: 440px;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    position: fixed;
    inset: -70% auto auto 0%;
  }

  .image-29 {
    z-index: 110;
    display: block;
    position: relative;
  }

  .open-menu-header {
    justify-content: space-between;
    align-items: center;
    height: 88px;
    display: flex;
  }

  .open-menu-links {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 352px;
    padding-bottom: 24px;
    display: flex;
  }

  .hamburger-links {
    color: var(--deep-blue);
    text-align: center;
    width: 40%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .hamburger-links:focus {
    color: var(--bright-orange);
  }

  .mobile-menu {
    z-index: 1000;
    background-color: var(--sand);
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-menu-5 {
    inset: 100% 0% auto;
    transform: translate(0);
  }

  .navbar-6 {
    background-color: #0000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #0000;
  }

  .nav-menu-1-1 {
    background-color: var(--sand);
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: #0000;
  }

  .image-33 {
    margin-bottom: 24px;
  }

  .disclaimer-section {
    margin-left: 32px;
    margin-right: 32px;
  }

  .disclaimer-item-block, .disclaimer-text-block {
    display: none;
  }

  .disclaimer-section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 32px;
    margin-right: 32px;
    display: none;
  }

  .link-3 {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar-2.bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: center;
  }

  .button.button-space-1 {
    display: block;
  }

  .heading.hero {
    font-size: 3rem;
  }

  .hero-section {
    margin-top: 64px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-section.page {
    margin-bottom: 0;
  }

  .heading-4, .heading-4.pages {
    font-size: 1.5rem;
  }

  .nav-menu-2 {
    box-shadow: 4px 4px 25px 5px #7c7c7c80;
  }

  .ratings {
    grid-auto-flow: row;
  }

  .ratings.desktop {
    display: none;
  }

  .ratings.mobile {
    width: 340px;
    margin-top: 32px;
    display: flex;
  }

  .social-ratings.glass.mobile {
    width: 103px;
    height: 100px;
  }

  .kayak-image {
    transform: rotate(-20deg)translate(48px, 76px);
  }

  .service-card.special {
    background-image: linear-gradient(#0009, #0009), url('../images/Otok-Prvic-00.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    width: 60vw;
    padding-left: 32px;
    padding-right: 32px;
  }

  .service-card-heading {
    font-size: 2rem;
  }

  .service-card-heading.special {
    text-align: center;
  }

  .service-card-description {
    max-width: 380px;
  }

  .service-card-description.special {
    text-align: center;
  }

  .service-price {
    font-size: 1.25rem;
  }

  .service-price.special {
    text-align: center;
  }

  .heading-5 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 2rem;
  }

  .services-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 60vw;
  }

  .div-block-3 {
    width: 100%;
    height: 100%;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .left-block {
    align-items: center;
    width: 100%;
  }

  .video-section {
    grid-row-gap: 40px;
    margin-top: 80px;
  }

  .service-sec {
    grid-row-gap: 0px;
  }

  .footer-block {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .text-block-8 {
    color: var(--dark-grey);
    font-size: 12px;
    text-decoration: underline;
  }

  .link-block-4 {
    width: 103px;
    height: 100px;
    text-decoration: none;
  }

  .div-block-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    display: flex;
  }

  .faq-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: -80px;
  }

  .div-block-16 {
    justify-content: center;
  }

  .text-block-10, .text-block-11 {
    font-size: 28px;
  }

  .text-block-13, .text-block-14 {
    font-size: 20px;
  }

  .image-17 {
    width: 160px;
    display: none;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .heading-2.pages {
    font-size: 48px;
  }

  .image-20 {
    width: 90px;
  }

  .image-22 {
    margin-bottom: 80px;
  }

  .html-embed-2 {
    padding-bottom: 80px;
  }

  .hamburger-links {
    width: 60%;
  }

  .image-30 {
    width: 182px;
  }

  .subbuttons-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-32 {
    min-width: auto;
    max-width: 460px;
  }

  .image-33 {
    max-width: 220px;
    margin-bottom: 24px;
  }

  .partnered-with-elan {
    margin-bottom: 40px;
  }

  .disclaimer-section {
    margin-left: 24px;
    margin-right: 24px;
  }

  .disclaimer-text-block {
    max-width: 360px;
  }

  .disclaimer-section-2 {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-size: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image {
    max-width: 80%;
  }

  .button {
    display: none;
  }

  .button.button-space-1 {
    margin-top: 40px;
  }

  .button.pages {
    align-self: stretch;
  }

  .heading, .heading.hero {
    font-size: 2.5rem;
  }

  .hero-section {
    margin-top: 48px;
    margin-bottom: 136px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-section.page {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 90vw;
    margin-top: 32px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 1.25rem;
  }

  .heading-4.pages {
    font-size: 1.5rem;
  }

  .ratings {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
    grid-auto-flow: row;
    width: 190px;
    height: 302px;
    margin-top: 104px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .ratings.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    height: auto;
    margin-top: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .numeric-rating {
    font-size: 16px;
  }

  .social-ratings {
    object-fit: fill;
  }

  .social-ratings.glass.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 97px;
    height: auto;
  }

  .reviews-link.mobile {
    font-size: 10px;
  }

  .image-8 {
    text-align: right;
    width: 240px;
  }

  .div-block-2 {
    text-align: center;
    margin-top: 8vh;
    padding-top: 0;
  }

  .kayak-image {
    width: 360px;
    transform: translate(0, 76px)rotate(-20deg);
  }

  .service-card.special {
    width: 80vw;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-5 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 2rem;
  }

  .services-grid {
    width: 80vw;
  }

  .services-section {
    margin-top: 80px;
  }

  .service-sec {
    grid-row-gap: 0px;
  }

  .copyright-text {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .divider.pages {
    margin-top: 16px;
  }

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

  .link-block-4 {
    width: auto;
    height: auto;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-13.mobile-diff {
    flex-direction: row;
  }

  .faq-question {
    font-size: 16px;
  }

  .pricing-section {
    margin-bottom: 40px;
  }

  .pricing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-17 {
    width: 1px;
    display: none;
  }

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

  .text-block-12 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .text-block-12.note {
    font-size: 14px;
  }

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

  .price-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
  }

  .text-block-14 {
    width: auto;
    font-size: 18px;
  }

  .text-block-14.short, .text-block-14.wsurf {
    font-size: 18px;
  }

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

  .div-block-21 {
    display: flex;
  }

  .div-block-22 {
    background-color: var(--deep-blue);
    display: flex;
  }

  .div-block-23 {
    background-color: var(--deep-blue);
    width: 100%;
  }

  .div-block-24 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 1px;
    display: flex;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-19 {
    width: 100vw;
    margin-top: -8px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-27 {
    flex-direction: column;
    width: 90%;
  }

  .general-info-section {
    margin-top: 64px;
    margin-bottom: 40px;
    padding: 0;
  }

  .heading-3 {
    font-size: 24px;
  }

  .list {
    padding-left: 16px;
  }

  .image-21 {
    margin-bottom: 32px;
  }

  .image-21.excursion {
    margin-bottom: 64px;
  }

  .image-22 {
    width: 100vw;
    margin-top: -40px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .anchor.faq {
    padding-bottom: 0;
  }

  .list-2 {
    align-items: flex-start;
    padding-left: 20px;
  }

  .image-24, .image-25 {
    width: 100%;
  }

  .image-26 {
    width: 132px;
  }

  .div-block-33 {
    padding: 16px;
  }

  .hamburger-menu {
    width: 100vw;
    height: 440px;
    display: block;
    inset: -70% 0% auto auto;
  }

  .open-menu-header {
    height: 88px;
  }

  .open-menu-links {
    align-items: center;
  }

  .hamburger-links {
    width: 80%;
    font-size: 20px;
  }

  .image-30 {
    width: 154px;
  }

  .subbuttons-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 90%;
    padding-top: 12px;
  }

  .subpage-button {
    width: auto;
  }

  .image-32 {
    max-width: 260px;
  }

  .image-33 {
    max-width: 180px;
    margin-bottom: 40px;
  }

  .partnered-with-elan {
    margin-bottom: 40px;
  }

  .disclaimer-text-block {
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .disclaimer-section-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-3 {
    color: var(--white);
  }
}

#w-node-_3a16d724-73d4-298e-7209-4e4e87e1019e-b2f4714d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1056f72c-cc2b-7ac5-eaa5-93cfa7e22fbb-b2f4714d {
  grid-area: Area-3;
}

#w-node-_2ad90bbc-ad71-c59d-20b3-8a4ca68e50de-b2f4714d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1056f72c-cc2b-7ac5-eaa5-93cfa7e22fc3-b2f4714d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57003bcb-3151-ad7b-8866-53b4f8cd7d6d-b2f4714d, #w-node-_51a4ae1b-c484-5424-65fe-fab0dc3d4bee-b2f4714d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85401ac6-f47b-31dc-3b23-082e80838598-b2f4714d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2910b871-bf30-831a-5ccd-fe891900be96-b2f4714d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1534fafb-37ee-d56d-f6d2-9cd127674490-b2f4714d {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_1056f72c-cc2b-7ac5-eaa5-93cfa7e22fb3-b2f4714d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2910b871-bf30-831a-5ccd-fe891900be96-b2f4714d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1534fafb-37ee-d56d-f6d2-9cd127674490-b2f4714d {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85401ac6-f47b-31dc-3b23-082e80838598-b2f4714d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2910b871-bf30-831a-5ccd-fe891900be96-b2f4714d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1534fafb-37ee-d56d-f6d2-9cd127674490-b2f4714d {
    grid-area: 4 / 1 / 5 / 2;
  }
}


