@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Larsseit_med", "Verdana", sans-serif;
  color: #03C389;
  background: #FFFFF1;
}
body p {
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.4em;
}
@font-face {
  font-family: "Beaches";
  src: url("../fonts/BeachesAndCream.woff2") format("woff2"), url("../fonts/BeachesAndCream.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Eugene";
  src: url("../fonts/Eugene-Regular.woff2") format("woff2"), url("../fonts/Eugene-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit_light";
  src: url("../fonts/Larsseit-Light.woff2") format("woff2"), url("../fonts/Larsseit-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit_med";
  src: url("../fonts/Larsseit-Medium.woff2") format("woff2"), url("../fonts/Larsseit-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content p {
  display: block;
  margin-bottom: 0.4em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  background: #03C389;
  color: #FFFFF1;
  font-size: clamp(16px, 2vw, 24px);
  padding: 0.7em 1.2em;
  letter-spacing: 0.2em;
  transition: 0.2s;
}
.btn.reverse {
  background: #FFFFF1;
  color: #03C389;
}
.btn:hover {
  color: #000;
}

/* =========================================
   Simple reusable grid layout
   Classes: .grid .grid_4 .grid_3 .grid_2
   One gap setting: change $grid_gap
   Responsive:
   - grid_4: 4 -> 3 -> 2 -> 1
   - grid_3: 3 -> 2 -> 1
   - grid_2: 2 -> 1
========================================= */
/* sensible width breakpoints */
/* below this, 4 drops to 3 */
/* below this, 3 drops to 2, and 4 can drop to 2 */
/* below this, everything drops to 1 */
.grid {
  display: grid;
  gap: 16px;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  /* default */
  grid-template-columns: 1fr;
  /* stop long text and images breaking the grid */
}
.grid > * {
  min-width: 0;
}

/* base column counts */
.grid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid_4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 4 -> 3 */
@media (max-width: 1100px) {
  .grid_4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* 4 -> 2 and 3 -> 2 */
@media (max-width: 860px) {
  .grid_4,
  .grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* everything -> 1 */
@media (max-width: 600px) {
  .grid_4,
  .grid_3,
  .grid_2 {
    grid-template-columns: 1fr;
  }
}
/*
---------------------------------------------------------------------------
=	GRAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  padding-top: 10px;
  line-height: 1.2em;
  color: #F76456;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  padding: 0 50px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input,
.gform_wrapper .gform-body select,
.gform_wrapper .gform-body textarea {
  display: block;
  width: 100%;
  padding: 16px 50px;
  border-bottom: 1px solid #7BE1BF;
  background: transparent;
  font-size: 0.8em;
  resize: none !important;
  color: #000;
}
.gform_wrapper .gform-body input::placeholder,
.gform_wrapper .gform-body textarea::placeholder {
  color: #7BE1BF;
  font-size: inherit;
  opacity: 1;
}
.gform_wrapper .gform-body select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2303C389' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) 50%;
  background-size: 12px 12px;
}
.gform_wrapper .gform-body .ginput_container_select select:has(option:checked[value=""]) {
  color: #7BE1BF;
}
.gform_wrapper .gform-body .ginput_container_select select:has(option:checked:not([value=""])) {
  color: #000;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body select:focus,
.gform_wrapper .gform-body textarea:focus {
  border-bottom: 1px solid #03AEAF !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description,
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: none;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex span select,
.gform_wrapper .gform-body fieldset .ginput_complex span textarea,
.gform_wrapper .gform-body fieldset .ginput_complex div input,
.gform_wrapper .gform-body fieldset .ginput_complex div select,
.gform_wrapper .gform-body fieldset .ginput_complex div textarea {
  width: 100%;
  font-size: 0.8em;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input::placeholder,
.gform_wrapper .gform-body fieldset .ginput_complex span textarea::placeholder,
.gform_wrapper .gform-body fieldset .ginput_complex div input::placeholder,
.gform_wrapper .gform-body fieldset .ginput_complex div textarea::placeholder {
  font-size: inherit;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
  position: relative;
}
.gform_wrapper .gform-body .ginput_container_consent input {
  width: unset;
}
.gform_wrapper {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  display: inline-block;
  background: #03C389;
  color: #FFFFF1;
  font-size: clamp(16px, 2vw, 24px);
  padding: 0.7em 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Larsseit_med";
  transition: 0.2s;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input,
  .gform_wrapper .gform_page_footer input {
    width: 100%;
  }
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  color: #000;
}
.gform_wrapper .gform_footer input.gform_next_button, .gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_next_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  max-width: 25%;
}
.gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gform-loader {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  background-size: contain;
}

/*
---------------------------------------------------------------------------
=	THANK YOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  position: relative;
  margin-bottom: 60px;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  padding: 5px;
  background: orange;
  color: #fff;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 50px;
  z-index: 9999;
  background: #FFFFF1;
}
#header a {
  display: inline-block;
  color: #03C389;
}
#header > * {
  flex: 1;
}
#header > *#logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#header > *#logo img {
  max-width: 100%;
}
#header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#header nav a {
  font-size: 43px;
  font-family: "Eugene";
}
#header nav.end {
  justify-content: right;
}

/*
---------------------------------------------------------------------------
=	BURGER
---------------------------------------------------------------------------
*/
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .burger-toggle {
    display: flex;
    margin-left: auto;
  }
}
.burger-toggle .burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.burger-toggle .burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}
.burger-toggle .burger_icon .line.line1 {
  top: 0;
}
.burger-toggle .burger_icon .line.line2 {
  top: 9px;
}
.burger-toggle .burger_icon .line.line3 {
  top: 18px;
}
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}
.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}
.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}
.burger-toggle .burger_label {
  color: currentColor;
  font-weight: 400;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}
/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
.body-locked {
  overflow: hidden;
}

.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}
.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: pink;
}
@media only screen and (min-width: 768px) {
  .side_menu {
    display: none;
  }
}
.side_menu.is-open {
  transform: translateX(0);
}
.side_menu .side_menu_inner {
  padding: 2rem 1.5rem;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* nav styles */
}
.side_menu .side_menu_inner .side_menu_nav ul {
  list-style: none;
  padding: 80px 0;
  margin: 0;
}
.side_menu .side_menu_inner .side_menu_nav ul li + li {
  margin-top: 1rem;
}
.side_menu .side_menu_inner .side_menu_nav ul a {
  color: #fff;
  text-decoration: none;
  font-size: 8vh;
  line-height: 1.3;
  display: inline-block;
}
.side_menu .side_menu_inner .side_menu_nav ul a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  background: url(../images/map.png) 50% 50% no-repeat #03C389;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFF1;
}
#footer.edge_top:before {
  background: url(../images/edge_top_green.png) repeat-x;
}
#footer .contact {
  padding: 0 5% 100px 5%;
}
#footer .cols {
  display: flex;
  flex-wrap: wrap;
}
#footer .cols > * {
  flex: 50%;
}
#footer .col1 {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10% 0 0;
}
#footer .col1 > div {
  flex: 100%;
}
#footer .col1 > div.contact_intro h4 {
  font-size: 54px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#footer .col1 > div.contact_info {
  align-self: flex-end;
}
#footer .col1 > div.contact_info > div {
  padding-top: 10%;
  font-size: 26px;
}
#footer .col1 > div.contact_info > div a {
  color: #FFFFF1;
}
#footer .col1 > div.contact_info > div span {
  display: block;
  margin-bottom: 0.5em;
}
#footer .col1 > div.contact_info > div nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#footer .col2 {
  background: #FFFFF1;
  color: #03C389;
  padding: 50px 0;
  border-radius: 10px;
}
#footer .footer_end {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px;
}
#footer .footer_end span {
  display: inline-block;
  font-size: 14px;
}
#footer .footer_end span.yoke {
  margin-left: auto;
}
#footer .footer_end span.yoke a {
  display: inline-block;
  color: coral;
}
#footer .footer_end span.yoke a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
.title {
  display: block;
  text-transform: uppercase;
  font-family: "Eugene";
  line-height: 0.5em;
  font-size: clamp(0px, 15vw, 160px);
  margin-bottom: 0.2em;
}

