@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 {
  padding-top: 64px;
  font-size: 10px;
  color: #796867;
  font-family: "Jost", "Arial", "Verdana", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: url(../images/texture.webp) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body #main p {
  font-size: 18px;
}

@font-face {
  font-family: "Paperink";
  src: url("../fonts/Paperink-Regular.woff2") format("woff2"), url("../fonts/Paperink-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lazy_dog";
  src: url("../fonts/LazydogRegular.woff2") format("woff2"), url("../fonts/LazydogRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* =========================================
   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: 24px;
  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));
}

.grid_5 {
  grid-template-columns: repeat(5, 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;
  }
}
.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;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.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;
  transition: 0.2s;
}
.btn:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
  padding: 0 10%;
}
.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
  ----------------------------
  */
  /*ERROR*/
}
.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;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
}
.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 {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #000;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid blue !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #000;
  background: transparent;
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' 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% - 16px), 50%;
  background-size: 12px 12px;
  color: rgba(0, 0, 0, 0.5);
}
.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 {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.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 div input {
  width: 100%;
}
.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;
}
.gform_wrapper {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  flex: 1;
  height: 58px;
  color: #fff;
  background: #000;
  border: 1px solid #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 .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #fff;
  color: #000;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

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

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.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 {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 5%;
}
#header > * {
  flex: 1;
}
#header > *#logo {
  text-align: center;
  max-width: 200px;
}
#header > *#logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 50px;
}
#header nav#end {
  justify-content: right;
}
#header nav a {
  display: inline-block;
  font-size: 19px;
  color: #796867;
}
#header nav a.donate {
  padding: 16px 30px;
  background: url(../images/btn.svg) 50% 50% no-repeat;
  background-size: cover;
  font-weight: 600;
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  display: none; /* default to hidden */
  width: 30px;
  height: 24px;
  z-index: 300;
  margin-left: 5%;
  transition: 0.2s;
}
@media only screen and (max-width: 1230px) {
  #nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
}
#nav-toggle #nav-burger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  transition: 0.25s ease-in-out;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 0;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: calc(50% - 2px);
}
#nav-toggle #nav-burger span:nth-child(4) {
  bottom: 0;
}
#nav-toggle #nav-burger:hover span {
  background: #000;
}
#nav-toggle #nav-burger.open span {
  background: #000;
}
#nav-toggle #nav-burger.open span:nth-child(1),
#nav-toggle #nav-burger.open span:nth-child(4) {
  top: calc(50% - 2px);
  width: 0;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  background-size: cover;
  z-index: 990;
  left: -110%;
  position: fixed;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#slideout_nav.active {
  left: 0;
}
#slideout_nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}
#slideout_nav nav a {
  display: block;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
.sign_up {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  margin: -20px 0 -80px 0;
}
.sign_up .envelope {
  transform: rotate(-2deg);
  width: min(758px, 100%);
  aspect-ratio: 758/811;
  height: auto;
  background: url(../images/envelope.png) 50% 50%/contain no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 5%;
  overflow: hidden;
}
.sign_up .envelope .letter {
  width: 66%;
  height: 80%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sign_up .envelope .letter > div {
  text-align: center;
  padding: 15% 5% 10%;
}
.sign_up .envelope .letter > div span {
  display: block;
  font-size: clamp(14px, 2.4vw, 18px);
}
.sign_up .envelope .letter > div h1 {
  font-size: clamp(34px, 8vw, 70px);
  line-height: 0.8em;
  margin: 30px 0;
}
.sign_up .envelope .letter > div input {
  display: block;
  margin: 0 auto 30px auto;
  width: 70%;
  font-size: clamp(14px, 2vw, 16px);
  border-bottom: 1px solid #574A48;
  text-align: center;
  padding-bottom: 10px;
}
.sign_up .envelope .letter > div .btn {
  height: 50px;
  max-width: 120px;
  background-size: contain;
  font-size: 18px;
}
.sign_up .envelope .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(../images/envelope2.png) 50% 50%/contain no-repeat;
  pointer-events: none;
}

