:root {
    --colour-primary-teal: #09414e;

    --colour-primary-orange: #e61e09; 
    --colour-teal-light: #3cab97;
    --colour-teal-light-buttons: #36a18d;
    --colour-teal-dark: #002c35;
    --colour-teal-mid: #216c79;
    --colour-brand-dark-blue: #0d1f2d;
    --colour-complementary-khaki: #b0ae63;
    --colour-complementary-lime: #e3e249;
    --colour-complementary-light-grey: #e6ebeb;
    --colour-background-light: #f7f8fa;
    --brand-color-lightgray: #f0f1f2;
    --colour-complementary-army-blue: #00547a;
    --colour-complementary-army-blue-light: #7bb0d0;
    --colour-complementary-army-green: #4f5826;
    --colour-complementary-aubergine: #4d0026;
    --colour-complementary-lavender: #998bb3;
    --colour-white: #ffffff;
    --colour-black: #000000;
    --colour-light-grey: #b2bcc1; 

    
    --font-heading: proxima-nova, sans-serif;
    --font-mono: 'Source Code Pro', monospace;
    --font-body: 'Outfit', sans-serif;
    --footer-fontsize-mobile: 12px;
    --footer-fontsize-tablet: 12px;
    --footer-fontsize-desktop: 14px;
	
    --bg-overlay-color: rgba(0,0,0,.3);
    --pb-section-margin-width: 1267px;
    --pb-section-margin-width-longer: 1575px;
    --max-width: 1267px; 

    --pb-default-section-padding-desktop: 12rem 0;
    --pb-default-section-padding-tablet: 8rem 0;
    --pb-default-section-padding-mobile: 8rem 0;

    --pb-h1-fontsize-mobile: 36px;
    --pb-h1-fontsize-tablet: 42px;
    --pb-h1-fontsize-desktop: 48px;

    --pb-h1-fontsize-mobile-headline-xl: 48px;
    --pb-h1-fontsize-tablet-headline-xl: 64px;
    --pb-h1-fontsize-desktop-headline-xl: 80px;

    --pb-h2-fontsize-mobile: 32px;
    --pb-h2-fontsize-tablet: 36px;
    --pb-h2-fontsize-desktop: 40px;

    --pb-h3-fontsize-mobile: 20px;
    --pb-h3-fontsize-tablet: 24px;
    --pb-h3-fontsize-desktop: 28px;

    --pb-h4-fontsize-mobile: 18px;
    --pb-h4-fontsize-tablet: 20px;
    --pb-h4-fontsize-desktop: 22px;

    --pb-headline-fontsize-mobile: 32px;
    --pb-headline-fontsize-tablet: 36px;
    --pb-headline-fontsize-desktop: 42px;

    --pb-subheadline-fontsize-mobile: 2.3rem;
    --pb-subheadline-fontsize-tablet: 1.8rem;
    --pb-subheadline-fontsize-desktop: 1.8rem;

    --pb-subheadline-font-weight: 300;
    --pb-headline-font-weight: 400;
    
    --pb-button-fontsize-mobile: 2rem;
    --pb-button-fontsize-tablet: 1.8rem;
    --pb-button-fontsize-desktop: 1.8rem;

    --pb-button-padding: 1.5rem 2.5rem;
    --pb-button-taller-padding: 2.2rem 2.5rem;

    --pb-normal-paragraph-line-height: 1.4;
    --pb-normal-paragraph-font-weight: 400;
    --pb-normal-paragraph-fontsize-mobile: 16px;
    --pb-normal-paragraph-fontsize-tablet: 16px;
    --pb-normal-paragraph-fontsize-desktop: 18px;
    --pb-large-paragraph-fontsize: 21px;

    --pb-form-input-fontsize-mobile: 20px;
    --pb-form-input-fontsize-desktop: 16px;

    --pb-form-input-padding: 1.5rem;

    --pb-form-label-fontsize-mobile: 20px;
    --pb-form-label-fontsize-tablet: 20px;
    --pb-form-label-fontsize-desktop: 24px;

    --pb-form-submit-button-fontsize: 1.6rem;
    --pb-form-submit-button-bgcolor: var(--colour-primary-teal);
    --pb-form-submit-button-textcolor: #fff;
}

html {
  font-size: 45%;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

  scroll-padding-top: 200px;
}

@media (min-width: 1130px) {

  html {

    scroll-padding-top: 150px;
  }
}

@media (min-width: 1024px) {

  html {
    font-size: 50%;
  }
}

@media (min-width: 1280px) {

  html {
    font-size: 62.5%;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

main {
  overflow: hidden;
}


body.disabled,
body.nav-is-open {
  overflow: hidden;
}

body.nav-is-open:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-overlay-color);
  z-index: 5;
}

::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

b,
strong {
  font-weight: 700;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {

  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}


:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--colour-black);
  outline-offset: 2px;
  box-shadow:
    0 0 0 2px var(--colour-white),
    0 0 0 6px var(--colour-teal-light);
  border-radius: 2px;
}


:where(a, button, input, select, textarea, summary, [tabindex]):focus {
  outline: 3px solid var(--colour-black);
  outline-offset: 2px;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  :where(a, button, input, select, textarea, summary, [tabindex]) {
    transition: box-shadow 0.15s ease;
  }
}



h1,
h2.heading1style {
  font-family: var(--font-heading) !important;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: var(--pb-h1-fontsize-mobile) !important;
}

h1.headline-xl,
h2.heading1style.headline-xl {
  font-size: var(--pb-h1-fontsize-desktop-headline-xl) !important;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}


			h1.heading2style,
			h3.heading2style {
				font-family: var(--font-mono) !important;
				font-style: normal;
				font-size: var(--pb-h2-fontsize-desktop) !important;
				    text-transform: uppercase;
    			font-weight: 600;
			}

      body.single-pb_team h1.heading2style {
        margin-bottom: 42px;
      }

			@media (max-width: 767px) {
				h1.heading2style,
				h3.heading2style {
					font-size: var(--pb-h2-fontsize-mobile) !important;
				}
			}

			@media (min-width: 768px) {
				h1.heading2style,
				h3.heading2style {
					font-size: var(--pb-h2-fontsize-tablet) !important;
				}

        h1,
h2.heading1style {
font-size: var(--pb-h1-fontsize-tablet) !important;
}
			}

			@media (min-width: 1280px) {
				h1.heading2style,
				h3.heading2style {
					font-size: var(--pb-h2-fontsize-desktop) !important;
				}

        h1,
h2.heading1style {
font-size: var(--pb-h1-fontsize-desktop) !important;
}
			}

ol,
ul {
  list-style-position: inside;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}



.pb-section ul.has-line-separators {
  padding: 0;
}

.pb-section ul.has-line-separators > li {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  list-style-type: none;
}

.pb-section ul.has-line-separators > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.pb-section ul.list-style-position-inside,
.pb-section ol.list-style-position-inside {
  list-style-position: inside;
  padding-left: 0;
}

.pb-section button {
  font-family: var(--font-body);
  font-weight: var(--pb-normal-paragraph-font-weight);
}

.pb-section ol,
.pb-section ul,
.pb-section p,
.pb-section input {
  font-size: var(--pb-normal-paragraph-fontsize-mobile);
  font-family: var(--font-body);
  font-weight: var(--pb-normal-paragraph-font-weight);
  line-height: var(--pb-normal-paragraph-line-height);
}

.pb-section ol > li,
.pb-section ul > li {
  margin: 1.5rem 0;
}

@media (min-width: 1024px) {

  .pb-section ol,
  .pb-section ul,
  .pb-section p,
  .pb-section input {
    font-size: var(--pb-normal-paragraph-fontsize-tablet);
  }
}

@media (min-width: 1280px) {

  .pb-section ol,
  .pb-section ul,
  .pb-section p,
  .pb-section input {
    font-size: var(--pb-normal-paragraph-fontsize-desktop);
  }
}

.pb-section h1 {
    font-size: var(--pb-h1-fontsize-mobile);
    font-family: var(--font-heading);
}

.pb-section h2 {
    font-size: var(--pb-h2-fontsize-mobile);
    font-family: var(--font-mono);
    text-transform: uppercase;
    font-weight: 600;
}

.pb-section h1.headline-xl,
.pb-section h2.heading1style.headline-xl {
  font-size: var(--pb-h1-fontsize-mobile-headline-xl) !important;
}

.pb-section h3 {
    font-size: var(--pb-h3-fontsize-mobile);
    font-family: var(--font-body);
    font-weight: 500;
}

.pb-section h4,
.pb-section h5,
.pb-section h6,
.pb-section .large-paragraph {
    font-size: var(--pb-h4-fontsize-mobile);
    font-family: var(--font-body);
}

.pb-section .subheadline {
  font-size: var(--pb-subheadline-fontsize-mobile);
  font-weight: var(--pb-subheadline-font-weight);
}

.pb-section .headline {
  font-size: var(--pb-headline-fontsize-mobile) !important;
  font-weight: var(--pb-headline-font-weight) !important;
}

@media (min-width: 768px) {
  .pb-section h1 {
      font-size: var(--pb-h1-fontsize-tablet);
  }

  .pb-section h2 {
      font-size: var(--pb-h2-fontsize-tablet);
  }

  .pb-section h1.headline-xl,
.pb-section h2.heading1style.headline-xl {
  font-size: var(--pb-h1-fontsize-tablet-headline-xl) !important;
}   

  .pb-section h3 {
      font-size: var(--pb-h3-fontsize-tablet);
  }

  .pb-section h4,
  .pb-section h5,
  .pb-section h6,
  .pb-section .large-paragraph {
      font-size: var(--pb-h4-fontsize-tablet);
  }

  .pb-section .subheadline {
    font-size: var(--pb-subheadline-fontsize-tablet);
  }

  .pb-section .headline {
    font-size: var(--pb-headline-fontsize-tablet) !important;
  }
}

