@font-face {
  font-family: baron;
  src: url(../Baron-Neue-Black.ttf);
  font-weight: 700;
}
@font-face {
  font-family: baron;
  src: url(../Baron-Neue.ttf);
  font-weight: 400;
}
@font-face {
  font-family: inter;
  src: url(../Inter-Regular.ttf);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inter;
  scroll-behavior: auto;
}

body {
  color: #ffffff;
  overflow-x: hidden;
}

img {
  width: 100%;
}
img.icon {
  width: 2rem;
}

a {
  text-decoration: none;
  color: #030303 !important;
}

ul {
  list-style: none;
}

section,
main,
header,
footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .wrapper,
main .wrapper,
header .wrapper,
footer .wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 8rem 4rem;
}
section .wrapper.wrapper-narrow,
main .wrapper.wrapper-narrow,
header .wrapper.wrapper-narrow,
footer .wrapper.wrapper-narrow {
  padding: 8rem 12rem;
}
@media (max-width: 1250px) {
  section .wrapper-narrow,
  main .wrapper-narrow,
  header .wrapper-narrow,
  footer .wrapper-narrow {
    padding-inline: 8rem !important;
  }
}
@media (max-width: 1125px) {
  section .wrapper-narrow,
  main .wrapper-narrow,
  header .wrapper-narrow,
  footer .wrapper-narrow {
    padding-inline: 6rem !important;
  }
}
@media (max-width: 1050px) {
  section .wrapper-narrow,
  main .wrapper-narrow,
  header .wrapper-narrow,
  footer .wrapper-narrow {
    padding-inline: 4rem !important;
  }
}
@media (max-width: 700px) {
  section .wrapper,
  main .wrapper,
  header .wrapper,
  footer .wrapper {
    padding-inline: 2rem !important;
  }
}
@media (max-width: 500px) {
  section .wrapper,
  main .wrapper,
  header .wrapper,
  footer .wrapper {
    padding-inline: 1rem !important;
  }
}

.word,
.line,
.char {
  flex-wrap: none !important;
}

html,
body {
  overflow-x: hidden !important;
}

h1 {
  font-size: 48px;
  color: #030303;
  line-height: 1.2;
  text-align: center;
  font-family: baron;
}
h1 span {
  color: 1.2;
  text-align: center;
  font-family: baron;
}
h1 .char,
h1 .word,
h1 .line {
  font-size: 48px;
  color: #030303;
  line-height: 1.2;
  text-align: center;
  font-family: baron;
}

h2 {
  font-size: 40px;
  color: #030303;
  line-height: 40px;
  text-align: center;
  font-family: baron;
}
h2 span {
  color: #31871d;
  text-align: center;
  font-family: baron;
}
h2.h2 {
  max-width: 16ch;
  font-size: clamp(32px, 3.5vw, 40px) !important;
  line-height: clamp(38.4px, 4.2vw, 48px) !important;
}

h3 {
  font-size: 24px;
  color: #030303;
  line-height: 24px;
  text-align: center;
  font-family: baron;
}
h3 span {
  color: #31871d;
  text-align: center;
  font-family: baron;
}

p {
  font-size: 16px;
  color: #030303;
  line-height: 25.6px;
  text-align: center;
  font-weight: 300;
  font-family: Arial !important;
}
p.tagline {
  font-size: 14px;
  line-height: 22.4px;
  text-align: center;
  font-family: baron !important;
}
p.h0 {
  font-size: clamp(150px, 18vw, 300px) !important;
  font-family: baron;
  font-weight: 900;
  opacity: 3%;
  position: absolute;
  bottom: 0%;
}
@media (max-width: 700px) {
  p.h0 {
    font-size: clamp(75px, 18vw, 150px) !important;
  }
}
p .char,
p .word,
p .line {
  font-size: 16px;
  color: #030303;
  line-height: 22.4px;
  text-align: center;
}