@media (max-width: 600px) {
  .sign_up .envelope {
    width: 115%;
    max-width: 758px;
  }
  .sign_up .envelope .letter {
    width: 68%;
  }
  .sign_up .envelope .letter > div {
    padding: 12% 5%;
  }
  .sign_up .envelope .letter > div input {
    width: 85%;
    margin-bottom: 25px;
  }
}
#footer {
  color: #fff;
  background: #574A48;
}
#footer #foot_top {
  padding: 150px 5% 100px 5%;
}
#footer #foot_top > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
#footer #foot_top > div img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 280px;
}
#footer #foot_top nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
#footer #foot_top nav a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}
#footer #foot_end {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 5%;
}
#footer #foot_end span {
  display: inline-block;
  font-size: 14px;
}
#footer #foot_end span a {
  display: inline-block;
  color: #EFBCC8;
}
#footer #foot_end span a:hover {
  color: #fff;
}
#footer #foot_end span.yoke {
  margin-left: auto;
}

/*
---------------------------------------------------------------------------
=	PHOTOS 
---------------------------------------------------------------------------
*/
.photo_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  padding-bottom: 20%;
}
.photo_sec .main_pad {
  flex: 100%;
  max-width: 900px;
}
.photo_sec .main_pad > * {
  margin-bottom: 60px;
}

.photo_wrap {
  width: 300px;
}

.photo {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.photo.with_boarder {
  padding: 1vw;
  background: url(../images/roid_texture.png);
}
.photo.with_boarder img {
  top: 1vw;
  left: 1vw;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
}
.photo.no_shadow {
  box-shadow: none;
}
.photo.photo_sq {
  aspect-ratio: 1/1;
}
.photo.photo_port {
  aspect-ratio: 2/3;
}
.photo.roid {
  --roid-pad: 1vw;
  --roid-note: 15%;
  --roid-top-extra: 0%;
  aspect-ratio: 1/1.2;
  padding: var(--roid-pad);
  padding-top: calc(var(--roid-pad) + var(--roid-top-extra));
  background: url(../images/roid_texture.png);
  display: flex;
  flex-direction: column;
}
.photo.roid.port {
  aspect-ratio: 1/1.6;
  --roid-top-extra: 7.5%;
}
.photo.roid .roid_img {
  display: block;
  position: relative;
  flex: 1;
  overflow: hidden;
}
.photo.roid .pen {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--roid-note);
}
.photo.roid .pen span {
  display: block;
  text-align: center;
  font-size: clamp(22px, 4vw, 58px);
  font-family: "Paperink";
  line-height: 1;
  transform: rotate(-2deg);
}
.photo.stack:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: pink;
  content: "";
  transform: rotate(-3deg);
  background: url(../images/roid_texture.png);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.photo.stack2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: pink;
  content: "";
  transform: rotate(3deg);
  background: url(../images/roid_texture.png);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.photo.tape:after {
  position: absolute;
  top: -30px;
  left: 30%;
  width: 200px;
  height: 80px;
  content: "";
  background: url(../images/tape1.png) 50% 0 no-repeat;
  background-size: contain;
  z-index: 100;
}
.photo.clip:after {
  position: absolute;
  top: -32px;
  left: 25%;
  width: 50px;
  height: 100px;
  content: "";
  background: url(../images/paperclip.png) 50% 0 no-repeat;
  background-size: contain;
  z-index: 20;
}
.photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.binder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: url(../images/ringbinder.png) 0 0 repeat-x;
  z-index: 100;
}

.main_wrap {
  max-width: 1020px;
}

.ld {
  font-family: "lazy_dog";
}