@media (min-width: 1280px) {
  .pb-section h1 {
      font-size: var(--pb-h1-fontsize-desktop);
  }

  .pb-section h2 {
      font-size: var(--pb-h2-fontsize-desktop);
  }

  .pb-section h1.headline-xl,
.pb-section h2.heading1style.headline-xl {
  font-size: var(--pb-h1-fontsize-desktop-headline-xl) !important;
}

  .pb-section h3 {
      font-size: var(--pb-h3-fontsize-desktop);
  }

  .pb-section h4,
  .pb-section h5,
  .pb-section h6,
  .pb-section .large-paragraph {
      font-size: var(--pb-h4-fontsize-desktop);
  }

  .pb-section .subheadline {
    font-size: var(--pb-subheadline-fontsize-desktop);
  }

  .pb-section .headline {
    font-size: var(--pb-headline-fontsize-desktop) !important;
  }
}


.pb-section .precontent-margin-wrap {
  margin-bottom: 30px;
}

.pb-section .pb-btn-wrap {
    text-align: center;
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem;
}

@media (min-width: 860px) {
    .pb-section .pb-btn-wrap {
        
        justify-content: center;
    }
}

.pb-section .column-btn-wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.pb-section .column-btn-wrap.btn-layout-left {
    justify-content: flex-start;
}

.pb-section .column-btn-wrap.btn-layout-center {
    justify-content: center;
}

.pb-section .column-btn-wrap.btn-layout-right {
    justify-content: flex-end;
}

.pb-section .column-btn-wrap.btn-layout-spaced {
    justify-content: space-between;
}

.pb-section .column-btn-wrap .btn.arrow {
  max-width: fit-content;
  margin-left: 0;
  margin-right: 0;
}

.pb-section .tophalf-custom-bg h1,
.pb-section .tophalf-custom-bg h2,
.pb-section .tophalf-custom-bg h3,
.pb-section .tophalf-custom-bg h4,
.pb-section .tophalf-custom-bg h5,
.pb-section .tophalf-custom-bg h6,
.pb-section .tophalf-custom-bg p,
.pb-section .tophalf-custom-bg ul,
.pb-section .tophalf-custom-bg ol {
    color: inherit;
}

.pb-section .tophalf-custom-bg .btn {
    color: currentColor;
}

.pb-section .tophalf-custom-bg.bg-black .btn.secondary,
.pb-section .tophalf-custom-bg.bg-black .btn.tertiary {
    border: 1px solid #fff;
    color: #fff;
}

.pb-section .tophalf-custom-bg.bg-black .btn.secondary:hover,
.pb-section .tophalf-custom-bg.bg-black .btn.tertiary:hover {
    background-color: #fff;
    color: var(--brand-color-black);
}

.pb-section .text-black h1,
.pb-section .text-black h2,
.pb-section .text-black h3,
.pb-section .text-black h4,
.pb-section .text-black h5,
.pb-section .text-black h6,
.pb-section .text-black p,
.pb-section .text-black ul,
.pb-section .text-black ol,
.pb-section .text-black .btn {
  color: var(--brand-color-black);
}

.pb-section .text-black .btn.primary {
    border: 1px solid var(--brand-color-black);
    color: #fff;
    background-color: var(--brand-color-black);
}

.pb-section .text-black .btn.primary:hover {
    background-color: transparent;
    color: var(--brand-color-black);
    border: 1px solid var(--brand-color-black);
}

.pb-section .text-black .btn.secondary,
.pb-section .text-black .btn.tertiary {
    color: var(--brand-color-black);
    border: 1px solid var(--brand-color-black);
}

.pb-section .text-black .btn.secondary:hover,
.pb-section .text-black .btn.tertiary:hover {
    background-color: var(--brand-color-black);
    border: 1px solid var(--brand-color-black);
    color: #fff;
}


.pb-section .text-white h1,
.pb-section .text-white h2,
.pb-section .text-white h3,
.pb-section .text-white h4,
.pb-section .text-white h5,
.pb-section .text-white h6,
.pb-section .text-white p,
.pb-section .text-white ul,
.pb-section .text-white ol,
.pb-section .text-white .btn {
  color: #fff;
}

.pb-section .text-white .btn.primary {
    border: 1px solid #fff;
    color: var(--brand-color-black);
    background-color: #fff;
}

.pb-section .text-white .btn.primary:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.pb-section .text-white .btn.secondary {
    border: 1px solid #fff;
}

.pb-section .text-white .btn.secondary:hover {
    background-color: #fff;
    color: var(--brand-color-black);
    border: 1px solid #fff;
}

.pb-section .text-white .btn.tertiary {
    border: 1px solid #fff;
}

.pb-section .text-white .btn.tertiary:hover {
    background-color: #fff;
    color: var(--brand-color-black);
    border: 1px solid #fff;
}

.pb-section .text-white .btn.arrow {
    color: #fff;
}

.pb-section .text-white .btn.arrow:hover {
    color: #fff;
}

.pb-section .text-white .btn.arrow svg,
.pb-section .text-white .btn.arrow-2 svg {
    fill: #fff;
}











.pb-section .column.text-black h1,
.pb-section .column.text-black h2,
.pb-section .column.text-black h3,
.pb-section .column.text-black h4,
.pb-section .column.text-black h5,
.pb-section .column.text-black h6,
.pb-section .column.text-black p,
.pb-section .column.text-black ul,
.pb-section .column.text-black ol,
.pb-section .column.text-black .btn {
  color: var(--brand-color-black);
}

.pb-section .column.text-black .btn.primary {
    border: 1px solid var(--brand-color-black);
    color: #fff;
    background-color: var(--brand-color-black);
}

.pb-section .column.text-black .btn.primary:hover {
    background-color: transparent;
    color: var(--brand-color-black);
    border: 1px solid var(--brand-color-black);
}

.pb-section .column.text-black .btn.secondary,
.pb-section .column.text-black .btn.tertiary {
    color: var(--brand-color-black);
    border: 1px solid var(--brand-color-black);
}

.pb-section .column.text-black .btn.secondary:hover,
.pb-section .column.text-black .btn.tertiary:hover {
    background-color: var(--brand-color-black);
    color: #fff;
}

.pb-section .column.text-black .btn.arrow {
    color: var(--brand-color-black);
}

.pb-section .column.text-black .btn.arrow:hover {
    color: var(--brand-color-black);
}

.pb-section .column.text-black .btn.arrow svg,
.pb-section .column.text-black .btn.arrow-2 svg {
    fill: var(--brand-color-black);
}

.pb-section .column.text-white h1,
.pb-section .column.text-white h2,
.pb-section .column.text-white h3,
.pb-section .column.text-white h4,
.pb-section .column.text-white h5,
.pb-section .column.text-white h6,
.pb-section .column.text-white p,
.pb-section .column.text-white ul,
.pb-section .column.text-white ol,
.pb-section .column.text-white .btn {
  color: #fff;
}

.pb-section .column.text-white .btn.primary {
    border: 1px solid #fff;
    color: var(--brand-color-black);
    background-color: #fff;
}

.pb-section .column.text-white .btn.primary:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.pb-section .column.text-white .btn.secondary {
    border: 1px solid #fff;
}

.pb-section .column.text-white .btn.secondary:hover {
    background-color: #fff;
    color: var(--brand-color-black);
    border: 1px solid #fff;
}

.pb-section .column.text-white .btn.tertiary {
    border: 1px solid #fff;
}

.pb-section .column.text-white .btn.tertiary:hover {
    background-color: #fff;
    color: var(--brand-color-black);
    border: 1px solid #fff;
}

.pb-section .column.text-white .btn.arrow {
    color: #fff;
}

.pb-section .column.text-white .btn.arrow:hover {
    color: #fff;
}

.pb-section .column.text-white .btn.arrow svg,
.pb-section .column.text-white .btn.arrow-2 svg {
    fill: #fff;
}

.pb-section .column.block-bg-black .image-wrap::before {
    background-color: var(--brand-color-black);
}

.pb-section .column.block-bg-white .image-wrap::before {
    background-color: #fff;
}

.pb-section .column.block-bg-gray .image-wrap::before {
    background-color: var(--brand-color-gray);
}

.pb-section .column.block-bg-lightgray .image-wrap::before {
    background-color: var(--brand-color-lightgray);
}



.pb-section h1.text-colour-primary-teal,
.pb-section h2.text-colour-primary-teal,
.pb-section h3.text-colour-primary-teal,
.pb-section h4.text-colour-primary-teal,
.pb-section h5.text-colour-primary-teal,
.pb-section h6.text-colour-primary-teal,
.pb-section p.text-colour-primary-teal,
.pb-section ul.text-colour-primary-teal,
.pb-section ol.text-colour-primary-teal,
.pb-section li.text-colour-primary-teal,
.pb-section div.text-colour-primary-teal,
.pb-section span.text-colour-primary-teal,
.pb-section a.text-colour-primary-teal {
    color: var(--colour-primary-teal) !important;
}

.pb-section h1.text-colour-primary-orange,
.pb-section h2.text-colour-primary-orange,
.pb-section h3.text-colour-primary-orange,
.pb-section h4.text-colour-primary-orange,
.pb-section h5.text-colour-primary-orange,
.pb-section h6.text-colour-primary-orange,
.pb-section p.text-colour-primary-orange,
.pb-section ul.text-colour-primary-orange,
.pb-section ol.text-colour-primary-orange,
.pb-section li.text-colour-primary-orange,
.pb-section div.text-colour-primary-orange,
.pb-section span.text-colour-primary-orange,
.pb-section a.text-colour-primary-orange {
    color: var(--colour-primary-orange) !important;
}

.pb-section h1.text-colour-light-grey,
.pb-section h2.text-colour-light-grey,
.pb-section h3.text-colour-light-grey,
.pb-section h4.text-colour-light-grey,
.pb-section h5.text-colour-light-grey,
.pb-section h6.text-colour-light-grey,
.pb-section p.text-colour-light-grey,
.pb-section ul.text-colour-light-grey,
.pb-section ol.text-colour-light-grey,
.pb-section li.text-colour-light-grey,
.pb-section div.text-colour-light-grey,
.pb-section span.text-colour-light-grey,
.pb-section a.text-colour-light-grey {
    color: var(--colour-light-grey) !important;
}

.pb-section h1.text-colour-white,
.pb-section h2.text-colour-white,
.pb-section h3.text-colour-white,
.pb-section h4.text-colour-white,
.pb-section h5.text-colour-white,
.pb-section h6.text-colour-white,
.pb-section p.text-colour-white,
.pb-section ul.text-colour-white,
.pb-section ol.text-colour-white,
.pb-section li.text-colour-white,
.pb-section div.text-colour-white,
.pb-section span.text-colour-white,
.pb-section a.text-colour-white {
    color: var(--colour-white) !important;
}