h1 .word {
  overflow-y: hidden;
}
h1 .word .char {
  font-family: baron;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

@media (max-width: 1024px) {
  h2.h2 {
    max-width: 16ch;
    font-size: clamp(24px, 3.5vw, 32px) !important;
    line-height: clamp(28.8px, 4.2vw, 38.4px) !important;
  }
}
@media (max-width: 855px) {
  h2.h2 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
}
@media (max-width: 700px) {
  .wrapper p {
    font-size: 14px;
    line-height: 22.4px !important;
  }
  .wrapper p .char,
  .wrapper p .word,
  .wrapper p .line {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .wrapper h1 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: clamp(33.6px, 12vw, 48px);
  }
  .wrapper h1 .char,
  .wrapper h1 .word,
  .wrapper h1 .line {
    font-size: clamp(28px, 8vw, 40px);
    line-height: clamp(28px, 10vw, 40px);
  }
  .wrapper h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .wrapper h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 700px) and (max-width: 468px) {
  h2.h2 {
    font-size: clamp(22.4px, 8.25vw, 32px) !important;
    line-height: clamp(28.8px, 4.2vw, 38.4px) !important;
  }
}
button {
  padding: 0.75rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2rem;
  font-family: baron;
  z-index: 100;
  transition: scale 300ms ease, -webkit-clip-path 300ms ease !important;
  transition: scale 300ms ease, clip-path 300ms ease !important;
  transition: scale 300ms ease, clip-path 300ms ease, -webkit-clip-path 300ms ease !important;
}
button:hover {
  scale: 0.95;
  transition: scale 300ms ease, -webkit-clip-path 300ms ease !important;
  transition: scale 300ms ease, clip-path 300ms ease !important;
  transition: scale 300ms ease, clip-path 300ms ease, -webkit-clip-path 300ms ease !important;
}
button.primary-button {
  color: #ffffff;
  background-color: #31871d;
  border: 2px solid #31871d;
}
button.secondary-button {
  color: #31871d;
  background-color: transparent;
  border: 2px solid #31871d;
}
button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
button span:nth-child(2) {
  font-family: baron;
}
@media (max-width: 500px) {
  button.primary-button {
    color: #ffffff;
    background-color: #31871d;
    border: 2px solid #31871d;
  }
  button.secondary-button {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #31871d;
    padding: 1rem;
  }
}

header {
  position: absolute;
  z-index: 1000;
}
header .header-wrapper {
  padding: 1rem 4rem;
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .header-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .header-wrapper > a .svg-colour {
  width: 150px !important;
}
header .header-wrapper ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .header-wrapper ul li {
  color: #030303;
}
header .header-wrapper .nav-button-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-wrapper .menu {
  display: none;
  width: 40px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header nav {
    display: none;
  }
  header .nav-button-container {
    display: none !important;
  }
  header .menu {
    display: block !important;
  }
  header .header-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  header .header-wrapper {
    padding-inline: 2rem;
  }
}
@media (max-width: 500px) {
  header .header-wrapper {
    padding-inline: 1rem;
  }
}

.dropdown {
  position: relative !important;
  display: none;
  z-index: 1000 !important;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  padding: 1.5rem;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transform: translateY(-1rem);
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
  gap: 2rem;
  border-radius: 0.5rem;
}

.dropdown-heading > a {
  font-weight: 700 !important;
}

.dropdown-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dropdown-links a {
  font-weight: 300 !important;
}

.div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu {
  width: 30px;
  display: none;
  cursor: pointer;
}

.dropdown.active > .link + .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: opacity 0.5s, transform 0.5s;
}

.menu + .dropdown-menu {
  padding-block: 2rem;
  display: none;
}

.dropdown-heading > p {
  font-weight: 700 !important;
}

.dropdown > a {
  font-weight: 300 !important;
}

@media (max-width: 1024px) {
  .dropdown {
    display: block;
  }
  .menu + .dropdown-menu {
    padding-block: 2rem;
    display: grid;
  }
  .menu {
    display: block;
  }
  nav {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 500px) {
  .header-wrapper {
    padding-inline: 1rem;
  }
  .dropdown-menu {
    grid-template-columns: 1fr;
  }
}
main {
  overflow: hidden !important;
  position: relative;
}
main .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block-start: 8rem;
  padding-block-end: 14rem;
  overflow: hidden !important;
  position: relative;
}
main .wrapper h1 {
  max-width: 32ch;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 500ms ease;
  transition: clip-path 500ms ease;
  transition: clip-path 500ms ease, -webkit-clip-path 500ms ease;
}
main .wrapper p {
  max-width: 45ch;
  margin-block-start: 1rem;
  margin-block-end: 2rem;
  text-wrap: balance;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 500ms ease;
  transition: clip-path 500ms ease;
  transition: clip-path 500ms ease, -webkit-clip-path 500ms ease;
}
main .wrapper button {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 500ms ease;
  transition: clip-path 500ms ease;
  transition: clip-path 500ms ease, -webkit-clip-path 500ms ease;
}
@media (max-width: 500px) {
  main .wrapper .svg-wrapper svg {
    width: 28rem;
    width: max(16rem, 80vw);
    max-width: 650px;
  }
}

.images-section {
  margin-top: -18rem;
  z-index: 1;
  position: relative;
}
.images-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-inline: 0 !important;
}
.images-section .wrapper img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .images-section .wrapper {
    gap: 1rem !important;
  }
}
@media (max-width: 800px) {
  .images-section .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 325px) {
  .images-section .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.lightbox.active {
  display: flex;
}
.lightbox .lightbox-backdrop {
  position: absolute;
  inset: 0;
}
.lightbox .lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(1200px, 90vw);
  max-height: 90vh;
  width: min(1200px, 90vw);
  pointer-events: none;
}
.lightbox .lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  width: -moz-max-content;
  width: max-content;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  pointer-events: auto;
}
.lightbox .lightbox-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  pointer-events: auto;
}
.lightbox .lightbox-prev {
  left: -22px;
}
.lightbox .lightbox-next {
  right: -22px;
}