/*
#ms1
{
	width: 500px;
}

.tape
{
	position: relative;

	&:after
	{
		position: absolute;
		top:-5%;
		left:30%;
		width: 44%;
		padding-bottom: 15%;
		content: "";
		background: url(../images/tape.png) 50% 0 no-repeat;
		background-size: contain;
	}
}
.clip
{
	position: relative;

	&:after
	{
		position: absolute;
		top:-5%;
		left:30%;
		width: 44%;
		padding-bottom: 15%;
		content: "";
		background: url(../images/paperclip.png) 50% 0 no-repeat;
		background-size: contain;
		z-index: 20;
	}
}

.roid
{
	position: relative;
	background: url(../images/roid_texture.png);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	padding:10px;

	&.even
	{
		padding:10px;
	}

	&.square
	{
		> span
		{
			aspect-ratio: 1/1;
		}
	}
	&.rec
	{
		padding:30px 10px;

		> span
		{
			aspect-ratio: 1/1.5;
		}
	}

	> span
	{
		position: relative;
		display: block;

		&:after
		{
			content: "";
			position: absolute;
			inset: 0;
			pointer-events: none;
			background:
				linear-gradient(to bottom, rgba(0,0,0,0.2), transparent 1%),
				linear-gradient(to left, rgba(0,0,0,0.2), transparent 1%);
		}
	}
}

.multi
{
	transform: rotate(3deg);

	> div
	{
		position: absolute;
		z-index: 10;
		top:0;
		left:25%;
		width: 50%;
		height: 80%;
		background: url(../images/roid_texture.png);
		box-shadow: 3px 3px 5px rgba(0,0,0,0.1);

		transform: rotate(-5deg);
		padding:10px;	

		> span
		{
			display: block;
			position: relative;
			width: 100%;
			height: 100%;
		}
	}
}
*/
.hand {
  font-family: "Paperink";
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  width: 100%;
  height: 84px;
  max-width: 261px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(../images/btn.svg) 50% 50% no-repeat;
  background-size: cover;
  color: #796867;
  font-size: 24px;
  font-weight: 600;
}

.section_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
.section_intro .wrap {
  max-width: 800px;
  text-align: center;
}
.section_intro .wrap .hand {
  font-size: 100px;
}

/*
---------------------------------------------------------------------------
=	BLOCKS
---------------------------------------------------------------------------
*/
.intro_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5% 5% 10% 5%;
  position: relative;
}
.intro_block > img {
  position: absolute;
  top: 5%;
  left: 0;
}
.intro_block > div {
  text-align: center;
  max-width: 960px;
}
.intro_block > div h1 {
  font-size: clamp(60px, 8vw, 120px);
  line-height: 0.8em;
  margin-bottom: 0.2em;
}
.intro_block > div p {
  font-size: clamp(0px, 3vw, 24px) !important;
}
.intro_block > div .btn {
  margin-top: 30px;
}

/*
----------------------------
=	VID TEST
----------------------------
*/
.video_hero {
  position: relative;
  margin-top: 20px;
}
.video_hero .hero_inner {
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_hero .hero_side {
  width: 25vw;
  position: relative;
  z-index: 2;
  height: 100vh;
}
.video_hero .hero_side > div {
  position: absolute;
}
.video_hero .hero_side > div#w1 {
  top: 10px;
  right: 1vw;
  height: 60%;
  aspect-ratio: 1/1;
}
.video_hero .hero_side > div#w2 {
  bottom: 10%;
  left: 2vw;
  height: 50%;
  aspect-ratio: 1/1;
  transform: rotate(-2deg);
}
.video_hero .hero_side > div#w3 {
  top: 20px;
  left: 0;
  height: 60%;
  aspect-ratio: 1/1;
}
.video_hero .hero_side > div#w4 {
  bottom: 0;
  left: -2vw;
  height: 50%;
  aspect-ratio: 1/1.6;
}
.video_hero .hero_left {
  text-align: right;
}
.video_hero .hero_video {
  height: 100vh;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.video_hero .hero_video .video_wrap {
  position: absolute;
  inset: 0;
}
.video_hero .hero_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
}