.pb-section h1.text-colour-teal-light,
.pb-section h2.text-colour-teal-light,
.pb-section h3.text-colour-teal-light,
.pb-section h4.text-colour-teal-light,
.pb-section h5.text-colour-teal-light,
.pb-section h6.text-colour-teal-light,
.pb-section p.text-colour-teal-light,
.pb-section ul.text-colour-teal-light,
.pb-section ol.text-colour-teal-light,
.pb-section li.text-colour-teal-light,
.pb-section div.text-colour-teal-light,
.pb-section span.text-colour-teal-light,
.pb-section a.text-colour-teal-light {
    color: var(--colour-teal-light) !important;
}

.pb-section h1.text-colour-teal-mid,
.pb-section h2.text-colour-teal-mid,
.pb-section h3.text-colour-teal-mid,
.pb-section h4.text-colour-teal-mid,
.pb-section h5.text-colour-teal-mid,
.pb-section h6.text-colour-teal-mid,
.pb-section p.text-colour-teal-mid,
.pb-section ul.text-colour-teal-mid,
.pb-section ol.text-colour-teal-mid,
.pb-section li.text-colour-teal-mid,
.pb-section div.text-colour-teal-mid,
.pb-section span.text-colour-teal-mid,
.pb-section a.text-colour-teal-mid {
    color: var(--colour-teal-mid) !important;
}

.pb-section h1.text-colour-teal-dark,
.pb-section h2.text-colour-teal-dark,
.pb-section h3.text-colour-teal-dark,
.pb-section h4.text-colour-teal-dark,
.pb-section h5.text-colour-teal-dark,
.pb-section h6.text-colour-teal-dark,
.pb-section p.text-colour-teal-dark,
.pb-section ul.text-colour-teal-dark,
.pb-section ol.text-colour-teal-dark,
.pb-section li.text-colour-teal-dark,
.pb-section div.text-colour-teal-dark,
.pb-section span.text-colour-teal-dark,
.pb-section a.text-colour-teal-dark {
    color: var(--colour-teal-dark) !important;
}

.pb-section h1.font-proxima-nova-black,
.pb-section h2.font-proxima-nova-black,
.pb-section h3.font-proxima-nova-black,
.pb-section h4.font-proxima-nova-black,
.pb-section h5.font-proxima-nova-black,
.pb-section h6.font-proxima-nova-black,
.pb-section p.font-proxima-nova-black,
.pb-section ul.font-proxima-nova-black,
.pb-section ol.font-proxima-nova-black,
.pb-section li.font-proxima-nova-black,
.pb-section div.font-proxima-nova-black,
.pb-section span.font-proxima-nova-black,
.pb-section a.font-proxima-nova-black {
    font-family: var(--font-heading) !important;
    font-weight: 900 !important;
}

.pb-section h1.font-source-code-pro,
.pb-section h2.font-source-code-pro,
.pb-section h3.font-source-code-pro,
.pb-section h4.font-source-code-pro,
.pb-section h5.font-source-code-pro,
.pb-section h6.font-source-code-pro,
.pb-section p.font-source-code-pro,
.pb-section ul.font-source-code-pro,
.pb-section ol.font-source-code-pro,
.pb-section li.font-source-code-pro,
.pb-section div.font-source-code-pro,
.pb-section span.font-source-code-pro,
.pb-section a.font-source-code-pro {
    font-family: var(--font-mono) !important;
    font-weight: 600 !important;
}

.pb-section h1.font-outfit,
.pb-section h2.font-outfit,
.pb-section h3.font-outfit,
.pb-section h4.font-outfit,
.pb-section h5.font-outfit,
.pb-section h6.font-outfit,
.pb-section p.font-outfit,
.pb-section ul.font-outfit,
.pb-section ol.font-outfit,
.pb-section li.font-outfit,
.pb-section div.font-outfit,
.pb-section span.font-outfit,
.pb-section a.font-outfit {
    font-family: var(--font-body) !important;
    font-weight: var(--pb-normal-paragraph-font-weight) !important;
}




.pb-section-intro-block {
    margin: 0 auto 50px;
    max-width: 900px;
}


.pb-section .pb-section-intro-block h1,
.pb-section .pb-section-intro-block h2 {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    margin: 0 0 32px 0;
    color: var(--colour-teal-light);
}



:root { 
  --pb-cutout-hero: 135px;
--pb-cutout: 70px;
 }

 @media (max-width: 767px) {
  :root { 
    --pb-cutout-hero: 70px;
  --pb-cutout: 35px;
   }
 }


.pb-cutout--br {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - var(--pb-cutout)),
        calc(100% - var(--pb-cutout)) 100%,
        0 100%
    );
}

.pb-cutout--br-hero {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - var(--pb-cutout-hero)),
        calc(100% - var(--pb-cutout-hero)) 100%,
        0 100%
    );
}

.pb-cutout--bl {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        var(--pb-cutout) 100%,
        0 calc(100% - var(--pb-cutout))
    );
}

.pb-cutout--tr {
    clip-path: polygon(
        0 0,
        calc(100% - var(--pb-cutout)) 0,
        100% var(--pb-cutout),
        100% 100%,
        0 100%
    );
}

.pb-cutout--tl {
    clip-path: polygon(
        var(--pb-cutout) 0,
        100% 0,
        100% 100%,
        0 100%,
        0 var(--pb-cutout)
    );
}

@media (max-width: 767px) {
    :root { --pb-cutout: 70px; }
}


.btn {
    display: inline-block;
    font-size: var(--pb-button-fontsize-mobile);
    font-weight: 400;
    padding: var(--pb-button-padding);
    box-sizing: border-box;
    position: relative;
    background-color: var(--brand-color-black);
    border: 1px solid var(--brand-color-black);
    color: #fff;
    text-align: center;
    text-decoration: none;
    /* transition: all 0.2s linear; */
    border-radius: 7px;
}

@media (min-width: 768px) {
    .btn {
        font-size: var(--pb-button-fontsize-tablet);
    }
}

@media (min-width: 1024px) {
    .btn {
        font-size: var(--pb-button-fontsize-desktop);
    }
}