.edge {
  position: relative;
}
.edge.edge_bottom:after {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -9px;
  left: 0;
  content: "";
  background: url(../images/edge_bottom.png) repeat-x;
}
.edge.edge_top:before {
  height: 10px;
  width: 100%;
  position: absolute;
  top: -9px;
  left: 0;
  content: "";
  background: url(../images/edge_top.png) repeat-x;
}

.check {
  height: 87px;
  background: url(../images/check.png) 50% 0 repeat-x;
}

.check_bg {
  width: 100%;
  height: 87px;
  background-image: url("../images/check.png");
  background-repeat: repeat;
  background-size: 171px 87px;
  animation: bg-scroll 10s linear infinite;
}

@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 171px 0;
  }
}
/*
---------------------------------------------------------------------------
=	HOMEPAGE
---------------------------------------------------------------------------
*/
/*
----------------------------
=	HERO
----------------------------
*/
.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  padding: 5%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .hero {
    background-attachment: fixed !important;
  }
}
.hero:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
}
.hero .inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFF1;
  max-width: 900px;
}
.hero .inner img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
.hero .inner .entry_content {
  margin: 0 auto;
  max-width: 800px;
}
.hero .inner .btn {
  margin-top: 5%;
}
.hero .next {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #E3A83D;
  padding: 20px 5%;
  color: #FFFFF1;
}
.hero .next > span {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 3vw;
}
.hero .next > span span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Eugene";
  letter-spacing: 0.02em;
}
.hero .next > span em {
  display: inline-block;
  font-family: "Beaches";
}