/*
----------------------------
=	VID TEST - SLIDE
----------------------------

.video_hero {
	height: 200vh;
	position: relative;
	margin-top: 20px;

	.hero_inner {
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.hero_side 
	{
		width: 25vw;
		position: relative;
		z-index: 2;
		height: 100vh;

		> div
		{
			position: absolute;

			&#w1
			{
				top:10px;
				right:1vw;
				width: 120%;
			}

			&#w2
			{
				bottom:5%;
				left:2vw;
				width: 120%;
			}

			&#w3
			{
				top:20px;
				left:2vw;
				width: 120%;
			}
			&#w4
			{
				bottom:0;
				left:-2vw;
				width: 80%;

			}
		}

	}

	.hero_left {
		text-align: right;
		//padding-right: 4vw;
	}

	.hero_right {
		//padding-left: 4vw;
	}

	.hero_video {
		height: 100vh;
		aspect-ratio: 1/1;
		position: relative;
		flex-shrink: 0;
		overflow: hidden;

		.video_wrap {
			position: absolute;
			inset: 0;
		}

		iframe {
			position: absolute;
			top: 50%;
			left: 50%;

			width: 100vw;
			height: 56.25vw;

			min-width: 177.78vh;
			min-height: 100vh;

			transform: translate(-50%, -50%);
			border: 0;
		}
	}
}

/*
---------------------------------------------------------------------------
=	HOMEPAGE
---------------------------------------------------------------------------
=	WELCOME
----------------------------
*/
.welcome .cols {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}
.welcome .cols > * {
  flex: 1;
}
.welcome .cols .vid {
  aspect-ratio: 1/1;
  background: #000;
}

/*
----------------------------
=	FOUNDERS
----------------------------
*/
.founders {
  padding: 0 5% 10% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.founders .cols {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
}
.founders .cols .col1 {
  flex: 1;
  position: relative;
  z-index: 1;
  transform: rotate(-3deg);
}
.founders .cols .col1 span {
  position: absolute;
  top: -6%;
  left: 35%;
  display: block;
  width: 40%;
  height: 0;
  padding-bottom: 16%;
  background: url(../images/tape.png) 50% 50% no-repeat;
  background-size: contain;
}
.founders .cols .col1 img {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.founders .cols .col2 {
  position: relative;
  width: 680px;
  padding-top: 120px;
}
.founders .cols .col2 .wayfind {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: right;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 10;
}
.founders .cols .col2 .wayfind span {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  transform: rotate(-2deg);
}
.founders .cols .col2 .wayfind img {
  margin-top: 40px;
}
.founders .cols .col2 .scrap_lined {
  text-align: center;
  position: relative;
  transform: rotate(1deg);
  z-index: 3;
}
.founders .cols .col2 .scrap_lined img {
  width: 100%;
  height: auto;
}
.founders .cols .col2 .scrap_lined > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.founders .cols .col2 .scrap_lined > div > div {
  padding: 98px 5% 0 5%;
}
.founders .cols .col2 .scrap_lined > div > div p {
  font-size: 20px !important;
  line-height: 30px;
  margin-bottom: 30px;
}
.founders .cols .col2 .scrap_lined > div > div p:last-of-type {
  margin-bottom: 10px;
}
.founders .cols .col2 .scrap_lined > div > div .hand {
  display: block;
  font-size: 40px;
  margin-top: 24px;
}

/*
----------------------------
=	IMPACT
----------------------------
*/
.impact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 5% 20% 5%;
  position: relative;
  z-index: 2;
}
.impact > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.impact .wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}
.impact .wrap .impact_head {
  padding-bottom: 60px;
  max-width: 800px;
  margin: 0 auto;
}
.impact .wrap .impact_head .ring {
  position: relative;
  display: inline-block;
}
.impact .wrap .impact_head .ring h2 {
  position: relative;
  z-index: 2;
  font-size: 42px;
  margin: 0;
  padding: 40px 0;
}
.impact .wrap .impact_head .ring .draw_ring {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: calc(100% + 80px);
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: visible;
}
.impact .wrap .impact_head .ring .ring_path {
  opacity: 0;
}
.impact .wrap .grid {
  gap: 100px;
}
.impact .wrap .grid > div {
  width: 250px;
}
.impact .wrap .grid > div span {
  display: inline-block;
  font-family: "Paperink";
  font-size: 7vw;
}
.impact .wrap .grid > div h3 {
  display: block;
  font-size: clamp(0px, 2vw, 24px);
  line-height: 1.4em;
}