.btn:hover {
    border: 1px solid var(--brand-color-black);
    background-color: transparent;
    color: var(--brand-color-black);
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn svg {
    display: none;
}

.btn.taller {
    padding: var(--pb-button-taller-padding);
}

.btn.primary.whitebg {
    color: var(--brand-color-black);
    background-color: #fff;
    border: 1px solid #fff;
}

.btn.primary.whitebg:hover {
    background-color: var(--brand-color-black);
    color: #fff;
    border: 1px solid var(--brand-color-black);
}

.btn.primary.blackbg {
    background-color: var(--brand-color-black);
    border: 1px solid var(--brand-color-black);
    color: #fff;
}

.btn.primary.blackbg:hover {
    background-color: #fff;
    color: var(--brand-color-black);
    border: 1px solid #fff;
}

.btn.primary.with-icon svg {
    stroke: var(--brand-color-black);
}

.btn.primary.with-icon:hover svg {
    stroke: #fff;
}

.btn.secondary {
    background-color: transparent;
    border: 1px solid var(--brand-color-black);
    color: var(--brand-color-black);
}

.btn.secondary:hover {
    background-color: var(--brand-color-black);
    color: #fff;
    border: 1px solid var(--brand-color-black);
}

.btn.primary.with-icon svg {
    stroke: var(--brand-color-black);
}

.btn.secondary.with-icon:hover svg {
    stroke: #fff;
}

.btn.tertiary {
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid var(--brand-color-black);
    color: var(--brand-color-black);
}

.btn.tertiary:hover {
    background-color: var(--brand-color-black);
    color: #fff;
    border: 1px solid var(--brand-color-black);
}

.btn.tertiary.with-icon svg {
    stroke: var(--brand-color-black);
}

.btn.tertiary.with-icon:hover svg {
    stroke: #fff;
}

.btn.residential {
    background-color: var(--brand-color-residential);
    border: 1px solid var(--brand-color-residential);
    color: #fff;
}

.btn.residential:hover {
    background-color: #fff;
    color: var(--brand-color-residential);
    border: 1px solid var(--brand-color-residential);
}

.btn.residential.secondary {
    background-color: transparent;
    border: 1px solid var(--brand-color-residential);
    color: var(--brand-color-residential);
}

.btn.residential.secondary:hover {
    background-color: var(--brand-color-residential);
    color: #fff;
    border: 1px solid var(--brand-color-residential);
}

.btn.commercial {
    background-color: var(--brand-color-commercial);
    border: 1px solid var(--brand-color-commercial);
    color: #fff;
}

.btn.commercial:hover {
    background-color: #fff;
    color: var(--brand-color-commercial);
    border: 1px solid var(--brand-color-commercial);
}

.btn.commercial.secondary {
    background-color: transparent;
    border: 1px solid var(--brand-color-commercial);
    color: var(--brand-color-commercial);
}

.btn.commercial.secondary:hover {
    background-color: var(--brand-color-commercial);
    color: #fff;
    border: 1px solid var(--brand-color-commercial);
}


.arrow-button {
  display: inline-flex;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.arrow-button-inner {
  display: flex;
  align-items: center;
  background: var(--colour-primary-orange);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 14px 12px 24px;
  text-align: left;
   /* transition: .3s linear background; */
}

/* Safari-specific adjustment */
@supports (-webkit-hyphens: none) and (not (hyphenate-limit-chars: auto)) {
    .arrow-button svg {
        transform: translateX(-0.25px);
    }
}

.arrow-button.larger-button {
width: 100%;
display: flex;
}


.arrow-button.larger-button .arrow-button-inner {
    font-size: 26px;
    padding: 16px 12px 16px 24px;
    width: 100%;
    text-align: center;
    display: block;
}

.arrow-button svg {
  width: 16px;
    fill: var(--colour-teal-mid);//--colour-teal-light-buttons
    /* transition: .3s linear fill; */
    margin-left: -0.5px;
}

@media (min-width: 1130px) {
.arrow-button-inner {
font-size: 18px;
padding: 12px 14px 12px 24px;
}
.arrow-button svg {
  width: 16px;
}
}


.arrow-orange .arrow-button-inner {
    background: var(--colour-primary-orange);
    color: var(--colour-white);
}

.arrow-orange.arrow-button svg {
    fill: var(--colour-primary-orange);
}

.arrow-orange:hover .arrow-button-inner {
    background: #c61604;
}

.arrow-orange.arrow-button:hover svg {
    fill: #c61604;
}



.arrow-teal-light .arrow-button-inner {
    background: var(--colour-teal-mid);//--colour-teal-light-buttons
    color: var(--colour-white);
}
.arrow-teal-light.arrow-button svg {
    fill: var(--colour-teal-mid);//--colour-teal-light-buttons
}

.arrow-teal-light:hover .arrow-button-inner {
    background: var(--colour-teal-light);
}
.arrow-teal-light.arrow-button:hover svg {
    fill: var(--colour-teal-light);
}

.arrow-teal-mid .arrow-button-inner {
    background: var(--colour-teal-mid);
    color: var(--colour-white);
}

.arrow-teal-mid .arrow-button-inner {
    background: var(--colour-teal-mid);

}
.arrow-teal-mid.arrow-button svg {
    fill: var(--colour-teal-mid);
}

.arrow-teal-mid:hover .arrow-button-inner {
    background: var(--colour-teal-dark);
}
.arrow-teal-mid.arrow-button:hover svg {
    fill: var(--colour-teal-dark);
}

.arrow-teal-dark .arrow-button-inner {
    background: var(--colour-teal-dark);
    color: var(--colour-white);
}
.arrow-teal-dark.arrow-button svg {
    fill: var(--colour-teal-dark);
}

.arrow-teal-dark:hover .arrow-button-inner {
    background: var(--colour-teal-light);
}
.arrow-teal-dark.arrow-button:hover svg {
    fill: var(--colour-teal-light);
}

.arrow-teal .arrow-button-inner {
    background: var(--colour-primary-teal);
    color: var(--colour-white);
}
.arrow-teal.arrow-button svg {
    fill: var(--colour-primary-teal);
}

.arrow-teal:hover .arrow-button-inner {
    background: var(--colour-teal-dark);
}
.arrow-teal.arrow-button:hover svg {
    fill: var(--colour-teal-dark);
}

.arrow-white .arrow-button-inner {
    background: var(--colour-white);
    color: var(--colour-black);
}
.arrow-white.arrow-button svg {
    fill: var(--colour-white);
}

.arrow-teal-white:hover .arrow-button-inner {
    background: var(--colour-teal-mid);//--colour-teal-light-buttons
    color: var(--colour-white);
}
.arrow-teal-white.arrow-button:hover svg {
    fill: var(--colour-teal-light);//--colour-teal-light-buttons
}




.btn.arrow-2 {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    align-items: center;
    background: transparent;
    justify-content: center;
    gap: 1rem;
    border: 0;
    color: var(--brand-color-black)
}

.btn.arrow-2 svg {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    /* transition: all 0.2s linear; */
}

.btn.arrow-2:hover svg {
    transform: translateX(5px);
}


.arrow-button { position: relative; padding-right: 16px; }
.arrow-button[data-lines="multi"] { padding-right: 26px; }
.arrow-button[data-lines="multi"] svg { width: 26px; }

.arrow-button.larger-button { position: relative; padding-right: 26px; }
.arrow-button.larger-button svg { width: 26px; }
.arrow-button.larger-button[data-lines="multi"] { padding-right: 40px; }
.arrow-button.larger-button[data-lines="multi"] svg { width: 40px; }

.arrow-button-cap {
  position: absolute; top: 0; right: 0;
  height: 100%;
}



.pb-header {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
    background-color: var(--colour-primary-teal);
    color: var(--colour-white);
    font-weight: 300;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease;
}

.header-top-bar {
    display: block;
    width: 100%;
    height: 10px;
    background-color: var(--colour-teal-dark);
}

header.compressed .header-top-bar {
    height: 5px;
}


.pb-header .pb-section-margin-wrap {
    max-width: 1270px;
        width: calc(100% - 60px);
}

.pb-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 3rem;
    transition: padding 0.3s ease;
}


.pb-header .header-logo {
    display: block;
    flex-shrink: 0;
}

.pb-header .header-logo img {
    width: 130px;
    height: auto;
    display: block;
    transition: width 0.3s ease;
}

@media (min-width: 1130px) {



    .pb-header .header-logo img {
        width: 160px;
    }

    .pb-header .header-inner {
        padding: 48px 0;
    }
}

@media (min-width: 1580px) {
    .pb-header .header-logo img {
        width: 195px;

    }
}


.pb-header .pb-main-nav {
    display: none;
}

.pb-header .pb-main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3rem;
}

.pb-header.mobile-menu-open .pb-main-nav > ul li {
    width: calc(100% - 60px);
    text-align: left;
    padding-left: 0;
}

.pb-header.mobile-menu-open .pb-main-nav > ul ul ul li {
padding-right: 0;
}

.pb-header .pb-main-nav ul li .nav-link {
    color: var(--colour-white);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
        font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    transition: font-size 0.3s ease;
}

@media (min-width: 1130px) {
    .pb-header .pb-main-nav ul li .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 1330px) {
    .pb-header .pb-main-nav ul li .nav-link {
        
         font-size: 16px;
    }
}

@media (min-width: 1580px) {
    .pb-header .pb-main-nav ul li .nav-link {
     
          font-size: 16px;
    }
}

.pb-header .pb-main-nav ul li .nav-link:hover {
    opacity: 0.7;
}



.pb-header .pb-main-nav .nav-link[aria-current="page"] {
    font-weight: 700;
    border-bottom: 2px solid var(--colour-teal-light);
    opacity: 1;
}


.pb-header .pb-main-nav .nav-link--home {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;

    min-width: 24px;
    min-height: 24px;
}

.pb-header .pb-main-nav .pb-nav-home__icon {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: -7px;
}

@media (max-width: 1329px) {
.pb-header .pb-main-nav .pb-nav-home__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: -9px;
}
}


.pb-header.mobile-menu-open .pb-main-nav .pb-nav-home__label {
    position: static;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
}

.pb-header.mobile-menu-open .pb-main-nav .pb-nav-home__icon {
    display: none;
}

.pb-header .submenu-panel,
.pb-header .submenu-links,
.pb-header .submenu-child-links {
    list-style: none;
    margin: 0;
    padding: 0;
}



.pb-header .submenu-toggle:not(.submenu-toggle--label) {
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: currentColor;
    cursor: pointer;
    padding: 4px;
    margin-left: 0.35rem;
    vertical-align: middle;
    flex-shrink: 0;
    line-height: 0;
}


.pb-header .submenu-toggle--label {
    font-family: inherit;
    color: inherit;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;

    box-sizing: border-box;
    width: 100%;
    text-align: left;
    line-height: 1.2;

    cursor: default;
}

.pb-header .submenu-toggle svg {
    display: block;
    transition: transform 0.25s ease;
}


.pb-header .submenu-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}


.pb-header .header-tagline {
    display: none;
    flex-shrink: 0;
}

.pb-header .header-tagline img {
    width: 160px;
    height: auto;
    display: block;
    transition: width 0.3s ease;
}

@media (min-width: 1130px) {
    .pb-header .header-tagline img {
        width: 120px;
    }
}

@media (min-width: 1580px) {
    .pb-header .header-tagline img {
        
         width: 160px;
    }
}



