@charset "UTF-8";
/*!
Theme Name: OGA
Theme URI: https://ogadesign.com.au/
Author: OGA Creative Agency
Author URI: https://ogadesign.com.au/
Description: Custom theme built by <strong><em>OGA Creative Agency</em></strong>.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oga
*/
/*--------------------------------------------------------------
# 01 - Settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Corben:wght@700&display=swap");
:root {
  --color-teal: #00B7B0;
  --color-purple: #BD77CE;
  --color-dark-grey: #303030;
  --color-grey: #595959;
  --color-light-grey: #e0e0e0;
  --color-lightest-grey: #F1F1F1;
  --color-white: #ffffff;
  --font-primary: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Arial, sans-serif;
  --shadow-sm: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem,
  	rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  --shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  --spacing: 1em;
  --layout-margin: 4.3333vw;
  --layout-width: calc(100vw - (2 * var(--layout-margin)));
  --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --plyr-color-main: #BD77CE;
}
@media (min-width: 1536px) {
  :root {
    --layout-margin: 3.6667vw;
  }
}

/*--------------------------------------------------------------
# 01 - Genric
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# 03 - Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Document Setup
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: initial;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: var(--color-dark-grey);
  font-family: var(--font-primary);
  font-size: clamp(1rem, 0.37vw + 0.92rem, 1.5rem);
  line-height: 1.46666667;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: var(--color-purple);
  color: var(--color-white);
  text-shadow: none;
}

/**
* Paragraphs
*/
p {
  font-size: 0.875em;
}

/**
* Links
*/
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  transition: color 0.2s ease-in-out;
}

/**
* Buttons
*/
button {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
}
button:focus {
  outline: none;
}

/**
* Images
*/
img {
  max-width: 100%;
  height: auto;
}

/**
* HR
*/
hr {
  border-width: 0;
}

/**
* Fieldset
*/
fieldset {
  border: none;
}

/**
* Address
*/
address {
  font-style: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

h1,
.h1 {
  font-size: 1.875em;
  line-height: 1.1;
}
@media (min-width: 800px) {
  h1,
  .h1 {
    font-size: 3em;
  }
}

h2,
.h2 {
  font-size: 1.333em;
}
@media (min-width: 800px) {
  h2,
  .h2 {
    font-size: 1.777em;
  }
}

h3,
.h3 {
  font-size: 1.125em;
  line-height: 1.325;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.625em;
  }
}

.h4,
h4 {
  font-size: clamp(1.13rem, 0.37vw + 1.04rem, 1.63rem);
  line-height: 1.3;
}

.p-lg {
  font-size: 1em;
  line-height: 1.5;
}

.p-sm {
  font-size: clamp(0.88rem, 0.09vw + 0.85rem, 1rem);
}

/*--------------------------------------------------------------
# 04 - Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--spacing);
}
@media (min-width: 800px) {
  .container {
    padding: 0 calc(var(--spacing) * 2);
  }
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.section {
  padding-top: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 2);
}
.section--lg {
  padding-top: calc(var(--spacing) * 5);
  padding-bottom: calc(var(--spacing) * 5);
}
.section--overlap {
  z-index: 5;
}
.section--no-padding {
  padding: 0;
}
.section--no-padding-top {
  padding-top: 0;
}
.section--no-padding-bottom {
  padding-bottom: 0;
}

/**
* Intro
*/
.section-intro {
  padding-bottom: clamp(1rem, 1.64vw + 0.62rem, 3.25rem);
}
.section-intro__title {
  font-size: 2.369em;
  text-transform: capitalize;
}
@media (min-width: 800px) {
  .section-intro__title {
    font-size: 2.667em;
  }
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(var(--spacing) * 2);
}

/**
* Animals
*/
.grid--animals {
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .grid--animals {
    grid-template-columns: repeat(3, minmax(1rem, 1fr));
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }
}

/**
* Content
*/
@media (min-width: 800px) {
  .grid--content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--content > * {
    grid-column: 1/5;
  }
}

/**
* Offset
*/
.grid--offset {
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
}
@media (min-width: 768px) {
  .grid--offset {
    grid-template-columns: 0.6fr 1fr;
    grid-column-gap: 8vw;
    grid-row-gap: 4rem;
  }
}