/*
----------------------------
=	STORY
----------------------------
*/
.story {
  background: url(../images/check.png) 50% 100% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 10% 5%;
  margin-bottom: 10%;
  margin-top: -10%;
}
.story a {
  color: #796867;
}
.story .section_intro {
  position: relative;
}
.story .section_intro img {
  position: absolute;
  top: 0%;
  right: 10%;
}
.story .grid {
  padding-top: 100px;
  gap: 10% !important;
}
.story .grid > div {
  text-align: center;
}
.story .grid > div div {
  margin-bottom: 60px;
  padding: 5%;
  background: url(../images/texture.webp) 50% 50% no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.story .grid > div div h2 {
  display: block;
  font-size: 26px;
  margin-bottom: 30px;
}
.story .grid > div div h2 a {
  font-weight: 600;
}
.story .grid > div div p {
  line-height: 1.4em;
}
.story .grid > div > a {
  display: block;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  /*
  .img
  {
  	display:block;
  	position: relative;
  	aspect-ratio: 1/1.3;
  	margin-bottom: 5%;

  	&:after
  	{
  		content: "";
  		position: absolute;
  		inset: 0;
  		pointer-events: none;
  		background:
  			linear-gradient(to bottom, rgba(0,0,0,0.2), transparent 1%),
  			linear-gradient(to left, rgba(0,0,0,0.2), transparent 1%);
  	}
  }

  .hand
  {
  	display: block;
  	font-size: 3vw;
  }
  &:hover
  {
  	color: #E6BCC6;
  }
  */
}
.story .grid > div > a:hover .pen span {
  color: #E6BCC6;
}
.story .grid > div.item_1 > a, .story .grid > div.item_3 > a {
  transform: rotate(-1deg);
}
.story .grid > div.item_2 > a {
  transform: rotate(1deg);
}

/*
----------------------------
=	HOME SHOP
----------------------------
*/
#home_shop {
  padding: 0 5% 10% 5%;
}
#home_shop .grid {
  align-items: start;
}
@media only screen and (min-width: 768px) {
  #home_shop .grid > div.sticky {
    position: sticky;
    top: 5%;
    align-self: start;
  }
}
#home_shop .grid > div > a {
  display: block;
  margin-bottom: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  /*
  > span
  {
  	display: block;
  	position: relative;

  	aspect-ratio: 1 / 1;

  	&:after
  	{
  		content: "";
  		position: absolute;
  		inset: 0;
  		pointer-events: none;
  		background:
  			linear-gradient(to bottom, rgba(0,0,0,0.05), transparent 1%),
  			linear-gradient(to left, rgba(0,0,0,0.05), transparent 1%);
  	}
  }
  */
}
#home_shop .grid > div > div {
  background: #fff;
  aspect-ratio: 1/1;
  margin-bottom: 30px;
}
#home_shop .grid > div > div#shop_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: transparent;
}
#home_shop .grid > div > div#shop_link div {
  text-align: center;
  padding: 5%;
}
#home_shop .grid > div > div#shop_link div .hand {
  font-size: 5vw;
}
#home_shop .grid > div > div#shop_link div p {
  margin: 40px 0;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	OUR STORY
---------------------------------------------------------------------------
*/
.lp {
  margin: 0 auto;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  background: url(../images/_our_story/paper_texture.jpg);
}
.lp .lines {
  background: url(../images/_our_story/line.png);
  padding-bottom: 5%;
}
.lp {
  /*
  &:after
  {
  	position: absolute;
  	content:"";
  	top:60px;
  	left:0;
  	width: 100%;
  	height: 100%;
  	background: url(../images/_our_story/line.png);
  }
  */
}