.pb-header .mobile-menu-btn-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: auto;
    position: relative;
    z-index: 6;
    width: 30px;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn {
    opacity: 1;
    padding: 0;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn span.hamburger-box {
    width: 30px;
    height: 26px;
    display: inline-block;
    position: relative;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn .hamburger-inner {
    height: 2px;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn .hamburger-inner,
.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn .hamburger-inner::before,
.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn .hamburger-inner::after {
    border-radius: 0;
    width: 30px;
    height: 2px;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn .hamburger-inner::before {
    top: -9px;
    height: 2px;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn .hamburger-inner::after {
    top: -18px;
    height: 2px;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn.is-active .hamburger-inner::before {
    top: 0;
}

.pb-header .mobile-menu-btn-wrapper button.mobile-menu-btn.is-active .hamburger-inner::after {
    top: 0;
}


.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}


@media (min-width: 1130px) {
    .pb-header .pb-main-nav {
        display: block;
    }

    .pb-header .header-tagline {
        display: block;
    }

    .pb-header .mobile-menu-btn-wrapper {
        display: none;
    }


    .pb-header .pb-main-nav > ul > li.menu-item-has-children {
        position: relative;
    }

 
    .pb-header .pb-main-nav .submenu-toggle--label > svg {
        display: none;
    }

    .pb-header .pb-main-nav > ul > li.menu-item-has-children:hover > .nav-link,
    .pb-header .pb-main-nav > ul > li.menu-item-has-children:focus-within > .nav-link {
        color: var(--colour-teal-light);
    }



    .pb-header .pb-main-nav > ul > li.menu-item-has-children:not(.menu-item-no-link):hover > .submenu-panel,
    .pb-header .pb-main-nav > ul > li.menu-item-has-children:not(.menu-item-no-link):focus-within > .submenu-panel,
    .pb-header .pb-main-nav > ul > li.menu-item-has-children:not(.menu-item-no-link):hover > .submenu-panel[hidden],
    .pb-header .pb-main-nav > ul > li.menu-item-has-children:not(.menu-item-no-link):focus-within > .submenu-panel[hidden] {
        display: flex !important;
        flex-direction: column;
    }


    .pb-header .pb-main-nav .submenu-panel:not([hidden]),
    .pb-header .pb-main-nav .submenu-child-links:not([hidden]) {
        display: flex;
        flex-direction: column;
    }

   
    .pb-header .pb-main-nav > ul > li.menu-item-has-children:hover > .submenu-toggle svg,
    .pb-header .pb-main-nav > ul > li.menu-item-has-children:focus-within > .submenu-toggle svg {
        transform: rotate(180deg);
    }

    .pb-header .submenu-panel {
        position: absolute;
        top: calc(100% + 16px);
        left: -2rem;
        background-color: var(--colour-teal-dark);
        z-index: 10;
       
        flex-direction: column;
        min-width: 200px;
        padding: 0;
    }

  
    .pb-header .submenu-panel::before {
        content: '';
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        height: 16px;
    }

  
    .pb-header .submenu-panel::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25px;
        height: 25px;
        background-color: var(--colour-primary-teal);
        clip-path: polygon(0 0, 0 100%, 100% 100%);
        display: none;
    }

  
    .pb-header .submenu-links,
    .pb-header .submenu-panel {
        flex-direction: column;
        padding: 0;
        min-width: 200px;
        width: max-content;
        max-width: 270px;
    }

    .pb-header .submenu-links > li,
    .pb-header .submenu-panel > li {
        position: static;
    }

    .pb-header .submenu-links li,
    .pb-header .submenu-panel > li {
        border: 1px solid #004250;
        background-color: #032b34;
    }

    .pb-header .submenu-links > li > .nav-link,
    .pb-header .submenu-panel > li > .nav-link {
        display: block;
        padding: 1.2rem 2rem;
        font-size: 14px;
        font-weight: 600;
    }

    .pb-header .submenu-links > li > .nav-link:hover,
    .pb-header .submenu-links > li.menu-item-has-children:hover > .nav-link,
    .pb-header .submenu-panel > li > .nav-link:hover,
    .pb-header .submenu-panel > li.menu-item-has-children:focus-within > .nav-link {
        opacity: 1;
        color: var(--colour-teal-light);
        
    }

    .pb-header .submenu-child-links {
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        min-width: 260px;
        padding: 0;
        background-color: var(--colour-teal-dark);
    }

    .pb-header #pb-nav-sub-6.submenu-child-links {
        top: auto;
    }


    .pb-header .submenu-child-links > li {
        border: 1px solid #004250;
        background-color: #032b34;
    }


    /* Same exclusion as the depth-1 block above, for the depth-2 flyout. */
    .pb-header .submenu-links > li.menu-item-has-children:not(.menu-item-no-link):hover > .submenu-child-links,
    .pb-header .submenu-panel > li.menu-item-has-children:not(.menu-item-no-link):hover > .submenu-child-links,
    .pb-header .submenu-panel > li.menu-item-has-children:not(.menu-item-no-link):focus-within > .submenu-child-links,
    .pb-header .submenu-panel > li.menu-item-has-children:not(.menu-item-no-link):hover > .submenu-child-links[hidden],
    .pb-header .submenu-panel > li.menu-item-has-children:not(.menu-item-no-link):focus-within > .submenu-child-links[hidden] {
        display: flex !important;
        flex-direction: column;
    }

    .pb-header .submenu-child-links li .nav-link {
        display: block;
        padding: 1.2rem 2rem;
        font-size: 14px;
        font-weight: 500;
    }

    .pb-header .submenu-child-links li .nav-link:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.06);
    }

    .pb-header .submenu-child-links li.highlight-orange a {
        color: var(--colour-primary-orange);
    }


    html.no-js .pb-header .pb-main-nav > ul > li.menu-item-no-link:hover > .submenu-panel,
    html.no-js .pb-header .pb-main-nav > ul > li.menu-item-no-link:focus-within > .submenu-panel,
    html.no-js .pb-header .pb-main-nav > ul > li.menu-item-no-link:hover > .submenu-panel[hidden],
    html.no-js .pb-header .pb-main-nav > ul > li.menu-item-no-link:focus-within > .submenu-panel[hidden],
    html.no-js .pb-header .submenu-links > li.menu-item-no-link:hover > .submenu-child-links,
    html.no-js .pb-header .submenu-panel > li.menu-item-no-link:hover > .submenu-child-links,
    html.no-js .pb-header .submenu-panel > li.menu-item-no-link:focus-within > .submenu-child-links,
    html.no-js .pb-header .submenu-panel > li.menu-item-no-link:hover > .submenu-child-links[hidden],
    html.no-js .pb-header .submenu-panel > li.menu-item-no-link:focus-within > .submenu-child-links[hidden] {
        display: flex !important;
        flex-direction: column;
    }
}


.pb-header.compressed {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}



.pb-header.compressed .header-inner {
    padding: 15px 0;
}

.pb-header.compressed .header-logo img {
    width: 99px;
}

.pb-header.compressed .pb-main-nav ul li .nav-link {
    font-size: 14px;
}

.pb-header.compressed .header-tagline img {
    width: 78px;
}


.pb-header.mobile-menu-open .pb-main-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--colour-primary-teal);
    padding: 2rem 0 3rem;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pb-header.mobile-menu-open .pb-main-nav > ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.pb-header.mobile-menu-open .pb-main-nav > ul > li > .nav-link {
    font-size: 18px;
    line-height: 1.5;
}


.pb-header.mobile-menu-open .submenu-toggle:not(.submenu-toggle--label) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    margin-left: 0.8rem;
    vertical-align: middle;
    flex-shrink: 0;
}


.pb-header.mobile-menu-open .pb-main-nav .submenu-toggle--label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


.pb-header.mobile-menu-open .pb-main-nav .submenu-toggle--label > svg {
    display: block;
    box-sizing: content-box;
    flex-shrink: 0;
    margin-left: 0.8rem;
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.pb-header.mobile-menu-open .submenu-toggle svg {
    transition: transform 0.3s ease;
}

.pb-header.mobile-menu-open .submenu-active > .submenu-toggle svg {
    transform: rotate(180deg);
}


.pb-header.mobile-menu-open .menu-item-has-children,
.pb-header.mobile-menu-open .has-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}




.pb-header.mobile-menu-open .submenu-active > .submenu-panel {
    display: block;
    background-color: var(--colour-teal-mid);
    margin: 10px -30px;
    padding: 0px 10px 0px 50px;
    width: calc(100% + 60px);
   
}

.pb-header.mobile-menu-open .submenu-active > .submenu-panel li {
    width: calc(100% - 20px);
    margin: 10px 0;
}

.pb-header.mobile-menu-open .submenu-active > .submenu-panel li li {
    margin: 15px 0;
}

.pb-header.mobile-menu-open .submenu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.pb-header.mobile-menu-open .submenu-links > li > .nav-link {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}



.pb-header.mobile-menu-open .submenu-active > .submenu-child-links {
    background-color: var(--colour-teal-dark);
    margin: 10px -50px;
    width: calc(100% + 80px);
        padding: 0 0 0 70px;
}


.pb-header.mobile-menu-open .submenu-child-links li.highlight-orange a {
    color: var(--colour-primary-orange);
    opacity: 1;
}


@media (prefers-reduced-motion: reduce) {
    .hamburger,
    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner::before,
    .hamburger .hamburger-inner::after {
        transition: none;
    }

   
    .pb-header .submenu-toggle svg {
        transition: none;
    }
}

.pb-section {
    position: relative;
    text-align: left;
    padding: var(--pb-default-section-padding-mobile);
    z-index: 1;
}

.pb-section ol > li > a,
.pb-section p > a,
.pb-section ul > li > a {
    color: var(--brand-primary-color);
    text-decoration: underline;
}

.pb-section ol,
.pb-section ul {
    padding-left: 20px;
    list-style-position: outside;
    text-align: left;
}

.pb-section ul > li::marker {
    color: var(--colour-primary-orange);
}

.pb-section.bg-teal ul > li::marker {
    color: var(--colour-white);
}

.pb-section.bg-teal .bg-white ul > li::marker {
    color: var(--colour-primary-orange);
}

.pb-section.bg-teal-dark ul > li::marker {
    color: var(--colour-white);
}

.pb-section.bg-teal-dark .bg-white ul > li::marker {
    color: var(--colour-primary-orange);
}



.pb-section h1:first-child,
.pb-section h2:first-child,
.pb-section h3:first-child,
.pb-section h4:first-child,
.pb-section h5:first-child,
.pb-section h6:first-child,
.pb-section p:first-child,
.pb-section ul:first-child,
.pb-section ol:first-child {
    margin-top: 0;
}

.pb-section h1:last-child,
.pb-section h2:last-child,
.pb-section h3:last-child,
.pb-section h4:last-child,
.pb-section h5:last-child,
.pb-section h6:last-child,
.pb-section p:last-child,
.pb-section ul:last-child,
.pb-section ol:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .pb-section {
        text-align: left;
        padding: var(--pb-default-section-padding-tablet);
    }
    .pb-section-margin-wrap {
        width: calc(100% - 60px);
    }
}

@media (min-width: 1400px) {
    .pb-section,
    .pb-section.normal-padding {
        padding: var(--pb-default-section-padding-desktop);
    }
    .pb-section-margin-wrap {
        width: calc(100% - 128px);
    }
}

.pb-section-invisible {
    display: none;
}

.pb-section-margin-wrap {
    width: calc(100% - 40px);
    max-width: var(--pb-section-margin-width);
    margin: 0 auto;
    box-sizing: border-box;
}

.pb-section-margin-wrap.wider {
    max-width: var(--pb-section-margin-width-longer);
}

.has-bgimage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}




.pb-section .custom-columns-alignment-top .leftcol,
.pb-section .custom-columns-alignment-top .rightcol {
    align-content: flex-start;
}

.pb-section .custom-columns-alignment-middle .leftcol,
.pb-section .custom-columns-alignment-middle .rightcol {
    align-content: center;
}

.pb-section .custom-columns-alignment-bottom .leftcol,
.pb-section .custom-columns-alignment-bottom .rightcol {
    align-content: flex-end;
}



.pb-section.has-bgimage {
    background-repeat: no-repeat;
    background-size: 50%;
}

.pb-section.bgimage-anchor-center {
    background-position: center center;
}

.pb-section.bgimage-anchor-top-left {
    background-position: top left;
}

.pb-section.bgimage-anchor-top-right {
    background-position: top right;
}

.pb-section.bgimage-anchor-top-center {
    background-position: top center;
}

.pb-section.bgimage-anchor-bottom-left {
    background-position: bottom left;
}

.pb-section.bgimage-anchor-bottom-right {
    background-position: bottom right;
}

.pb-section.bgimage-anchor-bottom-center {
    background-position: bottom center;
}


