@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Research authority and conversion layer */
.research-author {
  width: min(1160px, calc(100% - 40px));
  margin: -30px auto 30px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid #ded7ce;
  border-top: 3px solid #ce4b00;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(44, 35, 26, .12);
  color: #453c33;
}
.research-author img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; object-position: center 22%; }
.research-author div > span { display: block; color: #b94000; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.research-author strong { display: block; font-family: Cinzel, Georgia, serif; font-size: 20px; line-height: 1.25; }
.research-author strong a { color: #302a24; text-decoration: none; }
.research-author p { margin: 3px 0 0; color: #655d55; font-size: 14px; }
.research-author-link { color: #a63b00; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.research-field-note { margin: 28px 0; padding: 24px 26px; background: #f0ece5; border-left: 4px solid #ce4b00; border-radius: 0 8px 8px 0; }
.research-field-note > div { display: flex; gap: 9px; align-items: center; margin-bottom: 8px; }
.research-field-note img { width: 25px; height: 25px; }
.research-field-note span { color: #b94000; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.research-field-note p { margin: 0; color: #443b32; font-size: 17px; }
.research-planning-prompt { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 17px; margin: 30px 0 38px; padding: 19px 22px; border: 1px solid #d7cfc5; border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(45, 34, 23, .07); }
.research-planning-prompt > img { width: 32px; height: 32px; }
.research-planning-prompt strong { font-family: Cinzel, Georgia, serif; color: #352e27; font-size: 17px; }
.research-planning-prompt p { margin: 2px 0 0; color: #6a6158; font-size: 14px; }
.research-planning-prompt > a { color: #a63b00; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; text-align: right; }
.research-proof { margin: 42px 0; padding: 30px; color: #fff; background: #102d24; border-radius: 8px; }
.research-proof > span { color: #ff6b19; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.research-proof blockquote { margin: 14px 0 12px; padding: clamp(26px, 4vw, 46px); border-radius: 6px; background: #f4f1ec; color: #302a22 !important; font: 600 23px/1.45 Cinzel, Georgia, serif; }
.legal-site-header { position: relative; z-index: 100; display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); min-height: 82px; padding: 10px max(24px, calc((100vw - 1640px) / 2)); border-top: 3px solid #ce4b00; background: #fff; box-shadow: 0 3px 18px #241b1210; }
.legal-site-brand { flex: 0 0 auto; }
.legal-site-brand img { display: block; width: 150px; height: auto; }
.legal-desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-right: auto; }
.legal-desktop-nav a { color: #3d352d; font-size: 14px; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.legal-desktop-nav a:hover, .legal-desktop-nav a:focus-visible { color: #b64000; }
.legal-header-phone { display: grid; color: #ad3d00; font-size: 14px; font-weight: 800; line-height: 1.2; text-align: right; text-decoration: none; }
.legal-header-phone small { color: #40382f; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-header-cta { padding: 16px 24px; border-radius: 999px; background: #ce4b00; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.legal-mobile-nav { display: none; margin-left: auto; }
.legal-mobile-nav summary { padding: 11px 15px; border: 1px solid #9f3900; border-radius: 999px; color: #9f3900; cursor: pointer; font-weight: 800; list-style: none; text-transform: uppercase; }
.legal-mobile-nav summary::-webkit-details-marker { display: none; }
.legal-mobile-nav nav { position: absolute; top: 100%; right: 16px; left: 16px; display: grid; padding: 12px; border-radius: 0 0 8px 8px; background: #fff; box-shadow: 0 16px 28px #0003; }
.legal-mobile-nav nav a { padding: 12px 10px; border-bottom: 1px solid #e7e0d8; color: #3d352d; font-weight: 800; text-decoration: none; }
.legal-site-footer { padding: 64px max(24px, calc((100vw - 1440px) / 2)) 30px; background: #3d352b; color: #fff; text-align: left; }
.legal-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(28px, 5vw, 72px); }
.legal-footer-grid > div, .legal-footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 0; }
.legal-footer-grid img { width: 230px; max-width: 100%; }
.legal-footer-grid p { max-width: 330px; color: #fff; }
.legal-footer-grid strong { margin-bottom: 5px; color: #fff; font-family: Cinzel, Georgia, serif; font-size: 17px; }
.legal-footer-grid a, .legal-footer-bottom a { color: #fff; overflow-wrap: anywhere; }
.legal-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 28px; margin-top: 44px; padding-top: 24px; border-top: 1px solid #ffffff35; color: #fff; font-size: 14px; }
.legal-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
@media (max-width: 1180px) { .legal-desktop-nav, .legal-header-phone { display: none; } .legal-mobile-nav { display: block; } .legal-header-cta { margin-left: auto; } }
@media (max-width: 760px) { .legal-site-header { min-height: 70px; padding-inline: 18px; } .legal-site-brand img { width: 128px; } .legal-header-cta { display: none; } .legal-footer-grid { grid-template-columns: 1fr 1fr; } .legal-footer-bottom { padding-bottom: 92px; } }
@media (max-width: 480px) { .legal-footer-grid { grid-template-columns: 1fr; } }
.research-proof cite { display: block; margin-bottom: 14px; color: #eee9e2; font-style: normal; }
.research-proof a { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.research-mobile-toc { display: none; }
.research-start-here { padding: 52px 0 58px; background: #f2eee8; border-bottom: 1px solid #d8d0c7; }
.research-start-heading { max-width: 700px; margin-bottom: 26px; }
.research-start-heading > span { color: #b94000; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.research-start-heading h2 { margin: 8px 0 10px; color: #3b332b; font: 600 clamp(28px, 4vw, 42px)/1.15 Cinzel, Georgia, serif; }
.research-start-heading p { margin: 0; color: #655d55; font-size: 17px; }
.research-start-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.research-start-grid a { display: block; padding: 24px; color: #40372f; text-decoration: none; background: #fff; border: 1px solid #d7cfc5; border-radius: 8px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.research-start-grid a:hover { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(44, 34, 24, .1); border-color: #ce4b00; }
.research-start-grid span { display: block; color: #ce4b00; font-weight: 900; font-size: 12px; letter-spacing: .12em; }
.research-start-grid strong { display: block; margin: 7px 0; font: 600 19px/1.3 Cinzel, Georgia, serif; }
.research-start-grid p { margin: 0; color: #6b6259; font-size: 14px; }
@media (max-width: 991px) {
  .research-author { margin-top: -20px; grid-template-columns: 62px minmax(0, 1fr); }
  .research-author img { width: 56px; height: 56px; }
  .research-author-link { grid-column: 2; }
  .research-toc { display: none !important; }
  .research-mobile-toc { display: block; margin: 0 0 28px; border: 1px solid #d7cfc5; border-radius: 8px; background: #fff; }
  .research-mobile-toc summary { padding: 16px 18px; color: #3d352d; cursor: pointer; font-weight: 900; }
  .research-mobile-toc div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 0 18px 16px; }
  .research-mobile-toc a { padding: 8px 6px; color: #9f3900; border-bottom: 1px solid #ece6de; font-size: 14px; }
  .research-start-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .research-author { width: calc(100% - 28px); padding: 16px; grid-template-columns: 50px minmax(0, 1fr); gap: 13px; }
  .research-author img { width: 48px; height: 48px; }
  .research-author p { font-size: 13px; }
  .research-planning-prompt { grid-template-columns: 32px minmax(0, 1fr); padding: 17px; }
  .research-planning-prompt > a { grid-column: 2; text-align: left; }
  .research-mobile-toc div { grid-template-columns: 1fr; }
  .research-proof { padding: 24px 20px; }
  .research-proof blockquote { font-size: 19px; }
}

/* Homepage conversion and performance refinements */
#plan-your-trip {
  scroll-margin-top: 90px;
}

.homepage-hero-reassurance a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.homepage-conversion-stock {
  object-fit: cover;
  object-position: 65% center;
}

.homepage-booking-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.homepage-booking-steps li {
  display: flex;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(33, 50, 45, .15);
  background: rgba(255, 255, 255, .72);
}

.homepage-booking-steps li > span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary, #bc5e35);
  color: #fff;
  font-weight: 700;
  place-items: center;
}

.homepage-booking-steps strong {
  display: block;
  margin-bottom: 5px;
}

.homepage-booking-steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .section.banner-home-1 .base-container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .banner-home-1-content-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .banner-home-1-content-wrap h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.5vw, 50px) !important;
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .white-paragraph.banner-home-1,
  .homepage-hero-reassurance {
    max-width: 100%;
  }

  .banner-home-1-content-wrap .section-button-wrapper {
    display: grid;
    width: 100%;
    max-width: 330px;
    gap: 10px;
  }

  .banner-home-1-content-wrap .primary-button,
  .banner-home-1-content-wrap .primary-button-white {
    width: 100%;
    text-align: center;
  }

  .banner-1-video {
    background-image: url('../videos/Fishing-Video-poster-00001.jpg');
    background-position: center;
    background-size: cover;
  }

  .banner-1-video video {
    display: none;
  }

  .homepage-booking-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  video[autoplay] {
    display: none;
  }

  .banner-1-video {
    background-image: url('../videos/Fishing-Video-poster-00001.jpg');
    background-position: center;
    background-size: cover;
  }
}

/* Services overview conversion page */
.services-conversion-page { overflow: hidden; background: #f7f5f1; }
.services-conversion-hero { position: relative; min-height: 700px; display: flex; align-items: center; color: #fff; isolation: isolate; }
.services-conversion-hero > img, .services-conversion-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.services-conversion-hero > img { z-index: -2; object-fit: cover; object-position: center; }
.services-conversion-overlay { z-index: -1; background: linear-gradient(90deg,rgba(10,24,19,.95),rgba(10,24,19,.78) 45%,rgba(10,24,19,.12) 78%); }
.services-conversion-hero-content { width: 100%; padding: 100px 0; }
.services-conversion-hero-content > span, .services-choice-section header > span, .services-included-section > .base-container > div > span, .services-process-section header > span, .services-guidance-section header > span, .services-faq-section header > span { display:block; margin-bottom:15px; color:#ef7a32; font-size:13px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.services-conversion-hero h1 { max-width:820px; margin-bottom:24px; color:#fff; font-size:clamp(50px,6vw,86px); line-height:1.02; }
.services-conversion-hero p { max-width:720px; margin-bottom:30px; color:rgba(255,255,255,.9); font-size:20px; line-height:1.6; }
.services-conversion-hero-content > div { display:flex; flex-wrap:wrap; gap:14px; margin-bottom:18px; }
.services-conversion-hero-content small { color:rgba(255,255,255,.78); }
.services-trust-strip { background:#17251f; color:#fff; }
.services-trust-strip .base-container { display:grid; grid-template-columns:repeat(4,1fr); }
.services-trust-strip span { padding:24px 18px; border-right:1px solid rgba(255,255,255,.2); font-size:14px; font-weight:700; text-align:center; }
.services-trust-strip span:last-child { border-right:0; }
.services-conversion-intro { padding:105px 0 90px; }
.services-conversion-intro .base-container { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1fr); gap:80px; align-items:end; }
.services-conversion-intro h2, .services-choice-section h2, .services-included-section h2, .services-process-section h2, .services-guidance-section h2, .services-faq-section h2 { margin-bottom:0; color:#3d352a; font-size:clamp(36px,4.4vw,58px); line-height:1.12; }
.services-conversion-intro p { margin-bottom:14px; font-size:18px; line-height:1.72; }
.services-choice-section { padding:80px 0 110px; background:#fff; }
.services-choice-section header, .services-process-section header, .services-faq-section header { max-width:850px; margin:0 auto 48px; text-align:center; }
.services-choice-section header p { margin:16px 0 0; }
.services-choice-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; }
.services-choice-card { overflow:hidden; border-radius:10px; background:#3d352a; color:#fff; box-shadow:0 16px 38px rgba(41,35,27,.12); transition:transform .28s ease,box-shadow .28s ease; }
.services-choice-card:hover, .services-choice-card:focus-visible { color:#fff; transform:translateY(-6px); box-shadow:0 24px 48px rgba(41,35,27,.2); }
.services-choice-card:focus-visible { outline:4px solid #c54c06; outline-offset:4px; }
.services-choice-card > img { display:block; width:100%; height:330px; object-fit:cover; transition:transform .45s ease; }
.services-choice-card:hover > img, .services-choice-card:focus-visible > img { transform:scale(1.035); }
.services-choice-card > div { padding:30px 32px 34px; }
.services-choice-card span { color:#ef7a32; font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.services-choice-card h3 { margin:12px 0 14px; color:#fff; font-size:31px; line-height:1.2; }
.services-choice-card p { color:rgba(255,255,255,.83); line-height:1.65; }
.services-choice-card ul { display:flex; flex-wrap:wrap; gap:8px; margin:20px 0 24px; padding:0; list-style:none; }
.services-choice-card li { padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.1); color:#fff; font-size:12px; }
.services-choice-card strong { color:#fff; text-decoration:underline; text-underline-offset:5px; }
.services-included-section { padding:105px 0; background:#c54c06; color:#fff; }
.services-included-section .base-container { display:grid; grid-template-columns:minmax(260px,.7fr) minmax(0,1fr); gap:90px; align-items:center; }
.services-included-section > .base-container > div > span { color:#fff; }
.services-included-section h2 { margin-bottom:22px; color:#fff; }
.services-included-section p { margin-bottom:26px; color:rgba(255,255,255,.88); }
.services-included-section ul { margin:0; padding:0; list-style:none; }
.services-included-section li { display:grid; grid-template-columns:minmax(170px,.6fr) minmax(0,1fr); gap:22px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.28); }
.services-included-section li:first-child { border-top:1px solid rgba(255,255,255,.28); }
.services-included-section li strong, .services-included-section li span { color:#fff; }
.services-included-section li span { opacity:.86; }
.services-process-section { padding:110px 0; }
.services-process-section ol { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin:0; padding:0; list-style:none; }
.services-process-section li { padding:34px 30px; border-top:3px solid #c54c06; background:#fff; box-shadow:0 13px 32px rgba(41,35,27,.08); }
.services-process-section li b { display:block; margin-bottom:25px; color:#c54c06; font-family:Cinzel,sans-serif; font-size:44px; }
.services-process-section h3 { margin-bottom:12px; color:#3d352a; font-size:25px; }
.services-process-section p { margin:0; line-height:1.65; }
.services-proof-section { padding:90px 0; background:#17251f; color:#fff; }
.services-proof-section .base-container { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.services-proof-section .base-container > div { padding:34px; border:1px solid rgba(255,255,255,.17); border-radius:8px; }
.services-proof-section span { color:#ef7a32; font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.services-proof-section blockquote { margin:18px 0 24px; padding:0; background:transparent; color:#fff; font-family:Cinzel,sans-serif; font-size:23px; line-height:1.5; }
.services-proof-section cite { color:rgba(255,255,255,.75); font-style:normal; }
.services-proof-section .base-container > a { grid-column:1/-1; justify-self:center; color:#fff; font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.services-guidance-section { padding:110px 0; background:#fff; }
.services-guidance-section header { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1fr); column-gap:70px; align-items:end; margin-bottom:50px; }
.services-guidance-section header > span { grid-column:1/-1; }
.services-guidance-section header p { margin:0; font-size:18px; line-height:1.65; }
.services-guidance-section .base-container > div { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.services-guidance-section article { padding:28px; border:1px solid #ded9d1; border-radius:7px; background:#faf8f4; }
.services-guidance-section article h3 { margin-bottom:10px; color:#3d352a; font-size:23px; }
.services-guidance-section article p { margin:0; line-height:1.65; }
.services-guidance-section nav { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.services-guidance-section nav a { padding:11px 15px; border:1px solid #c54c06; border-radius:999px; color:#8a3505; font-size:13px; font-weight:700; }
.services-faq-section { padding:110px 0; }
.services-faq-list { max-width:980px; margin:0 auto 30px; border-top:1px solid #d9d3ca; }
.services-faq-list details { border-bottom:1px solid #d9d3ca; }
.services-faq-list summary { display:grid; grid-template-columns:minmax(0,1fr) 48px; align-items:center; gap:18px; padding:25px 0; color:#3d352a; font-family:Cinzel,sans-serif; font-size:21px; font-weight:700; cursor:pointer; list-style:none; }
.services-faq-list summary::-webkit-details-marker { display:none; }
.services-faq-list summary:focus-visible { outline:3px solid rgba(197,76,6,.35); outline-offset:4px; }
.services-faq-list summary i { position:relative; width:44px; height:44px; border:1px solid #c54c06; border-radius:50%; }
.services-faq-list summary i::before, .services-faq-list summary i::after { position:absolute; top:20px; left:12px; width:18px; height:2px; background:#c54c06; content:""; transition:transform .2s ease,background .2s ease; }
.services-faq-list summary i::after { transform:rotate(90deg); }
.services-faq-list details[open] summary { color:#c54c06; }
.services-faq-list details[open] summary i { background:#c54c06; }
.services-faq-list details[open] summary i::before, .services-faq-list details[open] summary i::after { background:#fff; }
.services-faq-list details[open] summary i::after { transform:rotate(0); }
.services-faq-list details p { max-width:800px; margin:0; padding:0 65px 26px 0; line-height:1.7; }
.services-faq-section .base-container > a { display:block; width:max-content; margin:0 auto; color:#8a3505; font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.services-final-cta { padding-top:90px; }
@media screen and (max-width:767px) {
 .services-conversion-hero { min-height:720px; align-items:flex-end; }
 .services-conversion-hero > img { object-position:63% center; }
 .services-conversion-overlay { background:linear-gradient(0deg,rgba(10,24,19,.97),rgba(10,24,19,.76) 62%,rgba(10,24,19,.18)); }
 .services-conversion-hero-content { padding:160px 0 58px; }
 .services-conversion-hero h1 { font-size:44px; }
 .services-conversion-hero p { font-size:17px; }
 .services-conversion-hero-content .primary-button, .services-conversion-hero-content .primary-button-white { width:100%; text-align:center; }
 .services-trust-strip .base-container { grid-template-columns:repeat(2,1fr); }
 .services-trust-strip span { border-bottom:1px solid rgba(255,255,255,.2); }
 .services-conversion-intro { padding:72px 0 58px; }
 .services-conversion-intro .base-container, .services-included-section .base-container, .services-guidance-section header { grid-template-columns:1fr; gap:32px; }
 .services-choice-section, .services-process-section, .services-guidance-section, .services-faq-section { padding:75px 0; }
 .services-choice-grid, .services-process-section ol, .services-proof-section .base-container, .services-guidance-section .base-container > div { grid-template-columns:1fr; }
 .services-choice-card > img { height:250px; }
 .services-choice-card > div { padding:25px 22px 29px; }
 .services-choice-card h3 { font-size:27px; }
 .services-included-section { padding:75px 0; }
 .services-included-section li { grid-template-columns:1fr; gap:6px; }
 .services-proof-section { padding:70px 0; }
 .services-guidance-section header > span { grid-column:auto; }
 .services-faq-list summary { grid-template-columns:minmax(0,1fr) 40px; font-size:17px; }
 .services-faq-list summary i { width:38px; height:38px; }
 .services-faq-list summary i::before, .services-faq-list summary i::after { top:17px; left:10px; width:16px; }
 .services-faq-list details p { padding-right:45px; }
}
@media (prefers-reduced-motion:reduce) { .services-choice-card, .services-choice-card > img, .services-faq-list summary i::before, .services-faq-list summary i::after { transition:none; } }

/* Gallery conversion page */
.gallery-conversion-page {
  overflow: hidden;
  background: #f7f5f1;
}

.gallery-conversion-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
}

.gallery-conversion-hero > img,
.gallery-conversion-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gallery-conversion-hero > img {
  object-fit: cover;
  object-position: 60% 42%;
  z-index: -2;
}

.gallery-conversion-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(11, 26, 21, .93) 0%, rgba(11, 26, 21, .76) 42%, rgba(11, 26, 21, .2) 76%, rgba(11, 26, 21, .08) 100%);
}

.gallery-conversion-hero-content {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 70px;
}

.gallery-conversion-hero-content > span,
.gallery-conversion-section header > span,
.gallery-video-section span,
.gallery-instagram-section span {
  display: block;
  margin-bottom: 16px;
  color: #ef7a32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gallery-conversion-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: 1.03;
}

.gallery-conversion-hero p {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.9);
  font-size: 20px;
  line-height: 1.6;
}

.gallery-conversion-hero-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.gallery-conversion-hero-content small {
  color: rgba(255,255,255,.78);
}

.gallery-conversion-intro {
  padding: 100px 0 76px;
}

.gallery-conversion-intro .base-container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 80px;
  align-items: end;
}

.gallery-conversion-intro h2,
.gallery-conversion-section h2,
.gallery-video-section h2,
.gallery-instagram-section h2 {
  margin-bottom: 0;
  color: #3d352a;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
}

.gallery-conversion-intro p {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.7;
}

.gallery-conversion-section {
  padding: 70px 0 110px;
}

.gallery-conversion-section header {
  max-width: 840px;
  margin: 0 auto 46px;
  text-align: center;
}

.gallery-conversion-section header p {
  margin: 16px 0 0;
}

.gallery-editorial-grid {
  columns: 3 300px;
  column-gap: 20px;
}

.gallery-editorial-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
  border-radius: 8px;
  background: #17251f;
  break-inside: avoid;
  box-shadow: 0 12px 28px rgba(35, 31, 26, .1);
}

.gallery-editorial-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .45s ease, opacity .3s ease;
}

.gallery-editorial-item span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  border-radius: 4px;
  background: rgba(15, 32, 25, .86);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.gallery-editorial-item:hover img,
.gallery-editorial-item:focus-visible img {
  transform: scale(1.035);
  opacity: .9;
}

.gallery-editorial-item:hover span,
.gallery-editorial-item:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.gallery-editorial-item:focus-visible {
  outline: 4px solid #c54c06;
  outline-offset: 4px;
}

.gallery-video-section {
  padding: 100px 0;
  background: #17251f;
  color: rgba(255,255,255,.84);
}

.gallery-video-section .base-container {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .55fr);
  gap: 80px;
  align-items: center;
}

.gallery-video-section h2 {
  margin-bottom: 24px;
  color: #fff;
}

.gallery-video-section p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
}

.gallery-video-section a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.gallery-video-still {
  position: relative;
  display: block;
  width: min(100%, 430px);
  margin-left: auto;
  overflow: hidden;
  border-radius: 10px;
  background: #0b1511;
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
}

.gallery-video-still img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-video-still figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 11px 13px;
  border-radius: 4px;
  background: rgba(15, 32, 25, .84);
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.gallery-instagram-section {
  padding: 105px 20px;
  text-align: center;
  background: #fff;
}

.gallery-instagram-section .base-container {
  max-width: 850px;
}

.gallery-instagram-section img {
  margin-bottom: 20px;
}

.gallery-instagram-section h2 {
  margin-bottom: 20px;
}

.gallery-instagram-section p {
  max-width: 650px;
  margin: 0 auto 28px;
  font-size: 18px;
}

.gallery-instagram-section .base-container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.gallery-text-link {
  color: #3d352a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.gallery-final-cta {
  padding-top: 90px;
}

.gallery-lightbox-dialog {
  width: min(94vw, 1200px);
  max-width: none;
  max-height: 92vh;
  padding: 52px 20px 18px;
  border: 0;
  border-radius: 8px;
  background: #101a16;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.5);
}

.gallery-lightbox-dialog::backdrop {
  background: rgba(5, 10, 8, .88);
}

.gallery-lightbox-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.gallery-lightbox-dialog button:focus-visible {
  outline: 3px solid #ef7a32;
  outline-offset: 3px;
}

.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  padding: 0 0 5px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(15,32,25,.82);
  color: #fff;
  font-size: 42px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.gallery-lightbox-prev {
  left: 18px;
}

.gallery-lightbox-next {
  right: 18px;
}

.gallery-lightbox-dialog figure {
  margin: 0;
  text-align: center;
}

.gallery-lightbox-dialog img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 76vh;
  margin: 0 auto;
  object-fit: contain;
}

.gallery-lightbox-dialog figcaption {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 12px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.gallery-lightbox-status {
  color: #ef7a32;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .gallery-conversion-hero {
    min-height: 680px;
    align-items: flex-end;
  }

  .gallery-conversion-hero > img {
    object-position: 63% center;
  }

  .gallery-conversion-overlay {
    background: linear-gradient(0deg, rgba(11, 26, 21, .97) 0%, rgba(11, 26, 21, .78) 58%, rgba(11, 26, 21, .28) 100%);
  }

  .gallery-conversion-hero-content {
    padding-top: 150px;
    padding-bottom: 58px;
  }

  .gallery-conversion-hero h1 {
    font-size: 43px;
  }

  .gallery-conversion-hero p {
    font-size: 17px;
  }

  .gallery-conversion-hero-content .primary-button,
  .gallery-conversion-hero-content .primary-button-white {
    width: 100%;
    text-align: center;
  }

  .gallery-conversion-intro {
    padding: 70px 0 46px;
  }

  .gallery-conversion-intro .base-container,
  .gallery-video-section .base-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gallery-conversion-section {
    padding: 45px 0 75px;
  }

  .gallery-editorial-grid {
    columns: 2 145px;
    column-gap: 12px;
  }

  .gallery-editorial-item {
    margin-bottom: 12px;
    border-radius: 5px;
  }

  .gallery-editorial-item span {
    display: none;
  }

  .gallery-video-section {
    padding: 75px 0;
  }

  .gallery-video-still {
    width: 100%;
    margin: 0 auto;
  }

  .gallery-instagram-section {
    padding: 75px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-editorial-item img,
  .gallery-editorial-item span {
    transition: none;
  }
}

/* A compact team hero reveals the guide portraits sooner on larger screens. */
@media screen and (min-width: 992px) {
  .section.gallery-banner.team-page-hero {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .team-page-hero .team-hero-logo {
    margin-bottom: 14px;
  }

  .team-page-hero .team-hero-actions {
    margin-top: 20px;
  }
}

/* Bill Drew profile prototype */
.bill-profile-page {
  background: #fff;
}

.guide-detail-hero {
  position: relative;
  padding: 48px 0 0;
  background: var(--primary-light);
  overflow: hidden;
}

.guide-detail-hero::before {
  position: absolute;
  inset: 0;
  background-image: url('../images/BG-Light.png');
  background-position: center;
  background-size: cover;
  content: '';
  opacity: .65;
}

.guide-detail-hero .base-container {
  position: relative;
  z-index: 1;
}

.guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
  font-size: 13px;
}

.guide-breadcrumb a {
  color: #7b3511;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}

.guide-detail-portrait {
  align-self: end;
  margin: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(23, 37, 31, .16);
}

.guide-detail-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 25%;
}

.guide-detail-hero-content {
  padding: 38px 0 52px;
}

.guide-detail-hero-content h1 {
  margin: 20px 0 18px;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 1;
}

.guide-detail-lead {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.65;
}

.guide-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

.guide-detail-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(197, 76, 6, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: #74300d;
  font-size: 13px;
  font-weight: 700;
}

.guide-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.guide-detail-call,
.guide-detail-text-link {
  color: #74300d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.guide-detail-note {
  max-width: 650px;
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.guide-detail-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 37, 31, .14);
  background: #17251f;
  color: #fff;
}

.guide-detail-trust span {
  padding: 22px;
  text-align: center;
}

.guide-detail-trust span + span {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.guide-detail-trust strong,
.guide-detail-trust small {
  display: block;
}

.guide-detail-trust strong {
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
}

.guide-detail-trust small {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
}

.guide-detail-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
  align-items: start;
  gap: clamp(50px, 8vw, 120px);
}

.guide-detail-copy h2 {
  margin: 20px 0;
}

.guide-detail-copy h2:not(:first-of-type) {
  margin-top: 48px;
}

.guide-detail-copy p {
  font-size: 17px;
  line-height: 1.8;
}

.guide-detail-facts {
  position: sticky;
  top: 110px;
  padding: 30px;
  border-top: 4px solid #c54c06;
  background: #fff;
  box-shadow: 0 18px 45px rgba(23, 37, 31, .1);
}

.guide-detail-facts dl {
  margin: 22px 0;
}

.guide-detail-facts dl div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(23, 37, 31, .12);
}

.guide-detail-facts dt {
  color: #74300d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-detail-facts dd {
  margin: 0;
  line-height: 1.5;
}

.guide-detail-testimonial {
  padding: 90px 0;
  background: #17251f;
  color: #fff;
  text-align: center;
}

.guide-detail-testimonial .base-container {
  max-width: 950px;
}

.guide-detail-quote-mark {
  height: 58px;
  color: #c54c06;
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
}

.guide-detail-testimonial blockquote {
  margin: 20px 0 30px;
  border: 0;
}

.guide-detail-testimonial blockquote p {
  color: #fff;
  font-family: Cinzel, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.45;
}

.guide-detail-testimonial blockquote footer {
  margin-top: 20px;
  color: rgba(255, 255, 255, .72);
}

.guide-detail-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-detail-link-grid a {
  min-height: 170px;
  padding: 28px;
  border: 1px solid rgba(23, 37, 31, .14);
  border-radius: 6px;
  background: var(--primary-light);
  color: #17251f;
  transition: transform .25s ease, box-shadow .25s ease;
}

.guide-detail-link-grid a:hover,
.guide-detail-link-grid a:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(23, 37, 31, .12);
}

.guide-detail-link-grid span,
.guide-detail-link-grid strong {
  display: block;
}

.guide-detail-link-grid span {
  margin-bottom: 24px;
  color: #c54c06;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-detail-link-grid strong {
  font-family: Cinzel, sans-serif;
  font-size: 22px;
  line-height: 1.35;
}

.guide-detail-final-cta {
  padding: 72px 0;
  background: var(--primary-light);
}

.guide-detail-final-cta .base-container {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  align-items: center;
  gap: 60px;
}

.guide-detail-final-cta h2 {
  margin: 12px 0;
}

.guide-detail-final-cta p {
  max-width: 760px;
  line-height: 1.7;
}

.guide-detail-final-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.guide-detail-final-actions small {
  line-height: 1.5;
}

.guide-profile-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  border-top: 1px solid rgba(23, 37, 31, .14);
}

.guide-profile-navigation a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  padding: 24px clamp(20px, 5vw, 70px);
  color: #17251f;
}

.guide-profile-navigation a:last-child {
  align-items: flex-end;
  text-align: right;
}

.guide-profile-navigation span {
  margin-bottom: 6px;
  color: #c54c06;
  font-size: 12px;
  text-transform: uppercase;
}

.guide-profile-navigation strong {
  font-family: Cinzel, sans-serif;
}

.guide-profile-navigation-all {
  border-right: 1px solid rgba(23, 37, 31, .14);
  border-left: 1px solid rgba(23, 37, 31, .14);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .guide-detail-hero-grid,
  .guide-detail-story-grid,
  .guide-detail-final-cta .base-container {
    grid-template-columns: 1fr;
  }

  .guide-detail-portrait {
    width: min(520px, 100%);
    margin: 0 auto;
  }

  .guide-detail-hero-content {
    padding-top: 20px;
  }

  .guide-detail-facts {
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .section.gallery-banner.team-page-hero {
    padding-top: 108px;
    padding-bottom: 52px;
  }

  .team-page-hero .team-hero-logo {
    width: 165px;
  }
}

@media screen and (max-width: 767px) {
  .guide-detail-hero {
    padding-top: 28px;
  }

  .guide-detail-hero-grid {
    gap: 20px;
  }

  .guide-detail-hero-content h1 {
    font-size: 48px;
  }

  .guide-detail-lead {
    font-size: 17px;
  }

  .guide-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .guide-detail-actions .primary-button {
    width: 100%;
    text-align: center;
  }

  .guide-detail-call {
    text-align: center;
  }

  .guide-detail-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-detail-trust span:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .guide-detail-trust span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .guide-detail-link-grid {
    grid-template-columns: 1fr;
  }

  .guide-detail-testimonial {
    padding: 64px 0;
  }

  .guide-profile-navigation {
    grid-template-columns: 1fr 1fr;
  }

  .guide-profile-navigation-all {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 70px !important;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 37, 31, .14);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-detail-link-grid a {
    transition: none;
  }

  .guide-detail-link-grid a:hover,
  .guide-detail-link-grid a:focus-visible {
    transform: none;
  }
}

/* Homepage conversion and service-area enhancements */
.homepage-hero-reassurance {
  max-width: 680px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

/* Keep the conversion-critical hero readable if exported Webflow animations stall. */
.banner-home-1-content-wrap > h1,
.banner-home-1-content-wrap > .white-paragraph.banner-home-1,
.banner-home-1-content-wrap > .section-button-wrapper {
  opacity: 1 !important;
  transform: none !important;
}

.homepage-trust-strip {
  position: relative;
  z-index: 3;
  padding: 18px 0;
  background: #17251f;
  color: #fff;
}

.homepage-trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}

.homepage-trust-strip-inner span + span {
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.homepage-rivers {
  max-width: 900px;
  margin: 32px 0;
}

.homepage-rivers h3 {
  margin-bottom: 10px;
}

.homepage-research-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin: 0 0 30px;
}

.homepage-research-links a {
  min-width: 0;
  padding: 20px 22px;
  border: 1px solid #dedbd4;
  border-radius: 10px;
  background: #fff;
  color: #3d3529;
  text-decoration: none;
  box-shadow: 0 9px 24px rgba(42, 38, 30, .05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.homepage-research-links a:hover,
.homepage-research-links a:focus-visible {
  border-color: #c54c06;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(42, 38, 30, .09);
}

.homepage-research-links strong,
.homepage-research-links span {
  display: block;
}

.homepage-research-links strong {
  margin-bottom: 7px;
  color: #b74403;
  font-size: 17px;
}

.homepage-research-links span {
  font-size: 14px;
  line-height: 1.55;
}

.homepage-privacy-note {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
}

.footer-planning-cta {
  color: #fff;
}

.footer-planning-cta p {
  max-width: 540px;
  margin: 0 0 16px;
}

.legal-page-content {
  max-width: 820px;
  padding-top: 40px;
  padding-bottom: 70px;
}

.legal-page-content .subhero-bfs-logo {
  margin-bottom: 40px;
}

.legal-page-content h1 {
  margin-bottom: 16px;
}

.legal-page-content h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: 28px;
}

.legal-page-content .primary-button {
  display: inline-block;
  margin-top: 24px;
}

.instagram-team-icon {
  align-items: center;
  justify-content: center;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .homepage-trust-strip-inner {
    grid-template-columns: 1fr 1fr;
    gap: 14px 8px;
  }

  .homepage-trust-strip-inner span + span {
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner-1-video video,
  .background-video-1 video {
    display: none;
  }
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #3d3529;
  --paragraph-gray: #514a40;
  --primary: #c54c06;
  --r-6: 6px;
  --primary-light: #f3f2ef;
  --white: white;
  --light-background: #fbfbfb;
  --brown: #40382d;
  --light-brown: #eeecec;
  --r-50: 50px;
  --light-grey: #d9d9d9;
  --r-12: 12px;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --dark-text: #2a261e;
  --primary-light-orange: #df5201;
  --white-50: #ffffff80;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary-dark);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--primary);
}

ul {
  grid-row-gap: 15px;
  color: var(--paragraph-gray);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-radius: var(--r-6);
  background-color: var(--primary-light);
  text-align: center;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
  overflow: hidden;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  display: flex;
  overflow: hidden;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.dark-background {
  background-color: var(--primary-dark);
}

.section.about-us-banner {
  padding-top: 145px;
  overflow: hidden;
}

.section.image-background {
  background-image: linear-gradient(#0000, #3d35294d), linear-gradient(#00000080, #00000080), url('../images/Hunting-Image-3.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: auto;
  display: block;
}

.section.landing-banner {
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 165px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.banner-home-1 {
  padding-top: 165px;
  padding-bottom: 0;
}

.section.video-background {
  background-image: linear-gradient(90deg, #000000a6, #fff0), linear-gradient(#0000001a, #0000001a), url('../images/stock/behind.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 130px;
  padding-bottom: 0;
}

.section.banner-home-2 {
  background-color: var(--primary-light);
  padding-top: 145px;
  padding-bottom: 60px;
}

.section.banner-home-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 230px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.section.video-big-background {
  height: 500px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.service-banner {
  background-color: var(--primary-light);
  padding-top: 165px;
  padding-bottom: 0;
}

.section.service-details-banner {
  padding-top: 125px;
  padding-bottom: 0;
}

.section.details-section {
  padding-top: 80px;
}

.section.testimonials-banner {
  padding-top: 165px;
  overflow: hidden;
}

.section.gallery-banner {
  background-color: var(--primary-light);
  padding-top: 165px;
}

.section.blog-details-banner {
  padding-top: 165px;
  padding-bottom: 0;
}

.section.details-blog-section {
  padding-top: 50px;
}

.section.event-details-banner {
  background-color: var(--primary-light);
  padding-top: 165px;
  padding-bottom: 60px;
}

.section.without-spacingg {
  padding-top: 0;
  padding-bottom: 0;
}

.section.event-section-details {
  padding-top: 70px;
}

.section.contact-us-banner {
  padding-top: 165px;
  overflow: hidden;
}

.section.light-without-top-spacing {
  background-color: var(--primary-light);
  padding-top: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.relative-container, .base-container.style-guide-container {
  z-index: 1;
  position: relative;
}

.base-container.center-container {
  display: flex;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--primary-dark);
  justify-content: space-between;
  width: 85%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--primary-dark);
  border-left: 1px none var(--primary-dark);
  background-color: var(--primary);
  width: 19%;
  color: var(--white);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--primary-dark);
  background-color: var(--primary);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--primary-dark);
  border-bottom: 1px solid var(--primary-dark);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--primary-dark);
  border-bottom: 1px solid var(--primary-dark);
  border-left: 1px solid var(--primary-dark);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  border-radius: var(--r-6);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  border-radius: var(--r-6);
  background-color: var(--light-background);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  border-radius: var(--r-6);
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.brawn-style-guide {
  border-radius: var(--r-6);
  background-color: var(--brown);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  border-radius: var(--r-6);
  background-color: var(--light-brown);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  border-radius: var(--r-6);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  border-radius: var(--r-6);
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 50px;
}

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

.h1-mobile {
  font-size: 44px;
}

.h2-mobile {
  font-size: 34px;
}

.h3-mobile {
  font-size: 30px;
}

.h4-mobile {
  font-size: 26px;
}

.h5-mobile {
  font-size: 22px;
}

.h6-mobile {
  font-size: 20px;
}

.style-guide-body-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  border-radius: var(--r-50);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary-dark);
  opacity: 1;
  color: var(--primary-dark);
  background-color: #ff5a1b00;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.hover-primary:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.primary-button.white-hover {
  color: #fff;
}

.primary-button.white-hover:hover {
  border-color: var(--white);
  color: var(--white);
}

.primary-button.white-primary {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.primary-button.white-primary:hover {
  color: var(--white);
  background-color: #fff0;
}

.primary-button.hover-white:hover {
  border-color: var(--white);
  color: var(--white);
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  padding: 14px 15px;
  font-size: 14px;
  line-height: 1.5em;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current, .nav-link.dark-nav-link {
  color: var(--primary-dark);
}

.nav-link.dark-nav-link:hover, .nav-link.dark-nav-link.w--current {
  color: var(--primary);
}

.nav-dropdown-toggle {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 29px 14px 15px;
  font-size: 14px;
  transition: color .4s;
}

.nav-dropdown-toggle:hover {
  color: var(--primary);
}

.nav-dropdown-toggle.dark-nav {
  color: var(--primary-dark);
}

.nav-dropdown-toggle.dark-nav:hover {
  color: var(--primary);
}

.nav-dropdown-icon {
  margin-right: 15px;
  font-size: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 290px;
  max-width: calc(100vw - 30px);
  box-sizing: border-box;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-color: var(--light-brown);
  border-radius: var(--r-6);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 530px;
  padding: 15px;
  display: flex;
  left: -183px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  letter-spacing: 1px;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-item-title.dark-nav-item {
  color: var(--primary-dark);
}

.pages-banner {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 80px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: var(--r-6);
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: .8;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  font-weight: 700;
}

.license-link:hover {
  color: var(--primary);
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
  transition: none;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  transition: all .35s;
}

.icon-style-guide:hover {
  color: var(--primary-dark);
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: capitalize;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  width: 280px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--light-grey);
  border-radius: var(--r-50);
  min-width: 280px;
  min-height: 51px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: #3d352980;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.changelog-heading {
  margin-bottom: 20px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--brown);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
}

.footer.without-subscribe {
  padding-top: 40px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid #ffffff26;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.footer-copyright-link {
  color: #ffffffb3;
  letter-spacing: .2px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: inline-block;
}

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

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

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

.paragraph-small.event-paragraph {
  color: #fff;
  width: 90%;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  max-width: 580px;
}

.play-button {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000000d;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  padding-left: 200px;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-item {
  border-bottom: 1px solid var(--light-grey);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 80px;
}

.pricing-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 23px;
  display: flex;
}

.pricing-item {
  border: 1px solid var(--light-grey);
  border-radius: var(--r-12);
  background-color: #fbfbfb;
  width: 33.33%;
  box-shadow: 0 4px 25px #0000000d;
}

.pricing-item.center-item {
  z-index: 10;
  width: 34%;
  box-shadow: 0 4px 25px #0000001a;
}

.pricing-item.right-pricing {
  margin-top: 20px;
  margin-left: -9px;
}

.pricing-item.left-pricing {
  margin-top: 20px;
  margin-right: -9px;
}

.pricing-item.relative-pricing {
  z-index: 1;
  width: 48%;
  position: relative;
}

.pricing-item.right-pricing-home {
  margin-top: 20px;
  margin-left: -9px;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 35px 23px 45px;
  display: flex;
  position: relative;
}

.pricing-content.center-item {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pricing-3-plan-price {
  letter-spacing: -.9px;
  margin-left: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.light-background {
  background-color: var(--light-brown);
}

.dark-background {
  background-color: var(--primary);
}

.contacts-detail {
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.bfs-footer-logo-link {
  width: min(440px, 58vw);
  margin: 64px auto 8px;
  display: block;
}

.bfs-footer-logo {
  width: 100%;
  height: auto;
  display: block;
}

.bfs-site-credit {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff4d;
}

.bfs-site-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease;
}

.bfs-site-credit a:hover {
  color: var(--primary);
}

.footer-bottom-wrapper > .div-block-2 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .bfs-footer-logo-link {
    width: min(330px, 78vw);
    margin-top: 48px;
  }

  .bfs-site-credit {
    display: block;
    border-left: 0;
    margin-top: 6px;
    margin-left: 0;
    padding-left: 0;
  }
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 760px;
  display: flex;
}

.search-wrap-input {
  height: 60px;
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.button-header {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-header.tablet-button {
  display: none;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--primary-dark);
}

.search-input {
  border: 1px solid var(--light-grey);
  border-radius: var(--r-50);
  height: 51px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: #3d352980;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 165px;
  padding-bottom: 80px;
}

.accordion-wrap-one-column {
  width: 100%;
}

.accordion-wrapper-one-column {
  z-index: 1;
  justify-content: center;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.accordion-wrapper-one-column.preicing-top-margin {
  margin-top: 530px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 1px solid var(--white);
  border-radius: var(--r-50);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #fff0;
  align-items: center;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .4s;
}

.primary-button-white:hover {
  background-color: var(--white);
  color: var(--primary);
}

.primary-button-white.white-background-button {
  background-color: var(--white);
  color: var(--primary-dark);
}

.primary-button-white.white-background-button:hover {
  color: var(--white);
  background-color: #fff0;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.button-video {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-video.absolute-button {
  position: absolute;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-banner-image {
  z-index: 1;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  width: 50px;
  height: 50px;
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  border-radius: var(--r-6);
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  border-radius: var(--r-6);
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-inner-page-image-wrapper {
  border-radius: var(--r-6);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  border-radius: var(--r-6);
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-column {
  width: 33%;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  border-radius: var(--r-6);
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

.landing-download-block-wrap {
  max-width: 680px;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  margin-top: 2px;
  margin-left: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1.1em;
  position: relative;
}

.play-button-icon.margin-play {
  margin-top: 2px;
  margin-left: 2px;
}

.play-button-icon.pause-icon {
  margin-left: 0;
}

.play-button-hover {
  z-index: 10;
  width: 60px;
  height: 60px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1.2);
}

.secondary-button {
  border: 1px solid var(--primary-dark);
  border-radius: var(--r-50);
  color: var(--primary-dark);
  letter-spacing: .5px;
  background-color: #0000;
  padding: 14px 30px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .3s;
}

.secondary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-background {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 240px;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: var(--r-6);
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.paragraph-gray-style-guide {
  border-radius: var(--r-6);
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.section-purchase {
  padding: 80px 15px;
  position: relative;
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.licensing-icons {
  width: 50%;
}

.link-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.link-arrows {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-arrows.white-link, .link-arrows.white-link-hover-dark {
  color: var(--white);
}

.link-arrows.white-link-hover-dark:hover {
  color: var(--dark-text);
}

.arrow-link {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-link.left-link-arrow {
  margin-left: -24px;
}

.arrows-links {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.arrows-links.right-links {
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.links-footer-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-page-footer {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
}

.gallery-footer-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.links-footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.info-footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  width: 85%;
  margin-right: 30px;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 13%;
  display: flex;
}

.social-link-footer {
  border: 1px solid var(--primary);
  border-radius: var(--r-12);
  width: 60px;
  height: 60px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 25px;
  display: flex;
}

.social-link-footer:hover {
  background-color: var(--white);
}

.title-info-footer {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2em;
}

.info-footer-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-footer {
  color: #fffc;
  line-height: 1.4em;
}

.location-link-footer {
  color: #fffc;
  letter-spacing: 0;
  text-transform: none;
  text-underline-offset: 4.5px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

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

.text-footer-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-footer {
  color: var(--white);
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.mail-footer {
  color: #fffc;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

.mail-footer:hover {
  color: var(--primary);
}

.text-block-5 {
  color: var(--light-background);
  font-weight: 400;
  line-height: 1.4em;
}

.time-footer {
  color: #fffc;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-span-4 {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.loop-icons-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 260%;
  display: flex;
  overflow: hidden;
}

.loop-icon {
  margin-right: 15px;
}

.loops-icons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icons-loop-footer {
  margin-top: 40px;
  overflow: hidden;
}

.icons-loop-footer .loops-icons {
  transform: none !important;
}

/* Restore the footer's original continuous loop with the BFS fish mark. */
.icons-loop-footer .loop-icons-wrapper {
  width: max-content !important;
  min-width: 200%;
  overflow: visible;
  animation: bfs-footer-fish-loop 24s linear infinite;
  will-change: transform;
}

.icons-loop-footer .loops-icons,
.icons-loop-footer .loops-icons.mobile-icons {
  flex: none;
  display: flex !important;
}

.icons-loop-footer .loop-icon {
  content: url('../images/white-fish-01.svg');
  width: 44px;
  height: 44px;
  margin-right: 18px;
  object-fit: contain;
  flex: 0 0 44px;
}

.icons-loop-footer:hover .loop-icons-wrapper {
  animation-play-state: paused;
}

@keyframes bfs-footer-fish-loop {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .icons-loop-footer .loop-icons-wrapper {
    animation-duration: 19s;
  }

  .icons-loop-footer .loop-icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    flex-basis: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .icons-loop-footer .loop-icons-wrapper {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}

.subscribe-footer-wrapper {
  z-index: 1;
  border-radius: var(--r-12);
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.subscribe-title-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.heading-2 {
  color: var(--white);
  letter-spacing: -1.2px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.subtitle-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subtitle-text {
  color: var(--primary);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.subtitle-text.white-subtitle-text {
  color: var(--white);
}

.subtitle-text.link-subtitle:hover {
  color: var(--primary-dark);
}

.subscrive-form-wrapper {
  width: 420px;
}

.form-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 115px;
  margin-bottom: 0;
  display: flex;
}

.fields-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-field {
  border-radius: var(--r-50);
  height: 49px;
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #ffffff40;
  margin-bottom: 0;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

.text-field:focus {
  border-color: var(--white);
}

.text-field::placeholder {
  color: var(--white);
}

.text-field.dark-text-field {
  border-color: var(--light-grey);
  background-color: var(--primary-light);
  color: var(--primary-dark);
}

.text-field.dark-text-field:focus {
  border-color: var(--primary-dark);
}

.text-field.dark-text-field::placeholder {
  color: #3d352980;
}

.form-subscribe {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-message-white-text {
  color: var(--white);
  background-color: #ddd0;
}

.error-message-2 {
  border-radius: var(--r-6);
  background-color: var(--primary-light);
}

.white-footer-background {
  background-color: var(--white);
  width: 100%;
  height: 155px;
  position: absolute;
  inset: 0% 0% auto;
}

.white-footer-background.light-background {
  background-color: var(--primary-light);
}

.lightbox-link {
  border-radius: var(--r-12);
}

.lightbox-link.last-lightbox-wrap {
  display: none;
}

.gallery-footer-image {
  border-radius: var(--r-12);
  transition: filter .4s;
}

.gallery-footer-image:hover {
  filter: grayscale(60%);
}

.div-block-17 {
  background-color: var(--primary);
  height: 4px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-button-title {
  margin-bottom: 10px;
}

.right-button-title.mobile-button {
  display: none;
}

.big-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.left-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.content-about-home-1-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.white-paragraph {
  color: var(--white);
}

.white-paragraph.banner-home-1 {
  max-width: 560px;
}

.white-paragraph.banner-3-paragraph {
  max-width: 660px;
}

.values-about-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.values-about-wrapper.contact-us-values {
  flex-flow: column;
  display: flex;
}

.section-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-button-wrapper.tablet-button {
  margin-top: 0;
}

.section-button-wrapper.desctop-button {
  display: none;
}

.section-button-wrapper.relative-button {
  z-index: 1;
  position: relative;
}

.section-button-wrapper.center-section-button, .section-button-wrapper.bottom-center-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

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

.value-text {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  line-height: 1.25em;
}

.background-video-1 {
  z-index: 1;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-video-1.full-w-video {
  width: 100%;
}

.video-block-wrapper {
  z-index: 1;
  border-radius: var(--r-6);
  width: 100%;
  height: 540px;
  position: relative;
}

.background-video-2 {
  border-radius: var(--r-6);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2.relative-video-home-2 {
  height: 480px;
  position: relative;
}

.overlay-video {
  border-radius: var(--r-6);
  background-image: linear-gradient(#fff0 26%, #000000f2), linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

.content-video-bottom {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.content-video-bottom.static-content {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.title-left-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.button-right-bottom {
  margin-bottom: 10px;
}

.button-right-bottom.vision-tablet-button {
  display: none;
}

.title-faq-wrapper {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: flex-start;
  align-items: center;
  max-width: 820px;
  display: flex;
}

.number-faq {
  width: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
}

.plus-wrapper {
  border: 1px solid var(--primary);
  border-radius: var(--r-50);
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.plus-icon {
  width: 18px;
  height: 18px;
}

.title-faq {
  border-bottom: 1px solid var(--light-grey);
}

.teams-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.left-content-team-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 600px;
  display: flex;
}

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

.team-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  width: 85%;
}

.team-content-wrap.small-team-about-us {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.team-content-wrap.big-team-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.team-member-wrapper {
  flex-flow: column;
  display: flex;
}

.team-member-wrapper.last-item {
  display: none;
}

.team-member-photo {
  border-radius: var(--r-6);
  width: 100%;
}

.team-member-bio {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

/* The template's stock social profiles are not BFS accounts. */
.social-team-wrapper {
  display: none;
}

.guide-profile-link {
  color: inherit;
  text-decoration: none;
}

.guide-profile-link:hover {
  color: var(--primary);
}

.guide-profile-image-wrap {
  width: 48%;
}

.guide-profile-image {
  width: 100%;
  object-fit: cover;
}

.guide-photo-note {
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
}

.guide-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.guide-secondary-button {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

/* Keep the decorative section icon compact wherever it is reused. */
.subtitle-icon[src="images/Icon-1-Elkwood-1.svg"],
.subtitle-icon[src="images/Hunting-Icon-White.svg"] {
  width: 48px;
  height: 48px;
  max-width: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}

@media screen and (max-width: 479px) {
  .subtitle-icon[src="images/Icon-1-Elkwood-1.svg"],
  .subtitle-icon[src="images/Hunting-Icon-White.svg"] {
    width: 40px;
    height: 40px;
    max-width: 40px;
    flex-basis: 40px;
  }
}

@media screen and (max-width: 767px) {
  .guide-profile-image-wrap {
    width: 100%;
  }
}

.bfs-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: var(--primary);
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  box-shadow: 0 10px 30px #2a261e3d;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background-color .2s ease;
  cursor: pointer;
}

.bfs-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bfs-back-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
}

.bfs-back-to-top:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.bfs-back-to-top svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (max-width: 479px) {
  .bfs-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bfs-back-to-top {
    transition: opacity .01ms, visibility .01ms;
  }
}

.homepage-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.subhero-bfs-logo {
  width: 230px;
  height: auto;
  margin-bottom: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .subhero-bfs-logo {
    width: 190px;
    margin-bottom: 24px;
  }
}

.homepage-service-card {
  overflow: hidden;
  background: var(--primary-dark);
  border-radius: var(--r-12);
}

.homepage-service-card .service-photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.homepage-service-content {
  padding: 28px;
  color: var(--white);
}

.homepage-service-content h3,
.homepage-service-content p {
  color: var(--white);
}

.homepage-service-content .text-service {
  color: var(--primary);
}

.homepage-service-content .primary-button {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.homepage-service-content .primary-button:hover {
  border-color: var(--primary);
  background-color: transparent;
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0004;
}

.homepage-service-content .primary-button:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.homepage-service-content .primary-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px #0003;
}

.homepage-service-eyebrow {
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  display: flex;
}

.homepage-service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  flex: 0 0 42px;
  object-fit: contain;
  display: block;
}

.homepage-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
  margin-top: 42px;
  padding: 0 8px 14px;
}

.homepage-google-reviews {
  color: var(--primary-dark);
  background: linear-gradient(105deg, #fff 0%, #fff 63%, #f7f3ec 100%);
  border: 1px solid #d8d2c8;
  border-radius: 14px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  width: fit-content;
  max-width: 100%;
  margin-top: 40px;
  padding: 25px 32px;
  text-decoration: none;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.homepage-google-reviews:before {
  content: "";
  background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75%);
  height: 4px;
  position: absolute;
  inset: 0 0 auto;
}

.homepage-google-reviews:hover {
  border-color: var(--primary);
  box-shadow: 0 18px 38px #29211717;
  transform: translateY(-3px);
}

.homepage-google-reviews-logo {
  width: 205px;
  height: auto;
  flex: none;
  display: block;
}

.homepage-google-reviews-copy {
  flex-flow: column;
  gap: 3px;
  display: flex;
}

.homepage-google-reviews-copy strong {
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.homepage-google-reviews-copy span {
  color: #666;
  font-size: 15px;
}

.homepage-google-reviews-arrow {
  color: var(--primary);
  margin-left: 18px;
  font-size: 32px;
  line-height: 1;
  transition: transform .3s ease;
}

.homepage-google-reviews:hover .homepage-google-reviews-arrow {
  transform: translateX(7px);
}

.footer-google-reviews {
  gap: 11px;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 9px;
}

.footer-google-reviews:before {
  height: 3px;
}

.footer-google-reviews .homepage-google-reviews-logo {
  width: 88px;
}

.footer-google-reviews .homepage-google-reviews-copy {
  gap: 0;
}

.footer-google-reviews .homepage-google-reviews-copy strong {
  font-size: 14px;
  white-space: nowrap;
}

.footer-google-reviews .homepage-google-reviews-copy span {
  font-size: 11px;
}

.footer-google-reviews .homepage-google-reviews-arrow {
  margin-left: 3px;
  font-size: 20px;
}

.homepage-testimonial {
  min-height: 270px;
  margin: 0;
  padding: 64px 32px 30px;
  background: #f7f3eb;
  border: 1px solid #ded6c9;
  border-radius: 4px 18px 18px 18px;
  box-shadow: 0 13px 28px #29211712;
  position: relative;
  transform: rotate(-1.1deg);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  animation: bfs-review-arrive .7s both;
}

.homepage-testimonial:nth-child(2) {
  background: #fff;
  border-radius: 18px 4px 18px 18px;
  margin-top: 20px;
  transform: rotate(.8deg);
  animation-delay: .12s;
}

.homepage-testimonial:nth-child(3) {
  background: #f2eee6;
  transform: rotate(-.45deg);
  animation-delay: .24s;
}

.homepage-testimonial:nth-child(4) {
  background: #fff;
  margin-top: 8px;
  transform: rotate(.65deg);
  animation-delay: .32s;
}

.homepage-testimonial:nth-child(5) {
  background: #f2eee6;
  margin-top: 28px;
  transform: rotate(-.8deg);
  animation-delay: .42s;
}

.homepage-testimonial:nth-child(6) {
  background: #f7f3eb;
  margin-top: 4px;
  transform: rotate(.45deg);
  animation-delay: .52s;
}

.homepage-testimonial:before {
  content: "★★★★★  GOOGLE REVIEW";
  color: var(--primary-dark);
  letter-spacing: 1.2px;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  top: 25px;
  left: 32px;
}

.homepage-testimonial:after {
  content: "“";
  color: var(--primary);
  opacity: .15;
  font-family: Georgia, serif;
  font-size: 104px;
  line-height: 1;
  position: absolute;
  top: 32px;
  right: 20px;
}

.homepage-testimonial:hover {
  border-color: #c8bba8;
  box-shadow: 0 22px 46px #2921171f;
  transform: translateY(-8px) rotate(0);
}

@keyframes bfs-review-arrive {
  from {
    opacity: 0;
    transform: translateY(24px) rotate(0);
  }
  to {
    opacity: 1;
  }
}

/* Placeholder social destinations are intentionally hidden on the homepage. */
.teams-wrapper .social-team-wrapper {
  display: none;
}

.homepage-testimonial p {
  color: #342d24;
  margin: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.homepage-testimonial footer {
  border-top: 1px solid #d8d0c4;
  margin-top: 24px;
  padding-top: 17px;
  color: var(--primary-dark);
  font-weight: 700;
}

.homepage-testimonial:nth-child(3),
.homepage-testimonial:nth-child(5) {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  box-shadow: 0 16px 34px #29211738;
}

.homepage-testimonial:nth-child(3) p,
.homepage-testimonial:nth-child(5) p,
.homepage-testimonial:nth-child(3) footer,
.homepage-testimonial:nth-child(5) footer,
.homepage-testimonial:nth-child(3):before,
.homepage-testimonial:nth-child(5):before {
  color: var(--white);
}

.homepage-testimonial:nth-child(3) footer,
.homepage-testimonial:nth-child(5) footer {
  border-top-color: #ffffff38;
}

.homepage-testimonial:nth-child(3):after,
.homepage-testimonial:nth-child(5):after {
  color: var(--primary);
  opacity: .5;
}

.homepage-testimonials-footer {
  justify-content: center;
  margin-top: 48px;
  display: flex;
}

.testimonials-full-heading .left-title-wrap {
  max-width: 820px;
}

.testimonials-legacy {
  display: none !important;
}

.testimonials-full-heading p {
  max-width: 760px;
  margin-top: 18px;
  margin-bottom: 0;
}

.testimonials-full-grid {
  margin-top: 55px;
}

.testimonials-full-grid .homepage-testimonial:before {
  content: "★★★★★  GUEST REVIEW";
}

.testimonials-full-grid .homepage-testimonial:nth-child(6n + 3),
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 5) {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  box-shadow: 0 16px 34px #29211738;
}

.testimonials-full-grid .homepage-testimonial:nth-child(6n + 3) p,
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 5) p,
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 3) footer,
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 5) footer,
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 3):before,
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 5):before {
  color: var(--white);
}

.testimonials-full-grid .homepage-testimonial:nth-child(6n + 3) footer,
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 5) footer {
  border-top-color: #ffffff38;
}

.testimonials-full-grid .homepage-testimonial:nth-child(6n + 3):after,
.testimonials-full-grid .homepage-testimonial:nth-child(6n + 5):after {
  color: var(--primary);
  opacity: .5;
}

.testimonial-image-card {
  min-height: 270px;
  padding: 0;
  background: var(--primary-dark);
  overflow: hidden;
}

.testimonial-image-card::before,
.testimonial-image-card::after {
  content: none;
}

.testimonial-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  transition: transform .5s ease;
}

.testimonial-image-card:hover img {
  transform: scale(1.045);
}

@media screen and (max-width: 767px) {
  .homepage-service-grid,
  .homepage-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .homepage-testimonial-grid {
    gap: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .homepage-testimonial,
  .homepage-testimonial:nth-child(2),
  .homepage-testimonial:nth-child(3),
  .homepage-testimonial:nth-child(4),
  .homepage-testimonial:nth-child(5),
  .homepage-testimonial:nth-child(6) {
    min-height: 0;
    margin-top: 0;
    transform: none;
  }

  .homepage-service-card .service-photo {
    height: 240px;
  }

  .homepage-google-reviews {
    flex-flow: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
  }

  .homepage-google-reviews-logo {
    width: 170px;
  }

  .homepage-google-reviews-copy {
    width: 100%;
  }

  .homepage-google-reviews-arrow {
    margin-left: 0;
    position: absolute;
    top: 34px;
    right: 20px;
  }

  .footer-google-reviews {
    flex-flow: row;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
  }

  .footer-google-reviews .homepage-google-reviews-logo {
    width: 88px;
  }

  .footer-google-reviews .homepage-google-reviews-copy {
    width: auto;
  }

  .footer-google-reviews .homepage-google-reviews-arrow {
    margin-left: 3px;
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-testimonial {
    animation: none;
    transition: none;
  }

  .homepage-google-reviews,
  .homepage-google-reviews-arrow {
    transition: none;
  }
}

.info-team-wrapper {
  margin-top: 20px;
}

.position-team-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-icon-team {
  width: 16px;
  height: 16px;
}

.position-text {
  color: var(--primary);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.photo-content-team-wrap {
  position: relative;
  overflow: hidden;
}

.social-team-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 18px 18px auto auto;
}

.social-icon-team {
  border-radius: var(--r-50);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000026;
  border: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.social-icon-team:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.big-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 50px;
  display: flex;
}

.big-title-wrapper.big-top-banner {
  margin-top: 100px;
}

.big-title-wrapper.width---100-tablet {
  width: 100%;
}

.primary-text {
  color: var(--primary);
}

.paragraphs-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
}

.slider-services-wrap {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 90px;
}

.numbers-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.numbers-wrapper.home-2-numbers {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.numbers-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.numbers-wrap.numbers-left-text {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-numbers {
  color: var(--primary);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5em;
}

.info-numbers.light-text {
  color: var(--light-grey);
}

.number-big {
  font-family: Cinzel, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
}

/* Keep the homepage proof points distinct within their four-column strip. */
.homepage-service-grid + .numbers-wrapper {
  column-gap: clamp(30px, 4vw, 64px);
}

.homepage-service-grid + .numbers-wrapper .number-big {
  font-size: clamp(50px, 4.5vw, 76px);
}

.homepage-service-grid + .numbers-wrapper .numbers-wrap {
  min-width: 0;
  padding-inline: 6px;
}

.plus-number {
  color: var(--primary);
  font-size: 50px;
  position: relative;
  top: -45px;
  left: 3px;
}

.banner-1-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-banner-home-1 {
  background-image: linear-gradient(130deg, #0006, #fff0), linear-gradient(40deg, #0006, #fff0 88%), linear-gradient(#00000040, #00000040);
  position: absolute;
  inset: 0%;
}

.banner-home-1-content-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.banner-home-1-content-wrap.banner-content-events {
  width: 67%;
}

.banner-home-1-content-wrap.tablet-center-banner {
  width: 45%;
}

.banner-home-1-content-wrap.camping-banner {
  width: 50%;
}

.banner-home-1-content-wrap.banner-faq-content {
  width: 60%;
}

.banner-home-1-content-wrap.pricing-banner-content {
  width: 62%;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.info-event-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-event {
  width: 34px;
  height: 34px;
}

.info-event-title {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5em;
}

.line-text {
  background-color: var(--white);
  width: 1px;
  height: 23px;
}

.content-event-wrapper {
  margin-top: 30px;
}

.events-banner-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 80px;
  margin-bottom: -100px;
  margin-left: auto;
  display: grid;
  position: relative;
}

.collection-item-event {
  background-color: var(--brown);
  padding: 20px;
  position: relative;
}

.collection-item-event.primary-color-item {
  background-color: var(--primary);
}

.event-name-link {
  color: var(--white);
  letter-spacing: 0;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  line-height: 1.25em;
}

.event-name-link.hover-dark {
  color: #fff;
}

.event-name-link.hover-dark:hover {
  color: var(--dark-text);
}

.links-event-wrapper {
  margin-top: 60px;
}

.number-event {
  color: #ffffff12;
  font-size: 80px;
  font-weight: 700;
  line-height: .8em;
  position: absolute;
  inset: auto 15px 20px auto;
}

.number-event.opacity---15 {
  color: #ffffff26;
}

.small-background {
  background-color: var(--primary-light);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.small-background.blog-height {
  height: 300px;
}

.small-background.team-background {
  height: 260px;
}

.pricing-content-wrapper {
  border-radius: var(--r-12);
  background-color: var(--primary-light);
  margin-top: 130px;
  margin-bottom: -560px;
  padding: 60px 30px 40px;
  position: relative;
  overflow: hidden;
}

.content-pricing-wrap {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.title-pricing-1-type {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  display: flex;
}

.pricing-plans-wrap {
  width: 100%;
}

.homepage-enquiry-form-card {
  background-color: var(--white);
  border: 1px solid #dedbd4;
  border-radius: var(--r-12);
  width: 100%;
  margin-bottom: 0;
  padding: 36px;
  box-shadow: 0 18px 45px #29211714;
}

.homepage-enquiry-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.homepage-enquiry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  display: grid;
}

.homepage-enquiry-form .field-contact-wrap {
  width: 100%;
}

.homepage-enquiry-form .text-field,
.homepage-enquiry-form .homepage-select {
  width: 100%;
  margin-bottom: 0;
}

.homepage-select {
  box-sizing: border-box;
  height: 52px;
  min-height: 52px;
  padding: 0 58px 0 20px;
  line-height: 1.3;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.homepage-select-field {
  position: relative;
}

.homepage-select-field:after {
  content: "";
  pointer-events: none;
  border-bottom: 2px solid var(--primary-dark);
  border-right: 2px solid var(--primary-dark);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 23px;
  bottom: 22px;
  transform: rotate(45deg);
  transform-origin: 65% 65%;
  transition: border-color .22s ease, transform .28s ease;
}

.homepage-select-field:hover:after {
  border-color: var(--primary);
}

.homepage-select-field:focus-within:after {
  border-color: var(--primary);
  transform: rotate(225deg);
}

.homepage-enquiry-message {
  min-height: 130px;
  margin-bottom: 0;
}

.homepage-consent-group {
  border: 0;
  margin: 0;
  padding: 2px 0 0;
}

.homepage-consent-group legend {
  color: var(--primary-dark);
  margin-bottom: 12px;
  padding: 0;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.homepage-consent-option {
  color: var(--paragraph-gray);
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  display: flex;
}

.homepage-consent-option:last-child {
  margin-bottom: 0;
}

.homepage-consent-option input {
  accent-color: var(--primary);
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 18px;
}

.homepage-consent-option a {
  color: var(--primary-dark);
  text-decoration: underline;
}

.homepage-enquiry-submit {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  display: flex;
}

.homepage-enquiry-submit p {
  color: #666;
  max-width: 280px;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.homepage-enquiry-direct {
  flex-flow: column;
  gap: 4px;
  margin-top: 32px;
  display: flex;
}

.homepage-enquiry-direct span {
  color: #666;
  font-size: 14px;
}

.homepage-enquiry-direct a {
  color: var(--primary-dark);
  font-family: Lora, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .homepage-enquiry-form-card {
    padding: 24px 20px;
  }

  .homepage-enquiry-grid {
    grid-template-columns: 1fr;
  }

  .homepage-enquiry-submit {
    align-items: flex-start;
    flex-flow: column;
  }
}

.benefits-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.benefit-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: auto;
  margin-top: 30px;
}

.title-service-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.check {
  width: 24px;
  height: 24px;
}

.price-plan {
  justify-content: flex-start;
  align-items: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

.title-pricing-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.italic-paragraph {
  color: var(--primary-dark);
  letter-spacing: -.4px;
  font-size: 16px;
  font-style: italic;
}

.icon-pricing {
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.mask-service {
  width: 485px;
  overflow: visible;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 96%;
  max-width: 1340px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-dark {
  border-radius: var(--r-50);
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: background-color .4s;
  display: flex;
  right: -22px;
}

.right-arrow-dark:hover {
  background-color: var(--primary);
}

.right-arrow-dark._2-type-arrow-right {
  inset: auto auto 0% 55px;
}

.left-arrow-dark {
  border-radius: var(--r-50);
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: background-color .4s;
  display: flex;
  left: -22px;
}

.left-arrow-dark:hover {
  background-color: var(--primary);
}

.left-arrow-dark._2-type-arrow-left {
  inset: auto auto 0% 0%;
}

.testimonials-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.review-wrap {
  border-radius: var(--r-12);
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid #eeecec;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 20px;
  display: flex;
}

.review-wrap.center-review {
  border-color: var(--light-grey);
  padding-top: 45px;
  padding-bottom: 45px;
}

.client-photo {
  border-radius: var(--r-50);
  object-fit: cover;
  width: 96px;
  height: 96px;
}

.client-photo.center-photo {
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.content-review-wrap {
  margin-top: 20px;
}

.name-client {
  font-size: 18px;
  font-weight: 400;
}

.info-client-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.info-client-wrap.left-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}

.info-client {
  color: var(--primary);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.review-text {
  color: var(--primary-dark);
  letter-spacing: -.6px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.left-arrow-white {
  border-radius: var(--r-50);
  background-color: var(--white);
  border: 1px solid #eae8e1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .4s;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow-white:hover {
  background-color: var(--light-grey);
}

.right-arrow-white {
  border-radius: var(--r-50);
  background-color: var(--white);
  border: 1px solid #eae8e1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .4s;
  display: flex;
  inset: auto auto 0% 70px;
}

.right-arrow-white:hover {
  background-color: var(--light-grey);
}

.collection-list-wrapper-100 {
  width: 100%;
}

.collection-item-service {
  border-radius: var(--r-6);
  width: 100%;
  height: 490px;
  position: relative;
}

.link-block-service {
  border-radius: var(--r-6);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-photo {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-service-wrapper {
  border-radius: var(--r-6);
  background-color: var(--brown);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px;
  display: flex;
  position: absolute;
  inset: auto 12px 12px;
}

.content-service-wrapper.static-content {
  padding-left: 32px;
  padding-right: 32px;
  position: static;
}

.slide-service {
  margin-right: 30px;
}

.small-icon {
  width: 18px;
  height: 18px;
}

.text-service {
  color: var(--white);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-service.primary-text {
  color: var(--primary);
}

.content-service-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.service-name {
  color: var(--white);
  font-family: Cinzel, sans-serif;
  font-size: 22px;
  line-height: 1.25em;
}

.service-name:hover {
  color: var(--primary);
}

.service-name.dark-name {
  color: var(--primary-dark);
}

.service-name.dark-name:hover {
  color: var(--primary);
}

.links-content-service-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.big-info-service-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.big-info-service-wrapper.details-info-service {
  margin-top: 30px;
}

.line-servie {
  background-color: var(--white);
  width: 2px;
  height: 16px;
  margin-left: 3px;
  margin-right: 3px;
}

.line-servie.primary-line {
  background-color: var(--primary);
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.link-block {
  border-radius: var(--r-6);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-photo {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-blog-photo {
  border-radius: var(--r-6);
  background-image: linear-gradient(#fff0 23%, #000000b8);
  position: absolute;
  inset: 0%;
}

.collection-item-blog-big {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 360px;
  height: auto;
  position: relative;
}

.big-content-blog {
  position: absolute;
  inset: auto 20px 20px;
}

.blog-name-big {
  color: var(--white);
  letter-spacing: 0;
  font-family: Cinzel, sans-serif;
  font-size: 26px;
  line-height: 1.25em;
}

.collection-list-blog-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.collection-item-blog-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 20px;
  display: flex;
}

.small-blog-photo-link {
  border-radius: var(--r-6);
  width: 160px;
  overflow: hidden;
}

.collection-list-blog-big {
  height: 100%;
}

.collection-list-blog-big.blog-greed {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-content-blog {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.small-content-blog.full-width---100 {
  width: 100%;
  margin-top: 20px;
}

.small-name-blog {
  letter-spacing: 0;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
}

.info-blog {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.info-blog.small-margin-top {
  margin-top: 20px;
}

.author-blog {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

.info-blog-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-blog-wrap.blog-big {
  padding-right: 10px;
}

.category-blog {
  color: var(--primary);
}

.category-blog:hover {
  color: var(--primary-dark);
}

.category-blog.white-link-category {
  color: var(--white);
  font-size: 16px;
}

.category-blog.white-link-category:hover {
  color: var(--primary);
}

.link-category-big {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-centered {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-with-image {
  line-height: 1.2em;
}

.image-first-span {
  border-radius: var(--r-6);
  background-image: url('../images/BG-Video.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.image-second-span {
  border-radius: var(--r-6);
  background-image: url('../images/Footer-Img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.maxw-530px {
  max-width: 560px;
}

.big-info-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.big-image-info {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 40%;
}

.tight-big-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.titles-top-big {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-banner-2-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 59%;
  max-width: 560px;
  display: flex;
  position: relative;
}

.absolute-block-banner-2 {
  z-index: 1;
  border-radius: var(--r-6);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 15px -200px auto;
}

.team-banner-content {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-member-small {
  border-radius: var(--r-6);
  width: 32%;
}

.team-banner-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-image-banner-2 {
  opacity: .1;
  width: 240px;
  position: absolute;
  inset: 5px 55px auto auto;
}

.slider-testimonials-2-type {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 70px;
}

.testimonials-2-type-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-testimonials {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-testimonials {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.small-paragraph {
  margin-top: 5px;
  font-size: 14px;
}

.small-paragraph.details-banner-paragraph {
  margin-bottom: 0;
}

.text-review {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.24em;
}

.icon-logo {
  width: 48px;
  height: 48px;
}

.content-review-wrap-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-testimonial {
  background-color: var(--brown);
  width: 1px;
  height: 16px;
}

.hunting-image {
  border-radius: var(--r-6);
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 400px;
}

.collection-list-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-services-home-2 {
  width: 94%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-services-home-2.service---100 {
  width: 100%;
  margin-top: 0;
}

.collection-item-service-2-type {
  border-radius: var(--r-6);
  background-color: var(--brown);
}

.collection-item-service-2-type:last-child {
  display: none;
}

.big-h2 {
  color: #fff;
  letter-spacing: -1.16px;
  font-size: 58px;
}

.values-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.title-pricing-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.pricing-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-top-pricing-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.pricing-plans-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 67%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.background-programs {
  background-color: var(--primary);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 51%;
  position: absolute;
  inset: 80px 0% 80px auto;
}

.max-w---500 {
  max-width: 500px;
}

.small-h1 {
  font-size: 58px;
}

.title-center-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 680px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-paragraph {
  max-width: 520px;
}

.video-home-3-wrapper {
  border-radius: var(--r-6);
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.lightbox-link-gallery {
  border-radius: var(--r-6);
  width: 100%;
}

.gallery-photo {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: filter .4s;
}

.gallery-photo:hover {
  filter: grayscale(60%);
}

.support-services-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.left-support-services {
  flex-direction: column;
  display: flex;
}

.support-service-img {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 480px;
  margin-top: 50px;
}

.collection-list-support-services {
  flex-direction: column;
  display: flex;
}

.collection-item-support-services {
  border-bottom: 1px solid #65687533;
  padding-bottom: 20px;
}

.div-block-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-16 {
  border-radius: var(--r-6);
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
}

.image-banner-background {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-banner-background.event-image {
  object-position: 100% 100%;
}

.overlay-background-banner-3 {
  background-image: linear-gradient(#40382d66, #40382de6), linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

.content-banner-home-3 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-hero-logo {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .team-hero-logo {
    width: 150px;
    margin-bottom: 18px;
  }
}

.content-banner-home-3.service-content {
  position: relative;
}

.content-info-fishing-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-fishing-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 660px;
  display: flex;
}

.fish-photo {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 26%;
  height: 100%;
  min-height: 500px;
}

.big-section-title-wrapper {
  border-bottom: 1px solid var(--light-grey);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 50px;
  display: flex;
}

.title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.content-title-wrap {
  width: 40%;
}

.collection-item-events {
  border-bottom: 1px solid var(--light-brown);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.day-event {
  color: var(--primary);
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

.date-event-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 180px;
  line-height: 1.6em;
  display: flex;
}

.month-event {
  font-size: 20px;
  font-style: italic;
}

.center-content-event {
  width: 50%;
}

.event-name {
  font-family: Cinzel, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
}

.collection-list-events {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.about-wrapper {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  position: relative;
}

.img-2-about-us {
  border-radius: var(--r-6);
  width: 100%;
}

.about-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-width-paragraph {
  max-width: 440px;
}

.mt-img {
  margin-top: 40px;
}

.img-about-us {
  border-radius: var(--r-6);
  width: 100%;
}

.absolute-left-img {
  object-fit: cover;
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.big-right-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 67%;
  margin-left: auto;
  display: flex;
}

.collection-list-services-2-type {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-icon {
  opacity: .1;
  width: 120px;
  position: absolute;
  inset: -42px auto auto 133px;
}

.banner-icon.gallery-icon {
  left: 76px;
}

.banner-icon.team-icon {
  left: 128px;
}

.banner-icon.blog-icon-banner {
  left: 86px;
}

.relative-heading {
  z-index: 1;
  position: relative;
}

.background-video-3 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.details-rich-text-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-rich-text {
  margin-top: 30px;
  position: absolute;
  inset: 0% auto auto -60px;
}

.content-rich-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-service-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-service-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-service-details {
  border-radius: var(--r-6);
  width: 40%;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.lightbox-link-gallery-wrap {
  border-radius: var(--r-6);
  width: 100%;
  height: 300px;
}

.gallery {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.gallery:hover {
  opacity: .8;
}

.banner-paragraph {
  max-width: 580px;
}

.banner-paragraph.small-banner-paragraph {
  max-width: 520px;
}

.rich-blog-text-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.blog-banner-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 540px;
}

.content-blog-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.blog-h1 {
  font-size: 54px;
}

.details-blog-paragraph {
  width: 680px;
}

.service-det-img {
  border-radius: var(--r-6);
  width: 100%;
  margin-top: 20px;
}

.collection-list-grid-blog {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-blog {
  flex-flow: column;
  display: flex;
}

.blog-link {
  border-radius: var(--r-6);
  width: 100%;
  height: 300px;
  overflow: hidden;
}

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

.tabs-menu-blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 30px;
  display: flex;
}

.tab-link-blog {
  background-color: #ddd0;
  padding: 0;
}

.tab-link-blog.w--current {
  color: var(--primary);
  background-color: #c8c8c800;
}

.event-content-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-details-wrap {
  border-left: 1px solid var(--light-grey);
  width: 40%;
  padding-bottom: 10px;
  padding-left: 40px;
  position: sticky;
  top: 90px;
}

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

.button-apply-wrap {
  margin-top: 40px;
  display: flex;
}

.rich-text-wrap {
  width: 60%;
}

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

.content-event-banner {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.event-h1 {
  font-size: 50px;
}

.event-photo {
  z-index: 1;
  border-radius: var(--r-6);
  object-fit: cover;
  width: 100%;
  height: 460px;
  display: block;
  position: relative;
}

.big-image-contact {
  object-fit: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.contact-form-wrapper {
  border-radius: var(--r-6);
  background-color: var(--primary-light);
  width: 50%;
  margin-top: -100px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.form-contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.textarea {
  border: 1px solid var(--light-grey);
  border-radius: var(--r-12);
  background-color: var(--primary-light);
  min-height: 160px;
  color: var(--primary-dark);
  margin-bottom: 0;
  padding: 17.5px 20px;
}

.textarea:focus {
  border-color: var(--primary-dark);
}

.textarea::placeholder {
  color: #3d352980;
}

.info-contact-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding-top: 20px;
  display: flex;
}

.link {
  font-size: 16px;
}

.form-block {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 432px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.success-message {
  background-color: #ddd0;
}

.error-message-grey {
  border-radius: var(--r-6);
  background-color: var(--light-grey);
}

.time-event {
  font-size: 18px;
}

.camping-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.camping-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.camp-image {
  border: 1px solid var(--light-brown);
  border-radius: var(--r-6);
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.content-camp-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.price-camp {
  background-color: var(--primary);
  color: var(--white);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 10px;
  position: absolute;
  inset: 15px auto auto 0%;
}

.line-top-camp-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.line-top-camp-wrap.button-block {
  padding-top: 20px;
}

.experience-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  display: grid;
}

.experience-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-image-pricing {
  border-radius: var(--r-6);
  object-fit: cover;
  width: 70%;
  height: 100%;
  min-height: 500px;
}

.event-paragraph-banner {
  max-width: 680px;
}

.field-contact-wrap {
  width: 50%;
}

.field-label {
  color: var(--paragraph-gray);
  font-size: 14px;
  font-weight: 400;
}

.content-pricing-memeber-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.title-values-pricing-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-result-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.heading-404 {
  color: var(--primary);
  font-size: 140px;
}

.title-pricing-values {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.link-128-digital {
  color: #ffb082;
}

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

.hunting-image-landing {
  opacity: .1;
  width: 220px;
  position: absolute;
  inset: auto auto 360px 247px;
}

.primary-light-text {
  color: var(--primary-light-orange);
}

.promotion-icon {
  object-fit: contain;
  margin-right: 8px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  opacity: 1;
  color: #ffffffb3;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-labels-wrapper-to-remove {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 32px;
  }

  blockquote {
    max-width: 1100px;
    padding: 40px;
    font-size: 32px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.changelog-banner {
    padding-top: 185px;
  }

  .section.about-us-banner {
    padding-top: 195px;
  }

  .section.banner-home-1 {
    padding-top: 200px;
  }

  .section.banner-home-2 {
    padding-top: 195px;
  }

  .section.banner-home-3 {
    min-height: 100vh;
    padding-top: 240px;
  }

  .section.video-big-background {
    height: 520px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.service-banner, .section.testimonials-banner {
    padding-top: 195px;
  }

  .section.details-blog-section {
    padding-top: 60px;
  }

  .section.event-details-banner {
    padding-bottom: 80px;
  }

  .section.event-section-details {
    padding-top: 100px;
  }

  .section.contact-us-banner {
    padding-top: 185px;
  }

  .base-container {
    max-width: 1250px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    max-width: 1250px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 34px;
  }

  .nav-dropdown-icon {
    margin-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -75px;
  }

  .pages-banner {
    padding-top: 195px;
    padding-bottom: 130px;
  }

  .utility-page-content {
    width: 300px;
  }

  .section-title-wrapper {
    max-width: 660px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .paragraph-small.event-paragraph {
    width: 75%;
  }

  .accordion-list {
    padding-left: 250px;
  }

  .accordion-list-content {
    margin-right: 110px;
  }

  .pricing-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-wrapper {
    margin-top: 80px;
  }

  .white-text.big-h2 {
    font-size: 55px;
  }

  .footer-brand-wrapper {
    width: 49%;
    max-width: 760px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-result-wrapper {
    width: 95%;
  }

  .search-section {
    padding-bottom: 130px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rich-text-style.style-guide-rich-text {
    max-width: 1100px;
  }

  .center-title {
    padding-right: 140px;
  }

  .section-purchase {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .licensing-icons {
    width: 45%;
  }

  .link-page-footer {
    font-size: 26px;
  }

  .links-footer-wrapper {
    align-items: stretch;
    width: 47%;
    height: 86.7816%;
  }

  .info-footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 95px;
    height: 100%;
    margin-right: 40px;
  }

  .div-block-5 {
    width: 11%;
  }

  .social-link-footer {
    width: 64px;
    height: 64px;
  }

  .info-footer-wrap.align-center-desctop {
    justify-content: center;
    align-items: flex-start;
  }

  .time-footer {
    font-size: 30px;
  }

  .subscribe-footer-wrapper {
    padding: 60px 80px;
  }

  .subscribe-title-wrapper {
    max-width: 440px;
  }

  .subscrive-form-wrapper {
    width: 600px;
  }

  .left-title-wrap {
    max-width: 560px;
  }

  .content-about-home-1-wrap.contact-value-content {
    width: 45%;
  }

  .white-paragraph.banner-home-1 {
    max-width: 700px;
  }

  .white-paragraph.event-banner-paragraph {
    width: 88%;
  }

  .white-paragraph.banner-faq-paragraph {
    max-width: 610px;
  }

  .section-button-wrapper.tablet-button {
    display: none;
  }

  .section-button-wrapper.desctop-button {
    display: flex;
  }

  .video-block-wrapper {
    height: 560px;
  }

  .background-video-2.relative-video-home-2 {
    height: 520px;
  }

  .content-video-bottom {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title-left-bottom {
    max-width: 720px;
  }

  .title-faq-wrapper {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    max-width: 900px;
  }

  .number-faq {
    width: 120px;
    font-size: 22px;
  }

  .teams-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-content-team-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    position: sticky;
    top: 100px;
  }

  .team-content-wrap {
    grid-template-columns: 1fr 1fr;
    width: 47%;
  }

  .team-content-wrap.small-team-about-us {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-content-wrap.big-team-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .team-member-wrapper.last-item {
    display: flex;
  }

  .social-team-wrapper {
    top: 12px;
    right: 12px;
  }

  .big-title-wrapper {
    width: 95%;
  }

  .paragraphs-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 1100px;
  }

  .paragraphs-wrapper.gap---small {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .numbers-wrapper {
    grid-column-gap: 0px;
    margin-top: 130px;
  }

  .numbers-wrapper.home-2-numbers {
    grid-column-gap: 80px;
  }

  .number-big {
    font-size: 80px;
  }

  .plus-number {
    font-size: 60px;
  }

  .banner-home-1-content-wrap, .banner-home-1-content-wrap.banner-content-events {
    width: 60%;
  }

  .banner-home-1-content-wrap.tablet-center-banner {
    width: 37%;
  }

  .banner-home-1-content-wrap.camping-banner {
    width: 43%;
  }

  .banner-home-1-content-wrap.banner-faq-content {
    width: 52%;
  }

  .banner-home-1-content-wrap.pricing-banner-content {
    width: 60%;
  }

  .events-banner-wrapper {
    margin-top: 100px;
  }

  .event-name-link {
    font-size: 20px;
  }

  .small-background {
    height: 35%;
  }

  .small-background.blog-height {
    height: 320px;
  }

  .small-background.team-background {
    height: 180px;
  }

  .review-wrap {
    padding: 40px 25px;
  }

  .review-wrap.center-review {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .big-content-blog {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .blog-name-big {
    font-size: 30px;
  }

  .small-blog-photo-link {
    width: 180px;
  }

  .collection-list-blog-big.blog-greed {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .info-blog-wrap {
    padding-right: 60px;
  }

  .info-blog-wrap.blog-big {
    padding-right: 0;
  }

  .text-with-image {
    letter-spacing: -4.8px;
    font-size: 60px;
  }

  .big-image-info {
    max-height: 660px;
  }

  .content-banner-2-wrapper {
    width: 55%;
    max-width: none;
  }

  .absolute-block-banner-2 {
    width: 33%;
    padding: 30px;
  }

  .bg-image-banner-2 {
    width: 260px;
    top: 10px;
    right: 90px;
  }

  .content-testimonials {
    width: 80%;
  }

  .text-review {
    font-size: 32px;
  }

  .hunting-image {
    object-position: 50% 30%;
    height: 440px;
  }

  .collection-list-wrapper-services-home-2 {
    width: 98%;
  }

  .values-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .title-pricing-wrapper {
    width: 35%;
  }

  .pricing-plans-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 60%;
  }

  .background-programs {
    top: 140px;
    bottom: 140px;
  }

  .small-h1 {
    font-size: 70px;
  }

  .support-services-wrapper {
    grid-column-gap: 60px;
  }

  .left-support-services {
    width: 90%;
  }

  .support-service-img {
    height: 470px;
  }

  .title-fishing-wrap {
    width: 72%;
    max-width: none;
  }

  .fish-photo {
    width: 22%;
    min-height: 380px;
  }

  .max-w---80-desctop {
    width: 95%;
  }

  .center-content-event {
    width: 55%;
  }

  .event-name {
    font-size: 32px;
  }

  .about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr;
  }

  .img-2-about-us {
    width: 100%;
  }

  .small-width-paragraph {
    max-width: 470px;
  }

  .mt-img {
    margin-top: 80px;
  }

  .big-right-content-wrapper {
    width: 65%;
  }

  .banner-icon {
    left: 100px;
  }

  .banner-icon.gallery-icon {
    left: 36px;
  }

  .banner-icon.team-icon {
    left: 105px;
  }

  .banner-icon.blog-icon-banner {
    left: 55px;
  }

  .details-rich-text-wrap {
    max-width: 80%;
  }

  .icon-rich-text {
    left: -80px;
  }

  .rich-blog-text-wrapper {
    max-width: 900px;
  }

  .blog-banner-image {
    height: 560px;
  }

  .content-blog-banner {
    width: 85%;
  }

  .blog-h1 {
    font-size: 60px;
  }

  .details-blog-paragraph {
    width: 640px;
  }

  .collection-list-grid-blog {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-link {
    height: 260px;
  }

  .event-content-wrap {
    grid-column-gap: 60px;
  }

  .event-details-wrap {
    padding-left: 60px;
  }

  .rich-text-wrap {
    width: 65%;
  }

  .content-event-banner {
    max-width: 1000px;
  }

  .event-h1 {
    font-size: 52px;
  }

  .event-photo {
    height: 500px;
  }

  .big-image-contact {
    width: 50%;
  }

  .left-content-wrapper {
    width: 40%;
  }

  .contact-form-wrapper {
    margin-top: -70px;
  }

  .info-contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .camping-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .content-pricing-memeber-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .hunting-image-landing {
    bottom: 480px;
    left: 300px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 52px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 43px;
  }

  h4 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  h5, h6 {
    margin-bottom: 10px;
  }

  .section.video-background {
    padding-top: 200px;
  }

  .section.banner-home-3 {
    padding-top: 280px;
  }

  .section.video-big-background {
    height: 560px;
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .section.service-details-banner {
    padding-top: 135px;
  }

  .section.details-blog-section {
    padding-top: 70px;
  }

  .base-container {
    max-width: 1380px;
  }

  .base-container.style-guide-container {
    max-width: 1300px;
  }

  .nav-container {
    max-width: 1380px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .licensing-image {
    height: 360px;
  }

  .utility-page-content {
    width: 320px;
  }

  .section-title-wrapper {
    max-width: 680px;
  }

  .paragraph-small.event-paragraph {
    width: 85%;
  }

  .accordion-list {
    padding-left: 270px;
  }

  .accordion-list-content {
    margin-right: 120px;
  }

  .pricing-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-text.big-h2 {
    font-size: 60px;
  }

  .footer-brand-wrapper {
    width: 47%;
  }

  .search-result-wrapper {
    width: 90%;
  }

  .search-section {
    padding-top: 175px;
  }

  .accordion-wrapper-one-column.preicing-top-margin {
    margin-top: 290px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .link-page-footer {
    font-size: 30px;
  }

  .gallery-footer-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .links-footer-wrapper {
    width: 46%;
  }

  .info-footer-wrapper {
    grid-column-gap: 35px;
    margin-right: 50px;
  }

  .heading-2 {
    letter-spacing: -1.29px;
  }

  .lightbox-link.last-lightbox-wrap {
    display: block;
  }

  .left-title-wrap {
    max-width: 600px;
  }

  .content-about-home-1-wrap.contact-value-content {
    width: 40%;
  }

  .video-block-wrapper {
    height: 660px;
  }

  .background-video-2.relative-video-home-2 {
    height: 580px;
  }

  .content-video-bottom {
    padding-bottom: 70px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .title-left-bottom {
    max-width: 800px;
  }

  .title-faq-wrapper {
    max-width: 980px;
  }

  .number-faq {
    width: 150px;
    font-size: 24px;
  }

  .team-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 48%;
  }

  .big-title-wrapper {
    width: 100%;
  }

  .big-title-wrapper.width---100-tablet {
    width: 95%;
  }

  .paragraphs-wrapper.gap---small {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .number-big {
    font-size: 100px;
  }

  .plus-number {
    top: -60px;
  }

  .banner-home-1-content-wrap.banner-content-events {
    width: 55%;
  }

  .banner-home-1-content-wrap.tablet-center-banner {
    width: 34%;
  }

  .banner-home-1-content-wrap.camping-banner {
    width: 40%;
  }

  .banner-home-1-content-wrap.banner-faq-content {
    width: 48%;
  }

  .banner-home-1-content-wrap.pricing-banner-content {
    width: 55%;
  }

  .events-banner-wrapper {
    width: 65%;
  }

  .collection-item-event {
    padding: 25px 30px;
  }

  .number-event {
    font-size: 100px;
    bottom: 30px;
  }

  .pricing-content-wrapper {
    margin-top: 200px;
    margin-bottom: -310px;
    padding-top: 40px;
  }

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

  .title-pricing-1-type {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
  }

  .pricing-plans-wrap {
    width: 66%;
  }

  .pricing-plans-wrap.big-pricing-plans {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-wrap {
    padding: 45px 30px;
  }

  .review-wrap.center-review {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .client-photo.center-photo {
    width: 120px;
    height: 120px;
  }

  .review-text {
    letter-spacing: -1.4px;
    font-size: 24px;
  }

  .collection-item-service._2-type-width {
    width: 31.5%;
  }

  .content-service-wrapper.static-content {
    padding-left: 27px;
    padding-right: 27px;
  }

  .service-name {
    font-size: 20px;
  }

  .big-content-blog {
    bottom: 40px;
    left: 40px;
    right: 40px;
  }

  .blog-name-big {
    font-size: 33px;
  }

  .small-name-blog {
    font-size: 20px;
  }

  .text-centered {
    max-width: 78%;
  }

  .content-banner-2-wrapper {
    width: 52%;
  }

  .absolute-block-banner-2 {
    bottom: -210px;
  }

  .bg-image-banner-2 {
    width: 300px;
    top: -42px;
    right: 90px;
  }

  .text-review {
    font-size: 34px;
  }

  .hunting-image {
    height: 500px;
  }

  .collection-list-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-wrapper-services-home-2 {
    width: 97%;
  }

  .collection-item-service-2-type:last-child {
    display: block;
  }

  .title-pricing-wrapper {
    width: 40%;
  }

  .pricing-plans-wrapper-2 {
    width: 55%;
  }

  .background-programs {
    width: 45%;
  }

  .max-w---500 {
    max-width: 500px;
  }

  .title-center-wrapper.big-title-center {
    width: 720px;
  }

  .gallery-wrapper, .gallery-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .support-services-wrapper {
    place-items: end stretch;
  }

  .title-fishing-wrap {
    width: 70%;
  }

  .fish-photo {
    width: 25%;
  }

  .max-w---80-desctop {
    width: 90%;
  }

  .day-event {
    font-size: 62px;
  }

  .event-name {
    font-size: 33px;
  }

  .collection-list-services-2-type {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .banner-icon.gallery-icon {
    left: 36px;
  }

  .background-video-3 {
    height: 600px;
  }

  .details-rich-text-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-rich-text {
    left: -110px;
  }

  .content-service-details {
    width: 45%;
  }

  .image-service-details {
    object-fit: cover;
    width: 45%;
    height: 540px;
  }

  .lightbox-link-gallery-wrap {
    height: 350px;
  }

  .rich-blog-text-wrapper {
    max-width: 960px;
  }

  .blog-banner-image {
    object-position: 50% 20%;
    height: 580px;
  }

  .content-blog-banner {
    width: 84%;
    margin-bottom: 70px;
  }

  .blog-h1 {
    font-size: 62px;
  }

  .blog-link {
    height: 280px;
  }

  .tabs-menu-blog {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .event-details-wrap {
    width: 30%;
  }

  .content-event-banner {
    max-width: 1100px;
  }

  .event-h1 {
    font-size: 54px;
  }

  .event-photo {
    height: 560px;
  }

  .big-image-contact {
    width: 52%;
  }

  .left-content-wrapper {
    width: 38%;
  }

  .contact-form-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-contact-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .camping-content-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .big-image-pricing {
    min-height: 400px;
  }

  .heading-404 {
    font-size: 160px;
  }

  .hunting-image-landing {
    width: 300px;
    bottom: 500px;
    left: 325px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 45px;
  }

  h4 {
    font-size: 35px;
  }

  .section.landing-banner {
    padding-top: 195px;
  }

  .section.banner-home-1 {
    padding-top: 260px;
  }

  .section.video-background {
    padding-top: 230px;
  }

  .section.banner-home-3 {
    padding-top: 320px;
    padding-bottom: 80px;
  }

  .section.video-big-background {
    height: 680px;
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .section.service-details-banner {
    padding-top: 145px;
  }

  .section.details-section {
    padding-top: 70px;
  }

  .section.blog-details-banner {
    padding-top: 195px;
  }

  .section.event-details-banner {
    padding-top: 185px;
    padding-bottom: 100px;
  }

  .base-container {
    max-width: 1630px;
  }

  .colors-container {
    grid-column-gap: 100px;
  }

  .nav-container {
    max-width: 1630px;
  }

  .licensing-image {
    height: 400px;
  }

  .utility-page-content {
    width: 340px;
  }

  .section-title-wrapper {
    max-width: 720px;
  }

  .paragraph-small.event-paragraph {
    width: 70%;
  }

  .pricing-item.center-item {
    width: 35%;
  }

  .pricing-content {
    padding-left: 23px;
    padding-right: 23px;
  }

  .footer-wrapper {
    margin-top: 100px;
  }

  .white-text.big-h2 {
    font-size: 65px;
  }

  .footer-brand-wrapper {
    width: 43%;
  }

  .search-section {
    padding-top: 185px;
  }

  .style-guide-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .landing-banner-image {
    max-width: 90%;
  }

  .landing-inner-pages-wrapper {
    max-width: 1630px;
  }

  .landing-banner-title-wrapper {
    max-width: 820px;
  }

  .landing-home-pages-wrapper {
    max-width: 1630px;
  }

  .landing-download-block-wrapper {
    max-width: 1530px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .link-page-footer {
    font-size: 34px;
  }

  .links-footer-wrapper {
    width: 43%;
  }

  .info-footer-wrapper {
    margin-right: 80px;
  }

  .div-block-5 {
    width: 10%;
  }

  .subscribe-title-wrapper {
    max-width: 470px;
  }

  .heading-2 {
    letter-spacing: -1.35px;
  }

  .content-about-home-1-wrap {
    width: 45%;
    padding-right: 30px;
  }

  .white-paragraph.event-banner-paragraph {
    width: 70%;
  }

  .background-video-1 {
    width: 50%;
  }

  .video-block-wrapper {
    height: 750px;
  }

  .background-video-2.relative-video-home-2 {
    height: 760px;
  }

  .title-left-bottom {
    max-width: 860px;
  }

  .title-faq-wrapper {
    max-width: 1000px;
  }

  .team-content-wrap {
    width: 52%;
  }

  .social-team-wrapper {
    top: 18px;
    right: 18px;
  }

  .big-title-wrapper, .big-title-wrapper.width---100-tablet {
    width: 90%;
  }

  .paragraphs-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    max-width: 1140px;
  }

  .paragraphs-wrapper.gap---small {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-home-1-content-wrap.tablet-center-banner {
    width: 32%;
  }

  .banner-home-1-content-wrap.camping-banner {
    width: 38%;
  }

  .banner-home-1-content-wrap.pricing-banner-content {
    width: 50%;
  }

  .events-banner-wrapper {
    width: 50%;
    margin-top: 130px;
  }

  .collection-item-event {
    padding: 30px;
  }

  .collection-item-event.primary-color-item {
    padding-right: 45px;
  }

  .number-event.opacity---15 {
    right: 20px;
  }

  .small-background.team-background {
    height: 200px;
  }

  .pricing-content-wrapper {
    margin-top: 230px;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .title-pricing-1-type {
    width: 35%;
  }

  .pricing-plans-wrap {
    width: 62%;
  }

  .pricing-plans-wrap.big-pricing-plans {
    width: 75%;
  }

  .title-service-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .content-service-wrapper.static-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .service-name {
    font-size: 22px;
  }

  .big-content-blog {
    right: 100px;
  }

  .blog-name-big {
    font-size: 35px;
  }

  .small-name-blog {
    font-size: 24px;
  }

  .info-blog-wrap {
    padding-right: 80px;
  }

  .text-centered {
    max-width: 68%;
  }

  .content-banner-2-wrapper {
    width: 50%;
  }

  .bg-image-banner-2 {
    top: -55px;
    right: 130px;
  }

  .content-testimonials {
    width: 78%;
  }

  .small-paragraph.details-banner-paragraph {
    width: 75%;
  }

  .text-review {
    font-size: 40px;
  }

  .hunting-image {
    height: 580px;
  }

  .collection-list-services {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-wrapper-services-home-2 {
    margin-top: -60px;
  }

  .title-pricing-wrapper {
    width: 40%;
  }

  .pricing-plans-wrapper-2 {
    width: 50%;
  }

  .background-programs {
    width: 43%;
  }

  .small-h1 {
    font-size: 80px;
  }

  .title-center-wrapper {
    width: 720px;
  }

  .title-center-wrapper.big-title-center {
    width: 740px;
  }

  .collection-list-support-services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-item-support-services {
    padding-bottom: 30px;
  }

  .image-banner-background.event-image {
    object-position: 100% 70%;
  }

  .content-banner-home-3.service-content {
    max-width: 1100px;
  }

  .title-fishing-wrap {
    width: 70%;
    padding-right: 60px;
  }

  .max-w---80-desctop {
    width: 78%;
  }

  .event-name {
    font-size: 35px;
  }

  .small-width-paragraph {
    max-width: 85%;
  }

  .absolute-left-img {
    width: 35%;
  }

  .big-right-content-wrapper {
    width: 60%;
  }

  .collection-list-services-2-type {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-icon {
    left: 153px;
  }

  .banner-icon.gallery-icon {
    left: -12px;
  }

  .banner-icon.team-icon {
    left: 60px;
  }

  .banner-icon.blog-icon-banner {
    left: 105px;
  }

  .background-video-3 {
    height: 680px;
  }

  .details-rich-text-wrap {
    width: 1160px;
  }

  .content-service-details {
    width: 51%;
  }

  .image-service-details {
    width: 40%;
    height: 560px;
  }

  .details-heading {
    font-size: 72px;
  }

  .paragraph-service-details {
    max-width: 740px;
  }

  .lightbox-link-gallery-wrap {
    height: 420px;
  }

  .desctop-width---80 {
    width: 80%;
  }

  .rich-blog-text-wrapper {
    max-width: 1000px;
  }

  .blog-banner-image {
    height: 680px;
  }

  .content-blog-banner {
    width: 76%;
    margin-bottom: 80px;
  }

  .blog-h1 {
    font-size: 68px;
  }

  .collection-list-grid-blog {
    grid-column-gap: 40px;
  }

  .blog-link {
    height: 340px;
  }

  .tabs-menu-blog {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .event-content-wrap {
    grid-column-gap: 80px;
  }

  .event-details-wrap {
    padding-left: 80px;
  }

  .content-event-banner {
    max-width: 1140px;
  }

  .event-h1 {
    font-size: 60px;
  }

  .event-photo {
    height: 640px;
  }

  .big-image-contact {
    object-position: 50% 30%;
    width: 50%;
  }

  .left-content-wrapper {
    width: 35%;
  }

  .contact-form-wrapper {
    width: 50%;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .info-contact-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .camping-content-wrapper {
    grid-column-gap: 40px;
  }

  .experience-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .big-image-pricing {
    width: 72%;
    height: 420px;
    min-height: auto;
  }

  .content-pricing-memeber-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-banner-home-2 {
    width: 85%;
  }

  .hunting-image-landing {
    width: 380px;
    bottom: 615px;
    left: 448px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 34px;
  }

  blockquote {
    font-size: 28px;
  }

  .section.changelog-banner, .section.about-us-banner, .section.landing-banner, .section.banner-home-1 {
    padding-top: 125px;
  }

  .section.banner-home-2 {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.banner-home-3 {
    padding-top: 200px;
  }

  .section.video-big-background {
    height: 460px;
  }

  .section.service-banner {
    padding-top: 125px;
  }

  .section.service-details-banner {
    padding-top: 105px;
  }

  .section.details-section {
    padding-top: 60px;
  }

  .section.testimonials-banner, .section.gallery-banner, .section.blog-details-banner {
    padding-top: 125px;
  }

  .section.details-blog-section {
    padding-top: 30px;
  }

  .section.event-details-banner {
    padding-top: 125px;
  }

  .section.event-section-details {
    padding-top: 50px;
  }

  .section.contact-us-banner {
    padding-top: 125px;
    padding-bottom: 160px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    font-size: 16px;
    bottom: 0%;
  }

  .top-style-spacing-desktop {
    font-size: 16px;
    top: 0%;
  }

  .middle-style-spacing-desktop {
    font-size: 16px;
    top: 22%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    font-size: 16px;
    top: -2%;
    right: -10px;
  }

  .middlr-style-spacing-mobile {
    font-size: 16px;
    top: 19%;
  }

  .bottom-style-spacing-mobile {
    font-size: 16px;
    bottom: 0%;
    right: -10px;
  }

  .nav-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    color: var(--primary-dark);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: var(--primary-dark);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--primary-dark);
  }

  .pages-banner {
    padding-top: 125px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .section-title-description {
    max-width: 570px;
  }

  .accordion-list {
    padding-left: 110px;
  }

  .pricing-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    padding-top: 0;
    display: grid;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 350px;
    margin-top: 23px;
  }

  .pricing-item.right-pricing {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .pricing-item.left-pricing {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .pricing-item.right-pricing-home {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .pricing-content {
    padding-top: 55px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .pricing-content.center-item {
    padding: 55px 35px 45px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-brand-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .button-header {
    display: none;
  }

  .button-header.tablet-button {
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 125px;
  }

  .accordion-wrapper-one-column.preicing-top-margin {
    margin-top: 870px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-banner-title-wrapper {
    max-width: 620px;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 16px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    max-width: 620px;
    margin-bottom: 40px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--primary-light);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-title {
    font-size: 22px;
  }

  .licensing-icons {
    width: 80%;
  }

  .div-block-2 {
    flex-flow: wrap;
  }

  .links-footer-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .link-page-footer {
    font-size: 26px;
  }

  .gallery-footer-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .links-footer-wrapper {
    width: 100%;
  }

  .info-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .loop-icons-wrapper {
    width: 720%;
  }

  .subscribe-footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .subscribe-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .subtitle-wrapper {
    margin-bottom: 20px;
  }

  .subscrive-form-wrapper {
    width: 600px;
  }

  .white-footer-background {
    height: 220px;
  }

  .lightbox-link.last-lightbox-wrap {
    display: block;
  }

  .left-title-wrap {
    max-width: 460px;
  }

  .content-about-home-1-wrap {
    width: 100%;
    margin-top: 60px;
    padding-right: 20px;
  }

  .section-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .background-video-1 {
    width: 100%;
    height: 400px;
    margin-top: -80px;
    position: relative;
  }

  .background-video-1.full-w-video {
    height: 100%;
    margin-top: 0;
    position: absolute;
  }

  .video-block-wrapper {
    height: 420px;
  }

  .background-video-2.relative-video-home-2 {
    height: 400px;
  }

  .content-video-bottom {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-video-bottom.static-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-left-bottom {
    max-width: 410px;
  }

  .title-left-bottom.big-left-title {
    max-width: none;
  }

  .button-right-bottom.tablet-button {
    margin-bottom: 0;
    display: none;
  }

  .button-right-bottom.vision-tablet-button {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .title-faq-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 80%;
  }

  .number-faq {
    width: 60px;
  }

  .left-content-team-wrapper {
    width: 75%;
  }

  .team-content-wrap {
    width: 100%;
  }

  .team-content-wrap.small-team-about-us {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-wrapper.last-item {
    display: flex;
  }

  .big-title-wrapper {
    width: 100%;
  }

  .paragraphs-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraphs-wrapper.gap---small {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .numbers-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .numbers-wrapper.home-2-numbers {
    grid-column-gap: 60px;
    margin-top: 40px;
  }

  .overlay-banner-home-1 {
    background-image: linear-gradient(130deg, #0006 33%, #fff0), linear-gradient(40deg, #0006, #fff0 88%), linear-gradient(#00000040, #00000040);
  }

  .banner-home-1-content-wrap {
    width: 57%;
  }

  .banner-home-1-content-wrap.banner-content-events {
    width: 70%;
  }

  .banner-home-1-content-wrap.tablet-center-banner {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-home-1-content-wrap.banner-faq-content {
    width: 65%;
  }

  .banner-home-1-content-wrap.pricing-banner-content {
    width: 67%;
  }

  .events-banner-wrapper {
    width: 95%;
  }

  .small-background {
    height: 35%;
  }

  .small-background.blog-height {
    height: 280px;
  }

  .small-background.team-background {
    height: 220px;
  }

  .pricing-content-wrapper {
    margin-bottom: -900px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-pricing-1-type {
    width: 70%;
  }

  .price-plan {
    font-size: 38px;
  }

  .testimonials-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .review-wrap.center-review {
    border-color: #eeecec;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .review-wrap.tablet-hidden {
    display: none;
  }

  .client-photo.center-photo {
    width: 96px;
    height: 96px;
  }

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

  .content-service-wrapper.static-content {
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-name {
    font-size: 20px;
  }

  .links-content-service-wrap {
    padding-right: 25px;
  }

  .big-info-service-wrapper {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .blog-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .big-content-blog {
    bottom: 40px;
    left: 40px;
    right: 200px;
  }

  .small-blog-photo-link {
    width: 180px;
  }

  .collection-list-blog-big.blog-greed {
    grid-template-columns: 1fr;
    height: auto;
  }

  .small-content-blog.full-width---100 {
    min-height: 267px;
  }

  .info-blog-wrap {
    padding-right: 40px;
  }

  .text-centered {
    max-width: 100%;
  }

  .text-with-image {
    letter-spacing: -3px;
    font-size: 50px;
  }

  .big-info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .big-image-info {
    object-position: 50% 30%;
    width: 100%;
    height: 500px;
  }

  .tight-big-content {
    width: 100%;
  }

  .content-banner-2-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .absolute-block-banner-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    position: relative;
    bottom: -60px;
    right: 0;
  }

  .bg-image-banner-2 {
    width: 220px;
    top: 270px;
    right: 35px;
  }

  .slider-testimonials-2-type {
    max-width: 740px;
  }

  .content-testimonials {
    text-align: center;
    width: 85%;
  }

  .text-review {
    font-size: 26px;
  }

  .hunting-image {
    height: 360px;
  }

  .collection-list-services {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-services-home-2 {
    width: 98%;
  }

  .collection-item-service-2-type:nth-child(2n) {
    display: none;
  }

  .collection-item-service-2-type:last-child {
    display: block;
  }

  .big-h2 {
    letter-spacing: -1.02px;
    font-size: 52px;
  }

  .values-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-pricing-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 500px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .pricing-content-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title-top-pricing-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .pricing-plans-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .background-programs {
    width: 80%;
    height: 560px;
    inset: auto 0% 80px auto;
  }

  .small-h1 {
    font-size: 50px;
  }

  .title-center-wrapper {
    width: 580px;
  }

  .support-services-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .left-support-services {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .support-service-img {
    height: 460px;
  }

  .div-block-45 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-16 {
    object-position: 50% 50%;
  }

  .content-banner-home-3 {
    max-width: 700px;
  }

  .content-banner-home-3.service-content {
    max-width: 640px;
  }

  .title-fishing-wrap {
    width: 62%;
  }

  .fish-photo {
    width: 33%;
  }

  .title-wrap {
    width: 22%;
  }

  .content-title-wrap {
    width: 74%;
  }

  .collection-item-events {
    justify-content: space-between;
    align-items: flex-start;
  }

  .day-event {
    font-size: 48px;
  }

  .date-event-wrapper {
    max-width: 160px;
  }

  .month-event {
    font-size: 18px;
  }

  .center-content-event {
    width: 54%;
  }

  .event-name {
    font-size: 26px;
  }

  .about-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img-2-about-us {
    object-fit: cover;
    height: 480px;
  }

  .mt-img {
    margin-top: 30px;
  }

  .absolute-left-img {
    width: 100%;
    height: 380px;
    margin-top: -80px;
    position: static;
  }

  .big-right-content-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .collection-list-services-2-type {
    grid-template-columns: 1fr 1fr;
  }

  .banner-icon {
    width: 100px;
    top: -36px;
    left: 62px;
  }

  .banner-icon.gallery-icon {
    left: 41px;
  }

  .banner-icon.team-icon {
    left: 94px;
  }

  .banner-icon.blog-icon-banner {
    left: 28px;
  }

  .details-rich-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .icon-rich-text {
    margin-top: 0;
    position: static;
  }

  .content-service-details {
    width: 55%;
  }

  .lightbox-link-gallery-wrap {
    height: 280px;
  }

  .blog-banner-image {
    height: 420px;
  }

  .content-blog-banner {
    margin-bottom: 40px;
  }

  .blog-h1 {
    font-size: 48px;
  }

  .details-blog-paragraph {
    width: 600px;
  }

  .blog-link {
    height: 260px;
  }

  .bottom-auto-tablet {
    margin-top: auto;
    margin-bottom: 10px;
  }

  .event-content-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .event-details-wrap {
    border-top: 1px solid #38797533;
    border-left-width: 0;
    width: 70%;
    padding: 40px 20px 0;
    position: static;
  }

  .rich-text-wrap {
    width: 100%;
  }

  .event-h1 {
    font-size: 48px;
  }

  .event-photo {
    height: 400px;
  }

  .big-image-contact {
    object-position: 50% 25%;
    width: 100%;
    height: 500px;
    margin-top: -80px;
    position: static;
  }

  .contact-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .left-content-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .contact-form-wrapper {
    width: 75%;
    margin-top: -80px;
  }

  .info-contact-wrapper {
    justify-content: center;
    align-items: center;
  }

  .camping-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .experience-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    display: flex;
  }

  .big-image-pricing {
    width: 60%;
  }

  .event-paragraph-banner {
    max-width: 580px;
  }

  .heading-404 {
    font-size: 120px;
  }

  .hunting-image-landing {
    width: 140px;
    bottom: 323px;
    left: 155px;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  blockquote {
    font-size: 26px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.changelog-banner, .section.about-us-banner, .section.landing-banner {
    padding-top: 105px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.banner-home-1 {
    padding-top: 105px;
  }

  .section.banner-home-2 {
    padding-top: 105px;
    padding-bottom: 0;
  }

  .section.banner-home-3 {
    padding-top: 180px;
  }

  .section.video-big-background {
    height: 400px;
  }

  .section.service-banner {
    padding-top: 105px;
  }

  .section.service-details-banner {
    padding-top: 90px;
  }

  .section.details-section {
    padding-top: 50px;
  }

  .section.testimonials-banner, .section.gallery-banner, .section.blog-details-banner, .section.event-details-banner {
    padding-top: 105px;
  }

  .section.event-section-details {
    padding-top: 30px;
  }

  .section.contact-us-banner {
    padding-top: 105px;
    padding-bottom: 130px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--primary-dark);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--primary-dark);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--primary-dark);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-wrapper.width---auto {
    width: auto;
    margin-bottom: 0;
  }

  .link-wrapper.center-link-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .pages-banner {
    padding-top: 105px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-image {
    height: 280px;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .footer.without-subscribe {
    padding-top: 20px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .accordion-list {
    padding-left: 60px;
  }

  .accordion-list-content {
    margin-right: 60px;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-item.relative-pricing {
    width: 80%;
  }

  .pricing-item.right-pricing-home {
    display: none;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .search-section {
    padding-top: 105px;
    padding-bottom: 60px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .accordion-wrapper-one-column.preicing-top-margin {
    margin-top: 880px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-performance-item-title {
    max-width: 230px;
    font-size: 18px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 30px;
  }

  .image-background {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .section-purchase {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .licensing-icons {
    width: 100%;
  }

  .link-arrows, .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .link-page-footer {
    font-size: 24px;
  }

  .gallery-footer-wrap {
    margin-top: 40px;
  }

  .links-footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .info-footer-wrapper {
    grid-row-gap: 60px;
    width: 100%;
    margin-right: 0;
  }

  .div-block-5 {
    flex-flow: row;
    width: auto;
    margin-top: 60px;
    display: flex;
  }

  .info-footer-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-footer-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .loop-icons-wrapper {
    width: 720%;
  }

  .subscrive-form-wrapper {
    width: 100%;
  }

  .right-button-title {
    display: none;
  }

  .right-button-title.mobile-button {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .big-title-wrap {
    margin-bottom: 30px;
  }

  .left-title-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .content-about-home-1-wrap {
    margin-top: 40px;
    padding-right: 0;
  }

  .section-button-wrapper.center-section-button, .section-button-wrapper.bottom-center-wrapper {
    margin-top: 40px;
  }

  .background-video-1 {
    height: 380px;
    margin-top: -60px;
  }

  .video-block-wrapper {
    height: 440px;
  }

  .background-video-2.relative-video-home-2 {
    height: 380px;
  }

  .content-video-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
  }

  .content-video-bottom.static-content {
    justify-content: space-between;
    align-items: center;
  }

  .title-left-bottom {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .button-right-bottom {
    margin-bottom: 0;
  }

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

  .teams-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-content-team-wrapper {
    width: 100%;
    position: static;
  }

  .team-content-wrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .social-team-wrapper {
    top: 15px;
    right: 15px;
  }

  .big-title-wrapper {
    margin-bottom: 30px;
  }

  .big-title-wrapper.big-top-banner {
    margin-top: 0;
  }

  .paragraphs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .paragraphs-wrapper.gap---small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .numbers-wrapper {
    grid-column-gap: 30px;
    margin-top: 60px;
  }

  .numbers-wrapper.home-2-numbers {
    grid-column-gap: 40px;
    margin-top: 30px;
  }

  .number-big {
    font-size: 60px;
  }

  .plus-number {
    font-size: 40px;
    top: -35px;
  }

  .overlay-banner-home-1 {
    background-image: linear-gradient(130deg, #0006, #fff0), linear-gradient(40deg, #0006, #fff0 88%), linear-gradient(#0009, #0009);
  }

  .banner-home-1-content-wrap {
    width: 100%;
  }

  .banner-home-1-content-wrap.banner-content-events {
    width: 95%;
  }

  .banner-home-1-content-wrap.tablet-center-banner, .banner-home-1-content-wrap.camping-banner {
    width: 75%;
  }

  .banner-home-1-content-wrap.banner-faq-content {
    width: 80%;
  }

  .banner-home-1-content-wrap.pricing-banner-content {
    width: 90%;
  }

  .events-banner-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .small-background.team-background {
    height: 160px;
  }

  .pricing-content-wrapper {
    padding-top: 40px;
  }

  .content-pricing-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .title-pricing-1-type {
    width: 90%;
  }

  .right-arrow-dark._2-type-arrow-right {
    inset: auto 0% 0% auto;
  }

  .testimonials-wrap {
    grid-template-columns: 1fr;
  }

  .review-wrap {
    display: none;
  }

  .review-wrap.center-review {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .info-client-wrap.left-content {
    justify-content: center;
    align-items: flex-start;
  }

  .big-content-blog {
    bottom: 30px;
    left: 30px;
    right: 60px;
  }

  .small-content-blog.full-width---100 {
    min-height: auto;
  }

  .info-blog-wrap {
    padding-right: 20px;
  }

  .text-with-image {
    font-size: 40px;
  }

  .big-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .big-image-info {
    object-fit: cover;
    object-position: 50% 20%;
    height: 480px;
  }

  .tight-big-content {
    width: 100%;
  }

  .content-banner-2-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .absolute-block-banner-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    padding: 20px;
  }

  .bg-image-banner-2 {
    width: 160px;
    top: 300px;
    right: 5px;
  }

  .slider-testimonials-2-type {
    max-width: 540px;
    padding-bottom: 80px;
  }

  .testimonials-2-type-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content-testimonials {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .content-review-wrap-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-services {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-services-home-2 {
    margin-top: -60px;
  }

  .collection-item-service-2-type:nth-child(2n), .collection-item-service-2-type:last-child {
    display: block;
  }

  .big-h2 {
    letter-spacing: -.84px;
    font-size: 48px;
  }

  .values-wrap {
    justify-content: center;
    align-items: center;
  }

  .title-pricing-wrapper {
    padding-bottom: 0;
  }

  .pricing-plans-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
  }

  .background-programs {
    width: 95%;
    height: 700px;
    bottom: 60px;
  }

  .small-h1 {
    font-size: 48px;
  }

  .title-center-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .support-services-wrapper {
    grid-row-gap: 40px;
  }

  .left-support-services {
    width: 100%;
  }

  .support-service-img {
    height: 400px;
    margin-top: 30px;
  }

  .overlay-background-banner-3 {
    background-image: linear-gradient(#40382d66, #40382de6), linear-gradient(#0000004d, #0000004d);
  }

  .content-info-fishing-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .title-fishing-wrap {
    width: 100%;
  }

  .fish-photo {
    width: 100%;
    height: 380px;
    min-height: auto;
  }

  .big-section-title-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .title-wrap, .content-title-wrap {
    width: 100%;
  }

  .collection-item-events {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .date-event-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .center-content-event {
    width: 70%;
  }

  .event-name {
    font-size: 28px;
  }

  .collection-list-events {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .mt-img {
    margin-top: 40px;
  }

  .absolute-left-img {
    height: 300px;
    margin-top: -60px;
  }

  .big-right-content-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .collection-list-services-2-type {
    grid-template-columns: 1fr;
  }

  .banner-icon {
    width: 80px;
    top: -25px;
    left: 26px;
  }

  .banner-icon.gallery-icon {
    left: -10px;
  }

  .banner-icon.team-icon {
    left: 26px;
  }

  .banner-icon.blog-icon-banner {
    left: 0;
  }

  .icon-rich-text {
    margin-top: 0;
  }

  .banner-service-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .content-service-details {
    width: 100%;
  }

  .image-service-details {
    object-fit: cover;
    width: 100%;
    height: 480px;
  }

  .blog-banner-image {
    height: 380px;
  }

  .details-blog-paragraph {
    width: auto;
  }

  .collection-list-grid-blog {
    grid-template-columns: 1fr;
  }

  .blog-link {
    height: 300px;
  }

  .tabs-menu-blog {
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .bottom-auto-tablet {
    margin-bottom: 0;
  }

  .event-photo {
    height: 300px;
  }

  .big-image-contact {
    margin-top: -60px;
  }

  .contact-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .left-content-wrapper, .contact-form-wrapper {
    width: 85%;
  }

  .camping-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .experience-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .experience-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .big-image-pricing {
    width: 100%;
    height: 300px;
    min-height: auto;
  }

  .content-pricing-memeber-wrap {
    flex-flow: column;
  }

  .title-values-pricing-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .search-result-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hunting-image-landing {
    bottom: 222px;
    left: 110px;
  }

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
    font-size: 22px;
  }

  .section.video-background {
    padding-top: 80px;
  }

  .section.banner-home-3 {
    padding-top: 160px;
  }

  .section.video-big-background {
    background-image: linear-gradient(#0000, #0000), url('../images/BG-Video.webp');
    background-position: 0 0, 40%;
    height: 360px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 2%;
  }

  .top-style-spacing-desktop {
    top: 2%;
  }

  .middle-style-spacing-desktop {
    top: 26%;
  }

  .top-style-spacing-mobile {
    top: 0%;
  }

  .middlr-style-spacing-mobile {
    top: 24%;
  }

  .bottom-style-spacing-mobile {
    bottom: 4%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .accordion-toggle {
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordion-list {
    padding-left: 0;
  }

  .accordion-list-content {
    margin-right: 0;
  }

  .pricing-item.center-item {
    margin-top: 23px;
  }

  .pricing-item.relative-pricing {
    width: 100%;
  }

  .pricing-content {
    padding: 35px 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .white-text.big-h2 {
    font-size: 38px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .play-button-icon {
    margin-top: 1px;
  }

  .section-title-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .license-link-wrapper {
    margin-left: 0;
  }

  .div-block-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
  }

  .links-footer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-page-footer {
    font-size: 20px;
  }

  .gallery-footer-wrap {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .info-footer-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .div-block-5 {
    margin-top: 40px;
  }

  .loop-icons-wrapper {
    width: 300%;
  }

  .loops-icons.mobile-icons {
    display: none;
  }

  .subscribe-footer-wrapper {
    padding: 40px;
  }

  .subtitle-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .subtitle-wrapper.mobile-center {
    justify-content: center;
    align-items: center;
  }

  .form-footer {
    min-height: 243px;
  }

  .fields-wrapper {
    flex-flow: column;
  }

  .form-subscribe {
    flex-flow: column;
    display: flex;
  }

  .lightbox-link.last-lightbox-wrap {
    display: none;
  }

  .right-button-title.mobile-button {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-title-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .values-about-wrapper {
    grid-template-columns: 1fr;
  }

  .section-button-wrapper {
    flex-flow: column;
    margin-top: 30px;
  }

  .section-button-wrapper.tablet-button {
    margin-top: 0;
  }

  .section-button-wrapper.center-section-button {
    justify-content: center;
    align-items: flex-start;
  }

  .background-video-1 {
    height: 300px;
  }

  .video-block-wrapper {
    height: 460px;
  }

  .background-video-2.relative-video-home-2 {
    height: 300px;
  }

  .overlay-video {
    background-image: linear-gradient(#fff0, #000000f2), linear-gradient(#00000026, #00000026);
  }

  .content-video-bottom {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 15px 30px;
  }

  .content-video-bottom.static-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-left-bottom {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-faq-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 85%;
    padding-top: 5px;
  }

  .plus-wrapper {
    width: 40px;
    height: 40px;
  }

  .plus-icon {
    width: 16px;
    height: 16px;
  }

  .left-content-team-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-content-wrap, .team-content-wrap.small-team-about-us {
    grid-template-columns: 1fr;
  }

  .team-member-wrapper.last-item, .team-member-wrapper.last-item-team {
    display: none;
  }

  .numbers-wrapper {
    grid-template-columns: 1fr;
  }

  .numbers-wrapper.home-2-numbers {
    flex-flow: column;
  }

  .numbers-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .numbers-wrap.last-mobile-numbers {
    display: none;
  }

  .number-big {
    font-size: 54px;
  }

  .plus-number {
    top: -35px;
  }

  .banner-home-1-content-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-home-1-content-wrap.banner-content-events, .banner-home-1-content-wrap.tablet-center-banner, .banner-home-1-content-wrap.camping-banner, .banner-home-1-content-wrap.banner-faq-content, .banner-home-1-content-wrap.pricing-banner-content {
    width: 100%;
  }

  .events-banner-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .links-event-wrapper {
    margin-top: 40px;
  }

  .small-background.blog-height {
    height: 240px;
  }

  .pricing-content-wrapper {
    margin-top: 80px;
    padding-bottom: 10px;
  }

  .content-pricing-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .title-pricing-1-type {
    width: 100%;
  }

  .benefits-wrapper {
    margin-top: 30px;
  }

  .title-pricing-wrap {
    margin-bottom: 15px;
  }

  .mask-service {
    width: 100%;
  }

  .slider-testimonials {
    width: 92%;
  }

  .right-arrow-dark._2-type-arrow-right {
    right: 110px;
  }

  .left-arrow-dark._2-type-arrow-left {
    left: 110px;
  }

  .review-wrap.center-review {
    padding: 30px 30px 20px;
  }

  .client-photo.center-photo {
    width: 100px;
    height: 100px;
  }

  .content-service-wrapper {
    bottom: 5px;
    left: 5px;
    right: 5px;
  }

  .content-service-wrapper.static-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .service-name {
    font-size: 20px;
  }

  .service-name._2-type-name {
    width: 93%;
  }

  .links-content-service-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-blog-big {
    height: 380px;
  }

  .big-content-blog {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .blog-name-big {
    font-size: 24px;
  }

  .collection-item-blog-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .collection-item-blog-small.home-blog:last-child {
    display: none;
  }

  .small-blog-photo-link, .small-content-blog {
    width: 100%;
  }

  .info-blog-wrap {
    padding-right: 0;
  }

  .text-centered {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .big-image-info {
    height: 380px;
  }

  .content-banner-2-wrapper {
    width: 100%;
  }

  .absolute-block-banner-2 {
    width: 90%;
    bottom: -40px;
  }

  .bg-image-banner-2 {
    width: 140px;
    top: -61px;
  }

  .slider-testimonials-2-type {
    max-width: 390px;
  }

  .testimonials-2-type-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .collection-list-wrapper-services-home-2 {
    width: 97%;
  }

  .collection-item-service-2-type.home-services:last-child {
    display: none;
  }

  .big-h2 {
    letter-spacing: 0;
    font-size: 44px;
  }

  .values-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .title-pricing-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .pricing-content-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .title-top-pricing-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-plans-wrapper-2 {
    flex-flow: column;
  }

  .background-programs {
    width: 85%;
    height: 800px;
  }

  .small-h1 {
    font-size: 46px;
  }

  .title-center-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-center-wrapper.big-title-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-wrapper.about-us-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-wrap.last-item-gallery {
    display: none;
  }

  .support-service-img {
    height: 380px;
  }

  .collection-item-support-services.home-services:last-child {
    display: none;
  }

  .div-block-45 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-banner-background.event-image {
    object-position: 50% 50%;
  }

  .collection-item-events.last-event-mobile:last-child {
    display: none;
  }

  .day-event {
    font-size: 44px;
  }

  .center-content-event {
    width: 100%;
    margin-bottom: 20px;
  }

  .event-name {
    font-size: 24px;
  }

  .img-2-about-us {
    height: 380px;
  }

  .mt-img {
    margin-top: 30px;
  }

  .banner-icon {
    width: 70px;
    top: -20px;
    left: 25px;
  }

  .banner-icon.team-icon {
    left: -10px;
  }

  .banner-icon.blog-icon-banner {
    left: 29px;
  }

  .background-video-3 {
    height: 400px;
  }

  .icon-rich-text {
    margin-top: 0;
  }

  .image-service-details {
    height: 380px;
  }

  .blog-banner-image {
    height: 300px;
  }

  .blog-h1 {
    font-size: 44px;
  }

  .collection-list-grid-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-link {
    height: 240px;
  }

  .bottom-auto-tablet {
    margin-top: 0;
  }

  .event-details-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-event-banner {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .event-h1 {
    font-size: 44px;
  }

  .event-photo {
    height: 240px;
  }

  .big-image-contact {
    height: 380px;
  }

  .left-content-wrapper {
    width: 100%;
  }

  .contact-form-wrapper {
    width: 95%;
  }

  .info-contact-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .form-block {
    min-height: 612px;
  }

  .experience-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .experience-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .big-image-pricing {
    object-position: 80% 50%;
    height: 280px;
  }

  .field-contact-wrap {
    width: 100%;
  }

  .title-values-pricing-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hunting-icon {
    width: 28px;
  }

  .heading-404 {
    font-size: 100px;
  }

  .hunting-image-landing {
    width: 100px;
    bottom: 150px;
    left: 75px;
  }

  .mobile-hidden, .last-paragraph-mobile {
    display: none;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-0467e391, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-0467e391, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-0467e391, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-0467e391, #w-node-f4719875-06bd-0945-ba1a-95ce4a16ada4-0467e391, #w-node-_84dcd6da-9ae1-4799-93b4-5e50d153ffe3-0467e391, #w-node-d9045b59-8c1e-46d4-d77e-7ed7cc3c09f0-0467e391, #w-node-c7d937b1-6d67-6e1b-ad67-a1dd8ea8b745-0467e391, #w-node-_0c7c2c62-1272-1343-21dd-24e85d768f5a-0467e391, #w-node-_1e467740-460d-aace-9ff8-c5e66ce31760-0467e391, #w-node-_6aafc361-7bbb-7ad4-f1a0-2428e7e4d460-0467e391, #w-node-_54592b05-89be-0929-8d13-ade262285764-0467e391, #w-node-_0bb45b64-f617-8750-c7b6-125dbcb63d7f-0467e391, #w-node-_6bb92903-8ce1-c1c4-3cd4-f3c1b6a0d399-0467e391, #w-node-_66361978-a32a-ded2-b804-bf301dec495f-0467e391, #w-node-_3a6a5aa1-2043-fb02-b15b-b971120a5998-0467e391, #w-node-_41848499-59af-7f90-f5e9-b72d75763bac-0467e391, #w-node-b4824d60-2244-a718-015e-fed3d948a117-0467e391, #w-node-_49d678a9-1e3e-f2ae-aaab-cea75d81a837-0467e391, #w-node-ac7bab86-03ec-1968-fa68-d147fc06bff6-0467e391, #w-node-_43b6d7b8-4663-1b2e-6500-ae2ff60d3c73-0467e391, #w-node-_57b41a3f-27bb-a6a0-6b2d-d41cb07a28da-0467e391, #w-node-_5a5a06dd-84cd-daae-dec8-12fc05216b06-0467e391, #w-node-_9428cd95-f8d9-dca3-964a-7fc008a50bfd-0467e391, #w-node-_92e86d62-bb38-16a7-0aa8-585194a484bf-0467e391, #w-node-e82e29c7-533f-48fe-427a-35ae3d541064-0467e393, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-0467e397, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-0467e397, #w-node-_05cd9d86-78fe-708a-dfac-81665f91ae7f-0467e39a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e564ae71-5199-2e4d-db48-1a407b12ea1c-0467e39c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-e564ae71-5199-2e4d-db48-1a407b12ea1d-0467e39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e564ae71-5199-2e4d-db48-1a407b12ea20-0467e39c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e564ae71-5199-2e4d-db48-1a407b12ea23-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea26-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea29-0467e39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e564ae71-5199-2e4d-db48-1a407b12ea2c-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea2f-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea32-0467e39c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e564ae71-5199-2e4d-db48-1a407b12ea35-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea38-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea3b-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea3e-0467e39c, #w-node-_42cc8704-ccf3-6249-76ee-791cf54738e8-0467e39e, #w-node-_42cc8704-ccf3-6249-76ee-791cf54738ef-0467e39e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_05cd9d86-78fe-708a-dfac-81665f91ae7d-0467e39a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cad6007e-8126-c88b-cb12-b145646d91ff-0467e388 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d28d5d88-4adc-e815-90e6-4f2c651c0d34-0467e388 {
    grid-row-end: 2;
  }

  #w-node-e82e29c7-533f-48fe-427a-35ae3d541037-0467e393 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e564ae71-5199-2e4d-db48-1a407b12ea1c-0467e39c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-e564ae71-5199-2e4d-db48-1a407b12ea26-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea29-0467e39c {
    grid-column: span 2 / span 2;
  }

  #w-node-e564ae71-5199-2e4d-db48-1a407b12ea2c-0467e39c {
    grid-column: span 4 / span 4;
  }

  #w-node-e564ae71-5199-2e4d-db48-1a407b12ea35-0467e39c {
    grid-column: span 3 / span 3;
  }

  #w-node-e564ae71-5199-2e4d-db48-1a407b12ea38-0467e39c {
    grid-column: span 1 / span 1;
  }

  #w-node-e564ae71-5199-2e4d-db48-1a407b12ea3b-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea3e-0467e39c {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cad6007e-8126-c88b-cb12-b145646d91ff-0467e388, #w-node-e82e29c7-533f-48fe-427a-35ae3d541037-0467e393 {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-0467e391, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-0467e391, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-0467e391, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-0467e391, #w-node-f4719875-06bd-0945-ba1a-95ce4a16ada4-0467e391, #w-node-_84dcd6da-9ae1-4799-93b4-5e50d153ffe3-0467e391, #w-node-d9045b59-8c1e-46d4-d77e-7ed7cc3c09f0-0467e391, #w-node-c7d937b1-6d67-6e1b-ad67-a1dd8ea8b745-0467e391, #w-node-_0c7c2c62-1272-1343-21dd-24e85d768f5a-0467e391, #w-node-_1e467740-460d-aace-9ff8-c5e66ce31760-0467e391, #w-node-_6aafc361-7bbb-7ad4-f1a0-2428e7e4d460-0467e391, #w-node-_54592b05-89be-0929-8d13-ade262285764-0467e391, #w-node-_0bb45b64-f617-8750-c7b6-125dbcb63d7f-0467e391, #w-node-_6bb92903-8ce1-c1c4-3cd4-f3c1b6a0d399-0467e391, #w-node-_66361978-a32a-ded2-b804-bf301dec495f-0467e391, #w-node-_3a6a5aa1-2043-fb02-b15b-b971120a5998-0467e391, #w-node-_41848499-59af-7f90-f5e9-b72d75763bac-0467e391, #w-node-b4824d60-2244-a718-015e-fed3d948a117-0467e391, #w-node-_49d678a9-1e3e-f2ae-aaab-cea75d81a837-0467e391, #w-node-ac7bab86-03ec-1968-fa68-d147fc06bff6-0467e391, #w-node-_43b6d7b8-4663-1b2e-6500-ae2ff60d3c73-0467e391, #w-node-_57b41a3f-27bb-a6a0-6b2d-d41cb07a28da-0467e391, #w-node-_5a5a06dd-84cd-daae-dec8-12fc05216b06-0467e391, #w-node-_9428cd95-f8d9-dca3-964a-7fc008a50bfd-0467e391, #w-node-_92e86d62-bb38-16a7-0aa8-585194a484bf-0467e391, #w-node-_6aedb257-33b0-13fc-0526-5a8fab70bb20-0467e391, #w-node-_983390c3-cc4f-1304-b504-e06f44688e25-0467e391, #w-node-_41f4cb35-1ac6-7fc2-2e4e-546cbc00e317-0467e391, #w-node-_19aefb4b-5efb-f2f9-69a5-5db430e10a37-0467e391, #w-node-c48f43b9-7904-623b-4a45-002e0bdd12e4-0467e391, #w-node-_2a5835c5-459d-ae89-a2bd-60860b5e99c6-0467e391, #w-node-b5c83d6d-728c-5434-28b9-d0bbe2df4551-0467e391, #w-node-_15c1b5a3-13f2-696b-34ec-388115a60246-0467e391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e564ae71-5199-2e4d-db48-1a407b12ea1d-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea20-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea23-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea26-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea29-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea2f-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea32-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea35-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea38-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea3b-0467e39c, #w-node-e564ae71-5199-2e4d-db48-1a407b12ea3e-0467e39c {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}





/* Best Fishing Scotland content transcription */
.brand img,
.brand-tablet img {
  width: auto;
  max-width: 156px;
  object-fit: contain;
}

.service-photo,
.image-service-details,
.service-det-img,
.gallery-image,
.gallery-footer-image,
.image-banner-background,
.big-image-info,
.big-image-contact,
.hunting-image {
  object-fit: cover;
}

.navbar.w-nav {
  background-color: #fffffff2 !important;
  box-shadow: 0 1px 20px #0000000d;
  width: 100%;
}

html,
body {
  overflow-x: visible;
}

html {
  overflow-x: hidden;
}

body {
  overflow-y: visible;
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

.bfs-mobile-hamburger {
  display: none;
}

.nav-link.dark-nav-link,
.nav-item-title.dark-nav-item {
  color: #332d28 !important;
}

.section.banner-home-2 {
  background-image: linear-gradient(90deg, #000000b3, #00000026), url('../images/bfs/bestfishingscotlandhomeheroimage.jpg');
  background-position: 0 0, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 650px;
  display: flex;
}

.section.banner-home-2 > .background-image {
  opacity: 0;
}

.section.banner-home-2 .small-h1,
.section.banner-home-2 .paragraph-banner-home-2 {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 3px 26px #000000bf;
}

.section.banner-home-2 .small-h1 {
  max-width: 760px;
  min-height: 150px;
  margin-bottom: 28px !important;
  font-size: 64px !important;
  line-height: 1.12em !important;
}

.section.banner-home-2 .paragraph-banner-home-2 {
  max-width: 620px;
  margin-top: 0 !important;
  font-weight: 600;
}

.section.banner-home-2 .content-banner-2-wrapper {
  width: 100%;
  max-width: 680px;
}

.section.banner-home-2 .content-banner-2-wrapper > * {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}

.section.banner-home-2 .bg-image-banner-2 {
  display: none;
}

.section.banner-home-2 .absolute-block-banner-2 {
  bottom: -110px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    justify-content: space-between !important;
  }

  .menu-button.w-nav-button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    flex: 0 0 44px;
    position: fixed;
    top: 18px;
    right: 14px;
    left: auto;
    z-index: 10001;
    display: flex !important;
  }

  .menu-button .image-burger {
    display: none !important;
  }

  .menu-button.w-nav-button:before {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #df5201;
    border-radius: 999px;
    box-shadow: 0 7px 0 #df5201, 0 14px 0 #df5201;
    display: block;
  }

  .navbar.w-nav:after,
  body:before,
  .bfs-mobile-hamburger {
    content: none !important;
    display: none !important;
  }

  .section.banner-home-2 {
    min-height: auto;
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .section.banner-home-2 .absolute-block-banner-2 {
    width: 100%;
    margin-top: 32px;
    position: relative;
    inset: auto;
  }

  .section.banner-home-2 .small-h1 {
    min-height: 104px;
    font-size: 46px !important;
  }
}

@media screen and (max-width: 479px) {
  .menu-button.w-nav-button {
    right: auto;
    left: calc(100vw - 58px);
    left: calc(100dvw - 58px);
  }

  .section.banner-home-2 {
    background-position: 38% 50%;
    padding-top: 110px;
    padding-bottom: 64px;
  }

  .section.banner-home-2 .content-banner-2-wrapper {
    text-align: center;
    max-width: calc(100vw - 40px);
    display: block !important;
  }

  .section.banner-home-2 .small-h1 {
    max-width: 320px;
    min-height: 70px;
    margin-bottom: 22px !important;
    font-size: 30px !important;
    line-height: 1.16em !important;
    white-space: normal;
    display: block !important;
    transform: none !important;
  }

  .section.banner-home-2 .paragraph-banner-home-2 {
    max-width: 320px;
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 1.35em;
    display: block !important;
    position: relative !important;
    transform: none !important;
  }

  .section.banner-home-2 .absolute-block-banner-2 {
    display: none !important;
  }
}

/* Keep the homepage hero CTAs clear of the following section. */
.section.banner-home-1 {
  padding-bottom: 72px;
}

@media screen and (max-width: 991px) {
  .section.banner-home-1 {
    padding-bottom: 64px;
  }

  .banner-1-video video {
    object-position: 70% center !important;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-home-1 {
    padding-bottom: 48px;
  }

  .banner-1-video video {
    object-position: 78% center !important;
  }
}

/* Keep the homepage trip-enquiry section stacked at every breakpoint. */
.pricing-content-wrapper .content-pricing-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.pricing-content-wrapper .title-pricing-1-type {
  text-align: center;
  align-items: center;
  width: min(760px, 100%);
}

.pricing-content-wrapper .pricing-plans-wrap {
  width: 100%;
  max-width: 980px;
}

.pricing-content-wrapper .homepage-enquiry-direct {
  align-items: center;
}

/* Guide profiles: portrait-led hero with BFS branding. */
.guide-profile-banner .banner-service-wrapper {
  column-gap: clamp(48px, 6vw, 112px);
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.guide-profile-banner .content-service-details {
  width: 52%;
  max-width: 760px;
}

.guide-profile-banner .content-service-details::before {
  content: "";
  display: block;
  width: min(270px, 70%);
  height: 92px;
  margin-bottom: 32px;
  background: url("../images/logo/menu-logo-bfs-01.svg") left center / contain no-repeat;
}

.guide-profile-banner .guide-profile-image-wrap {
  flex: 0 1 420px;
  width: 38%;
  max-width: 420px;
}

.guide-profile-banner .guide-profile-image {
  display: block;
  width: 100%;
  height: clamp(440px, 52vw, 590px);
  object-fit: cover;
  object-position: center 22%;
}

@media screen and (max-width: 991px) {
  .guide-profile-banner .banner-service-wrapper {
    row-gap: 44px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .guide-profile-banner .content-service-details,
  .guide-profile-banner .guide-profile-image-wrap {
    width: 100%;
    max-width: 720px;
  }

  .guide-profile-banner .guide-profile-image-wrap {
    flex-basis: auto;
  }

  .guide-profile-banner .guide-profile-image {
    height: min(720px, 100vw);
  }
}

@media screen and (max-width: 479px) {
  .guide-profile-banner .content-service-details::before {
    width: 210px;
    height: 72px;
    margin-bottom: 24px;
  }

  .guide-profile-banner .guide-profile-image {
    height: 118vw;
    max-height: 580px;
  }
}

/* Guide-specific conversion form in place of the generic subscription CTA. */
.guide-profile-banner ~ .footer .subscribe-footer-wrapper {
  align-items: flex-start;
  gap: clamp(30px, 5vw, 72px);
}

.guide-profile-banner ~ .footer .subscribe-title-wrapper {
  flex: 0 0 30%;
}

.guide-profile-banner ~ .footer .subscrive-form-wrapper {
  flex: 1 1 680px;
  width: auto;
}

.guide-enquiry-intro {
  color: #fff;
  margin: 12px 0 0;
  opacity: .9;
}

.footer-enquiry-intro {
  color: #fff;
  margin: 12px 0 0;
  opacity: .9;
}

.footer-enquiry-form .fields-wrapper > * {
  min-width: 0;
  flex: 1 1 0;
}

.footer-consent-group {
  min-width: 0;
  width: 100%;
  margin: 4px 0 2px;
  padding: 18px 20px;
  color: #fff;
  text-align: left;
  background: #3d352926;
  border: 1px solid #ffffff33;
  border-radius: var(--r-12);
}

.footer-consent-group legend {
  width: auto;
  margin: 0;
  padding: 0 8px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.footer-consent-option {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
}

.footer-consent-option:last-child {
  padding-bottom: 4px;
}

.footer-consent-option input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--primary-dark);
}

.footer-consent-option span {
  display: block;
  min-width: 0;
}

.footer-consent-option strong,
.footer-consent-option small {
  display: block;
  text-align: left;
}

.footer-consent-option strong {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.footer-consent-option small {
  color: #ffffffe0;
  font-size: 14px;
  line-height: 1.45;
}

.footer-consent-option a {
  color: #fff;
  text-decoration: underline;
}

body:has(.footer-enquiry-form) .subscribe-footer-wrapper {
  align-items: flex-start;
  gap: clamp(30px, 5vw, 72px);
}

body:has(.footer-enquiry-form) .subscribe-title-wrapper {
  flex: 0 0 30%;
}

body:has(.footer-enquiry-form) .subscrive-form-wrapper {
  flex: 1 1 680px;
  width: auto;
}

.guide-enquiry-form .fields-wrapper > * {
  min-width: 0;
  flex: 1 1 0;
}

.guide-enquiry-select {
  width: 100%;
  padding: 0 64px 0 20px;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.guide-enquiry-select option {
  color: var(--primary-dark);
}

.guide-select-field {
  position: relative;
  min-width: 0;
  flex: 1 1 0;
}

.guide-select-field::after {
  content: "";
  pointer-events: none;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 26px;
  top: 16px;
  transform: rotate(45deg);
  transform-origin: 65% 65%;
  transition: border-color .22s ease, transform .28s ease, top .28s ease;
}

.guide-select-field:hover::after {
  border-color: var(--primary-light);
}

.guide-select-field:focus-within::after {
  top: 20px;
  border-color: var(--primary-light);
  transform: rotate(225deg);
}

.guide-enquiry-message-row {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

.guide-enquiry-message {
  min-height: 76px;
  padding: 14px 20px;
  resize: vertical;
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #ffffff40;
  border-radius: var(--r-12);
}

.guide-enquiry-message::placeholder {
  color: #fff;
}

.guide-enquiry-message-row .w-button {
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .guide-profile-banner ~ .footer .subscribe-footer-wrapper {
    flex-direction: column;
  }

  .guide-profile-banner ~ .footer .subscribe-title-wrapper,
  .guide-profile-banner ~ .footer .subscrive-form-wrapper {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }

  body:has(.footer-enquiry-form) .subscribe-footer-wrapper {
    flex-direction: column;
  }

  body:has(.footer-enquiry-form) .subscribe-title-wrapper,
body:has(.footer-enquiry-form) .subscrive-form-wrapper {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }
}

.homepage-hero-scots-flag {
  display: inline-block;
  width: 0.72em;
  height: auto;
  margin-left: 0.08em;
  vertical-align: -0.12em;
  filter: drop-shadow(0 3px 8px #0005);
}

.booking-questionnaire-heading {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.booking-page-hidden {
  display: none !important;
}

.booking-simple-intro {
  padding-top: 180px;
  padding-bottom: 64px;
}

.booking-simple-intro .big-title-wrapper {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  align-items: center;
}

.booking-questionnaire-heading p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.booking-questionnaire-card {
  max-width: 940px;
  margin: -90px auto 0;
  padding: 42px;
  border: 1px solid #9b9286;
  border-radius: var(--r-12);
  background: #fff;
  box-shadow: 0 18px 50px #0e0e0e12;
  position: relative;
  z-index: 2;
}

.booking-questionnaire-form .field-label,
.booking-questionnaire-form label,
.booking-questionnaire-form legend,
.booking-questionnaire-form p {
  color: #211d18;
}

.booking-questionnaire-form .field-label,
.booking-questionnaire-form legend {
  font-weight: 650;
}

.booking-questionnaire-form .text-field.dark-text-field,
.booking-questionnaire-form .textarea {
  border: 1.5px solid #766e64;
  background-color: #fff;
  color: #211d18;
  box-shadow: inset 0 1px 2px #211d1808;
}

.booking-questionnaire-form .text-field.dark-text-field::placeholder,
.booking-questionnaire-form .textarea::placeholder {
  color: #655e55;
  opacity: 1;
}

.booking-questionnaire-form .text-field.dark-text-field:hover,
.booking-questionnaire-form .textarea:hover {
  border-color: #3f3932;
}

.booking-questionnaire-form .text-field.dark-text-field:focus,
.booking-questionnaire-form .textarea:focus {
  border-color: var(--primary);
  outline: 3px solid color-mix(in srgb, var(--primary) 24%, transparent);
  outline-offset: 1px;
  box-shadow: none;
}

.booking-questionnaire-section {
  position: relative;
  z-index: 2;
}

.booking-questionnaire-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.booking-questionnaire-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.booking-questionnaire-form input[type="date"] {
  color-scheme: light;
}

.booking-choice-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.booking-choice-group legend {
  margin-bottom: 12px;
  color: var(--primary-dark);
  font-weight: 600;
}

.booking-choice-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.booking-choice-options-short {
  grid-template-columns: repeat(2, minmax(0, 160px));
}

.booking-choice-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  margin: 0;
  padding: 11px 15px;
  border: 1.5px solid #766e64;
  border-radius: var(--r-50);
  background: var(--white);
  color: var(--primary-dark);
  cursor: pointer;
}

.booking-choice-options input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--primary);
}

.booking-choice-options label:has(input:checked) {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 18%, transparent);
}

.booking-choice-options label:has(input:focus-visible) {
  outline: 3px solid var(--primary-dark);
  outline-offset: 2px;
}

.booking-questionnaire-submit {
  display: flex;
  align-items: center;
  gap: 20px;
}

.booking-questionnaire-submit p {
  max-width: 480px;
  margin: 0;
  font-size: 13px;
}

.booking-botcheck {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.booking-footer-cta {
  color: var(--white);
  text-align: center;
}

.booking-footer-cta p {
  margin-bottom: 18px;
  color: var(--white);
}

.booking-footer-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.booking-footer-email {
  border-bottom: 1px solid #fff9;
  color: var(--white);
  font-weight: 600;
}

.booking-footer-email:hover,
.booking-footer-email:focus-visible {
  border-color: var(--white);
  color: var(--white);
}

.owner-guide-section {
  background: #f4f1eb;
}

.owner-guide-compact {
  background: var(--white);
}

.owner-guide-heading {
  max-width: 850px;
  margin-bottom: 38px;
}

.owner-guide-heading .subtitle-text {
  margin-bottom: 12px;
}

.owner-guide-heading h2 {
  margin-bottom: 16px;
}

.owner-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 30px;
}

.owner-guide-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-guide-grid article,
.owner-guide-note {
  padding: 26px;
  border: 1px solid #c9c1b6;
  border-radius: var(--r-12);
  background: var(--white);
}

.owner-guide-grid h3,
.owner-guide-note h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
}

.owner-guide-grid p,
.owner-guide-note p {
  margin-bottom: 0;
}

.owner-guide-note {
  margin-top: 8px;
}

.owner-guide-note a {
  color: var(--primary-dark);
  text-decoration: underline;
}

/* Readability: strengthen text that sits on light surfaces throughout the site. */
.section:not(.dark-background) .paragraph-small,
.section:not(.dark-background) .accordion-list-content,
.section:not(.dark-background) .small-width-paragraph,
.section:not(.dark-background) .italic-paragraph,
.section:not(.dark-background) .field-label,
.section:not(.dark-background) .homepage-google-reviews-copy span,
.section:not(.dark-background) .homepage-enquiry-submit p,
.section:not(.dark-background) .homepage-enquiry-direct span {
  color: #514a40;
}

.field-label {
  font-weight: 600;
}

.password-input::placeholder,
.search-input::placeholder,
.text-field.dark-text-field::placeholder,
.textarea::placeholder {
  color: #655e55;
  opacity: 1;
}

.white-paragraph,
.text-white,
.paragraph-small.event-paragraph {
  color: #fff;
  font-weight: 400;
}

.footer-rights,
.footer-copyright,
.footer-copyright-link {
  color: #f2f2f2;
}

.text-footer,
.location-link-footer {
  color: #f7f7f7;
}

.info-numbers.light-text {
  color: #f3f0ea;
}

@media screen and (max-width: 767px) {
  .homepage-hero-scots-flag {
    width: 0.68em;
  }

  .booking-questionnaire-card {
    margin-top: -48px;
    padding: 26px 20px;
  }

  .booking-simple-intro {
    padding-top: 130px;
    padding-bottom: 48px;
  }

  .booking-questionnaire-grid,
  .booking-choice-options,
  .booking-choice-options-short {
    grid-template-columns: 1fr;
  }

  .booking-questionnaire-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-footer-cta-actions {
    align-items: center;
    flex-direction: column;
  }

  .owner-guide-grid,
  .owner-guide-grid-two {
    grid-template-columns: 1fr;
  }

  .owner-guide-grid article,
  .owner-guide-note {
    padding: 22px 20px;
  }

  .guide-enquiry-form .fields-wrapper,
  .footer-enquiry-form .fields-wrapper,
  .guide-enquiry-message-row {
    flex-direction: column;
  }

  .guide-enquiry-message-row .w-button {
    align-self: flex-start;
  }
}

/* Homepage trust strip: kept at the end so Webflow's container rules cannot override it. */
.homepage-trust-strip {
  padding: 22px 0;
}

.homepage-trust-strip .homepage-trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}

.homepage-trust-strip .homepage-trust-strip-inner::before,
.homepage-trust-strip .homepage-trust-strip-inner::after {
  display: none;
  content: none;
}

.homepage-trust-strip-inner span {
  display: flex;
  min-height: 38px;
  padding: 0 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  line-height: 1.35;
}

.homepage-trust-strip-icon {
  width: 37.5px;
  height: 37.5px;
  flex: 0 0 37.5px;
}

.homepage-trust-strip-inner span + span {
  border-left: 1px solid rgba(255, 255, 255, .3);
}

/* Remove the exported double top-spacing directly after the homepage hero. */
.homepage-trust-strip + .section.light-background {
  padding-top: 56px;
}

.homepage-trust-strip + .section.light-background .big-title-wrapper.big-top-banner {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .homepage-trust-strip .homepage-trust-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }

  .homepage-trust-strip-inner span:nth-child(3) {
    border-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .homepage-trust-strip .homepage-trust-strip-inner {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .homepage-trust-strip-inner span {
    min-height: 0;
    padding: 10px 12px;
  }

  .homepage-trust-strip-inner span + span {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .homepage-trust-strip + .section.light-background {
    padding-top: 44px;
  }
}

/* FAQ accordions: use content-driven rows so wrapped mobile answers are never clipped. */
.accordion-list {
  display: grid !important;
  height: auto !important;
  grid-template-rows: 0fr;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  visibility: hidden;
  transition: grid-template-rows 180ms ease, padding-bottom 180ms ease, visibility 0s linear 180ms;
}

.accordion-list.w--open {
  height: auto !important;
  grid-template-rows: 1fr;
  padding-bottom: 20px !important;
  visibility: visible;
  transition: grid-template-rows 180ms ease, padding-bottom 180ms ease, visibility 0s;
}

.accordion-list-content {
  min-height: 0;
  overflow: hidden;
}

.accordion-item .plus-icon {
  transition: transform 180ms ease !important;
}

.accordion-item:has(.accordion-list.w--open) .plus-icon {
  transform: rotate(45deg) !important;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-list,
  .accordion-list.w--open,
  .accordion-item .plus-icon {
    transition: none !important;
  }
}

/* Footer planning CTA */
.homepage-heading-break {
  display: block;
}

.subscribe-footer-wrapper .footer-planning-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
}

.subscribe-footer-wrapper .footer-planning-cta p {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.55;
}

.subscribe-footer-wrapper .footer-planning-cta .primary-button-white {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .subscribe-footer-wrapper .footer-planning-cta {
    align-items: flex-start;
    gap: 18px;
    text-align: left;
  }
}

/* Scottish river research library */
.research-hero {
  position: relative;
  padding: 134px 0 78px;
  overflow: hidden;
  background: #17251f;
  color: #fff;
}

.research-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(90deg, rgba(14, 25, 20, .9), rgba(14, 25, 20, .48)), var(--research-hero-image);
  background-position: center, center;
  background-size: auto, cover;
  background-repeat: no-repeat;
}

.research-hero .base-container {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
}

.river-guide-nav {
  border-bottom: 1px solid #dedbd4;
  background: #f5f3ee;
}

.river-guide-nav .base-container {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.river-guide-nav-label {
  flex: 0 0 auto;
  color: #3d3529;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.river-guide-nav-links {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.river-guide-nav-links a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid #d4d0c8;
  border-radius: 999px;
  background: #fff;
  color: #40382d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.river-guide-nav-links a:hover,
.river-guide-nav-links a:focus-visible,
.river-guide-nav-links a[aria-current="page"] {
  border-color: #c54c06;
  background: #c54c06;
  color: #fff;
}

.river-journey-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin: 10px 0 34px;
}

.river-journey-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 22px;
  border: 1px solid #dedbd4;
  border-radius: 10px;
  background: #fff;
  color: #3d3529;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(42, 38, 30, .05);
}

.river-journey-card span {
  margin-bottom: 5px;
  color: #b74403;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.river-journey-card strong {
  font-size: 18px;
}

.river-journey-next {
  text-align: right;
}

.river-journey-all {
  color: #b74403;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.river-journey-card:hover,
.river-journey-card:focus-visible {
  border-color: #c54c06;
  transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
  .river-guide-nav .base-container {
    display: block;
    padding-right: 0;
  }

  .river-guide-nav-label {
    display: block;
    margin-bottom: 9px;
  }

  .river-guide-nav-links {
    overflow-x: auto;
    padding: 0 20px 4px 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  .river-journey-nav {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 26px;
  }

  .river-journey-card {
    padding: 16px;
  }

  .river-journey-card strong {
    font-size: 16px;
  }

  .river-journey-all {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 5px;
  }
}

.research-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.research-breadcrumbs a {
  color: #fff;
}

.research-eyebrow {
  margin-bottom: 14px;
  color: #f3a262;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.research-hero h1 {
  width: 100%;
  max-width: 920px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.08;
  overflow-wrap: break-word;
}

.research-hero-dek {
  width: 100%;
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}

.research-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.research-library-nav {
  position: sticky;
  z-index: 20;
  top: 78px;
  border-bottom: 1px solid #dedbd4;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 24px rgba(31, 27, 21, .06);
}

.research-library-nav .base-container {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.research-library-nav .base-container::before,
.research-library-nav .base-container::after {
  display: none;
  content: none;
}

.research-library-nav a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: #3d3529;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.research-library-nav a:hover,
.research-library-nav a[aria-current="page"] {
  background: #c54c06;
  color: #fff;
}

.research-main {
  padding: 72px 0 88px;
  background: #fbfaf7;
}

.research-main > .base-container,
.research-compact-footer > .base-container {
  width: 100%;
  min-width: 0;
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 72px;
  align-items: start;
}

.research-article {
  min-width: 0;
}

.research-article section {
  scroll-margin-top: var(--bfs-anchor-offset, 190px);
  margin-bottom: 58px;
}

.research-main [id] {
  scroll-margin-top: var(--bfs-anchor-offset, 190px);
}

.research-article h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.14;
}

.research-article h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

.research-article p,
.research-article li,
.research-answer {
  color: #3f3931;
  font-size: 17px;
  line-height: 1.75;
}

.research-article ul,
.research-article ol {
  margin: 16px 0 24px;
  padding-left: 24px;
}

.research-answer {
  margin: 0 0 28px;
  padding: 24px 26px;
  border-left: 5px solid #c54c06;
  border-radius: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(42, 38, 30, .06);
}

.research-answer strong {
  color: #231f19;
}

.research-fact-grid,
.research-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0;
}

.research-fact,
.research-card {
  padding: 24px;
  border: 1px solid #dedbd4;
  border-radius: 12px;
  background: #fff;
}

.research-fact strong {
  display: block;
  margin-bottom: 7px;
  color: #c54c06;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.research-card h3 {
  margin-top: 0;
}

.research-card .text-link {
  color: #b74403;
  font-weight: 800;
}

.research-card-tag,
.research-section-kicker {
  display: block;
  margin-bottom: 9px;
  color: #a94207;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.research-directory-section {
  padding-top: 8px;
}

.research-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.research-directory-grid > a {
  display: flex;
  min-width: 0;
  min-height: 170px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d9d4ca;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff 0%, #f4eee6 100%);
  color: #2d2922;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.research-directory-grid > a:hover,
.research-directory-grid > a:focus-visible {
  border-color: #c54c06;
  box-shadow: 0 14px 34px rgba(49, 39, 25, .12);
  transform: translateY(-3px);
}

.research-directory-grid span {
  margin-bottom: auto;
  color: #a94207;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.research-directory-grid strong {
  display: block;
  margin-top: 18px;
  color: #27231d;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.research-directory-grid small {
  display: block;
  margin-top: 9px;
  color: #5a5147;
  font-size: 14px;
  line-height: 1.5;
}

.research-quote {
  margin: 30px 0;
  padding: 28px 30px;
  border-left: 5px solid #c54c06;
  background: #fff;
  box-shadow: 0 10px 28px rgba(42, 38, 30, .06);
}

.research-quote p {
  margin-bottom: 10px;
  color: #2b2721;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 1.45;
}

.research-quote cite,
.research-source-note {
  color: #655c50;
  font-size: 14px;
  font-style: normal;
}

.research-table-wrap {
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid #d8d4ca;
  border-radius: 12px;
  background: #fff;
}

.research-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

.research-table th,
.research-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e6e2da;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.research-table th {
  background: #17251f;
  color: #fff;
  font-size: 14px;
}

.research-table tr:last-child td {
  border-bottom: 0;
}

.research-note {
  margin: 26px 0;
  padding: 22px 24px;
  border-radius: 10px;
  background: #f3e7dc;
  color: #3d3529;
}

.research-toc {
  position: sticky;
  top: 158px;
  max-height: calc(100vh - 176px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid #dedbd4;
  border-radius: 12px;
  background: #fff;
}

.research-toc strong {
  display: block;
  margin-bottom: 14px;
  color: #241f19;
}

.research-toc a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eeeae2;
  color: #514a40;
  font-size: 14px;
  line-height: 1.35;
}

.research-toc a:last-child {
  border-bottom: 0;
}

.research-faq details {
  margin-bottom: 12px;
  border: 1px solid #dedbd4;
  border-radius: 10px;
  background: #fff;
}

.research-faq summary {
  padding: 19px 22px;
  color: #2a261e;
  font-weight: 800;
  cursor: pointer;
}

.research-faq details p {
  padding: 0 22px 20px;
  margin: 0;
}

.research-sources {
  padding-top: 32px;
  border-top: 1px solid #d8d4ca;
}

.research-sources li {
  margin-bottom: 12px;
  font-size: 15px;
}

.research-sources a {
  color: #a94207;
  font-weight: 700;
}

.research-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 64px;
  padding: 34px;
  border-radius: 14px;
  background: #17251f;
  color: #fff;
}

.research-cta h2,
.research-cta p {
  color: #fff;
}

.research-cta h2 {
  margin-bottom: 10px;
  font-size: 34px;
}

.research-cta-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 11px;
  margin-top: 14px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.research-cta-contact a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.research-compact-footer {
  padding: 54px 0 30px;
  background: #302a22;
  color: #fff;
}

.research-compact-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.research-footer-brand > a:first-child {
  display: inline-block;
  margin: 0 0 20px;
}

.research-footer-brand img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
}

.research-compact-footer h2,
.research-compact-footer h3,
.research-compact-footer p,
.research-compact-footer a {
  color: #fff;
}

.research-compact-footer a {
  display: block;
  margin-bottom: 9px;
}

.research-compact-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.research-compact-footer-bottom > span { max-width: 650px; }
.research-compact-footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.research-compact-footer-bottom nav a { margin: 0; }
.footer-site-credit { margin-left: .55rem; }
.footer-site-credit::before { content: "·"; margin-right: .55rem; }
.footer-site-credit a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.footer-legal-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal-links a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #ff6b19;
  outline-offset: 4px;
}

footer > .footer-site-credit {
  color: #fff !important;
}

footer > .footer-site-credit::before {
  content: none;
}

footer > .footer-site-credit a {
  color: #fff !important;
  font-weight: 700;
  text-decoration-thickness: 1px;
}

footer > .footer-site-credit a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #ff6b19;
  outline-offset: 4px;
}

.legal-simple-footer {
  padding: 48px 24px;
  background: #3d352b;
  color: #fff;
  text-align: center;
}

.legal-simple-footer img {
  width: 240px;
  max-width: 75%;
  height: auto;
}

.legal-simple-footer .footer-legal-links {
  justify-content: center;
  margin-top: 24px;
}

.legal-simple-footer .footer-site-credit {
  margin: 18px 0 0;
}

.owner-guide-research-link {
  margin: 30px 0 0;
  text-align: center;
}

.owner-guide-research-link .primary-button {
  display: inline-flex;
}

.footer-research-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer-research-title {
  margin-right: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-research-nav a {
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-research-nav a:hover,
.footer-research-nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page-links,
.utility-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #dedbd4;
}

.legal-page-links a,
.utility-research-link {
  color: #a94207;
  font-weight: 700;
}

.utility-page-actions {
  justify-content: center;
}

/* Persistent enquiry paths */
.bfs-header-phone {
  display: none;
}

.bfs-mobile-actions {
  display: none;
}

@media screen and (min-width: 1280px) {
  .bfs-header-phone {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    margin-right: 16px;
    color: #3d3529;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.15;
    text-decoration: none;
    text-transform: uppercase;
  }

  .bfs-header-phone strong {
    margin-top: 4px;
    color: #a94207;
    font-size: 14px;
    letter-spacing: .02em;
  }

  .bfs-header-phone:hover strong,
  .bfs-header-phone:focus-visible strong {
    color: #7c3108;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media screen and (max-width: 991px) {
  .research-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .research-toc {
    position: static;
    grid-row: 1;
  }

  .research-compact-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .research-hero {
    padding: 120px 0 56px;
  }

  .research-hero h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.12;
  }

  .research-hero-dek {
    max-width: 100%;
    font-size: 18px;
  }

  .research-meta {
    width: 100%;
    gap: 9px 16px;
  }

  .research-main {
    padding: 52px 0 64px;
  }

  .research-fact-grid,
  .research-card-grid,
  .research-directory-grid,
  .research-cta,
  .research-compact-footer-grid {
    grid-template-columns: 1fr;
  }

  .research-compact-footer-bottom {
    flex-direction: column;
  }

  .research-compact-footer-bottom nav {
    justify-content: flex-start;
  }

  .footer-site-credit {
    display: block;
    margin: 7px 0 0;
  }

  .footer-site-credit::before {
    content: none;
  }

  .footer-bottom-wrapper,
  .footer-legal-links {
    justify-content: center;
  }

  .research-article section {
    margin-bottom: 44px;
  }

  .research-toc {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding: 12px;
    scrollbar-width: thin;
  }

  .research-toc strong,
  .research-toc a {
    flex: 0 0 auto;
  }

  .research-toc strong {
    margin: 0 4px 0 0;
    padding: 8px;
  }

  .research-toc a {
    padding: 9px 12px;
    border: 0;
    border-radius: 999px;
    background: #f3eee7;
    white-space: nowrap;
  }

  .footer-research-nav {
    align-items: flex-start;
    gap: 12px;
  }

  .footer-research-title,
  .footer-research-nav a {
    flex: 1 0 100%;
  }

  .homepage-research-links {
    grid-template-columns: 1fr;
  }

  .legal-page-links,
  .utility-page-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  body {
    padding-bottom: 0;
  }

  .footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .research-compact-footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .legal-simple-footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .bfs-mobile-actions {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    box-shadow: 0 -8px 28px rgba(21, 28, 24, .2);
  }

  .bfs-back-to-top {
    bottom: calc(68px + env(safe-area-inset-bottom) + 14px);
  }

  .bfs-mobile-actions a {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .bfs-mobile-call {
    background: #17251f;
    color: #fff;
  }

  .bfs-mobile-enquire {
    background: #c54c06;
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .research-hero h1 {
    font-size: 32px;
  }

  .owner-guide-research-link .primary-button {
    width: 100%;
    justify-content: center;
  }
}

@media print {
  .research-library-nav,
  .bfs-header-phone,
  .bfs-mobile-actions,
  .research-cta {
    display: none !important;
  }

  body {
    padding-bottom: 0 !important;
  }
}

/* Preserve the supplied team photograph's natural 1920:1282 proportions. */
.img-2-about-us.team-rooted-nature-image {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1920 / 1282;
  object-fit: contain;
}

/* Final homepage overrides: kept after the Webflow responsive cascade. */
.homepage-conversion-stock {
  object-fit: cover;
  object-position: 65% center;
}

@media screen and (max-width: 767px) {
  .section.banner-home-1 .base-container {
    width: 100% !important;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.banner-home-1 .banner-home-1-content-wrap {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }

  .section.banner-home-1 .banner-home-1-content-wrap h1 {
    width: auto !important;
    max-width: 100% !important;
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .section.banner-home-1 .white-paragraph.banner-home-1,
  .section.banner-home-1 .homepage-hero-reassurance {
    width: calc(100vw - 32px) !important;
    inline-size: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .section.banner-home-1 .section-button-wrapper {
    align-items: stretch;
  }

  .homepage-trust-strip .homepage-trust-strip-inner {
    width: 100% !important;
    max-width: 100vw !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-trust-strip-inner span {
    min-width: 0;
  }
}

/* Team-page conversion journey */
.team-hero-actions,
.team-guide-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}

.team-secondary-link {
  color: var(--dark, #17251f);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.team-hero-reassurance {
  max-width: 650px;
  margin: 14px auto 0;
  font-size: 14px;
}

.team-section-intro {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.team-guide-match-section {
  margin-top: 72px;
}

.team-section-intro .subtitle-wrapper {
  justify-content: center;
}

.team-matching-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 54px;
  padding: 0;
  list-style: none;
}

.team-matching-steps li {
  display: flex;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(33, 50, 45, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .78);
}

.team-matching-steps li > span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #c54c06;
  color: #fff;
  font-weight: 700;
  place-items: center;
}

.team-matching-steps strong {
  display: block;
  margin-bottom: 5px;
}

.team-matching-steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.big-team-wrapper .team-member-wrapper {
  display: flex;
  flex-direction: column;
}

.big-team-wrapper .info-team-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.team-guide-specialisms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0;
}

.team-guide-specialisms span {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(197, 76, 6, .1);
  color: #74300d;
  font-size: 12px;
  font-weight: 700;
}

.team-guide-profile-cta {
  margin-top: auto;
  color: #9d3d08;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.team-guide-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
  align-items: center;
  gap: 32px;
  margin-top: 54px;
  padding: 34px;
  border-radius: 8px;
  background: #17251f;
  color: #fff;
}

.team-guide-cta h2,
.team-guide-cta p,
.team-guide-cta .team-secondary-link {
  color: #fff;
}

.team-guide-cta h2,
.team-guide-cta p {
  margin-bottom: 10px;
}

.team-guide-cta-actions {
  justify-content: flex-start;
  margin-top: 0;
}

.team-faq-list {
  margin-top: 28px;
  border-top: 1px solid var(--light-grey);
}

.team-faq-item {
  border-bottom: 1px solid var(--light-grey);
}

.team-faq-item summary {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 60px;
  align-items: center;
  gap: 24px;
  padding: 30px 0;
  cursor: pointer;
  color: #17251f;
  list-style: none;
}

.team-faq-item summary::-webkit-details-marker {
  display: none;
}

.team-faq-item summary:focus-visible {
  outline: 3px solid rgba(197, 76, 6, .34);
  outline-offset: 4px;
}

.team-faq-number {
  font-size: 22px;
  line-height: 1;
}

.team-faq-question {
  font-family: Cinzel, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  transition: color .2s ease;
}

.team-faq-item summary:hover .team-faq-question,
.team-faq-item[open] .team-faq-question {
  color: #c54c06;
}

.team-faq-plus {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(197, 76, 6, .55);
  border-radius: 50%;
  background: transparent;
  transition: background-color .2s ease, border-color .2s ease;
}

.team-faq-plus::before,
.team-faq-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #c54c06;
  content: '';
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.team-faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.team-faq-item[open] .team-faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.team-faq-item summary:hover .team-faq-plus,
.team-faq-item[open] .team-faq-plus {
  border-color: #c54c06;
  background: #c54c06;
}

.team-faq-item summary:hover .team-faq-plus::before,
.team-faq-item summary:hover .team-faq-plus::after,
.team-faq-item[open] .team-faq-plus::before,
.team-faq-item[open] .team-faq-plus::after {
  background: #fff;
}

.team-faq-item p {
  max-width: 850px;
  margin: 0 80px 0 114px;
  padding: 0 0 30px;
  line-height: 1.7;
  animation: team-faq-reveal .22s ease both;
}

@keyframes team-faq-reveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .team-faq-question,
  .team-faq-plus,
  .team-faq-plus::before,
  .team-faq-plus::after {
    transition: none;
  }

  .team-faq-item p {
    animation: none;
  }
}

@media screen and (max-width: 767px) {
  .team-hero-actions,
  .team-guide-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .team-hero-actions .primary-button,
  .team-guide-cta-actions .primary-button {
    width: 100%;
    text-align: center;
  }

  .team-matching-steps,
  .team-guide-cta {
    grid-template-columns: 1fr;
  }

  .team-guide-cta {
    padding: 24px 20px;
  }

  .team-secondary-link {
    text-align: center;
  }

  .team-faq-item summary {
    grid-template-columns: 42px minmax(0, 1fr) 44px;
    gap: 10px;
    padding: 22px 0;
  }

  .team-faq-number {
    font-size: 16px;
  }

  .team-faq-question {
    font-size: 18px;
  }

  .team-faq-plus {
    width: 44px;
    height: 44px;
  }

  .team-faq-item p {
    margin: 0 10px 0 52px;
    padding-bottom: 24px;
  }
}

/* Team portraits: crop consistently without distorting the source images. */
.big-team-wrapper .photo-content-team-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-6);
}

.big-team-wrapper .team-member-photo {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.big-team-wrapper .team-member-wrapper {
  position: relative;
  border-radius: var(--r-6);
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}

.big-team-wrapper .info-team-wrapper {
  padding: 22px 20px 20px;
}

.big-team-wrapper .team-member-photo {
  transition: transform .45s ease;
}

.big-team-wrapper .team-member-wrapper:hover,
.big-team-wrapper .team-member-wrapper:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(23, 37, 31, .14);
}

.big-team-wrapper .team-member-wrapper:hover .team-member-photo,
.big-team-wrapper .team-member-wrapper:focus-within .team-member-photo {
  transform: scale(1.055);
}

.team-card-overlay-link {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: var(--r-6);
}

.team-card-overlay-link:focus-visible {
  outline: 3px solid #c54c06;
  outline-offset: 5px;
}

.big-team-wrapper .team-member-wrapper:hover .team-guide-profile-cta,
.big-team-wrapper .team-member-wrapper:focus-within .team-guide-profile-cta {
  color: #c54c06;
}

@media (prefers-reduced-motion: reduce) {
  .big-team-wrapper .team-member-wrapper,
  .big-team-wrapper .team-member-photo {
    transition: none;
  }

  .big-team-wrapper .team-member-wrapper:hover,
  .big-team-wrapper .team-member-wrapper:focus-within,
  .big-team-wrapper .team-member-wrapper:hover .team-member-photo,
  .big-team-wrapper .team-member-wrapper:focus-within .team-member-photo {
    transform: none;
  }
}

/* Bill profile cascade-safe finishing overrides */
.homepage-native-faq {
  border-top: 1px solid var(--light-grey);
}

.homepage-faq-item {
  border-bottom: 1px solid var(--light-grey);
}

.homepage-faq-item summary {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) 44px;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 20px 4px;
  color: #0e0e0e;
  cursor: pointer;
  list-style: none;
}

.homepage-faq-item summary::-webkit-details-marker {
  display: none;
}

.homepage-faq-item summary:focus-visible {
  outline: 3px solid rgba(197,76,6,.34);
  outline-offset: 4px;
}

.homepage-faq-question {
  font-family: Cinzel,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 180ms ease;
}

.homepage-faq-item summary:hover .homepage-faq-question,
.homepage-faq-item[open] .homepage-faq-question {
  color: #c54c06;
}

.homepage-faq-plus {
  width: 42px;
  height: 42px;
  position: relative;
  border: 1px solid rgba(197,76,6,.55);
  border-radius: 50%;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.homepage-faq-plus::before,
.homepage-faq-plus::after {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 18px;
  height: 2px;
  background: #c54c06;
  content: "";
  transition: transform 180ms ease;
}

.homepage-faq-plus::after {
  transform: rotate(90deg);
}

.homepage-faq-item[open] .homepage-faq-plus::after {
  transform: rotate(0deg);
}

.homepage-faq-item summary:hover .homepage-faq-plus,
.homepage-faq-item[open] .homepage-faq-plus {
  background: #c54c06;
  border-color: #c54c06;
}

.homepage-faq-item summary:hover .homepage-faq-plus::before,
.homepage-faq-item summary:hover .homepage-faq-plus::after,
.homepage-faq-item[open] .homepage-faq-plus::before,
.homepage-faq-item[open] .homepage-faq-plus::after {
  background: #fff;
}

.homepage-faq-answer {
  padding: 0 58px 26px 64px;
  animation: homepage-faq-reveal 220ms ease both;
}

.homepage-faq-answer p {
  max-width: 940px;
  margin: 0;
  line-height: 1.7;
}

@keyframes homepage-faq-reveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 767px) {
  .homepage-faq-item summary {
    grid-template-columns: 34px minmax(0,1fr) 38px;
    gap: 10px;
    min-height: 76px;
  }

  .homepage-faq-question {
    font-size: 17px;
  }

  .homepage-faq-plus {
    width: 36px;
    height: 36px;
  }

  .homepage-faq-plus::before,
  .homepage-faq-plus::after {
    top: 16px;
    left: 9px;
    width: 16px;
  }

  .homepage-faq-answer {
    padding-right: 36px;
    padding-left: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-faq-question,
  .homepage-faq-plus,
  .homepage-faq-plus::before,
  .homepage-faq-plus::after {
    transition: none;
  }

  .homepage-faq-answer {
    animation: none;
  }
}

.faq-conversion-page {
  background: #fff;
}

.faq-conversion-hero .banner-faq-content {
  max-width: 820px;
}

.faq-conversion-hero h1 {
  max-width: 800px;
  font-size: clamp(52px,6vw,86px);
  line-height: 1.05;
}

.faq-hero-eyebrow {
  margin-bottom: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faq-hero-note {
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

.faq-conversion-intro {
  padding: 80px 20px;
  background: var(--primary-light);
}

.faq-conversion-intro .base-container {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr);
  align-items: end;
  gap: 70px;
}

.faq-conversion-intro h2 {
  margin: 18px 0;
}

.faq-conversion-intro p {
  max-width: 760px;
  line-height: 1.7;
}

.faq-conversion-intro nav {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}

.faq-conversion-intro nav a {
  padding: 14px 16px;
  border: 1px solid rgba(23,37,31,.14);
  border-radius: 4px;
  background: #fff;
  color: #74300d;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.faq-conversion-content {
  padding-top: 90px;
  padding-bottom: 90px;
}

.faq-conversion-group {
  display: grid;
  grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr);
  align-items: start;
  gap: clamp(50px,8vw,120px);
  scroll-margin-top: 100px;
}

.faq-conversion-group + .faq-conversion-group {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid rgba(23,37,31,.13);
}

.faq-conversion-heading {
  position: sticky;
  top: 110px;
}

.faq-conversion-heading > span {
  color: #c54c06;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.faq-conversion-heading h2 {
  margin: 14px 0 0;
  line-height: 1.2;
}

.faq-conversion-list {
  border-top: 1px solid rgba(23,37,31,.16);
}

.faq-conversion-item {
  border-bottom: 1px solid rgba(23,37,31,.16);
}

.faq-conversion-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 16px;
  padding: 25px 54px 25px 0;
  color: #342d24;
  font-family: Cinzel,sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  list-style: none;
}

.faq-conversion-item summary::-webkit-details-marker {
  display: none;
}

.faq-conversion-item summary > span {
  color: #c54c06;
  font-family: "Open Sans",sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
}

.faq-conversion-item summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 8px;
  color: #c54c06;
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.faq-conversion-item[open] summary::after {
  content: "−";
}

.faq-conversion-item summary:hover,
.faq-conversion-item summary:focus-visible {
  color: #9b3d08;
}

.faq-conversion-item summary:focus-visible {
  outline: 3px solid rgba(197,76,6,.32);
  outline-offset: 4px;
}

.faq-conversion-item > div {
  padding: 0 54px 26px 58px;
}

.faq-conversion-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.faq-inline-cta {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
  align-items: center;
  gap: 60px;
  margin: 100px 0;
  padding: 55px;
  border-radius: 8px;
  background: #17251f;
  color: #fff;
}

.faq-inline-cta span {
  color: #f2a56f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-inline-cta h2,
.faq-inline-cta p {
  color: #fff;
}

.faq-inline-cta h2 {
  margin: 12px 0;
}

.faq-inline-cta p {
  margin: 0;
  line-height: 1.65;
}

.faq-inline-cta > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.faq-inline-cta > div:last-child > a:last-child {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-related-planning {
  padding: 90px 20px;
  background: var(--primary-light);
}

.faq-related-planning .faq-conversion-heading {
  position: static;
  max-width: 720px;
  margin-bottom: 40px;
}

.faq-related-planning .base-container > div:last-child {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}

.faq-related-planning a {
  min-height: 165px;
  padding: 26px;
  border-top: 4px solid #c54c06;
  background: #fff;
  color: #17251f;
  box-shadow: 0 14px 32px rgba(23,37,31,.08);
}

.faq-related-planning a span,
.faq-related-planning a strong {
  display: block;
}

.faq-related-planning a span {
  margin-bottom: 22px;
  color: #c54c06;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-related-planning a strong {
  font-family: Cinzel,sans-serif;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .faq-conversion-intro .base-container,
  .faq-conversion-group,
  .faq-inline-cta {
    grid-template-columns: 1fr;
  }

  .faq-conversion-heading {
    position: static;
  }

  .faq-related-planning .base-container > div:last-child {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width: 767px) {
  .faq-conversion-hero h1 {
    font-size: 48px;
  }

  .faq-conversion-intro {
    padding: 64px 20px;
  }

  .faq-conversion-intro nav,
  .faq-related-planning .base-container > div:last-child {
    grid-template-columns: 1fr;
  }

  .faq-conversion-content {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .faq-conversion-group + .faq-conversion-group {
    margin-top: 70px;
    padding-top: 70px;
  }

  .faq-conversion-item summary {
    grid-template-columns: 32px minmax(0,1fr);
    padding-right: 42px;
    font-size: 17px;
  }

  .faq-conversion-item > div {
    padding-right: 12px;
    padding-left: 48px;
  }

  .faq-inline-cta {
    margin: 70px 0;
    padding: 34px 24px;
  }
}

.testimonials-conversion-hero .banner-content-testimonials {
  max-width: 850px;
}

.testimonials-conversion-hero h1 {
  max-width: 840px;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: 1.08;
}

.testimonials-hero-eyebrow {
  margin-bottom: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.testimonials-hero-note {
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

.testimonials-trust-strip {
  background: #17251f;
  color: #fff;
}

.testimonials-trust-strip .base-container {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.testimonials-trust-strip span {
  padding: 24px 18px;
  text-align: center;
}

.testimonials-trust-strip span + span {
  border-left: 1px solid rgba(255,255,255,.18);
}

.testimonials-trust-strip strong,
.testimonials-trust-strip small {
  display: block;
}

.testimonials-trust-strip strong {
  margin-bottom: 5px;
  font-family: Cinzel,sans-serif;
}

.testimonials-trust-strip small {
  color: rgba(255,255,255,.74);
}

.testimonials-proof-intro {
  background: var(--primary-light);
}

.testimonials-more-stories {
  padding-top: 95px;
}

.testimonials-more-heading .left-title-wrap {
  max-width: 820px;
}

.testimonials-more-heading p {
  max-width: 760px;
  margin-top: 18px;
}

.testimonials-proof-copy {
  max-width: 850px;
  margin-bottom: 40px;
}

.testimonials-proof-copy h2 {
  margin: 18px 0;
}

.testimonials-route-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}

.testimonials-route-grid a {
  min-height: 205px;
  padding: 26px;
  border-top: 4px solid #c54c06;
  background: #fff;
  color: #17251f;
  box-shadow: 0 14px 34px rgba(23,37,31,.08);
  transition: transform .25s ease,box-shadow .25s ease;
}

.testimonials-route-grid a:hover,
.testimonials-route-grid a:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(23,37,31,.14);
}

.testimonials-route-grid span,
.testimonials-route-grid strong,
.testimonials-route-grid small {
  display: block;
}

.testimonials-route-grid span {
  margin-bottom: 20px;
  color: #c54c06;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.testimonials-route-grid strong {
  margin-bottom: 12px;
  font-family: Cinzel,sans-serif;
  font-size: 19px;
  line-height: 1.35;
}

.testimonials-route-grid small {
  line-height: 1.55;
}

.testimonials-google-proof {
  margin-top: 34px;
}

.testimonials-editorial-note {
  font-size: 13px;
  font-style: italic;
}

.testimonials-full-grid .homepage-testimonial::before {
  content: "GUEST EXPERIENCE";
}

.testimonials-full-grid .homepage-testimonial {
  background: var(--primary-light);
  border-color: rgba(23,37,31,.12);
}

.testimonials-full-grid .homepage-testimonial p,
.testimonials-full-grid .homepage-testimonial footer,
.testimonials-full-grid .homepage-testimonial::before {
  color: #403a32;
}

.testimonials-full-grid .homepage-testimonial footer {
  border-top-color: rgba(23,37,31,.14);
}

.testimonials-full-grid .homepage-testimonial::after {
  color: #c54c06;
  opacity: .18;
}

.testimonials-full-grid .testimonial-image-card {
  background: #17251f;
}

.testimonials-archive-actions {
  align-items: center;
  gap: 26px;
}

.testimonials-final-cta {
  padding: 86px 20px;
  background: var(--primary-light);
  text-align: center;
}

.testimonials-final-cta .base-container {
  max-width: 900px;
}

.testimonials-final-cta img {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}

.testimonials-final-cta > .base-container > span {
  display: block;
  color: #c54c06;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.testimonials-final-cta h2 {
  margin: 18px 0;
}

.testimonials-final-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.testimonials-final-cta div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.testimonials-final-cta div > div > a:last-child {
  color: #74300d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.testimonials-final-cta small {
  display: block;
  margin-top: 18px;
}

.footer-conversion-cta .footer-conversion-copy {
  max-width: 620px;
  text-align: center;
}

.footer-conversion-cta .footer-conversion-copy p {
  margin: 0 0 22px;
  color: #fff;
  font-weight: 600;
  line-height: 1.55;
}

.footer-conversion-cta .footer-conversion-copy .primary-button-white {
  color: #342d24;
  background: #fff;
}

.footer-conversion-cta .footer-conversion-copy .primary-button-white:hover,
.footer-conversion-cta .footer-conversion-copy .primary-button-white:focus-visible {
  color: #fff;
  background: #17251f;
}

@media screen and (max-width: 991px) {
  .testimonials-route-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width: 767px) {
  .testimonials-conversion-hero h1 {
    font-size: 46px;
  }

  .testimonials-trust-strip .base-container,
  .testimonials-route-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-trust-strip span + span {
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }

  .testimonials-archive-actions {
    flex-direction: column;
  }
}

.guide-profile-navigation > a {
  align-items: center;
  text-align: center;
}

.guide-profile-navigation > a:last-child {
  align-items: center;
  text-align: center;
}

.guide-detail-final-cta .base-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  gap: 0;
  text-align: center;
}

.guide-detail-final-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.guide-detail-final-cta h2 {
  max-width: 780px;
}

.guide-detail-final-cta p {
  margin-right: auto;
  margin-left: auto;
}

.guide-detail-final-actions {
  align-items: center;
  margin-top: 28px;
}

.guide-detail-testimonial blockquote {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .guide-detail-hero-grid {
    display: grid;
  }

  .guide-detail-hero-content {
    display: contents;
  }

  .guide-detail-hero-content .subtitle-wrapper {
    order: 1;
    margin-top: 8px;
  }

  .guide-detail-hero-content h1 {
    order: 2;
    margin-top: 2px;
    margin-bottom: 6px;
  }

  .guide-detail-portrait {
    order: 3;
  }

  .guide-detail-lead {
    order: 4;
  }

  .guide-detail-tags {
    order: 5;
  }

  .guide-detail-actions {
    order: 6;
  }

  .guide-detail-note {
    order: 7;
  }
}

/* Cascade-safe services-page finishing adjustments */
@media screen and (min-width: 992px) {
  .services-conversion-hero-content {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}

.services-trust-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.services-trust-strip span::before {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: url("../images/logo/icon-white.svg") center / contain no-repeat;
  content: "";
}

.services-proof-section blockquote {
  margin: 18px 0 24px !important;
  padding: 26px 28px !important;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .services-trust-strip span {
    flex-direction: column;
    gap: 7px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-trust-strip span::before {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
}

/* Brown trout and grayling service page */
.trout-page { color: #40382f; background: #f6f4f0; overflow: hidden; }
.trout-page h1,.trout-page h2,.trout-page h3 { color: #3e352c; font-family: Cinzel, Georgia, serif; }
.trout-page h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.08; }
.trout-page h3 { margin: 0; }
.trout-page p { color: #625b53; font-size: 18px; line-height: 1.65; }
.trout-hero { position: relative; min-height: 730px; display: flex; align-items: center; background: url('../images/gallery/optimized/scottish-fishing-gallery-21.webp') center 76%/cover no-repeat; }
.trout-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(11,35,28,.96) 0%,rgba(11,35,28,.89) 38%,rgba(11,35,28,.38) 68%,rgba(11,35,28,.12) 100%); }
.trout-hero-inner { position: relative; z-index: 1; width: 100%; padding-top: 85px; padding-bottom: 48px; }
.trout-hero-copy { max-width: 800px; }
.trout-eyebrow,.trout-kicker { color: #d65305; font-size: 13px; font-weight: 800; line-height: 1.4; letter-spacing: 2px; text-transform: uppercase; }
.trout-eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 23px; color: #ff6a16; }
.trout-hero h1 { max-width: 790px; margin: 0 0 24px; color: #fff; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .98; letter-spacing: -2px; }
.trout-hero-copy>p { max-width: 680px; margin: 0 0 28px; color: #fff; font-size: 20px; }
.trout-button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.trout-button-row .primary-button { background: #d65305; }
.trout-outline-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 30px; border: 1px solid #fff; border-radius: 30px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; text-decoration: none; transition: .25s ease; }
.trout-outline-button:hover,.trout-outline-button:focus-visible { color: #112b22; background: #fff; }
.trout-hero-copy .trout-reassurance { margin: 18px 0 0; color: #fff; font-size: 13px; }
.trout-trust-strip { display: grid; grid-template-columns: repeat(4,1fr); background: #112b22; }
.trout-trust-strip span { min-height: 68px; display: flex; gap: 10px; align-items: center; justify-content: center; padding: 12px; border-right: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 14px; font-weight: 700; text-align: center; }
.trout-trust-strip span::before { content: ''; width: 24px; height: 24px; flex: 0 0 24px; background: url('../images/logo/icon-white.svg') center/contain no-repeat; }
.trout-intro,.trout-included,.trout-seasons,.trout-process,.trout-faq,.trout-related { padding: 100px 0; }
.trout-section-heading { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.trout-section-heading .trout-kicker,.trout-faq-heading .trout-kicker,.trout-proof-copy .trout-kicker,.trout-suitability .trout-kicker { margin-bottom: 15px; }
.trout-section-heading>p { margin: 22px auto 0; }
.trout-heading-left { margin-left: 0; text-align: left; }
.trout-species-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.trout-species-card { overflow: hidden; border-radius: 6px; background: #fff; box-shadow: 0 18px 50px rgba(48,40,31,.1); }
.trout-species-card img { width: 100%; height: 390px; display: block; object-fit: cover; transition: transform .55s ease; }
.trout-species-card:hover img { transform: scale(1.035); }
.trout-species-card>div { padding: 34px 38px 38px; }
.trout-card-label { display: block; margin-bottom: 10px; color: #d65305; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.trout-species-card h3 { font-size: 30px; }
.trout-species-card p { margin: 13px 0 19px; }
.trout-species-card a,.trout-text-link { color: #a83f05; font-size: 13px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; text-decoration: underline; text-underline-offset: 5px; }
.trout-suitability { padding: 95px 0; background: #e8e5df; }
.trout-suitability-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.trout-suitability h2 { margin-bottom: 24px; }
.trout-audience-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9c2b8; }
.trout-audience-list li { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid #c9c2b8; }
.trout-audience-list strong { color: #40382f; font-family: Cinzel,Georgia,serif; font-size: 17px; }
.trout-audience-list span { color: #625b53; line-height: 1.55; }
.trout-included { background: #fff; }
.trout-included-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #ddd7cf; border-left: 1px solid #ddd7cf; }
.trout-included-grid article { min-height: 225px; padding: 30px; border-right: 1px solid #ddd7cf; border-bottom: 1px solid #ddd7cf; }
.trout-included-grid article>span { color: #d65305; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.trout-included-grid h3 { margin-top: 28px; font-size: 22px; }
.trout-included-grid p { margin: 10px 0 0; font-size: 16px; }
.trout-seasons { background: #112b22; }
.trout-seasons h2,.trout-seasons h3 { color: #fff; }
.trout-seasons .trout-section-heading>p { color: #dbe3df; }
.trout-season-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.trout-season-grid article { min-height: 290px; padding: 30px 26px; background: #112b22; }
.trout-season-grid span { color: #ff6a16; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.trout-season-grid h3 { margin-top: 30px; font-size: 25px; }
.trout-season-grid p { color: #dbe3df; font-size: 16px; }
.trout-season-note { max-width: 860px; margin: 30px auto 0; color: #fff!important; font-size: 14px!important; text-align: center; }
.trout-proof { padding: 0; background: #fff; }
.trout-proof-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; }
.trout-proof-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.trout-proof-copy { align-self: center; padding: 70px 8vw 70px 70px; }
.trout-proof-copy blockquote { margin: 28px 0; padding-left: 28px; border-left: 3px solid #d65305; }
.trout-proof-copy blockquote p { margin: 0 0 14px; color: #40382f; font-family: Cinzel,Georgia,serif; font-size: clamp(1.5rem,2.4vw,2.2rem); line-height: 1.4; }
.trout-proof-copy cite { color: #a83f05; font-style: normal; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.trout-process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.trout-process-grid li { position: relative; padding: 38px; background: #fff; box-shadow: 0 14px 40px rgba(48,40,31,.08); }
.trout-process-grid li>span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 50%; color: #fff; background: #d65305; font-weight: 800; }
.trout-process-grid h3 { font-size: 22px; }
.trout-process-grid p { margin-bottom: 0; font-size: 16px; }
.trout-faq { background: #e8e5df; }
.trout-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.trout-faq-heading { position: sticky; top: 110px; }
.trout-faq-heading h2 { margin-bottom: 22px; }
.trout-faq-list details { border-bottom: 1px solid #beb7ad; }
.trout-faq-list summary { position: relative; padding: 23px 64px 23px 0; color: #40382f; font-family: Cinzel,Georgia,serif; font-size: 19px; font-weight: 700; line-height: 1.4; cursor: pointer; list-style: none; }
.trout-faq-list summary::-webkit-details-marker { display: none; }
.trout-faq-list summary span { position: absolute; top: 50%; right: 0; width: 38px; height: 38px; border: 1px solid #a83f05; border-radius: 50%; transform: translateY(-50%); }
.trout-faq-list summary span::before,.trout-faq-list summary span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 13px; height: 1px; background: #a83f05; transform: translate(-50%,-50%); }
.trout-faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.trout-faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.trout-faq-list details p { margin: -3px 65px 24px 0; font-size: 16px; }
.trout-related { background: #fff; }
.trout-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.trout-related-grid a { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid #d5cfc6; color: #40382f; text-decoration: none; transition: .25s ease; }
.trout-related-grid a:hover { border-color: #d65305; transform: translateY(-4px); box-shadow: 0 14px 35px rgba(48,40,31,.08); }
.trout-related-grid span { color: #d65305; font-size: 12px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.trout-related-grid strong { font-family: Cinzel,Georgia,serif; font-size: 20px; line-height: 1.35; }
.trout-final-cta { padding: 75px 0; background: #d65305; }
.trout-final-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.trout-final-cta .trout-kicker,.trout-final-cta h2,.trout-final-cta p { color: #fff; }
.trout-final-cta h2 { font-size: clamp(2rem,3.5vw,3.4rem); }
.trout-final-cta p { margin: 10px 0 0; }
.trout-final-cta .primary-button-white { display: inline-flex; text-decoration: none; }
.trout-cta-phone { display: block; margin-top: 14px; color: #fff; font-size: 13px; font-weight: 800; text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.bfs-footer-cta-copy { color: #fff; text-align: center; }
.bfs-footer-cta-copy p { max-width: 550px; margin: 0 auto 20px; color: #fff; font-size: 17px; }
.bfs-footer-cta-copy .primary-button-white { display: inline-flex; text-decoration: none; }

@media (max-width: 991px) {
  .trout-hero { min-height: 620px; background-position: 62% center; }
  .trout-hero-shade { background: rgba(11,35,28,.79); }
  .trout-hero-inner { padding-top: 60px; }
  .trout-hero h1 { font-size: clamp(3rem,8vw,5rem); }
  .trout-trust-strip { grid-template-columns: repeat(2,1fr); }
  .trout-suitability-grid,.trout-faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .trout-faq-heading { position: static; }
  .trout-included-grid,.trout-process-grid,.trout-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trout-season-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trout-proof-grid { min-height: 0; }
  .trout-proof-copy { padding: 60px 45px; }
  .trout-final-inner { grid-template-columns: auto 1fr; }
  .trout-final-inner>div:last-child { grid-column: 2; }
}

@media (max-width: 767px) {
  .trout-page p { font-size: 16px; }
  .trout-hero { min-height: 730px; align-items: flex-end; background-position: 58% 76%; }
  .trout-hero-inner { width: 100%; max-width: 100%; margin: 0; padding: 80px 16px 52px; box-sizing: border-box; }
  .trout-hero-copy { width: 100%; max-width: 100%; }
  .trout-hero h1 { max-width: 100%; font-size: clamp(2.15rem,9.5vw,3rem); letter-spacing: -1px; overflow-wrap: normal; }
  .trout-hero-copy>p { font-size: 17px; }
  .trout-button-row,.trout-button-row a { width: 100%; }
  .trout-trust-strip { grid-template-columns: 1fr 1fr; }
  .trout-trust-strip span { min-height: 78px; flex-direction: column; font-size: 12px; }
  .trout-intro,.trout-included,.trout-seasons,.trout-process,.trout-faq,.trout-related { padding: 72px 0; }
  .trout-species-grid,.trout-included-grid,.trout-season-grid,.trout-process-grid,.trout-related-grid,.trout-proof-grid { grid-template-columns: 1fr; }
  .trout-species-card img { height: 300px; }
  .trout-species-card>div { padding: 28px 24px 31px; }
  .trout-suitability { padding: 72px 0; }
  .trout-suitability-grid { gap: 35px; }
  .trout-audience-list li { grid-template-columns: 1fr; gap: 7px; }
  .trout-included-grid article { min-height: 190px; }
  .trout-season-grid article { min-height: 230px; }
  .trout-proof-image img { height: 480px; }
  .trout-proof-copy { padding: 55px 22px 65px; }
  .trout-process-grid { gap: 14px; }
  .trout-process-grid li { padding: 30px 25px; }
  .trout-faq-list summary { padding-right: 50px; font-size: 17px; }
  .trout-faq-list details p { margin-right: 0; }
  .trout-final-cta { padding: 65px 0; text-align: center; }
  .trout-final-inner { grid-template-columns: 1fr; }
  .trout-final-inner>img { margin: auto; }
  .trout-final-inner>div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .trout-species-card img,.trout-related-grid a { transition: none; }
}

/* Trout service refinement: stronger section balance and a single closing CTA */
@media (min-width: 992px) {
  .trout-hero { min-height: 790px; align-items: flex-start; }
  .trout-hero .trout-hero-inner { padding-top: 120px !important; }
  .trout-species-card .trout-grayling-card-image { object-position: center 68%; }

  .trout-suitability-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    align-items: start;
  }
  .trout-suitability-grid > div:first-child {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
  }
  .trout-audience-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    border-top: 0;
  }
  .trout-audience-list li {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px;
    border: 1px solid #cbc4ba;
    background: rgba(255, 255, 255, .48);
  }
  .trout-audience-list strong { font-size: 18px; }

  .trout-faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .trout-faq-heading {
    position: static;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }
  .trout-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .trout-faq-list details {
    align-self: start;
    border: 1px solid #cbc4ba;
    border-radius: 4px;
    background: rgba(255, 255, 255, .55);
  }
  .trout-faq-list summary { padding: 24px 72px 24px 25px; }
  .trout-faq-list summary span { right: 22px; }
  .trout-faq-list details p { margin: -2px 68px 25px 25px; }
}

@media (max-width: 991px) {
  .trout-hero-inner { padding-top: 76px; }
  .trout-species-card .trout-grayling-card-image { object-position: center 68%; }
}

/* Repeated fish marks help visitors recognise the main planning sections. */
.trout-intro .trout-kicker,
.trout-suitability .trout-kicker,
.trout-seasons .trout-kicker,
.trout-proof-copy .trout-kicker,
.trout-faq-heading .trout-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.trout-intro .trout-kicker::before,
.trout-suitability .trout-kicker::before,
.trout-seasons .trout-kicker::before,
.trout-proof-copy .trout-kicker::before,
.trout-faq-heading .trout-kicker::before {
  content: '';
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.trout-intro .trout-kicker::before,
.trout-faq-heading .trout-kicker::before {
  background-image: url('../images/logo/icon.svg');
}

.trout-suitability .trout-kicker::before,
.trout-proof-copy .trout-kicker::before {
  background-image: url('../images/Icon-1-Elkwood-1.svg');
}

.trout-seasons .trout-kicker::before {
  background-image: url('../images/white-fish-01.svg');
}

@media (max-width: 767px) {
  .trout-intro .trout-kicker,
  .trout-suitability .trout-kicker,
  .trout-seasons .trout-kicker,
  .trout-faq-heading .trout-kicker {
    justify-content: center;
  }
  .trout-proof-copy .trout-kicker { justify-content: flex-start; }
}

/* Remaining service-detail pages share the proven trout-page system. */
.salmon-service-hero {
  background-image: url('../images/fish/salmon.webp');
  background-position: center 54%;
}
.north-america-hero {
  background-image: url('../images/gallery/optimized/scottish-fishing-gallery-15.webp');
  background-position: center 45%;
}
.salmon-seatrout-card-image { object-position: center 78%; }
.salmon-page .trout-intro .trout-kicker,
.north-america-page .trout-intro .trout-kicker,
.north-america-page .trout-suitability .trout-kicker,
.north-america-page .trout-proof-copy .trout-kicker,
.north-america-page .trout-faq-heading .trout-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.salmon-page .trout-intro .trout-kicker::before,
.north-america-page .trout-intro .trout-kicker::before,
.north-america-page .trout-suitability .trout-kicker::before,
.north-america-page .trout-proof-copy .trout-kicker::before,
.north-america-page .trout-faq-heading .trout-kicker::before {
  content: '';
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  background: url('../images/logo/icon.svg') center/contain no-repeat;
}
.visitor-planning-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.visitor-planning-grid article {
  padding: 32px 28px;
  border: 1px solid #d5cfc6;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 40px rgba(48,40,31,.06);
}
.visitor-planning-grid img { width: 38px; height: 38px; margin-bottom: 22px; }
.visitor-planning-grid h3 { font-size: 21px; }
.visitor-planning-grid p { margin-bottom: 0; font-size: 15px; }
.visitor-itinerary { padding: 100px 0; background: #112b22; }
.visitor-itinerary h2,.visitor-itinerary h3 { color: #fff; }
.visitor-itinerary .trout-section-heading>p { color: #dbe3df; }
.visitor-itinerary-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.visitor-itinerary-grid article { min-height: 260px; padding: 32px; background: #112b22; }
.visitor-itinerary-grid span { color: #ff6a16; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.visitor-itinerary-grid h3 { margin-top: 30px; font-size: 24px; }
.visitor-itinerary-grid p { color: #dbe3df; font-size: 16px; }

@media (max-width: 991px) {
  .visitor-planning-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .north-america-hero { background-position: 58% center; }
}
@media (max-width: 767px) {
  .salmon-service-hero { background-position: 58% center; }
  .north-america-hero { background-position: 60% center; }
  .salmon-page .trout-hero h1,
  .north-america-page .trout-hero h1 {
    font-size: clamp(2rem, 8vw, 2.55rem);
    line-height: 1.08;
    white-space: normal;
  }
  .salmon-page .trout-eyebrow,
  .north-america-page .trout-eyebrow { align-items: flex-start; }
  .visitor-planning-grid,.visitor-itinerary-grid { grid-template-columns: 1fr; }
  .visitor-itinerary { padding: 72px 0; }
  .visitor-itinerary-grid article { min-height: 210px; }
}

/* Conversion-led primary navigation */
@media (min-width: 992px) {
  .nav-menu-wrapper > .brand {
    flex-shrink: 0;
    margin-right: 20px;
  }
  .nav-dropdown-list { min-width: 235px; }
  .nav-secondary-resource {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(64, 56, 47, .16);
  }
}

@media (max-width: 991px) {
  .menu-wrap .button-header.tablet-button {
    order: -1;
    width: 100%;
    margin: 0 0 22px;
  }
  .menu-wrap .button-header.tablet-button .primary-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .menu-wrap .nav-secondary-resource {
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(64, 56, 47, .18);
    opacity: .82;
  }
}
/* Dedicated About page */
.about-page{--about-ink:#3d352b;--about-green:#11271f;--about-orange:#cf4c00;--about-cream:#f3f0ea;color:var(--about-ink);background:#fff}
.about-page .base-container{width:min(1180px,calc(100% - 48px));max-width:none;margin-inline:auto}
.about-page h1,.about-page h2,.about-page h3{margin-top:0;color:inherit;font-family:Cinzel,Georgia,serif;line-height:1.08}
.about-page h2{font-size:clamp(2.25rem,4vw,4.25rem);letter-spacing:-.035em}
.about-page h3{font-size:1.28rem}
.about-page p{font-size:1.05rem;line-height:1.72}
.about-hero{position:relative;min-height:650px;display:flex;align-items:center;background:url('../images/about/about-best-fishing.webp') center 42%/cover no-repeat;color:#fff}
.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,28,22,.93) 0%,rgba(8,28,22,.78) 44%,rgba(8,28,22,.18) 78%)}
.about-hero-inner{position:relative;z-index:1;width:100%!important;max-width:none!important;padding:125px clamp(16px,5.4vw,96px) 78px!important}
.about-hero-copy{max-width:720px}
.about-eyebrow,.about-kicker{display:flex;align-items:center;gap:10px;margin-bottom:22px;color:var(--about-orange);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.about-eyebrow{color:#ff6b1a}.about-eyebrow img{width:31px;height:31px}
.about-kicker img{width:27px;height:27px;object-fit:contain}.about-kicker-light{color:#ff6b1a}
.about-hero h1{max-width:820px;margin-bottom:24px;color:#fff;font-size:clamp(3.4rem,7vw,6.5rem);letter-spacing:-.045em}
.about-hero p{max-width:670px;margin-bottom:30px;color:#fff;font-size:1.25rem}
.about-button-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}
.about-outline-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:13px 26px;border:1px solid #fff;border-radius:30px;color:#fff;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:.25s ease}
.about-outline-button:hover{background:#fff;color:var(--about-green)}
.about-hero small{color:#fff;font-size:.9rem}
.about-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--about-green);color:#fff}
.about-trust-strip span{position:relative;padding:22px 15px;text-align:center;font-weight:700;border-right:1px solid rgba(255,255,255,.17)}
.about-trust-strip span:before{content:"";display:inline-block;width:22px;height:18px;margin-right:9px;vertical-align:-4px;background:url('../images/logo/icon-white.svg') center/contain no-repeat}
.about-story,.about-evidence,.about-rooted,.about-responsibility,.about-faq,.about-next{padding:105px 0}
.about-story-grid,.about-rooted-grid,.about-proof-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(48px,7vw,100px);align-items:center}
.about-story-grid:before,.about-story-grid:after,.about-rooted-grid:before,.about-rooted-grid:after,.about-proof-grid:before,.about-proof-grid:after{content:none!important;display:none!important}
.about-story-image{position:relative;max-width:520px}.about-story-image>img{display:block;width:100%;height:620px;border-radius:4px;object-fit:cover;object-position:center 25%}
.about-story-image>div{position:absolute;right:-25px;bottom:28px;padding:19px 27px;background:var(--about-orange);color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.about-story-image strong,.about-story-image span{display:block}.about-story-image strong{font-family:Cinzel,Georgia,serif;font-size:1.25rem}.about-story-image span{font-size:.85rem}
.about-story-copy h2,.about-rooted-copy h2{margin-bottom:26px}.about-story-copy p,.about-rooted-copy p{color:#625a51}
.about-text-link,.about-route-links a,.about-proof a{display:inline-block;margin-top:12px;color:var(--about-orange);font-size:.82rem;font-weight:800;letter-spacing:.09em;text-decoration:underline;text-underline-offset:6px;text-transform:uppercase}
.about-evidence,.about-responsibility,.about-next{background:var(--about-cream)}
.about-section-heading{max-width:780px;margin:0 auto 52px;text-align:center}.about-section-heading .about-kicker{justify-content:center}.about-section-heading>p{color:#625a51}
.about-principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.about-principles-grid article,.about-responsibility-grid article{padding:35px 28px;background:#fff;border-top:3px solid var(--about-orange);box-shadow:0 12px 30px rgba(50,42,31,.07)}
.about-principles-grid span{display:block;margin-bottom:32px;color:var(--about-orange);font-family:Cinzel,Georgia,serif;font-size:1.65rem}.about-principles-grid p,.about-responsibility-grid p{margin-bottom:0;color:#665f56;font-size:.96rem}
.about-process{padding:105px 0;background:var(--about-green);color:#fff}.about-process .about-section-heading h2,.about-process .about-section-heading p{color:#fff}
.about-process ol{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0;margin:0;list-style:none}
.about-process li{display:flex;gap:22px;padding:31px;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:rgba(255,255,255,.035)}
.about-process li>b{display:flex;flex:0 0 48px;height:48px;align-items:center;justify-content:center;border:1px solid #ff6b1a;border-radius:50%;color:#ff6b1a;font-family:Cinzel,Georgia,serif;font-size:1.3rem}
.about-process h3{margin:3px 0 10px;color:#fff}.about-process li p{margin:0;color:rgba(255,255,255,.82);font-size:.96rem}
.about-rooted-grid{grid-template-columns:minmax(0,1fr) minmax(0,.95fr)}.about-rooted-grid>img{width:100%;height:560px;border-radius:4px;object-fit:cover;object-position:center}
.about-route-links{display:flex;flex-wrap:wrap;gap:28px}
.about-proof{padding:92px 0;background:var(--about-green);color:#fff}.about-proof-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}
.about-proof blockquote{max-width:740px;margin:8px 0 22px;padding:42px;background:#f3f0ea;color:#3d352b!important;font-family:Cinzel,Georgia,serif;font-size:clamp(1.5rem,2.7vw,2.35rem);line-height:1.42}.about-proof cite{display:block;color:#fff;font-style:normal}.about-proof a{color:#fff}
.about-proof-facts{display:grid;gap:12px}.about-proof-facts span{padding:22px 25px;border-left:3px solid #ff6b1a;background:rgba(255,255,255,.06)}.about-proof-facts strong,.about-proof-facts small{display:block;color:#fff}.about-proof-facts strong{font-family:Cinzel,Georgia,serif;font-size:1.25rem}.about-proof-facts small{margin-top:4px;color:rgba(255,255,255,.76)}
.about-responsibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-responsibility-grid article{position:relative;padding-top:69px}.about-responsibility-grid article:before{content:"";position:absolute;top:26px;left:28px;width:28px;height:28px;background:url('../images/logo/icon.svg') center/contain no-repeat}
.about-faq{background:#fff}.about-faq-list{max-width:900px;margin:auto;border-top:1px solid #cfc7bc}.about-faq details{border-bottom:1px solid #cfc7bc}.about-faq summary{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;color:var(--about-ink);font-family:Cinzel,Georgia,serif;font-size:1.05rem;font-weight:700;cursor:pointer;list-style:none}.about-faq summary::-webkit-details-marker{display:none}
.about-faq summary span{position:relative;flex:0 0 34px;width:34px;height:34px;border:1px solid var(--about-orange);border-radius:50%}.about-faq summary span:before,.about-faq summary span:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1px;background:var(--about-orange);transform:translate(-50%,-50%)}.about-faq summary span:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s}.about-faq details[open] summary span:after{transform:translate(-50%,-50%) rotate(0)}.about-faq details p{max-width:760px;margin:0;padding:0 58px 25px 0;color:#625a51}
.about-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-next-grid a{position:relative;min-height:165px;padding:32px;background:#fff;color:var(--about-ink);border-bottom:3px solid var(--about-orange);box-shadow:0 10px 30px rgba(50,42,31,.06);transition:transform .25s,box-shadow .25s}.about-next-grid a:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(50,42,31,.12)}.about-next-grid span,.about-next-grid strong{display:block}.about-next-grid span{margin-bottom:20px;color:var(--about-orange);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.about-next-grid strong{font-family:Cinzel,Georgia,serif;font-size:1.35rem}
.about-page+template{display:none}
@media(max-width:991px){.about-hero{min-height:590px;background-position:62% center}.about-hero-overlay{background:linear-gradient(90deg,rgba(8,28,22,.93),rgba(8,28,22,.7) 68%,rgba(8,28,22,.32))}.about-trust-strip{grid-template-columns:repeat(2,1fr)}.about-principles-grid{grid-template-columns:repeat(2,1fr)}.about-process ol{grid-template-columns:1fr}.about-story-grid,.about-rooted-grid,.about-proof-grid{gap:50px}.about-story-image>img,.about-rooted-grid>img{height:500px}.about-responsibility-grid{grid-template-columns:1fr}.about-next-grid{grid-template-columns:1fr}}
@media(max-width:767px){.about-page .base-container{width:min(100% - 32px,1180px)}.about-page h2{font-size:2.35rem}.about-hero{min-height:610px;background-position:66% center}.about-hero-overlay{background:rgba(8,28,22,.78)}.about-hero-inner{padding-block:74px 66px}.about-hero h1{font-size:3.25rem}.about-hero p{font-size:1.05rem}.about-button-row{flex-direction:column;align-items:stretch}.about-button-row a{text-align:center}.about-trust-strip{grid-template-columns:1fr 1fr}.about-trust-strip span{padding:17px 8px;font-size:.78rem}.about-trust-strip span:before{display:block;margin:0 auto 7px}.about-story,.about-evidence,.about-rooted,.about-responsibility,.about-faq,.about-next,.about-process{padding:72px 0}.about-story-grid,.about-rooted-grid,.about-proof-grid{grid-template-columns:1fr}.about-story-image{max-width:none}.about-story-image>img{height:auto;max-height:560px}.about-story-image>div{right:12px;bottom:12px}.about-principles-grid{grid-template-columns:1fr}.about-process li{padding:25px 20px}.about-rooted-copy{order:2}.about-rooted-grid>img{height:auto;max-height:500px;object-fit:contain}.about-proof{padding:72px 0}.about-proof-facts{margin-top:10px}.about-section-heading{margin-bottom:38px}.about-faq summary{font-size:.93rem}.about-faq details p{padding-right:0}.about-next-grid a{min-height:135px}}
@media(prefers-reduced-motion:reduce){.about-page *{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:767px){.about-page .base-container{width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;min-width:0!important}}
@media(max-width:767px){.about-page .about-hero-inner{width:100%!important;max-width:none!important;padding:96px 16px 66px!important;box-sizing:border-box}}
@media(max-width:767px){.about-proof blockquote{padding:28px 24px}}

/* Dedicated contact and enquiry page */
.contact-conversion-page{--contact-ink:#3d352b;--contact-green:#10271f;--contact-orange:#cf4c00;--contact-cream:#f3f0ea;color:var(--contact-ink);background:#fff;overflow:hidden}
.contact-conversion-page .base-container{width:calc(100% - 48px);max-width:1180px;margin-inline:auto;padding:0}
.contact-conversion-page h1,.contact-conversion-page h2,.contact-conversion-page h3{margin-top:0;color:inherit;font-family:Cinzel,Georgia,serif;line-height:1.08}.contact-conversion-page h2{font-size:clamp(2.3rem,4vw,4rem);letter-spacing:-.035em}.contact-conversion-page p{font-size:1.04rem;line-height:1.7}
.contact-conversion-hero{position:relative;min-height:660px;display:flex;align-items:center;color:#fff;isolation:isolate}.contact-conversion-hero>img,.contact-hero-overlay{position:absolute;inset:0;width:100%;height:100%}.contact-conversion-hero>img{z-index:-2;object-fit:cover;object-position:center 48%}.contact-hero-overlay{z-index:-1;background:linear-gradient(90deg,rgba(7,27,21,.94),rgba(7,27,21,.8) 46%,rgba(7,27,21,.18) 80%)}
.contact-conversion-page .contact-hero-content{width:100%;max-width:none;padding:118px clamp(16px,5.4vw,96px) 82px}.contact-eyebrow,.contact-kicker{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:var(--contact-orange);font-size:.77rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.contact-eyebrow{color:#ff6b1a}.contact-eyebrow img,.contact-kicker img{width:29px;height:29px;object-fit:contain}.contact-conversion-hero h1{max-width:800px;margin-bottom:24px;color:#fff;font-size:clamp(3.5rem,6.6vw,6.3rem);letter-spacing:-.045em}.contact-conversion-hero p{max-width:700px;margin-bottom:30px;color:#fff;font-size:1.25rem}.contact-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}.contact-outline-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:13px 29px;border:1px solid #fff;border-radius:30px;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;transition:.25s}.contact-outline-button:hover{background:#fff;color:var(--contact-green)}.contact-conversion-hero small{color:#fff}
.contact-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--contact-green);color:#fff}.contact-trust-strip span{padding:22px 14px;text-align:center;border-right:1px solid rgba(255,255,255,.16);font-weight:700}.contact-trust-strip span:before{content:"";display:inline-block;width:22px;height:18px;margin-right:9px;vertical-align:-4px;background:url('../images/logo/icon-white.svg') center/contain no-repeat}
.contact-enquiry-section{padding:110px 0;background:var(--contact-cream)}.contact-enquiry-grid{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:clamp(45px,7vw,92px);align-items:start}.contact-intro{position:sticky;top:105px}.contact-intro>h2{margin-bottom:24px}.contact-intro>p{color:#625a51}.contact-direct-cards{display:grid;gap:12px;margin:31px 0}.contact-direct-cards a{padding:20px 22px;background:#fff;color:var(--contact-ink);border-left:3px solid var(--contact-orange);box-shadow:0 8px 24px rgba(52,43,31,.06)}.contact-direct-cards span,.contact-direct-cards strong,.contact-direct-cards small{display:block}.contact-direct-cards span{margin-bottom:5px;color:var(--contact-orange);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-direct-cards strong{overflow-wrap:anywhere;font-size:1rem}.contact-direct-cards small{margin-top:4px;color:#6b635a}
.contact-next-steps{padding-top:25px;border-top:1px solid #d2c9bd}.contact-next-steps h3{font-size:1.25rem}.contact-next-steps ol{display:grid;gap:18px;padding:0;margin:22px 0 0;list-style:none}.contact-next-steps li{display:flex;gap:15px}.contact-next-steps b{display:flex;flex:0 0 36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--contact-orange);border-radius:50%;color:var(--contact-orange);font-family:Cinzel,Georgia,serif}.contact-next-steps span,.contact-next-steps strong{display:block}.contact-next-steps span{color:#665e55;font-size:.9rem;line-height:1.5}.contact-next-steps strong{margin-bottom:2px;color:var(--contact-ink)}
.contact-form-card{padding:clamp(30px,5vw,58px);background:#fff;border-top:4px solid var(--contact-orange);box-shadow:0 18px 50px rgba(51,43,32,.1)}.contact-form-label{display:block;margin-bottom:14px;color:var(--contact-orange);font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.contact-form-card h2{margin-bottom:12px;font-size:clamp(2rem,3vw,3rem)}.contact-form-card>p{margin-bottom:30px;color:#6a6259}.contact-botcheck{position:absolute!important;left:-9999px!important}.contact-conversion-form{display:grid;gap:21px}.contact-field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-conversion-form label{display:block;margin-bottom:8px;color:var(--contact-ink);font-size:.82rem;font-weight:800}.contact-conversion-form label span{color:#765f4e;font-size:.68rem;font-weight:600;text-transform:uppercase}.contact-conversion-form input:not([type=checkbox]),.contact-conversion-form select,.contact-conversion-form textarea{width:100%;min-height:52px;margin:0;padding:12px 14px;border:1px solid #c8c0b6;border-radius:2px;background:#fff;color:#332e28;font:inherit;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.contact-conversion-form textarea{min-height:145px;resize:vertical}.contact-conversion-form input:focus,.contact-conversion-form select:focus,.contact-conversion-form textarea:focus{outline:0;border-color:var(--contact-orange);box-shadow:0 0 0 3px rgba(207,76,0,.14)}.contact-conversion-form button{justify-self:start;border:0;cursor:pointer}.contact-form-note{display:flex;align-items:flex-start;gap:9px;margin:0!important;color:#665e55;font-size:.8rem!important}.contact-form-note img{flex:0 0 22px;width:22px;height:22px}.contact-form-note a{color:#84401d;text-decoration:underline;text-underline-offset:3px}
.contact-proof{padding:95px 0;background:var(--contact-green);color:#fff}.contact-proof-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(50px,8vw,110px);align-items:center}.contact-kicker-light{color:#ff6b1a}.contact-proof blockquote{margin:5px 0 20px;color:#fff;font-family:Cinzel,Georgia,serif;font-size:clamp(1.55rem,2.7vw,2.45rem);line-height:1.42}.contact-proof cite{display:block;color:#fff;font-style:normal}.contact-proof a{display:inline-block;margin-top:18px;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-decoration:underline;text-underline-offset:6px;text-transform:uppercase}.contact-proof-points{display:grid;gap:12px}.contact-proof-points span{padding:21px 24px;border-left:3px solid #ff6b1a;background:rgba(255,255,255,.06)}.contact-proof-points strong,.contact-proof-points small{display:block;color:#fff}.contact-proof-points strong{font-family:Cinzel,Georgia,serif;font-size:1.08rem}.contact-proof-points small{margin-top:4px;color:rgba(255,255,255,.77)}
.contact-faq{padding:110px 0;background:#fff}.contact-faq-grid{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:clamp(50px,8vw,110px);align-items:start}.contact-faq header{position:sticky;top:105px}.contact-faq header p{color:#655e55}.contact-faq header>a{color:#943c0e;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-decoration:underline;text-underline-offset:5px;text-transform:uppercase}.contact-faq-list{border-top:1px solid #cec5ba}.contact-faq-list details{border-bottom:1px solid #cec5ba}.contact-faq-list summary{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;color:var(--contact-ink);font-family:Cinzel,Georgia,serif;font-weight:700;cursor:pointer;list-style:none}.contact-faq-list summary::-webkit-details-marker{display:none}.contact-faq-list summary span{position:relative;flex:0 0 34px;width:34px;height:34px;border:1px solid var(--contact-orange);border-radius:50%}.contact-faq-list summary span:before,.contact-faq-list summary span:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1px;background:var(--contact-orange);transform:translate(-50%,-50%)}.contact-faq-list summary span:after{transform:translate(-50%,-50%) rotate(90deg);transition:.2s}.contact-faq-list details[open] summary span:after{transform:translate(-50%,-50%)}.contact-faq-list details p{max-width:720px;margin:0;padding:0 54px 25px 0;color:#655e55}
.contact-explore{padding:100px 0;background:var(--contact-cream)}.contact-explore header{text-align:center}.contact-explore header .contact-kicker{justify-content:center}.contact-explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.contact-explore-grid a{min-height:150px;padding:30px;background:#fff;color:var(--contact-ink);border-bottom:3px solid var(--contact-orange);box-shadow:0 10px 28px rgba(51,43,32,.06);transition:.25s}.contact-explore-grid a:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(51,43,32,.12)}.contact-explore-grid span,.contact-explore-grid strong{display:block}.contact-explore-grid span{margin-bottom:20px;color:var(--contact-orange);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-explore-grid strong{font-family:Cinzel,Georgia,serif;font-size:1.35rem}
@media(max-width:991px){.contact-conversion-hero>img{object-position:62% center}.contact-hero-overlay{background:rgba(7,27,21,.77)}.contact-trust-strip{grid-template-columns:1fr 1fr}.contact-enquiry-grid,.contact-faq-grid{grid-template-columns:1fr}.contact-intro,.contact-faq header{position:static}.contact-intro{max-width:720px}.contact-proof-grid{grid-template-columns:1fr}.contact-explore-grid{grid-template-columns:1fr}}
@media(max-width:767px){.contact-conversion-page .base-container{width:calc(100% - 32px);max-width:calc(100% - 32px)}.contact-conversion-page .contact-hero-content{width:100%;max-width:none;padding:94px 16px 66px}.contact-conversion-hero{min-height:650px}.contact-conversion-hero h1{font-size:clamp(2.75rem,13vw,3.7rem)}.contact-conversion-hero p{font-size:1.05rem}.contact-hero-actions{flex-direction:column}.contact-hero-actions a{width:100%;box-sizing:border-box;text-align:center}.contact-trust-strip span{padding:17px 8px;font-size:.77rem}.contact-trust-strip span:before{display:block;margin:0 auto 7px}.contact-enquiry-section,.contact-faq{padding:75px 0}.contact-form-card{padding:32px 20px}.contact-field-row{grid-template-columns:1fr}.contact-conversion-form button{width:100%}.contact-proof{padding:75px 0}.contact-proof blockquote{font-size:1.45rem}.contact-explore{padding:75px 0}.contact-faq-list summary{font-size:.92rem}.contact-faq-list details p{padding-right:0}}
@media(prefers-reduced-motion:reduce){.contact-conversion-page *{transition:none!important;scroll-behavior:auto!important}}
@media(max-width:767px){.contact-conversion-page .contact-hero-content{width:100%!important;max-width:none!important;padding:94px 16px 66px!important;box-sizing:border-box}}
@media(max-width:767px){.contact-conversion-page .contact-hero-content{max-width:100vw!important}.contact-conversion-hero p,.contact-hero-actions,.contact-conversion-hero small{width:100%;max-width:calc(100vw - 32px)!important;white-space:normal!important;box-sizing:border-box}.contact-hero-actions a{max-width:calc(100vw - 32px)}}
.contact-proof blockquote{padding:42px;background:#f3f0ea;color:#3d352b!important}
body:has(.contact-conversion-page) .subscribe-footer-wrapper{display:none!important}
@media(max-width:767px){.contact-proof blockquote{padding:28px 24px}}
.contact-conversion-page~.footer .contact-footer-discovery{display:flex!important;align-items:center;justify-content:space-between;gap:45px;padding:42px 54px}
.contact-footer-discovery-copy{max-width:690px;text-align:left}.contact-footer-discovery-copy .subtitle-wrapper{justify-content:flex-start;text-align:left}.contact-footer-discovery-copy h3{margin:8px 0 12px;color:#fff;text-align:left}.contact-footer-discovery-copy p{margin:0;color:#fff;font-size:1rem;line-height:1.6;text-align:left}.contact-footer-discovery>.primary-button-white{flex:0 0 auto;text-align:center}
@media(max-width:767px){.contact-conversion-page~.footer .contact-footer-discovery{flex-direction:column;align-items:flex-start;padding:32px 24px}.contact-footer-discovery>.primary-button-white{width:100%;box-sizing:border-box}}

/* Conservative booking-form refinements */
.booking-form-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:35px;align-items:end;margin-bottom:34px;padding-bottom:28px;border-bottom:1px solid #d8d1c7}.booking-form-intro span{display:flex;align-items:center;gap:9px;margin-bottom:10px;color:#b84608;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.booking-form-intro span img{width:25px;height:25px}.booking-form-intro h2{margin:0;color:#3d352b;font-size:clamp(1.9rem,3vw,2.8rem)}.booking-form-intro>p{margin:0;color:#625b53;font-size:.95rem;line-height:1.6}
.booking-questionnaire-form .field-contact-wrap{width:100%;min-width:0}.booking-questionnaire-form .text-field.dark-text-field,.booking-questionnaire-form select.text-field.dark-text-field,.booking-questionnaire-form .textarea{display:block;width:100%!important;max-width:none!important;box-sizing:border-box}.booking-questionnaire-form .text-field.dark-text-field,.booking-questionnaire-form select.text-field.dark-text-field{height:58px!important;min-height:58px!important;padding:0 18px!important;line-height:normal!important}.booking-questionnaire-form select.text-field.dark-text-field{padding-right:48px!important;background-position:right 17px center!important;white-space:normal;text-overflow:ellipsis}.booking-questionnaire-form .textarea{min-height:176px;padding:16px 18px!important;line-height:1.55}.booking-questionnaire-form .field-label{min-height:1.5em;margin-bottom:9px;line-height:1.35}.booking-questionnaire-submit p a{color:#8f3d12;text-decoration:underline;text-underline-offset:3px}.booking-questionnaire-submit .primary-button{flex:0 0 auto;min-width:290px}
.booking-questionnaire-card:focus-within{border-color:#81776b}
@media(max-width:767px){.booking-form-intro{grid-template-columns:1fr;gap:12px;margin-bottom:28px}.booking-questionnaire-submit .primary-button{width:100%;min-width:0}.booking-questionnaire-form .text-field.dark-text-field,.booking-questionnaire-form select.text-field.dark-text-field{font-size:16px}}
@media(max-width:767px){.testimonials-banner .base-container{width:100%!important;max-width:100%!important;padding-inline:16px!important;box-sizing:border-box}.testimonials-banner .pricing-banner-content{width:100%!important;max-width:calc(100vw - 32px)!important;box-sizing:border-box}.testimonials-banner .pricing-banner-content p{width:100%;max-width:calc(100vw - 32px)!important;white-space:normal!important}.booking-questionnaire-section .base-container{width:100%!important;max-width:100%!important;padding-inline:16px!important;box-sizing:border-box}.booking-questionnaire-card{width:100%!important;max-width:100%!important;box-sizing:border-box;overflow:hidden}}
@media(max-width:767px){.about-page{overflow-x:clip}.about-page .base-container{width:calc(100% - 32px);max-width:1180px}.about-hero-copy{width:100%;min-width:0}.about-hero p{max-width:100%;white-space:normal}.about-eyebrow{align-items:flex-start;font-size:.7rem;line-height:1.45}.about-button-row .primary-button,.about-button-row .about-outline-button{width:100%;min-width:0;padding-inline:16px}}