/*--------------------------------------------------------------
# 05 - Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animals
--------------------------------------------------------------*/
.animal {
  border-radius: 0.25rem;
  height: 100%;
  overflow: hidden;
}
.animal__lightbox {
  cursor: zoom-in;
}
.animal__media {
  border-radius: 0.9375rem;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: clamp(0.5rem, 0.27vw + 0.44rem, 0.88rem);
}
.animal__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.24, 0.45, 0.39, 0.95);
}
.animal__title {
  font-weight: 700;
  font-size: clamp(0.88rem, 0.46vw + 0.77rem, 1.5rem);
  letter-spacing: 0.025em;
  line-height: 1.64;
}
.animal__btns {
  margin-top: clamp(0.5rem, 0.27vw + 0.44rem, 0.88rem);
}
.animal__btns > * + * {
  margin-left: 0.5rem;
}
.animal__btns .btn {
  font-size: clamp(0.63rem, 0.09vw + 0.6rem, 0.75rem);
  padding: clamp(0.75rem, 0.18vw + 0.71rem, 1rem) clamp(1.5rem, 1.19vw + 1.23rem, 3.13rem);
}
.animal a:hover .animal__img {
  transform: scale(1.02);
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
  position: relative;
  height: 0;
  padding-bottom: 80%;
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 42.8571428571%;
  }
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 9em;
  color: var(--color-dark-grey);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  padding: clamp(0.75rem, 0.18vw + 0.71rem, 1rem) clamp(1.5rem, 1.28vw + 1.2rem, 3.25rem);
  transition: background-color 0.2s var(--ease-out);
}
.btn:focus-visible {
  outline: none;
}
.btn--white {
  background-color: var(--color-white);
  color: var(--color-dark-grey);
}
.btn--teal {
  background-color: var(--color-teal);
  color: var(--color-white);
}
.btn--purple {
  background-color: var(--color-purple);
  color: var(--color-white);
}
.btn--outline {
  border-radius: 0.3125rem;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  padding: clamp(0.75rem, 0.09vw + 0.73rem, 0.88rem) clamp(2.25rem, 1.19vw + 1.98rem, 3.88rem);
  min-width: 0;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta {
  display: grid;
  position: relative;
  min-height: calc(25rem + 15vw);
}
@media (min-width: 768px) {
  .cta {
    min-height: calc(31.25rem + 15vw);
  }
}
.cta__container {
  display: grid;
  place-content: center;
  width: 100%;
}
.cta__overlay {
  background-color: var(--color-teal);
  border-radius: 1.5em;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 10.23vw + -0.37rem, 16rem);
  padding: 1.875rem;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
@media (min-width: 768px) {
  .cta__overlay {
    flex-direction: row;
    padding: 3rem calc(var(--spacing) * 3);
  }
}
.cta__content p {
  max-width: 32ch;
}
.cta__content a {
  margin-top: clamp(1.5rem, 1.1vw + 1.25rem, 3rem);
}
.cta__media {
  display: none;
  width: 100%;
  max-width: 24rem;
  height: 100%;
}
.cta__media img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .cta__media {
    display: block;
  }
}
.cta__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta .watermark {
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
@media (min-width: 768px) {
  .cta .watermark {
    top: -5%;
    left: 0;
    width: 33%;
    height: 110%;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content h3 {
  margin-bottom: clamp(2rem, 1.1vw + 1.75rem, 3.5rem);
}

/*--------------------------------------------------------------
# Drawer
--------------------------------------------------------------*/
.drawer {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: none;
  top: 0;
  right: 0;
  visibility: hidden;
  transition: background-color 0.3s, visibility 0s 0.3s;
  z-index: 50;
}
.drawer:focus {
  outline: none;
}
.drawer--is-visible {
  visibility: visible;
  transition: none;
}
.drawer__content {
  background-color: var(--color-white);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 90vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 2em;
  transform: translateX(100%);
  transition: transform 0.3s var(--ease-in-out);
}
@media (min-width: 768px) {
  .drawer__content {
    max-width: 540px;
  }
}
.drawer--is-visible .drawer__content {
  transform: translateX(0);
}
.drawer__content .drawer--is-visible {
  transition: background-color 0.3s;
}
.drawer__body {
  display: flex;
  flex-direction: column;
  height: 90vh;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.drawer__footer {
  margin-top: auto;
  font-size: 0.7em;
}
.drawer__footer .socials {
  justify-content: flex-start;
  margin-bottom: 1em;
}
.drawer__contact > * + * {
  margin-top: 0.5rem;
}
.drawer__contact a {
  display: block;
}
.drawer__close-btn {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(1rem, 0.73vw + 0.83rem, 2rem);
  height: clamp(1rem, 0.73vw + 0.83rem, 2rem);
  margin-left: auto;
  transition: 0.2s;
}
.drawer__close-btn:hover .icon {
  color: var(--color-purple);
}
.drawer__close-btn .icon {
  color: var(--color-dark-grey);
  display: block;
}

/*--------------------------------------------------------------
# Empty
--------------------------------------------------------------*/
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16vh 0;
  position: relative;
  z-index: 5;
}
.empty__title {
  font-size: 3.125vw;
}
.empty .btn {
  display: flex;
  margin: 2rem auto 0 auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: var(--color-teal);
  padding-top: calc(var(--spacing) * 4);
  padding-bottom: calc(var(--spacing) * 4);
  position: relative;
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5.11vw + 0.82rem, 9rem);
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .footer__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  width: clamp(16rem, 2.92vw + 15.32rem, 20rem);
  height: auto;
  margin-bottom: auto;
}
.footer__logo-img {
  height: 100%;
  width: 100%;
}
.footer__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__item p {
  font-size: 0.8em;
  max-width: 24rem;
}
@media (min-width: 768px) {
  .footer__menu {
    margin-left: auto;
    align-self: flex-end;
    text-align: right;
  }
}
.footer__menu > * + * {
  margin-top: 0.5em;
}
.footer__link {
  color: var(--color-white);
  font-size: 0.875em;
}
.footer__contact {
  color: var(--color-white);
  font-size: 0.875em;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer__contact {
    text-align: right;
  }
}
.footer__contact a {
  display: block;
}
.footer__contact address {
  font-style: normal;
}
.footer__contact > * + * {
  margin-top: 1.5em;
}
.footer .watermark {
  position: absolute;
  top: 0;
  left: -30%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gfield {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}

.gfield_required {
  display: none;
}

.ginput_full {
  flex-basis: 100%;
  max-width: 100%;
}

.gf_left_half,
.gf_right_half,
.ginput_left,
.ginput_right {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .gf_left_half,
  .gf_right_half,
  .ginput_left,
  .ginput_right {
    flex-basis: 49%;
  }
}

.gf_left_half,
.ginput_left {
  margin-right: 0;
}
@media (min-width: 768px) {
  .gf_left_half,
  .ginput_left {
    margin-right: 2%;
  }
}

/**
* Input
*/
.ginput_container input:not([type=checkbox]),
.ginput_container textarea {
  background-color: var(--color-lightest-grey);
  border: none;
  border-radius: 0.425rem;
  color: var(--color-dark-grey);
  display: inline-flex;
  font-size: clamp(0.75rem, 0.13vw + 0.72rem, 0.93rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.375rem;
  padding: 0 clamp(1rem, 0.18vw + 0.96rem, 1.25rem);
  height: clamp(3rem, 0.37vw + 2.92rem, 3.5rem);
  width: 100%;
  margin-bottom: clamp(1rem, 0.37vw + 0.92rem, 1.5rem);
  transition: border-color 200ms ease;
}
.ginput_container input:not([type=checkbox]):active, .ginput_container input:not([type=checkbox]):focus,
.ginput_container textarea:active,
.ginput_container textarea:focus {
  border-color: var(--color-teal);
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 183, 176, 0.2) 0px 0px 0px 2px, rgba(0, 183, 176, 0.01) 0px 1px 2px 0px;
  outline: 0;
}

/**
* Textarea
*/
.ginput_container textarea {
  height: 14rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  resize: none;
}

/**
* Btn
*/
.gform_footer input[type=submit] {
  background-color: var(--color-teal);
  border: none;
  border-radius: 9em;
  color: var(--color-white);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.63rem, 0.27vw + 0.56rem, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  padding: clamp(0.75rem, 0.18vw + 0.71rem, 1rem) clamp(1.5rem, 1.19vw + 1.23rem, 3.13rem);
  transition: background-color 0.2s var(--ease-out);
}

/**
* Label
*/
.gfield_label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

/**
* Placeholder
*/
.gform_fields .gfield input::-webkit-input-placeholder,
.gform_fields .gfield textarea::-webkit-input-placeholder {
  color: var(--color-dark-grey);
}

.gform_fields .gfield input::-moz-placeholder,
.gform_fields .gfield textarea::-moz-placeholder {
  color: var(--color-dark-grey);
}

.gform_fields .gfield input:-ms-input-placeholder,
.gform_fields .gfield textarea:-ms-input-placeholder {
  color: var(--color-dark-grey);
}

/**
* Validation
*/
.validation_error {
  display: none;
}

.validation_message {
  color: #f33;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
@media (min-width: 1024px) {
  .validation_message {
    font-size: 0.8rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}

.validation_message--hidden-on-empty {
  display: none;
}

.gform_submission_error {
  display: none;
}

/**
* AJAX spinner
*/
.gform_ajax_spinner {
  display: none;
}

/**
* reCaptcha
*/
.grecaptcha-badge {
  display: none !important;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  position: relative;
  padding-bottom: 120%;
  user-select: none;
  overflow: hidden;
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gallery {
    padding-bottom: 88%;
  }
}
.gallery__wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(1rem, 1fr));
  grid-gap: clamp(0.5rem, 1.28vw + 0.2rem, 2.25rem);
}
.gallery__wrap > :first-child {
  grid-column: span 2/auto;
  grid-row: span 2/auto;
}
.gallery__wrap > :nth-child(5) {
  grid-column: span 2/auto;
  grid-row: span 2/auto;
}
.gallery__media {
  border-radius: clamp(0.25rem, 0.91vw + 0.04rem, 1.5rem);
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  max-width: 72ch;
  padding-bottom: calc(var(--spacing) * 2);
  overflow: hidden;
}

/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/
.intro {
  background-color: var(--color-teal);
  color: var(--color-white);
  padding-top: clamp(8rem, 4.38vw + 6.99rem, 14rem);
  padding-bottom: clamp(2.65rem, 4.64vw + 1.58rem, 9rem);
  position: relative;
  overflow: hidden;
}
.intro__content {
  position: relative;
  z-index: 5;
}
.intro__content p {
  font-size: clamp(1.13rem, 0.32vw + 1.05rem, 1.56rem);
  line-height: 1.3;
  max-width: 28rem;
}
.intro .watermark {
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
}
@media (min-width: 768px) {
  .intro .watermark {
    top: -50%;
    left: 0;
    width: 40%;
    height: 200%;
  }
}

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  border-radius: 0.75rem;
  width: 100%;
  height: 0;
  min-height: 20rem;
  padding-bottom: 56.25%;
  margin-top: 2.5rem;
}

/*--------------------------------------------------------------
# Marquee
--------------------------------------------------------------*/
.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
@media (min-width: 768px) {
  .marquee {
    --gap: 2rem;
  }
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: marquee 60s linear infinite;
}
.marquee__group img {
  border-radius: 1rem;
  max-width: clamp(12.5rem, 21.55vw + 7.52rem, 42rem);
  aspect-ratio: 4/5;
  object-fit: cover;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: clamp(0.75rem, 2.37vw + 0.2rem, 4rem) 0;
  z-index: 5;
}
.header--fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header .btn:hover {
  background-color: #ae59c3;
}

/**
* Wrap
*/
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/**
* Logo
*/
.header__logo {
  display: flex;
  align-items: center;
  width: clamp(12rem, 8.77vw + 9.97rem, 24rem);
  height: auto;
}
.header__logo-img {
  height: 100%;
  width: 100%;
}

/**
* Nav
*/
.header__nav {
  background-color: var(--color-purple);
  border-bottom: 1px solid var(--color-dark-grey);
  position: absolute;
  left: 0;
  top: 100%;
  max-height: 100vh;
  transform: translateY(-0.5rem);
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  overscroll-behavior: contain;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .header__nav {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
    max-height: none;
    opacity: 1;
    overflow: visible;
    overscroll-behavior: auto;
    padding: 0;
    position: static;
    transform: translateY(0);
    transition: none;
    visibility: visible;
    width: 100%;
  }
  .header__nav::before {
    display: none;
  }
}

/**
* List
*/
.header__list {
  overflow: hidden;
}

/**
* List Item
*/
.header__item {
  opacity: 0;
  transform: translateX(20%);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.75, -0.015, 0.565, 1.055);
  transition-delay: 0.4s;
}
.drawer--is-visible .header__item {
  opacity: 1;
  transform: translateX(0);
}
.drawer--is-visible .header__item:nth-child(1) {
  transition-delay: 0.06s;
}
.drawer--is-visible .header__item:nth-child(2) {
  transition-delay: 0.1s;
}
.drawer--is-visible .header__item:nth-child(3) {
  transition-delay: 0.12s;
}
.drawer--is-visible .header__item:nth-child(4) {
  transition-delay: 0.18s;
}
.drawer--is-visible .header__item:nth-child(5) {
  transition-delay: 0.24s;
}
.header__item--current a {
  color: var(--color-teal);
}

/**
* Link
*/
.header__link {
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  padding: 0.625em 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  transition: 0.25s ease;
}
.header__link:hover {
  color: var(--color-teal);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.prose {
  --prose-links: #111827;
  --prose-bold: #111827;
  --prose-counters: #333;
  --prose-bullets: #333;
  --prose-hr: #e5e7eb;
  font-size: 1rem;
  line-height: 1.4;
}

.prose a:not(.btn) {
  color: var(--prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose h1 {
  margin-top: 0;
  margin-bottom: 0.2222222em;
}

.prose h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.prose h3 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}

.prose h4,
.prose h5,
.prose h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.prose h1 + *,
.prose h2 + *,
.prose h3 + *,
.prose h4 + *,
.prose h5 + *,
.prose h6 + * {
  margin-top: 0;
}

.prose p {
  margin-bottom: 1.125em;
}

.prose hr {
  border-top: 1px solid var(--prose-hr);
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose hr + * {
  margin-top: 0;
}

.prose strong {
  font-weight: 600;
}

.prose ul {
  list-style-type: none;
  margin-bottom: 1.25em;
  padding-left: 1.25em;
}

.prose ol > li::marker {
  content: "–";
  color: var(--prose-counters);
  font-weight: 400;
}

.prose ul > li::marker {
  content: "–";
  color: var(--prose-bullets);
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose ol > li {
  padding-left: 0.375em;
}

.prose ul > li {
  padding-left: 0.375em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose ol {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose ol[type=A] {
  list-style-type: upper-alpha;
}

.prose ol[type=a] {
  list-style-type: lower-alpha;
}

.prose ol[type=A s] {
  list-style-type: upper-alpha;
}

.prose ol[type=a s] {
  list-style-type: lower-alpha;
}

.prose ol[type=I] {
  list-style-type: upper-roman;
}

.prose ol[type=i] {
  list-style-type: lower-roman;
}

.prose ol[type=I s] {
  list-style-type: upper-roman;
}

.prose ol[type=i s] {
  list-style-type: lower-roman;
}

.prose ol[type="1"] {
  list-style-type: decimal;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .prose p {
    margin-bottom: 1.2em;
  }
  .prose h1 {
    margin-top: 0;
    margin-bottom: 0.3333333em;
  }
  .prose h2 {
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
  }
  .prose h3 {
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
  }
  .prose h4,
  .prose h5,
  .prose h6 {
    margin-top: 1.8em;
    margin-bottom: 0.5em;
  }
  .prose ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }
  .prose ul {
    margin-bottom: 1.2em;
    padding-left: 0.925em;
  }
  .prose li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .prose ol > li {
    padding-left: 0.625em;
  }
  .prose ul > li {
    padding-left: 0.625em;
  }
  .prose .prose > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .prose hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .prose hr + * {
    margin-top: 0;
  }
  .prose h2 + * {
    margin-top: 0;
  }
  .prose h3 + * {
    margin-top: 0;
  }
  .prose h4 + * {
    margin-top: 0;
  }
  .prose > :first-child {
    margin-top: 0;
  }
  .prose > :last-child {
    margin-bottom: 0;
  }
}
.prose--legal {
  max-width: 80ch;
  margin: 0 auto;
}

.prose--sm {
  max-width: 54ch;
}

/*--------------------------------------------------------------
# Read More
--------------------------------------------------------------*/
.read-more {
  opacity: 0;
}
.read-more__btn {
  cursor: pointer;
  color: var(--color-dark-grey);
  font-size: clamp(0.88rem, 0.42vw + 0.78rem, 1.45rem);
  text-underline-offset: 3px;
  text-decoration: underline;
  display: block;
  position: relative;
  margin-top: 3rem;
  transition: color 0.2s var(--ease-out);
}
.read-more__btn:hover {
  color: var(--color-purple);
}
.read-more__content {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .read-more__content {
    margin-top: 4rem;
  }
}
.read-more--loaded {
  opacity: 1;
}

/*--------------------------------------------------------------
# Socials
--------------------------------------------------------------*/
.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .socials {
    justify-content: flex-end;
  }
}
.socials > * + * {
  margin-left: 1em;
}
.socials a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.socials a:hover svg {
  fill: var(--color-purple);
  transform: scale(1.1);
}
.socials svg {
  display: inline-block;
  color: inherit;
  fill: var(--color-white);
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
  width: 1.5em;
  height: 1.5em;
  transition: color 0.3s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(1rem, 2.92vw + 0.32rem, 5rem);
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .team {
    grid-template-columns: repeat(2, minmax(1rem, 1fr));
  }
}
@media (min-width: 1024px) {
  .team {
    align-items: center;
  }
}
.team__media {
  border-radius: clamp(1rem, 0.41vw + 0.9rem, 1.56rem);
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
}
.team__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.team__title {
  font-size: 1.625em;
}
.team__subtitle {
  font-size: 1.125em;
}
.team .prose {
  max-width: 40rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .team .prose p {
    font-size: 1.055em;
  }
}
.team + .team {
  margin-top: clamp(3rem, 2.19vw + 2.49rem, 6rem);
}

/*--------------------------------------------------------------
# 06 - Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(3rem, 4.38vw + 1.99rem, 9rem);
}
@media (min-width: 1024px) {
  .contact__grid {
    grid-template-columns: repeat(2, minmax(1rem, 1fr));
  }
}
.contact__form > * + * {
  margin-top: 1rem;
}
.contact__form form {
  margin-top: 2.5rem;
}
.contact__map > * + * {
  margin-top: 0.75rem;
}
.contact__map .map {
  border-radius: 0.75rem;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  min-height: 20rem;
  margin-top: 2.5rem;
}

/*--------------------------------------------------------------
# 07 - Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/**
* Colours
*/
.bg-teal {
  background-color: var(--color-teal);
}

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

.bg-purple {
  background-color: var(--color-purple);
}

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

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

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

.bg-grey {
  background-color: var(--color-grey);
}

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

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

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

.bg-lightest-grey {
  background-color: var(--color-lightest-grey);
}

.text-lightest-grey {
  color: var(--color-lightest-grey);
}

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

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

/**
* Flow
*/
.flow-md > * + * {
  margin-top: var(--spacing);
}

.flow-lg > * + * {
  margin-top: calc(var(--spacing) * 1.5);
}

/**
* Text
*/
.text-center {
  text-align: center;
}

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

.text-semibold {
  font-weight: 600;
}

.text-normal {
  font-weight: 400;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.font-medium {
  font-weight: 600;
}

/**
* Overflow
*/
.overflow-hidden {
  overflow: hidden;
}

/**
* Accessibility
*/
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

/**
* Shadows
*/
.shadow-sm {
  box-shadow: var(--shadow-sm);
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadow-lg);
}

/**
* Aspect Ratio
*/
[class^=aspect-ratio],
[class*=" aspect-ratio"] {
  --aspect-ratio: calc(16/9);
  position: relative;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
[class^=aspect-ratio] > *,
[class*=" aspect-ratio"] > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[class^=aspect-ratio] > *:not(iframe),
[class*=" aspect-ratio"] > *:not(iframe) {
  object-fit: cover;
}

.aspect-ratio-16\:9 {
  --aspect-ratio: calc(16/9);
}

.aspect-ratio-16\:10 {
  --aspect-ratio: calc(16/10);
}

.aspect-ratio-3\:2 {
  --aspect-ratio: calc(3/2);
}

.aspect-ratio-21\:9 {
  --aspect-ratio: calc(21/9);
}

.aspect-ratio-1\:1 {
  --aspect-ratio: calc(1/1);
}

.aspect-ratio-4\:5 {
  --aspect-ratio: calc(4/5);
}

/**
* Hide
*/
.hide {
  display: none;
}

/**
* Animations
*/
[data-animate=stagger] > * {
  visibility: hidden;
  will-change: transform;
}

[data-animate=scale-in] {
  will-change: transform;
}

[data-animate=fade-in] {
  opacity: 0;
  transition: opacity 1s ease-out;
  will-change: opacity;
}
[data-animate=fade-in].is-active {
  opacity: 1;
}

/**
* Lazy Load
*/
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition-duration: 0.6s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/**
* Overlay
*/
.overlay {
  background-color: var(--color-white);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 5;
  pointer-events: auto;
}