.pb-section[class*="preset-bgimage-"] {
    background-repeat: no-repeat;
    background-size: 50%;
}

.pb-section.preset-bgimage-thatch-top-left {
    background-position: top left;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-top-left.png');
    background-size: 430px 734px;
}

.pb-section.preset-bgimage-thatch-top-left-white {
    background-position: top left;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-top-left-white.png');
    background-size: 354px 430px;
}

.pb-section.preset-bgimage-thatch-top-right {
    background-position: top right;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-top-right.png');
    background-size: 430px 734px;
}

.pb-section.preset-bgimage-thatch-top-right-white {
    background-position: top right;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-top-right-white.png');
    background-size: 354px 430px;
}

.pb-section.preset-bgimage-thatch-bottom-left {
    background-position: bottom left;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-bottom-left.png');
    background-size: 734px 430px;
}

.pb-section.preset-bgimage-thatch-bottom-left-white {
    background-position: bottom left;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-bottom-left-white.png');
    background-size: 430px 354px;
}

.pb-section.preset-bgimage-thatch-bottom-right {
    background-position: bottom right;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-bottom-right.png');
    background-size: 734px 430px;
}

.pb-section.preset-bgimage-thatch-bottom-right-white {
    background-position: bottom right;
    background-image: url('/wp-content/themes/pbbirdon/assets/images/background-image-hatching-bottom-right-white.png');
    background-size: 430px 354px;
}



.bg-white {
    background-color: var(--colour-white);
    color: var(--colour-teal-dark);

    --brand-primary-color: var(--colour-teal-mid); 
    --pb-link: var(--colour-teal-mid);
    --pb-divider: var(--colour-teal-mid);
    --pb-icon: var(--colour-teal-mid);
}

.bg-light-grey {
    background-color: var(--colour-background-light);
    color: var(--colour-teal-dark);

    --brand-primary-color: var(--colour-teal-mid);
    --pb-link: var(--colour-teal-mid);
    --pb-divider: var(--colour-teal-mid);
    --pb-icon: var(--colour-teal-mid);
}


.bg-teal {
    background-color: var(--colour-primary-teal);
    color: var(--colour-white);

    --brand-primary-color: var(--colour-white); 
    --pb-link: var(--colour-white);
    --pb-divider: rgba(255, 255, 255, 0.6);
    --pb-icon: var(--colour-white);
}

.bg-teal-dark {
    background-color: var(--colour-teal-dark);
    color: var(--colour-white);

    --brand-primary-color: var(--colour-white);
    --pb-link: var(--colour-white);
    --pb-divider: var(--colour-white); 
    --pb-icon: var(--colour-white);
}


.bg-teal-mid {
    background-color: var(--colour-teal-mid);
    color: var(--colour-white);

    --brand-primary-color: var(--colour-white);
    --pb-link: var(--colour-white);
    --pb-divider: rgba(255, 255, 255, 0.7); 
    --pb-icon: var(--colour-white);
}


.bg-teal-light {
    background-color: var(--colour-teal-light);
    color: var(--colour-teal-dark);

    --brand-primary-color: var(--colour-teal-dark);
    --pb-link: var(--colour-teal-dark);
    --pb-divider: var(--colour-teal-dark);
    --pb-icon: var(--colour-teal-dark);
}


.bg-orange {
    background-color: var(--colour-primary-orange);
    color: var(--colour-white);

    --brand-primary-color: var(--colour-white);
    --pb-link: var(--colour-white);
    --pb-divider: var(--colour-white);
    --pb-icon: var(--colour-white);
}


.bg-dark-blue {
    background-color: var(--colour-brand-dark-blue);
    color: var(--colour-white);

    --brand-primary-color: var(--colour-white);
    --pb-link: var(--colour-white);
    --pb-divider: var(--colour-white);
    --pb-icon: var(--colour-white);
}

.bg-black {
    background-color: var(--colour-black);
    color: var(--colour-white);

    --brand-primary-color: var(--colour-white);
    --pb-link: var(--colour-white);
    --pb-divider: var(--colour-white); 
    --pb-icon: var(--colour-white);
}


.pb-section.bg-white h1, .pb-section.bg-white h2, .pb-section.bg-white h3,
.pb-section.bg-white h4, .pb-section.bg-white h5, .pb-section.bg-white h6,
.pb-section.bg-light-grey h1, .pb-section.bg-light-grey h2, .pb-section.bg-light-grey h3,
.pb-section.bg-light-grey h4, .pb-section.bg-light-grey h5, .pb-section.bg-light-grey h6,
.pb-section.bg-teal-light h1, .pb-section.bg-teal-light h2, .pb-section.bg-teal-light h3,
.pb-section.bg-teal-light h4, .pb-section.bg-teal-light h5, .pb-section.bg-teal-light h6 {
    color: var(--colour-teal-dark);
}

.pb-section.bg-teal h1, .pb-section.bg-teal h2, .pb-section.bg-teal h3,
.pb-section.bg-teal h4, .pb-section.bg-teal h5, .pb-section.bg-teal h6,
.pb-section.bg-teal-dark h1, .pb-section.bg-teal-dark h2, .pb-section.bg-teal-dark h3,
.pb-section.bg-teal-dark h4, .pb-section.bg-teal-dark h5, .pb-section.bg-teal-dark h6,
.pb-section.bg-teal-mid h1, .pb-section.bg-teal-mid h2, .pb-section.bg-teal-mid h3,
.pb-section.bg-teal-mid h4, .pb-section.bg-teal-mid h5, .pb-section.bg-teal-mid h6,
.pb-section.bg-orange h1, .pb-section.bg-orange h2, .pb-section.bg-orange h3,
.pb-section.bg-orange h4, .pb-section.bg-orange h5, .pb-section.bg-orange h6,
.pb-section.bg-dark-blue h1, .pb-section.bg-dark-blue h2, .pb-section.bg-dark-blue h3,
.pb-section.bg-dark-blue h4, .pb-section.bg-dark-blue h5, .pb-section.bg-dark-blue h6,
.pb-section.bg-black h1, .pb-section.bg-black h2, .pb-section.bg-black h3,
.pb-section.bg-black h4, .pb-section.bg-black h5, .pb-section.bg-black h6 {
    color: var(--colour-teal-light);
}


.pb-section.bg-white ol > li > a, .pb-section.bg-white ul > li > a, .pb-section.bg-white p > a,
.pb-section.bg-light-grey ol > li > a, .pb-section.bg-light-grey ul > li > a, .pb-section.bg-light-grey p > a,
.pb-section.bg-teal ol > li > a, .pb-section.bg-teal ul > li > a, .pb-section.bg-teal p > a,
.pb-section.bg-teal-dark ol > li > a, .pb-section.bg-teal-dark ul > li > a, .pb-section.bg-teal-dark p > a,
.pb-section.bg-teal-mid ol > li > a, .pb-section.bg-teal-mid ul > li > a, .pb-section.bg-teal-mid p > a,
.pb-section.bg-teal-light ol > li > a, .pb-section.bg-teal-light ul > li > a, .pb-section.bg-teal-light p > a,
.pb-section.bg-orange ol > li > a, .pb-section.bg-orange ul > li > a, .pb-section.bg-orange p > a,
.pb-section.bg-dark-blue ol > li > a, .pb-section.bg-dark-blue ul > li > a, .pb-section.bg-dark-blue p > a,
.pb-section.bg-black ol > li > a, .pb-section.bg-black ul > li > a, .pb-section.bg-black p > a {
    color: var(--pb-link);
    text-decoration: underline;
}


.pb-section.bg-white hr, .pb-section.bg-light-grey hr, .pb-section.bg-teal hr,
.pb-section.bg-teal-dark hr, .pb-section.bg-teal-mid hr, .pb-section.bg-teal-light hr,
.pb-section.bg-orange hr, .pb-section.bg-dark-blue hr, .pb-section.bg-black hr {
    border: 0;
    border-top: 1px solid var(--pb-divider);
}


.pb-section.bg-white svg:not([fill]):not(.arrow-button-cap), .pb-section.bg-light-grey svg:not([fill]):not(.arrow-button-cap),
.pb-section.bg-teal svg:not([fill]):not(.arrow-button-cap), .pb-section.bg-teal-dark svg:not([fill]):not(.arrow-button-cap),
.pb-section.bg-teal-mid svg:not([fill]):not(.arrow-button-cap), .pb-section.bg-teal-light svg:not([fill]):not(.arrow-button-cap),
.pb-section.bg-orange svg:not([fill]):not(.arrow-button-cap), .pb-section.bg-dark-blue svg:not([fill]):not(.arrow-button-cap),
.pb-section.bg-black svg:not([fill]):not(.arrow-button-cap) {
    fill: var(--pb-icon);
}


.pb-section-background-brand .text-link {
    color: #fff;
}

.pb-section-background-brand .text-link:before {
    background: #fff;
}

.small-text-above-heading {
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 1.7rem;
}

.cursive-text {
    font-style: italic;
    letter-spacing: -1px;
    margin: 1.5rem 0;
    font-family: 'Poppins', sans-serif;
}

.text-link {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;

    color: var(--brand-primary-color, var(--pb-link, var(--colour-teal-mid)));
    padding-right: 5rem;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 2.5rem;
    font-family: 'Poppins', sans-serif;
}
.text-link:after {
    content: "";
    display: block;
    width: 0;
    height: 0.3rem;
    
    background: var(--brand-primary-color, var(--pb-link, var(--colour-teal-mid)));
    box-sizing: border-box;
    margin-top: 0.8rem;
    position: absolute;
    bottom: -1rem;
    transition: all 0.2s linear;
}
.text-link:hover:after {
    width: 100%;
}
.text-link:before {
    content: "";
    display: inline-block;
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}


.list-style-underlined-label-value {
    padding: 0 !important;
    list-style: none !important;
    margin: 0 0 20px 0 !important;
}

.list-style-underlined-label-value li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 0 !important;

    border-bottom: 1px solid var(--pb-divider, var(--colour-teal-dark));
    margin: 0 !important;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.7;
    gap: 30px;
    text-align: right;
}

.list-style-underlined-label-value li em {
    font-weight: 400;
    font-style: normal;
    min-width: 160px;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1180px) {
    .list-style-underlined-label-value li {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        text-align: left;
    }

    .list-style-underlined-label-value li em {
        font-weight: 600;
    }
}