.our_story_content {
  padding: 0 5%;
  margin-bottom: 10%;
}
.our_story_content .lp {
  padding-top: 80px;
  max-width: 1200px;
}
.our_story_content .lp p {
  font-size: 18px !important;
  line-height: 30px;
}
.our_story_content .lp .content_top .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../images/_our_story/smiley.png) 98% 0 no-repeat;
}
.our_story_content .lp .content_top .cols > * {
  width: 50%;
}
.our_story_content .lp .content_top .cols .col1 {
  position: relative;
  align-self: stretch;
}
.our_story_content .lp .content_top .cols .col1 .photo {
  position: absolute;
  top: -100px;
  left: -80px;
  transform: rotate(-5deg);
}
.our_story_content .lp .content_top .cols .col2 {
  padding: 5%;
}
.our_story_content .lp .content_top .cols .col2 .hand {
  font-size: 59px;
}
.our_story_content .lp .content_bottom {
  margin-bottom: 10%;
}
.our_story_content .lp .content_bottom .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_story_content .lp .content_bottom .cols > .col {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .our_story_content .lp .content_bottom .cols > .col.col1 {
    order: 2;
  }
}
.our_story_content .lp .content_bottom .cols > .col.col1 {
  position: relative;
}
.our_story_content .lp .content_bottom .cols > .col.col1 .photo_wrap {
  position: absolute;
}
.our_story_content .lp .content_bottom .cols > .col.col1 .photo_wrap#photo1 {
  width: 100%;
  top: 0;
  right: -10%;
  transform: rotate(2deg);
}
.our_story_content .lp .content_bottom .cols > .col.col1 .photo_wrap#photo2 {
  width: 60%;
  bottom: -20%;
  left: 0;
  transform: rotate(-2deg);
}
.our_story_content .lp .content_bottom .cols > .col.col2 {
  padding: 15% 5% 0% 5%;
}
.our_story_content .lp .content_bottom .cols > .col.col2 .sign {
  padding: 10% 0 0 20%;
  rotate: -5deg;
}
.our_story_content .lp .content_bottom .cols > .col.col2 .sign span {
  display: block;
  font-size: 4vw;
  line-height: 0.8em;
}

.our_inspo {
  background: url(../images/_our_story/pink_paper.png) 50% 50% no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  margin-bottom: 10%;
}
.our_inspo .wrap {
  max-width: 1200px;
}
.our_inspo .wrap .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10% 0;
}
.our_inspo .wrap .cols > * {
  flex: 50%;
}
.our_inspo .wrap .cols .col1 {
  background: url(../images/_our_story/scribble.png) 50% 50% no-repeat;
  background-size: contain;
  padding: 50px;
  position: relative;
}
.our_inspo .wrap .cols .col1 .star {
  position: absolute;
  width: 30%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.our_inspo .wrap .cols .col1 .photo {
  transform: rotate(-2deg);
}
.our_inspo .wrap .cols .col2 {
  padding-left: 5%;
}
.our_inspo .wrap .cols .col2 h1 {
  display: block;
  font-size: 48px;
  margin-bottom: 1em;
  position: relative;
}
.our_inspo .wrap .cols .col2 h1:before {
  position: absolute;
  top: -40px;
  left: -60px;
  width: 411px;
  height: 114px;
  content: "";
  background: url(../images/ring.svg) 0 0 no-repeat;
}

/*
---------------------------------------------------------------------------
=	Chapters
---------------------------------------------------------------------------
*/
.chapters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../images/line.png) 50% 0 repeat-y;
  padding: 5% 5%;
  margin-bottom: 10%;
}
.chapters .chapter {
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background: url(../images/dot.png) 50% 50% no-repeat;
}
.chapters .chapter > * {
  flex: calc(50% - 25px);
}
.chapters .chapter > *.col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
.chapters .chapter > *.col2 {
  padding: 0 5%;
}
.chapters .chapter > *.col2 .hand {
  font-size: 60px;
  margin-bottom: 20px;
}
.chapters .chapter > *.col2 > span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .chapters .chapter:nth-child(odd) .col1 {
    order: 2;
  }
  .chapters .chapter:nth-child(odd) .col2 {
    text-align: right;
  }
}