main {
  height: 90vh;
  max-height: 1000px !important;
}
@media (max-width: 500px) {
  main {
    height: 100vh;
  }
}

.full-services-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.full-services-section .wrapper .full-services-title {
  margin-block-end: 4rem;
}
.full-services-section .wrapper .full-services-title h2 {
  text-align: left;
  max-width: 20ch;
  margin-block: 0 1.5rem;
}
.full-services-section .wrapper .full-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.full-services-section .wrapper .full-services-grid .full-services-grid-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.full-services-section .wrapper .full-services-grid .full-services-grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
.full-services-section .wrapper .full-services-grid .full-services-grid-item h3 {
  text-align: left;
  margin-block-start: 1rem;
  font-weight: 400 !important;
  font-family: baron;
}
.full-services-section .wrapper .full-services-grid .full-services-grid-item a {
  margin: 0;
  display: block;
}
@media (max-width: 700px) {
  .full-services-section .wrapper {
    padding-block-start: 0 !important;
  }
}
@media (max-width: 600px) {
  .full-services-section .wrapper .full-services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 384px) {
  .full-services-section .wrapper .full-services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .full-services-section .wrapper .full-services-grid .full-services-grid-item img {
    height: auto !important;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.local-cards-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
.local-cards-section .wrapper .local-cards-title h2 {
  max-width: 28ch;
}
.local-cards-section .wrapper .local-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.local-cards-section .wrapper .local-cards .local-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid black;
  min-height: 300px;
}
.local-cards-section .wrapper .local-cards .local-card .local-card-left {
  padding: 1rem;
  display: grid;
  place-content: center;
  place-items: start;
  height: inherit;
}
.local-cards-section .wrapper .local-cards .local-card .local-card-left h3 {
  text-align: left;
  margin-block-end: 1rem;
}
.local-cards-section .wrapper .local-cards .local-card .local-card-left p {
  text-align: left;
}
.local-cards-section .wrapper .local-cards .local-card .local-card-left p.tagline {
  color: #31871d;
  margin-block-end: 0.5rem;
}
.local-cards-section .wrapper .local-cards .local-card .local-card-left p:not(.tagline) {
  margin-block-end: 2rem;
}
.local-cards-section .wrapper .local-cards .local-card .local-card-right {
  height: inherit;
}
.local-cards-section .wrapper .local-cards .local-card .local-card-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .local-cards-section .wrapper .local-cards {
    grid-template-columns: 1fr;
  }
  .local-cards-section .wrapper .local-cards .local-card {
    min-height: auto;
    height: 350px;
  }
}
@media (max-width: 700px) {
  .local-cards-section .wrapper {
    padding-block: 0 !important;
  }
}
@media (max-width: 385px) {
  .local-cards-section .wrapper .local-cards {
    grid-template-columns: 1fr;
  }
  .local-cards-section .wrapper .local-cards .local-card {
    grid-template-columns: 1fr;
    height: auto;
  }
  .local-cards-section .wrapper .local-cards .local-card .local-card-left {
    padding: 2rem;
  }
  .local-cards-section .wrapper .local-cards .local-card .local-card-right img {
    height: 300px;
  }
}
@media (max-width: 325px) {
  .local-cards-section .wrapper .local-cards {
    grid-template-columns: 1fr;
  }
  .local-cards-section .wrapper .local-cards .local-card {
    grid-template-columns: 1fr;
    height: auto;
  }
  .local-cards-section .wrapper .local-cards .local-card .local-card-left {
    padding-inline: 1rem;
  }
  .local-cards-section .wrapper .local-cards .local-card .local-card-right img {
    height: 250px;
  }
}