@media (max-width: 600px) {
    .list-style-underlined-label-value li {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        text-align: left;
    }

    .list-style-underlined-label-value li em {
        font-weight: 600;
    }
}


.location-pin-prepend {
    position: relative;
    padding-left: 30px;
}

.location-pin-prepend:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M11.5 0C16.2632 0 20.125 3.86184 20.125 8.625C20.125 10.5006 19.5101 12.2216 18.488 13.6311C18.4697 13.6649 18.4668 13.7026 18.446 13.735L12.696 22.36C12.4293 22.7599 11.9801 23 11.5 23C11.0199 23 10.5707 22.7599 10.304 22.36L4.554 13.735C4.5328 13.7026 4.53028 13.6649 4.51195 13.6311C3.48989 12.2216 2.875 10.5006 2.875 8.625C2.875 3.86184 6.73684 0 11.5 0ZM11.5 11.5C13.0877 11.5 14.375 10.2127 14.375 8.625C14.375 7.03728 13.0877 5.75 11.5 5.75C9.91228 5.75 8.625 7.03728 8.625 8.625C8.625 10.2127 9.91228 11.5 11.5 11.5Z' fill='%233CAB97'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.email-prepend {
    position: relative;
    padding-left: 30px;
}

.email-prepend:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 16.4714L22 6.76389V19.25H0V6.76389L11 16.4714ZM10.9989 13.5432L22 3.82912V2.75H0V3.82912L10.9989 13.5432Z' fill='%233CAB97'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-with-tick-icons,
.pb-section-pb-f-cards .card-element .card-content ul.list-with-tick-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-with-tick-icons li,
.pb-section-pb-f-cards .card-element .card-content ul.list-with-tick-icons li {
    position: relative;
    padding-left: 42px;
    padding-bottom: 15px;
}

.list-with-tick-icons li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--colour-teal-light);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M14.9897 0C14.7337 0 14.4667 0.0840009 14.2717 0.276001L5.56469 8.86999C5.30769 9.12299 5.0497 9.07601 4.84769 8.77801L1.85169 4.358C1.54569 3.907 0.905687 3.781 0.446686 4.082C-0.0113152 4.383 -0.139314 5.01201 0.166686 5.46301L3.16169 9.88299C4.06369 11.212 5.82069 11.381 6.96969 10.251L15.7077 1.68799C16.0967 1.30399 16.0967 0.660001 15.7077 0.276001C15.5127 0.0840009 15.2447 0 14.9897 0Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 9px;
}

.list-with-light-teal-circle-numbers,
.pb-section-pb-f-cards .card-element .card-content ul.list-with-light-teal-circle-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: pb-circle-num;
}

.list-with-light-teal-circle-numbers li,
.pb-section-pb-f-cards .card-element .card-content ul.list-with-light-teal-circle-numbers li {
    position: relative;
    padding-left: 42px;
    padding-bottom: 15px;
    counter-increment: pb-circle-num;
}

.list-with-light-teal-circle-numbers li::before {
    content: counter(pb-circle-num);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--colour-teal-light);
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.link-as-grey-rectangle-with-arrow {
    position: relative;
    display: block;
    padding: 24px 65px 24px 24px;
    background-color: #E6EBEB;
    color: #002C35;
    text-decoration: none !important;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 18px;
    transition: background-color 0.2s linear;
}

section.bg-white p > a.link-as-grey-rectangle-with-arrow {
    background-color: #E6EBEB;
    color: #002C35;
}

.link-as-grey-rectangle-with-arrow::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M26.5976 20.4881L26.5976 2.15991H8.26938M26.5976 2.15991L2.15997 26.5975' stroke='%23002C35' stroke-width='4.32' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.link-as-grey-rectangle-with-arrow:hover,
section.bg-white p > a.link-as-grey-rectangle-with-arrow:hover {
    background-color: #d8dede;
}

form.pb-form .gform_fields .gfield:first-child {
    margin-top: 0;
}

form.pb-form .gform_fields .gchoice label {
    margin-left: 7px;
    font-size: var(--pb-form-label-fontsize-mobile);
}

@media (min-width: 641px) {
    form.pb-form .gform_fields .gchoice label {
        font-size: var(--pb-form-label-fontsize-desktop);
    }
}

form.pb-form .gform_fields .gchoice label a {
    color: var(--brand-primary-color);
    text-decoration: underline;
}

form.pb-form .gfield_description.validation_message {
    background: #a01a0a !important;
    color: #fff !important;
    font-size: 1.8rem;
}


form.pb-form [aria-invalid="true"] {
    border-bottom-color: #a01a0a !important;
    border-bottom-width: 2px;
}


.pb-form-error-summary {
    margin-bottom: 15px;
    padding: 12px 15px;
    background: #a01a0a;
    color: #fff;
    font-size: 20px;
}

.pb-form-error-summary:empty {
    display: none;
}

form.pb-form .gfield {
    position: relative;
}

form.pb-form div.gform_footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 15px !important;
    position: relative;
    text-align: center;
    margin-left: auto;
    display: block !important;
}

form.pb-form.asterisk-error {
    position: relative;
}

form.pb-form.asterisk-error .gfield_description.validation_message {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
    padding: 0;
    display: inline-block !important;
    background-color: transparent !important;
    color: #a01a0a !important;
    border: 0 !important;
    margin: 0 !important;
}

form.pb-form.asterisk-error legend.gfield_label .gfield_description.validation_message {
    position: static;
    display: inline-block !important;
    margin-left: 7px !important;
}

form.pb-form input[type="submit"].gform_button {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

form.pb-form .gfield_radio {
    margin-top: 10px;
}

form.pb-form .gfield_radio .gchoice {
    margin: 7px 0;
}

/* form.pb-form .gfield_radio .gchoice:first-child {
    margin-top: 0;
}

form.pb-form .gfield_radio .gchoice:last-child {
    margin-bottom: 0;
} */

form.pb-form .gfield_required {
    display: none !important;
}

body .gform-theme--framework fieldset.gfield--input-type-radio .gform-field-label {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

form.pb-form .gform_fields .ginput_container .gfield_radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

form.pb-form .gform_fields .gfield--input-type-radio .gchoice label {
    font-size: 14px;
    font-weight: normal;
}


.gform-theme--framework form input, .gform-theme--framework form select, .gform-theme--framework form textarea {
   border: 1px solid var(--pb-form-field-border-color);
   width: 100%;
}


input[type="checkbox"]:checked + label {
    font-weight: 600 !important;
}

button.pb-trigger-formsubmit,
input[type="submit"] {
    display: inline-block;
    background-color: var(--pb-form-submit-button-bgcolor);
    color: var(--pb-form-submit-button-textcolor);
    font-size: var(--pb-form-submit-button-fontsize) !important;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    margin: 0 !important;
    padding: 15px;
    width: 100% !important;
    box-sizing: border-box;
    vertical-align: middle;
    transition: all 0.2s linear;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 641px) {
    button.pb-trigger-formsubmit,
    input[type="submit"] {
        max-width: 180px;
    }
}

input.pb-validation-btn {
    position: relative;
    z-index: 2;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
    color: var(--brand-color-black);
}

::-moz-placeholder {
    text-transform: uppercase;
    color: var(--brand-color-black);
    opacity: 1;
}

:-ms-input-placeholder {
    text-transform: uppercase;
    color: var(--brand-color-black);
}

::placeholder {
    text-transform: uppercase;
    color: var(--brand-color-black);
}

body .gform-theme--framework .gform-field-label {
    font-family: var(--font-body);
    font-size: var(--pb-form-label-fontsize-mobile);
    font-weight: 700;
}

@media (min-width: 768px) {
    body .gform-theme--framework .gform-field-label {
        font-size: var(--pb-form-label-fontsize-tablet);
    }
}

@media (min-width: 1280px) {
    body .gform-theme--framework .gform-field-label {
        font-size: var(--pb-form-label-fontsize-desktop);
    }
}

body .bg-teal .gform-theme--framework .gform-field-label,
body .bg-teal-dark .gform-theme--framework .gform-field-label
{
    color: var(--colour-teal-light);
}

.pb-footer {
    padding: 7rem 0;
    background-color: var(--colour-teal-dark);
    color: var(--colour-white);
     font-size: var(--footer-fontsize-desktop);
    text-align: center;
    position: relative;
    overflow: hidden;
}
:root {
    --union-left:#0E2E39;    
    --union-dip:#0B2429;     
    --union-right:#2F8B7C;   
    --union-cut:86px;        
    --union-fade:1100px;     
    --union-bias:0.1;        
}

@media (max-width: 870px) {
:root {
    --union-fade:600px; 
}
}

.footer-gradient {
    position: absolute;
    top: 0;
    left: 0;
        width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--union-left) 0, var(--union-left) calc(100% - var(--union-fade)), /* gradient starts (wider = bigger --union-fade) */ calc(100% - var(--union-fade) * var(--union-bias)), /* transition hint: pushes the blend toward the right */ var(--union-right) 100%);
    clip-path: polygon(0 0, calc(100% - var(--union-cut)) 0, 100% var(--union-cut), 100% calc(100% - var(--union-cut)), calc(100% - var(--union-cut)) 100%, 0 100%);
    display: flex;
    align-items: center;
    padding-left: 6%;
    box-sizing: border-box;
}


#pb-footer-svg-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: auto;
    z-index: 0;
}


@media (min-width: 1024px) {
    .pb-footer {
        font-size: var(--footer-fontsize-desktop);
            text-align: left;
    }
}

.pb-footer a:hover {
    text-decoration: underline;
}

.pb-footer .pb-section-margin-wrap {
    max-width: 1270px;
    z-index: 1;
    position: relative;
        width: calc(100% - 60px);
}

/* Main Columns */
.pb-footer .footer-upper-columns {
        display: grid;
    gap: 5rem;
    justify-content: space-between;
    grid-template-columns: 1fr;
}