/*
---------------------------------------------------------------------------
=	TEAM
---------------------------------------------------------------------------
*/
.team_squad {
  padding-bottom: 10%;
}
.team_squad .squad_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team_squad .squad_grid .wrap {
  width: 100%;
  max-width: 1100px;
}
.team_squad .squad_grid .wrap a {
  display: block;
  margin-bottom: 60px;
  position: relative;
}
.team_squad .squad_grid .wrap a:nth-child(odd) {
  transform: rotate(2deg);
}
.team_squad .squad_grid .wrap a .meet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  opacity: 0;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.1);
}
.team_squad .squad_grid .wrap a .meet span {
  display: block;
  text-align: center;
  color: #EFBCC8;
  font-size: 5vw;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.team_squad .squad_grid .wrap a:hover .meet {
  opacity: 1;
}

.team_trustees {
  background: url(../images/check.png) 50% 100% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 10% 0;
}
.team_trustees .swiper {
  position: relative;
}
.team_trustees .next_prev {
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  z-index: 999;
}
.team_trustees .next_prev.swiper-button-disabled {
  opacity: 0.2;
}
.team_trustees .next_prev#trust_prev {
  left: 5%;
}
.team_trustees .next_prev#trust_next {
  right: 5%;
}
.team_trustees .slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.team_trustees .slide .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
}
.team_trustees .slide .cols > * {
  flex: 50%;
}
.team_trustees .slide .cols .col1 {
  padding: 30px;
}
.team_trustees .slide .cols .col2 {
  text-align: center;
}
.team_trustees .slide .cols .col2 h2 {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
}

.partners_list {
  padding: 0 5% 10% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.partners_list .wrap {
  max-width: 1060px;
}
.partners_list .wrap .partner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%;
  align-items: center;
  justify-content: center;
}
.partners_list .wrap .partner > * {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .partners_list .wrap .partner > * {
    flex: 100%;
    width: 100%;
  }
}
.partners_list .wrap .partner .col2 {
  padding: 0 0 0 5%;
}
.partners_list .wrap .partner .col2 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .partners_list .wrap .partner:nth-child(even) .col1 {
    order: 2;
  }
}
.partners_list .wrap .partner:nth-child(even) .col2 {
  padding: 0 5% 0 0;
}