/*
---------------------------------------------------------------------------
=	SECTION INTRO
---------------------------------------------------------------------------
*/
.section_intro {
  padding: 120px 5% 5% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section_intro > div {
  text-align: center;
  max-width: 1060px;
}
.section_intro > div img {
  height: 160px;
  width: auto;
  margin-bottom: 20px;
}

/*
---------------------------------------------------------------------------
=	EVENTS 
---------------------------------------------------------------------------
*/
.events {
  padding: 0 5%;
}
.events .event {
  padding-bottom: 60px;
  border-bottom: 2px solid #7BE1BF;
  margin-bottom: 60px;
}
.events .event:last-of-type {
  border: none;
}
.events .event > span {
  display: block;
  padding-left: 2.5%;
  font-family: "Beaches";
  font-size: 60px;
  margin-bottom: 0.3em;
}
.events .event > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .events .event > div > * {
    flex: 100%;
    margin-bottom: 20px;
  }
}
.events .event > div > div {
  flex: 1;
  padding-left: 2.5%;
  font-family: "Larsseit_med";
}
.events .event > div > div h3 {
  display: block;
  font-size: 39px;
  margin-bottom: 0.3em;
}
.events .event > div > div span {
  font-size: 18px;
}
.events .event > div > span,
.events .event > div > a {
  margin-left: auto;
  font-family: "Larsseit_med";
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .events .event > div > span,
  .events .event > div > a {
    padding: 0 5%;
  }
}
.events .event > div a {
  font-size: 20px;
  color: #03C389;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.events .event > div a:hover {
  text-decoration: none;
}

/*
---------------------------------------------------------------------------
=	PAGE BREAK
---------------------------------------------------------------------------
*/
.page_break {
  height: 80vh;
}
@media only screen and (min-width: 768px) {
  .page_break {
    background-attachment: fixed !important;
  }
}

/*
---------------------------------------------------------------------------
=	SWIPER
---------------------------------------------------------------------------
*/
.swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
}
.swiper-slide.slide {
  background: #FFF6E4;
  padding: 50px 5% 60px 5%;
  border-radius: 10px;
  opacity: 0.5;
  transform: scale(0.85);
}
.swiper-slide.slide > div {
  margin-bottom: 30px;
}
.swiper-slide.slide > div img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.swiper-slide.slide > span {
  display: block;
  color: #03C389;
  font-family: "Eugene";
  line-height: 0.5em;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 0.2em;
}
.swiper-slide.slide h3 {
  display: block;
  font-size: clamp(0px, 8vw, 100px);
  letter-spacing: 0.05em;
  font-family: "Eugene";
  line-height: 0.5em;
  margin-bottom: 0.3em;
}
.swiper-slide.slide p {
  font-size: clamp(0px, 2vw, 26px);
  line-height: 1.4em;
  padding: 0 5%;
}

.swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1) !important;
  z-index: 2;
}

#supplier_slide {
  padding-bottom: 200px;
}
#supplier_slide .slide {
  padding: 0;
  padding: 30px 30px 60px 30px;
}
#supplier_slide .slide > div {
  position: relative;
  aspect-ratio: 1/1;
}
#supplier_slide .slide > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#supplier_slide .slide h3 {
  margin-bottom: 0.2em;
}
#supplier_slide .slide p {
  font-size: clamp(0px, 2vw, 20px);
}

/*
---------------------------------------------------------------------------
=	GRID
---------------------------------------------------------------------------
*/
.grid {
  padding: 0 5% 10% 5%;
}

.card {
  text-align: center;
  background: #FFF6E4;
  padding: 70px;
  border-radius: 10px;
}
.card h3 {
  display: block;
  font-size: 5vw;
  font-family: "Eugene";
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.card img {
  height: 450px;
  margin-bottom: 5%;
}

/*
---------------------------------------------------------------------------
=	PRIVATE
---------------------------------------------------------------------------
*/
.green {
  background: #03C389;
  color: #FFFFF1;
}
.green .slide h3,
.green .slide p {
  color: #03C389;
}

.privite {
  padding: 0 5% 200px 5%;
}
.privite .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.privite .cols > * {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .privite .cols > * {
    flex: 100%;
  }
}
.privite .col1 {
  background: #FFFFF1;
  color: #03C389;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .privite .col1 {
    order: 2;
  }
}
.privite .col1 h3 {
  display: block;
  font-family: "Eugene";
  line-height: 0.3em;
  font-size: clamp(0px, 8vw, 110px);
  padding: 40px;
}
.privite .col1 > div {
  padding: 40px;
  border-top: 1px solid #03C389;
}
.privite .col1 > div span {
  display: block;
  font-size: 30px;
  margin-bottom: 0.5em;
}
.privite .col1 > div p {
  font-family: "Larsseit_light";
}
.privite .col2 {
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  .privite .col2 {
    padding: 60px 0 0 0;
  }
}
.privite .col2 h3 {
  display: block;
  font-size: 54px;
  margin-bottom: 1em;
}
.privite .col2 .btn {
  margin-top: 50px;
}

/*
---------------------------------------------------------------------------
=	SCROLL GAL
---------------------------------------------------------------------------
*/
.scroll_gal_wrap {
  position: relative;
  overflow: hidden;
  padding: 6vw 0;
  background: #03C389;
}

.scroll_gal {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2vw;
  width: max-content;
}
.scroll_gal > span {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.scroll_gal > span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scroll_gal .gal_sm {
  width: 25vw;
  aspect-ratio: 1/1;
}
.scroll_gal .gal_tall {
  width: 25vw;
  aspect-ratio: 1/1.5;
}
.scroll_gal .gal_mid {
  width: 25vw;
  aspect-ratio: 1/1.25;
}

/*
---------------------------------------------------------------------------
=	ABOUT US
---------------------------------------------------------------------------
*/
.about_us.edge_top:before {
  background: url(../images/edge_top_white.png) repeat-x;
}
.about_us .sticky {
  position: sticky;
  top: 5%;
  padding: 10% 5%;
  max-width: 1190px;
  margin: 0 auto;
  text-align: center;
}
.about_us .sticky h3 {
  font-family: "Beaches";
  font-size: 100px;
  line-height: 0.8em;
  margin-bottom: 0.5em;
}
.about_us .img_wrap {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.about_us img {
  height: 80vh;
  width: auto;
  border-radius: 10px;
}