.beach-clean-section {
  background-image: url(../../public/images/guernsey-map.png);
  background-size: cover;
}
.beach-clean-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.beach-clean-section .wrapper .beach-clean-grid-item {
  display: grid;
  place-content: center;
  height: 100% !important;
}
.beach-clean-section .wrapper .beach-clean-grid-item h2 {
  text-align: left;
}
.beach-clean-section .wrapper .beach-clean-grid-item p {
  text-align: left;
  margin-block-start: 2rem;
}
.beach-clean-section .wrapper .beach-clean-grid-item:nth-child(2) {
  grid-row: span 2;
  place-content: stretch;
}
.beach-clean-section .wrapper .beach-clean-grid-item:nth-child(3) {
  place-content: end;
}
.beach-clean-section .wrapper .beach-clean-grid-item img {
  height: inherit !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (max-width: 850px) {
  .beach-clean-section .wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .beach-clean-section .wrapper .beach-clean-grid-item {
    display: grid;
    place-content: center;
    height: auto;
  }
  .beach-clean-section .wrapper .beach-clean-grid-item h2 {
    text-align: left;
  }
  .beach-clean-section .wrapper .beach-clean-grid-item p {
    text-align: left;
    margin-block-start: 2rem;
    margin-block-end: 4rem;
  }
  .beach-clean-section .wrapper .beach-clean-grid-item:nth-child(2) {
    grid-row: auto;
    place-content: stretch;
  }
  .beach-clean-section .wrapper .beach-clean-grid-item:nth-child(3) {
    place-content: stretch;
  }
  .beach-clean-section .wrapper .beach-clean-grid-item img {
    height: auto;
    -o-object-fit: auto;
       object-fit: auto;
  }
}
@media (max-width: 350px) {
  .beach-clean-section .wrapper .beach-clean-grid-item p {
    margin-block-end: 2rem;
  }
}

.testimonials-grid-section {
  background-image: linear-gradient(rgba(3, 3, 3, 0.5450980392), rgba(3, 3, 3, 0.5450980392)), url(../../public/images/bg-test.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonials-grid-section .wrapper .testimonials-grid-title h2 {
  color: white;
  text-align: left;
  max-width: 24ch;
}
.testimonials-grid-section .wrapper .testimonials-grid-title h3 {
  color: white;
  text-align: left;
  margin-block: 1.5rem 8rem;
}
.testimonials-grid-section .wrapper .testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.testimonials-grid-section .wrapper .testimonials-grid .testimonials-grid-item {
  display: grid;
  place-items: start;
}
.testimonials-grid-section .wrapper .testimonials-grid .testimonials-grid-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-grid-section .wrapper .testimonials-grid .testimonials-card {
  background-color: rgba(253, 252, 252, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1rem;
}
.testimonials-grid-section .wrapper .testimonials-grid .testimonials-card .profile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.testimonials-grid-section .wrapper .testimonials-grid .testimonials-card .profile p {
  color: white;
  text-align: left;
  font-weight: 500;
}
.testimonials-grid-section .wrapper .testimonials-grid .testimonials-card .profile img {
  width: 50px;
}
.testimonials-grid-section .wrapper .testimonials-grid .testimonials-card p {
  color: white;
  text-align: left;
  margin-block: 1rem;
}
@media (max-width: 600px) {
  .testimonials-grid-section .wrapper .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.phones-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  padding-block-start: 10rem !important;
}
.phones-section .wrapper .phones-title {
  display: grid;
  gap: 2rem;
  place-items: center;
}
.phones-section .wrapper .phones-title h2 {
  max-width: 28ch;
}
.phones-section .wrapper .phones-title .fb-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.phones-section .wrapper .phones-title .fb-link p {
  font-family: baron !important;
  text-align: left;
}
.phones-section .wrapper .phones-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.phones-section .wrapper .phones-grid img:nth-child(2) {
  margin-top: -4rem;
}
@media (max-width: 1024px) {
  .phones-section .wrapper .phones-grid {
    grid-template-columns: 1fr;
    width: 60%;
  }
  .phones-section .wrapper .phones-grid img:nth-child(2) {
    margin-top: 0rem;
  }
}
@media (max-width: 850px) {
  .phones-section .wrapper .phones-grid {
    grid-template-columns: 1fr;
    width: 80%;
  }
  .phones-section .wrapper .phones-grid img:nth-child(2) {
    margin-top: 0rem;
  }
}
@media (max-width: 350px) {
  .phones-section .wrapper .phones-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .phones-section .wrapper .phones-grid img:nth-child(2) {
    margin-top: 0rem;
  }
}

.external-section .wrapper .external-title {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-block-end: 8rem;
}
.external-section .wrapper .external-title .bullet-point-right {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 40%;
  width: 50%;
}
.external-section .wrapper .external-title .bullet-point-right .bullet-point-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.external-section .wrapper .external-title .bullet-point-right .bullet-point-item h3 {
  text-align: left;
}
.external-section .wrapper .external-title .bullet-point-right .bullet-point-item p {
  text-align: left;
  max-width: 40ch;
  margin-block-start: 1rem;
}
.external-section .wrapper .external-title .bullet-point-left {
  width: 50%;
}
.external-section .wrapper .external-title .bullet-point-left h2 {
  text-align: left;
  margin-block-end: 2rem;
  max-width: 24ch;
}
.external-section .wrapper .external-title .bullet-point-left h3 {
  text-align: left;
  font-family: baron !important;
  font-weight: 400 !important;
  max-width: 32ch;
  margin-block-end: 2rem;
}
.external-section .wrapper .external-title .bullet-point-left p {
  text-align: left;
  max-width: 55ch;
}
.external-section .wrapper .external-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .external-section .wrapper .external-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8rem;
  }
  .external-section .wrapper .external-title .bullet-point-left {
    width: 100%;
  }
  .external-section .wrapper .external-title .bullet-point-right {
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .external-section .wrapper .external-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8rem;
  }
  .external-section .wrapper .external-title .bullet-point-left {
    width: 100%;
  }
  .external-section .wrapper .external-title .bullet-point-right {
    justify-content: flex-start;
    width: 100%;
  }
  .external-section .wrapper .external-grid {
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  .external-section .wrapper {
    padding-block: 0 !important;
  }
}
@media (max-width: 350px) {
  .external-section .wrapper .external-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8rem;
  }
  .external-section .wrapper .external-title .bullet-point-left {
    width: 100%;
  }
  .external-section .wrapper .external-title .bullet-point-right {
    justify-content: flex-start;
    width: 100%;
  }
  .external-section .wrapper .external-grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.boarded-section .wrapper .boarded-title h2 {
  text-align: left;
  max-width: 28ch;
  margin-block-end: 4rem;
}
.boarded-section .wrapper .boarded-title h3 {
  text-align: left;
  font-family: baron !important;
  font-weight: 400 !important;
  max-width: 40ch;
  margin-block-end: 1rem;
  color: #31871d;
}
.boarded-section .wrapper .boarded-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.boarded-section .wrapper .boarded-grid .boarded-item h3 {
  text-align: left;
  margin-block: 1rem 0.5rem;
}
.boarded-section .wrapper .boarded-grid .boarded-item p {
  text-align: left;
  max-width: 32ch;
}
@media (max-width: 600px) {
  .boarded-section .wrapper .boarded-grid {
    grid-template-columns: 1fr;
  }
}

.cta-section {
  background-image: url(../../public/images/guernsey-flag-cta.png);
  height: 90vh;
  background-size: cover;
  background-position: center;
  max-height: 825px;
}
.cta-section .wrapper {
  display: grid;
  place-items: center;
}
.cta-section .wrapper h2 {
  max-width: 24ch;
  margin-block-end: 2rem;
}

footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 4rem;
}
footer .wrapper .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding-block-end: 4rem;
}
footer .wrapper .footer-top ul {
  color: black;
  display: flex;
  align-items: center;
  gap: 2rem;
}
footer .wrapper .footer-top a svg {
  width: 200px;
}
footer .wrapper .footer-bottom {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  justify-content: space-between;
  border-top: 1px solid black;
  padding-block-start: 4rem;
}
footer .wrapper .footer-bottom a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
footer .wrapper .footer-bottom a svg {
  width: 100px;
}
footer .wrapper .footer-bottom p {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 600px) {
  footer .wrapper svg {
    width: 150px !important;
  }
}
@media (max-width: 500px) {
  footer .wrapper svg {
    width: 125px !important;
  }
}
@media (max-width: 445px) {
  footer .wrapper .footer-top {
    flex-direction: column;
  }
}
@media (max-width: 349px) {
  footer .wrapper .footer-top {
    flex-direction: column;
  }
  footer .wrapper .footer-top ul {
    flex-direction: column;
  }
  footer .wrapper .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .wrapper .footer-bottom a {
    align-items: center;
    justify-content: center;
  }
}

.header-wrapper {
  padding-inline: 12rem !important;
}

@media (max-width: 1250px) {
  .header-wrapper {
    padding-inline: 8rem !important;
  }
}
@media (max-width: 1125px) {
  .header-wrapper {
    padding-inline: 6rem !important;
  }
}
@media (max-width: 1050px) {
  .header-wrapper {
    padding-inline: 4rem !important;
  }
}
@media (max-width: 700px) {
  .header-wrapper {
    padding-inline: 2rem !important;
  }
}
@media (max-width: 500px) {
  .header-wrapper {
    padding-inline: 1rem !important;
  }
}/*# sourceMappingURL=style.css.map */