.pb-footer .footer-upper-columns .column strong {
    display: block;
    font-weight: 400;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.pb-footer .footer-upper-columns .column.col1 {
    flex: 100%;
    text-align: center;
}

.pb-footer .footer-upper-columns .column .contact-location p {
    color: #b2bcc1;
    font-size: 16px;
    line-height: 1.4;
}


@media (min-width: 768px) {
    .pb-footer .footer-upper-columns {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {

    .pb-footer .footer-upper-columns .column.col1 {
        flex: 0 0 auto;
        text-align: left;
    }

}

/* Inner Columns */
.pb-footer .inner-columns {
    display: grid;
    gap: 8rem;
    grid-template-columns: 1fr;
}



.pb-footer .contact-details {

    display: grid;
    justify-content: space-between;
    text-align: left;
    max-width: 400px;
    margin: 0 auto 30px;
    grid-template-columns: 150px 150px;
    width: 100%;
}

.pb-footer .contact-details .contact-location strong {
    font-size: 18px;
}

@media (min-width: 768px) {
    .pb-footer .inner-columns {
        gap: 10rem;
    }

}


/* Footer Navigation Columns */
.pb-footer .footer-navigation-columns {
        display: grid;
    justify-content: space-between;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 150px 150px;
    width: 100%;

}




.pb-footer .footer-navigation-columns .footer-nav:last-child {
    flex: 0 0 auto;
}

.pb-footer .footer-navigation-columns .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pb-footer .footer-navigation-columns .footer-nav ul > li {
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.pb-footer .footer-navigation-columns .footer-nav ul > li:last-child {
    margin-bottom: 0;
}




/* Brand Column */
.pb-footer .footer-upper-columns .column.col1 p {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.pb-footer .footer-logo {
    max-width: 190px;
}

/* Footer Bottom */
.pb-footer .footer-bottom {
    margin-top: 8rem;
    text-align: center;
    position: relative;
}

.pb-footer .footer-bottom .footer-bottom-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 40px;
    text-align: center;
    color: #b2bcc1;
    flex-direction: column;
}

.pb-footer .footer-bottom .footer-bottom-columns a {
    color: #b2bcc1;
}

.pb-footer .footer-bottom .footer-bottom-columns img {
        order: -1;
    }

@media (min-width: 620px) {

    .pb-footer .footer-bottom .footer-bottom-columns {
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
    }

    .pb-footer .footer-bottom .footer-bottom-columns img {
        order: 2;
    }

}



@media (min-width: 1025px) {

    .pb-footer .footer-bottom {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .pb-footer .footer-bottom .footer-bottom-columns {
        text-align: left;
    }
}



 
    .global-footprint {
      position: relative;
      overflow: hidden;
      padding: 0;
      width: 100%;
    }

    .global-footprint img {
      width: 100%;
    display: block;
    }

    .global-footprint__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .global-footprint__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .global-footprint__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(26, 46, 53, 0.88);
    }

    .global-footprint__content {
      position: relative;
      z-index: 1;
      max-width: 1267px;
      margin: 0 auto;
    }

    .global-footprint .section-title {
      color: var(--color-white);
      margin-bottom: 40px;
      text-align: center;
      font-size: clamp(28px, 3vw, 36px);
      font-weight: 400;
      letter-spacing: 4px;
    }

    .global-footprint__map {
      max-width: 1100px;
      margin: 0 auto;
    }

    .global-footprint__map img {
      width: 100%;
      height: auto;
    }


    .contact-location {
        min-width: 150px;
    }




@media (min-width: 1024px) {


    .pb-footer .inner-columns {
grid-template-columns: 1fr 1fr;
    }


        .pb-footer .footer-navigation-columns {
            grid-template-columns: 1fr;
            gap: 4rem;
                    max-width: none;
        }

        .pb-footer .contact-details {
            grid-template-columns: 1fr;
            gap: 4rem;
                    max-width: none;
        }


.pb-footer .footer-upper-columns {
    grid-template-columns: 500px auto;
}

.pb-footer .footer-logo {
    float: right;
}


    }

    @media (min-width: 1230px) {
.pb-footer .footer-upper-columns {
    grid-template-columns: auto 400px;
}



    .pb-footer .footer-navigation-columns {
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
                    max-width: none;
        }

        .pb-footer .contact-details {
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
                    max-width: none;
        }
}


    @media (min-width: 1330px) {
    .pb-footer .inner-columns {
        gap: 10rem;
    }

    .pb-footer .footer-upper-columns {
    grid-template-columns: auto 400px;
}


}

@media (min-width: 1580px) {
    .pb-footer .inner-columns {
        gap: 10rem;
    }
.pb-footer .footer-upper-columns {
    grid-template-columns: auto 400px;
}


}


.pb-footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    
}

@media (min-width: 620px) {
.pb-footer .footer-social {
    position: absolute;
    top: -30px;
    left: -10px;
}
}

.pb-footer .footer-social li {
    margin: 0;
    padding: 0;
}

.pb-footer .footer-social .footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    color: #b2bcc1;
    transition: color 0.2s ease;
}

.pb-footer .footer-social .footer-social-link .pb-social-icon {
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.pb-footer .footer-social .footer-social-link:hover {
    color: #ffffff;
}

.pb-footer .footer-social .footer-social-link-text {
    padding: 0 0.5rem;
    text-decoration: underline;
}

@media (min-width: 620px) {

    .pb-footer .footer-social {
        justify-content: flex-start;
    }

}



.pb-lightbox {
    position: fixed;
    width: min(90vw, 1100px);
    max-width: 1100px;

    max-height: 90vh;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}

.pb-lightbox::backdrop {
    background-color: rgba(0, 0, 0, 0.85);
}


.pb-lightbox-frame {
    position: relative;
    width: 100%;
    background-color: #000;
}


.pb-lightbox-frame[data-lightbox-type="video"] {
    aspect-ratio: 16 / 9;
}

.pb-lightbox-frame[data-lightbox-type="video"] iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


.pb-lightbox-frame[data-lightbox-type="image"] {
    background-color: transparent;
}

.pb-lightbox-frame[data-lightbox-type="image"] img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    margin: 0 auto;
}


.pb-lightbox-frame[data-lightbox-type="gallery"] {
    background-color: transparent;
}

.pb-lightbox-frame[data-lightbox-type="gallery"] .pb-lightbox-track {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pb-lightbox-frame[data-lightbox-type="gallery"] .pb-lightbox-slide {
    display: none;
}

.pb-lightbox-frame[data-lightbox-type="gallery"] .pb-lightbox-slide.is-active {
    display: block;
}


.pb-lightbox-frame[data-lightbox-type="gallery"] .pb-lightbox-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    margin: 0 auto;
}


.pb-lightbox-frame[data-lightbox-type="gallery"][data-gallery-animate="true"] .pb-lightbox-slide.is-active img {
    animation: pb-lightbox-fade 0.2s ease;
}

@keyframes pb-lightbox-fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.pb-lightbox-prev,
.pb-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
    z-index: 1;
}

.pb-lightbox-prev { left: 8px; }
.pb-lightbox-next { right: 8px; }

.pb-lightbox-prev:hover,
.pb-lightbox-next:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.pb-lightbox-prev:focus-visible,
.pb-lightbox-next:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}


.pb-lightbox-counter {
    position: absolute;
    right: 0;
    bottom: -40px;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    pointer-events: none;
}


.pb-lightbox-frame[data-lightbox-type="gallery"] .pb-lightbox-caption {
    position: absolute;
    left: 0;
    bottom: -40px;
    margin: 0;
    padding: 5px 24px 5px;
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    text-align: center;
    background: #000;
    pointer-events: none;
}

.pb-lightbox-caption:empty {
    display: none;
}


.pb-lightbox-close {
    position: absolute;
    top: -56px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.pb-lightbox-close:hover {
    background-color: rgba(255, 255, 255, 0.28);
}

.pb-lightbox-close:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}


@media (prefers-reduced-motion: reduce) {
    .pb-lightbox-close,
    .pb-lightbox-prev,
    .pb-lightbox-next {
        transition: none;
    }
   
    .pb-lightbox-frame[data-lightbox-type="gallery"] .pb-lightbox-slide.is-active img {
        animation: none;
    }
}


@media (max-width: 600px) {
    .pb-lightbox {
        width: 94vw;
    }
  
    .pb-lightbox-close {
        top: 8px;
        right: 8px;
        background-color: rgba(0, 0, 0, 0.55);
    }
    .pb-lightbox-close:hover {
        background-color: rgba(0, 0, 0, 0.75);
    }


    .pb-lightbox-prev { left: 6px; }
    .pb-lightbox-next { right: 6px; }
    .pb-lightbox-counter {
        bottom: 6px;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 2px 8px;
        border-radius: 10px;
    }

    
    .pb-lightbox-frame[data-lightbox-type="gallery"] .pb-lightbox-caption {
        padding: 32px 14px 40px;
        font-size: 0.875rem;
    }
}




.pb-slider-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    min-width: 44px;
    margin: 20px 0 0;
    padding: 10px 18px;
    inset-inline: 0;

    background: transparent;
    border: 2px solid currentColor;
    border-radius: 999px;
    color: inherit;

    font-family: var(--font-body, 'Outfit', sans-serif);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.splide .pb-slider-toggle,
.pb-slider-toggle {
    position: relative;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 40px;
    bottom: -50px;
    left: auto;
}

.pb-slider-toggle:hover {
    
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pb-slider-toggle .splide__toggle__pause,
.pb-slider-toggle .splide__toggle__play {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}



.pb-slider-toggle .splide__toggle__pause { display: none; }
.pb-slider-toggle .splide__toggle__play { display: inline-flex; }
.pb-slider-toggle.is-active .splide__toggle__pause { display: inline-flex; }
.pb-slider-toggle.is-active .splide__toggle__play { display: none; }


@media (forced-colors: active) {
    .pb-slider-toggle {
        border-color: ButtonText;
        color: ButtonText;
    }
}

.pre-heading {
    font-family: var(--font-body, 'Outfit', sans-serif);
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    text-transform: uppercase;
    color: var(--colour-pre-heading, var(--colour-teal-mid));
    margin: 0 0 -20px 0;
    display: block;
}


.pb-section.bg-teal-dark .pre-heading,
.pb-section.bg-teal-mid .pre-heading,
.pb-section.bg-aqua .pre-heading,
.pb-section.text-white .pre-heading {
    color: rgba(247, 248, 250, 0.7);
}