/*
---------------------------------------------------------------------------
=	SINGLE TEAM
---------------------------------------------------------------------------
*/
.about_team {
  padding: 50px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.about_team .team_intro {
  text-align: center;
}
.about_team .team_intro nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 19px;
}
.about_team .team_intro nav a {
  display: inline-block;
  color: #796867;
}
.about_team .team_intro h1 {
  font-size: 10vw;
  color: #EFBCC8;
  transform: rotate(-4deg);
  margin: 10% 0 5% 0;
}
.about_team .lp {
  padding-top: 65px;
}
.about_team .lp .cols {
  display: flex;
  flex-wrap: wrap;
}
.about_team .lp .cols > * {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .about_team .lp .cols > *.col1 {
    max-width: 40%;
    order: 2;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .about_team .lp .cols > * {
    flex: 100%;
  }
}
.about_team .lp .cols > *.col1 .faves {
  padding: 40px 20px;
  font-family: "Paperink";
  font-size: 36px;
  text-align: center;
  transform: rotate(-5deg);
}
.about_team .lp .cols > *.col1 .faves ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.about_team .lp .cols > *.col1 .faves ul .highlight {
  border: 3px solid #EFBCC8;
  border-radius: 100%;
}
.about_team .lp .cols > *.col2 {
  padding: 74px 20px 5% 5%;
}
.about_team .lp .cols > *.col2 p {
  line-height: 32px;
  margin-bottom: 36px;
}
.about_team .lp .cols > * .photo {
  margin-top: -60px;
  transform: rotate(3deg);
}
@media only screen and (min-width: 768px) {
  .about_team .lp .cols > * .photo {
    margin-left: 50px;
  }
}
.about_team .contact_team {
  border: 4px solid #EFBCC8;
  padding: 5%;
}
.about_team .contact_team > * {
  display: block;
}
.about_team .contact_team span {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 16px;
}
.about_team .contact_team a {
  color: #796867;
  font-size: 20px;
}

.more_team {
  padding: 10% 0;
}
.more_team .slide_head {
  padding: 0 5% 60px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.more_team .slide_head h2 {
  font-size: 45px;
}
.more_team .slide_head > div {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.more_team .slide_head > div button {
  background: transparent;
}
.more_team .swiper {
  padding-left: 5%;
}
.more_team .slide {
  padding: 30px;
}
.more_team .slide .meet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  opacity: 0;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.1);
}
.more_team .slide .meet span {
  display: block;
  text-align: center;
  color: #EFBCC8;
  font-size: 5vw;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.more_team .slide:hover .meet {
  opacity: 1;
}

/*
---------------------------------------------------------------------------
=	GRANTS
---------------------------------------------------------------------------
*/
.three_col_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.three_col_intro .col {
  flex: 25%;
}
.three_col_intro .col.col2 {
  flex: 50%;
  min-height: calc(70vh + 90px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.three_col_intro .col.col2 > div {
  text-align: center;
  padding: 5%;
  margin-top: -5%;
}
.three_col_intro .col.col2 > div h1 {
  font-size: 87px;
}
.three_col_intro .col.col2 > div .entry_content {
  max-width: 620px;
  margin: 0 auto;
}
.three_col_intro .col.col2 > div p {
  font-size: 28px !important;
}
.three_col_intro .col #photo2 {
  transform: rotate(-5deg);
}
.three_col_intro .side_col {
  position: relative;
  align-self: stretch;
}
.three_col_intro .side_col .photo_wrap {
  position: absolute;
  z-index: 999;
}
.three_col_intro .side_col #photo1 {
  width: 100%;
  top: 0;
  left: 0;
}
.three_col_intro .side_col #photo2 {
  right: -5%;
  bottom: 5%;
  width: 75%;
}
.three_col_intro .side_col #photo3 {
  top: 30px;
  width: 110%;
  right: -5%;
}
.three_col_intro .side_col #photo4 {
  left: -10%;
  bottom: 5%;
  width: 50%;
}

.page-grants .lines {
  padding-bottom: 0;
}

.ripped {
  position: relative;
}
.ripped:before {
  position: absolute;
  height: 82px;
  width: 100%;
  top: -82px;
  left: 0;
  content: "";
  background: url(../images/tear_top.png) no-repeat 0 0;
  background-size: cover;
}
.ripped:after {
  position: absolute;
  height: 82px;
  width: 100%;
  bottom: -82px;
  left: 0;
  content: "";
  background: pink;
  background: url(../images/tear_bottom2.png) no-repeat 0 100%;
  background-size: cover;
}

.eligible {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
}
.eligible h1 {
  display: block;
  text-align: center;
  font-size: 100px;
  margin-bottom: 5%;
}
.eligible .grant_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
.eligible .grant_options > * {
  flex: 47.5%;
  text-align: center;
}
.eligible .grant_options > * h2 {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
.eligible .grant_options > * .entry_content {
  padding: 0 5%;
  margin-bottom: 60px;
}
.eligible .grant_options > * a {
  display: block;
  color: #796867;
}
.eligible .grant_options > * a .pen span {
  transition: 0.2s;
}
.eligible .grant_options > * a:hover .pen span {
  color: #000;
}

.so_far {
  display: block;
  padding: 5% 5% 0 5%;
  font-size: 86px;
  text-align: center;
}

.so_far_grid {
  padding: 10% 5%;
}
.so_far_grid .grid > div {
  text-align: center;
}
.so_far_grid .grid > div .photo {
  margin-bottom: 36px;
}
.so_far_grid .grid > div div {
  padding: 0 5%;
}
.so_far_grid .grid > div div h3 {
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.so_far_grid .grid > div div p {
  font-size: 18px;
  line-height: 1.4em;
}
.so_far_grid .grid > div div a {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
  color: #796867;
  font-size: 18px;
  width: 158px;
  height: 58px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.so_far_grid .grid > div div a:hover {
  background: url(../images/ring_read_more.svg) 50% 50% no-repeat;
}
