@charset "UTF-8";
@import 'https://use.fontawesome.com/releases/v6.4.2/css/all.css';
/*

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;
  background: #FFCDF1;
}

body {
  font-size: 10px;
  font-family: "Jagerlay", "Verdana", sans-serif;
  color: #fff;
}
body #main {
  background: #E73950;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.ios-peek {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .ios-peek {
    display: block;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: #FFCDF1;
  }
}

.cl:before,
.cl:after {
  content: "";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
}

.wrap {
  width: 100%;
  max-width: 1085px;
  text-align: left;
  margin: 0 auto;
}

a:hover {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*BLACK*/
/*GREY*/
@font-face {
  font-family: "Jagerlay";
  src: url("../fonts/Jagerlay-Regular.woff2") format("woff2"), url("../fonts/Jagerlay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jagerlay_medium";
  src: url("../fonts/Jagerlay-Medium.woff2") format("woff2"), url("../fonts/Jagerlay-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
}
.entry_content h2 {
  font-size: 230%;
  margin-bottom: 25px;
}
.entry_content h3 {
  font-size: 200%;
  margin-bottom: 24px;
}
.entry_content h4, .entry_content h5, .entry_content h6 {
  font-size: 180%;
  margin-bottom: 18px;
}
.entry_content p {
  display: block;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6em;
  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;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: 140%;
  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 {
  font-size: 140%;
  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;
  font-size: 120%;
  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;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 2.2em;
  padding: 0 20px;
  background-color: #B5F5EE;
  color: #006AFF;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.btn:hover {
  background-color: #006AFF;
  color: #B5F5EE !important;
}

/*
---------------------------------------------------------------------------
=	GRAVITY 2.5
---------------------------------------------------------------------------
*/
/*ERROR*/
.gform_validation_errors {
  margin-bottom: 10px;
}
.gform_validation_errors h2 {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  color: #E73950;
}

.gfield_validation_message {
  display: block;
  color: #E73950;
  line-height: 1.2em;
  padding-top: 6px;
}

.gform_wrapper {
  text-align: left;
}
.gform_wrapper .gform-body {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield {
  margin-bottom: 24px;
}
.gform_wrapper .gform-body .gfield:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gform-body .gfield > label,
.gform_wrapper .gform-body .gfield > legend {
  display: block;
  font-size: 160%;
  margin-bottom: 16px;
  font-family: "Jagerlay_medium";
}
.gform_wrapper .gform-body .gfield > label .gfield_required,
.gform_wrapper .gform-body .gfield > legend .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield > label .gfield_required span,
.gform_wrapper .gform-body .gfield > legend .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield > label .gfield_required:after,
.gform_wrapper .gform-body .gfield > legend .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container input,
.gform_wrapper .gform-body .gfield .ginput_container select,
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  display: block;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  -webkit-border-radius: 0px;
  background: transparent;
}
.gform_wrapper .gform-body .gfield .ginput_container input::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container select::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea::placeholder {
  color: #fff;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select {
  border: 1px solid #fff;
  padding: 10px 20px;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select select {
  padding: 0;
  border: none;
}
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  resize: none;
}
.gform_wrapper .gform-body .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  /*
  display: flex;
  flex-wrap: wrap;
  border: 1px solid orange;

  .gchoice
  {
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	//justify-content: center;
  	margin-bottom: 10px;	

  	input
  	{

  		max-width: 20px;
  	}

  	label
  	{
  		padding-left: 10px;
  		margin-top: 6px;
  	}
  }
  */
}
.gform_wrapper .gform-body .ginput_container_checkbox .gfield_checkbox .gchoice {
  flex: 100%;
  max-width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 140%;
  margin-bottom: 10px;
}
@media only screen and (max-width:600px) {
  .gform_wrapper .gform-body .ginput_container_checkbox .gfield_checkbox .gchoice {
    max-width: 50%;
  }
}
.gform_wrapper .gform-body .ginput_container_checkbox .gfield_checkbox .gchoice input {
  margin-left: auto;
  position: absolute;
  top: 1px !important;
  left: 0 !important;
  width: 20px;
}
.gform_wrapper .gform-body .ginput_container_checkbox .gfield_checkbox .gchoice label {
  padding-left: 25px;
  line-height: 1.2em;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper .gform-body fieldset legend {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container span {
  float: left;
  width: 48%;
}
.gform_wrapper .gform-body fieldset .ginput_container span:last-of-type {
  float: right;
}
.gform_wrapper .gform-body fieldset .validation_message {
  float: left;
  width: 100%;
}
.gform_wrapper .gform_footer input {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background: #F8A9FF;
  color: #006AFF;
  font-size: 14px;
  -webkit-border-radius: 0px;
}
.gform_wrapper .gform_footer input:hover {
  background: #E73950;
  color: #fff;
}

.gfield_description {
  padding-top: 6px;
}

/*SAME AS CONTENT P*/
.gform_confirmation_message {
  font-size: 140%;
  line-height: 1.2em;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #E73950;
  padding: 20px;
}
#header #logo {
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:501px) {
  #header #logo {
    height: 40px;
    width: auto;
  }
  #header #logo img {
    display: block;
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width:500px) {
  #header #logo {
    width: 80%;
  }
  #header #logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
#header .insta_head {
  margin-left: auto;
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width:500px) {
  #header .insta_head {
    font-size: 5vw;
    align-self: end;
  }
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  margin-left: auto;
  display: block;
  width: 80px;
  background: #fff;
  height: 80px;
  position: relative;
  z-index: 1;
}
#nav-toggle #nav-burger {
  margin: 25px 0 0 20px;
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /*OPEN*/
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #E73950;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 0px;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: calc(50% - 3px);
}
#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: #E73950;
}
#nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  display: block;
  position: fixed;
  z-index: 99999;
  left: -110%;
  top: 0;
  width: 100%;
  max-width: 800px;
  height: 100vh;
  background-size: contain;
  background: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  color: #000;
  overflow-y: auto;
}
#slideout_nav input,
#slideout_nav textarea {
  color: #000;
  border: 1px solid #000;
}
#slideout_nav > button {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 42px;
  background: transparent;
}
#slideout_nav > button i {
  display: inline-block;
  font-size: 18px;
  color: #E73950;
}
#slideout_nav > button:hover {
  background: #fff;
}
#slideout_nav > button:hover i {
  color: #E73950;
}
#slideout_nav > div {
  padding: 5%;
}
#slideout_nav > div .gform_button {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #E73950;
  border-color: #E73950;
}
#slideout_nav > div .gform_button:hover {
  color: #fff;
  background: #006AFF;
  border-color: #006AFF;
}
#slideout_nav.active {
  left: 0;
}

/*
---------------------------------------------------------------------------
=	JOIN
---------------------------------------------------------------------------
*/
.join {
  background: #006AFF;
}
@media only screen and (min-width: 768px) {
  .join {
    padding-top: 4%;
  }
}
.home .join {
  background: #E73950;
}
@media only screen and (min-width: 768px) {
  .home .join {
    padding-top: 0;
  }
}
.home .join .col1:after {
  position: absolute;
  width: 40%;
  height: 40%;
  background: url(../images/star_red.svg) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  top: -15%;
  right: 10%;
}
.join .cols {
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
}
.join .cols .col1 {
  flex: 40%;
  max-width: 40%;
  align-self: stretch;
  position: relative;
}
.join .cols .col1 span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115%;
  height: 95%;
}
.join .cols .col2 {
  flex: 60%;
  max-width: 60%;
  padding-left: 20px;
  direction: ltr;
}
.join .cols .col2 h4 {
  font-size: 5vw;
  position: relative;
  z-index: 2;
}
.join .cols .col2 h4 span {
  background: #B5F5EE;
  color: #006AFF;
}
.join .cols .col2 > div {
  padding: 10%;
  padding-right: 20%;
}
.join .cols .col2 > div .btn {
  margin-top: 6%;
  color: #006AFF;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .join .cols .col {
    flex: 100%;
    max-width: 100%;
  }
  .join .cols .col.col1 span {
    position: unset;
    height: 100%;
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .join .cols .col.col1:after {
    left: 50%;
  }
  .join .cols .col.col2 {
    padding: 10% 20px;
  }
  .join .cols .col.col2 h4 {
    font-size: 7.5vw;
  }
  .join .cols .col.col2 > div {
    padding: 5% 0 0 0;
  }
}

/*
---------------------------------------------------------------------------
=	SIGN UP
---------------------------------------------------------------------------
*/
.sign_up {
  background: url(../images/bg_footer.svg);
  background-color: #FFCDF1;
  background-size: cover;
  padding: 20% 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  /*
  input
  {
  	display: block;
  	width: 100%;
  	background: #E73950;
  	color: #FFCDF1;
  	font-size: 2.5vw;
  	line-height: 2em;
  	padding: 0 0.5em;
  	margin-top: 5%;

  	&::placeholder
  	{
  		color: #FFCDF1;
  	}
  }
  */
}
@media only screen and (max-width: 767px) {
  .sign_up {
    padding: 20% 20px;
  }
}
.sign_up > div {
  flex: 1;
  margin-left: auto;
}
.home .sign_up > div {
  margin-left: unset !important;
}
.sign_up h4 {
  font-family: "Jagerlay_medium";
}
.sign_up h4 span {
  font-size: 5vw;
  color: #E73950;
  background: #FFCDF1;
}
@media only screen and (max-width: 767px) {
  .sign_up h4 span {
    font-size: 8.5vw;
  }
}
.sign_up form {
  position: relative;
  background: #E73950;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .sign_up form {
    width: 100%;
  }
}
.sign_up form .gform_wrapper, .sign_up form .gform-body {
  margin: 0 !important;
}
.sign_up form label {
  display: none !important;
}
.sign_up form .ginput_container_email {
  width: 86%;
  padding: 0 !important;
  margin: 0 !important;
}
.sign_up form .ginput_container_email input {
  border: none !important;
  font-size: clamp(14px, 2vw, 42px) !important;
  padding: 20px !important;
}
@media only screen and (max-width: 767px) {
  .sign_up form .ginput_container_email input {
    line-height: 40px !important;
  }
}
.sign_up form .button {
  position: absolute;
  top: 20px;
  right: 20px;
  height: calc(100% - 40px);
  width: 20%;
  font-size: 1vw;
  background: transparent;
  color: #fff;
  padding: 0 !important;
  text-align: center;
  background: #B5F5EE;
  color: #006AFF;
}
@media only screen and (max-width: 767px) {
  .sign_up form .button {
    font-size: 2vw;
  }
}
.sign_up form .button:hover {
  color: #B5F5EE;
  background: #006AFF;
}
.sign_up .gform_confirmation_message {
  background: #E73950;
  display: inline-block;
  font-size: 2.5vw;
  padding: 0.2em;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  color: #E73950;
  padding: 20px;
}
.need_sticky #footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
#footer .footer_top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #footer .footer_top {
    align-items: end;
  }
}
.home #footer .footer_top {
  padding-bottom: 5%;
}
#footer .footer_top > a {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #footer .footer_top > a {
    height: 40px;
  }
}
#footer .footer_top > a img {
  display: block;
  height: 100%;
}
#footer .footer_top div {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
#footer .footer_top div span {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
#footer .footer_top div img {
  display: inline-block;
  height: 50px;
  width: auto;
}
#footer .footer_top div img:first-of-type {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top > a {
    flex: 100%;
  }
  #footer .footer_top > a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #footer .footer_top div {
    margin: 30px 0 20px 0;
    flex: 100%;
    justify-content: center;
  }
  #footer .footer_top div span {
    flex: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0 0 20px 0;
  }
  #footer .footer_top div img:first-of-type {
    margin-right: 20px;
  }
}
#footer .footer_bottom {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer_bottom span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4em;
}
#footer .footer_bottom span a {
  display: inline-block;
  color: #E73950;
}
#footer .footer_bottom span a i {
  padding-left: 4px;
  font-size: 16px;
}
#footer .footer_bottom span a:hover {
  color: #006AFF;
}
#footer .footer_bottom span.yoke {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #footer .footer_bottom span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #footer .footer_bottom span.yoke {
    margin-top: 10px;
  }
}

.text_bg > span {
  background-color: #E73950;
  line-height: 1.6em;
  padding: 0.2em 0.4em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.slide_up {
  border: 1px solid orange;
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(90vh - 80px);
}
@media only screen and (min-width: 768px) {
  .hero {
    background-attachment: fixed !important;
  }
}
.hero h1 {
  font-size: 4.8vw;
  color: white;
  padding: 0 25% 80px 30px;
  font-family: "Jagerlay_medium";
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    font-size: 9vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:500px) {
  .hero h1 {
    font-size: 10vw;
  }
}
.home .hero {
  height: calc(100vh - 80px);
}
.home .hero h1 {
  align-self: center;
}
.hero .search_bar {
  position: absolute;
  background: #E73950;
  padding: 20px;
  margin: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 100%;
  align-self: end;
}
@media only screen and (max-width: 767px) {
  .hero .search_bar {
    width: 100%;
    margin: 0;
  }
}
.hero .search_bar.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0 !important;
  width: 100%;
}
.hero .search_bar span {
  display: block;
  flex: 40%;
  font-size: clamp(14px, 2vw, 30px);
}
@media only screen and (max-width: 767px) {
  .hero .search_bar span {
    flex: calc(100% - 140px);
    font-size: 3vw;
  }
}
.hero .search_bar div {
  flex: 60%;
  max-width: 700px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .hero .search_bar div {
    flex: 140px;
    max-width: 140px;
  }
}
.hero .search_bar div form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Karla" !important;
}
.hero .search_bar div form select,
.hero .search_bar div form .go {
  flex: calc(33% - 20px);
  height: 52px;
  line-height: 55px;
  font-size: clamp(10px, 1vw, 18px);
  color: #E73950;
  -webkit-border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .hero .search_bar div form select,
  .hero .search_bar div form .go {
    line-height: 36px;
    height: 36px;
  }
}
.hero .search_bar div form select {
  text-indent: 20px;
  font-family: "Karla" !important;
  background: url(../images/plus.svg) calc(100% - 20px) 50% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 767px) {
  .hero .search_bar div form select {
    display: none;
  }
}
.hero .search_bar div form .go {
  padding: 0 20px;
  color: #E73950;
  background: #F8A8FF;
  font-family: "Karla" !important;
}
.hero .search_bar div form .go:hover {
  color: #006AFF;
  background: #B5F5EE;
}

.welcome {
  padding: 10% 25% 10% 50px;
  background: #fff;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .welcome::after {
    position: absolute;
    right: 0;
    top: 15%;
    width: 50%;
    height: 70%;
    background: url(../images/star_green.svg) no-repeat 100% 50%;
    background-size: contain;
    content: "";
  }
}
.welcome p {
  font-size: 4vw;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .welcome {
    padding: 10%;
    padding-bottom: 20%;
    text-align: center;
  }
  .welcome p {
    font-size: 6vw;
  }
}

/*
---------------------------------------------------------------------------
=	CONTENT BLOCK
---------------------------------------------------------------------------
*/
.content_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
}
.content_block .col {
  flex: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .content_block .col {
    flex: 100%;
    max-width: 100%;
  }
}
.content_block .col.col1 {
  align-self: stretch;
  min-height: 600px;
  position: relative;
}
.content_block .col.col1:after {
  position: absolute;
  width: 40%;
  height: 40%;
  background: url(../images/star_red.svg) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  top: -20%;
  left: 10%;
}
@media only screen and (max-width: 767px) {
  .content_block .col.col1 {
    min-height: unset;
    padding-bottom: 100%;
  }
}
.content_block .col.col2 {
  padding: 15% 8%;
}
@media only screen and (max-width: 767px) {
  .content_block .col.col2 {
    padding: 10% 5%;
  }
}
.content_block .col.col2 p {
  font-size: clamp(16px, 2vw, 30px);
  line-height: 1.6em;
}

/*
---------------------------------------------------------------------------
=	FEATURED PROJECTS
---------------------------------------------------------------------------
*/
.featured_projects {
  background: #FFCDF1;
  padding: 4% 20px 8% 20px;
}
@media only screen and (max-width:1000px) {
  .featured_projects {
    padding-top: 10%;
  }
}
.featured_projects .project_intro {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media only screen and (max-width:1000px) {
  .featured_projects .project_intro {
    margin-bottom: 10%;
  }
}
.featured_projects .project_intro h2 {
  font-size: 80px;
}
@media only screen and (max-width:1000px) {
  .featured_projects .project_intro h2 {
    font-size: 9vw;
  }
}
.featured_projects .project_intro h2 > span {
  color: #E73950;
  background: #F8A9FF;
}
.featured_projects .project_intro > a {
  display: inline-block;
  align-self: end;
  font-size: 20px;
  margin-left: auto;
  color: #E73950;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.featured_projects .project_intro > a:hover {
  color: #006AFF;
}
@media only screen and (max-width:1000px) {
  .featured_projects .project_intro > a {
    flex: 100%;
    margin-top: 20px;
  }
}
.featured_projects .swiper {
  padding-bottom: 5vh;
}
.featured_projects .swiper .project {
  height: 80vh !important;
}

/*
---------------------------------------------------------------------------
=	MEET GRACE
---------------------------------------------------------------------------
*/
.meet_grace {
  padding-bottom: 14%;
}
.meet_grace .cols {
  display: flex;
  flex-wrap: wrap;
}
.meet_grace .cols .col1 {
  flex: 40%;
  max-width: 40%;
  align-self: stretch;
  position: relative;
}
.meet_grace .cols .col1:after {
  position: absolute;
  width: 50%;
  height: 40%;
  background: url(../images/diamond.svg) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  left: 0;
  bottom: -20%;
}
.meet_grace .cols .col1 span {
  position: absolute;
  top: -5%;
  left: 0;
  width: 125%;
  height: 105%;
}
.meet_grace .cols .col2 {
  flex: 60%;
  max-width: 60%;
  padding-top: 10%;
}
.meet_grace .cols .col2 h4 {
  position: relative;
  z-index: 2;
}
.meet_grace .cols .col2 h4 > span {
  font-size: 3.5vw;
  background: #F8A9FF;
  color: #006AFF;
}
.meet_grace .cols .col2 h4 > span:last-of-type {
  font-size: 5vw;
}
.meet_grace .cols .col2 > div {
  padding: 10% 10% 10% 25%;
}
.meet_grace .cols .col2 > div .btn {
  margin-top: 6%;
  color: #006AFF;
  background: #F8A9FF;
}
.meet_grace .cols .col2 > div .btn:hover {
  background: #006AFF;
  color: #F8A9FF !important;
}
@media only screen and (max-width: 767px) {
  .meet_grace .cols .col {
    flex: 100%;
    max-width: 100%;
  }
  .meet_grace .cols .col.col1 span {
    position: unset;
    height: 100%;
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .meet_grace .cols .col.col1:after {
    left: 50%;
  }
  .meet_grace .cols .col.col2 {
    padding: 10% 20px 0 20px;
  }
  .meet_grace .cols .col.col2 h4 {
    font-size: 6vw;
  }
  .meet_grace .cols .col.col2 h4 span:last-of-type {
    font-size: 8.5vw;
  }
  .meet_grace .cols .col.col2 > div {
    padding: 5% 0 0 0;
  }
}

/*
---------------------------------------------------------------------------
=	JOIN THE DIRECTORY
---------------------------------------------------------------------------
*/
.form_wrap {
  padding: 5%;
}

/*
---------------------------------------------------------------------------
=	PROJECTS ARCHIVE
---------------------------------------------------------------------------
*/
.database {
  background: #fff;
}

#filters {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	FILTER BAR
---------------------------------------------------------------------------
*/
.filter_bar {
  align-self: end;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 1%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: absolute;
}
@media only screen and (max-width:1700px) {
  .filter_bar {
    padding: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .filter_bar {
    padding: 20px 20px 10px 20px;
  }
}
.filter_bar.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0 !important;
  width: 100%;
}
.filter_bar > .filters {
  display: flex;
  flex-wrap: wrap;
  flex: 50%;
  padding-right: 10%;
  gap: 10px;
}
@media only screen and (max-width:1000px) {
  .filter_bar > .filters {
    flex: 100%;
    padding: 0 0% 10px 0;
  }
}
.filter_bar .filters select {
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  width: calc(50% - 37px);
  font-size: 14px;
  border: 1px solid #ddd;
  font-family: "Karla" !important;
  background: url(../images/plus_black.svg) calc(100% - 20px) 50% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  -webkit-border-radius: 0px;
}
@media only screen and (max-width:1000px) {
  .filter_bar .filters select {
    background: url(../images/plus_black.svg) calc(100% - 10px) 50% no-repeat #fff;
  }
}
@media only screen and (max-width:500px) {
  .filter_bar .filters select {
    background: url(../images/plus_black.svg) calc(100% - 8px) 50% no-repeat #fff;
  }
}
.filter_bar .filters button {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #ddd;
  background: transparent;
}
.filter_bar .filters button i {
  display: inline-block;
  font-size: 18px;
  color: #555;
}
.filter_bar .filters button:hover {
  background: #ddd;
}
.filter_bar .project_search {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  flex: 50%;
  gap: 10px;
}
@media only screen and (min-width:1001px) {
  .filter_bar .project_search {
    padding-left: 16%;
  }
}
.filter_bar .project_search input {
  height: 54px;
  line-height: 54px;
  padding: 0 60px 0 10px;
  width: calc(100% - 130px);
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  font-family: "Karla" !important;
  background: url(../images/mag.svg) calc(100% - 20px) 50% no-repeat #fff;
}
@media only screen and (max-width:1000px) {
  .filter_bar .project_search input {
    background: url(../images/mag.svg) calc(100% - 10px) 50% no-repeat #fff;
  }
}
.filter_bar .project_search input::placeholder {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .filter_bar .project_search input {
    width: 100%;
  }
}
.filter_bar .project_search button {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #ddd;
}
.filter_bar .project_search button i {
  display: inline-block;
  font-size: 18px;
  color: #555;
}
.filter_bar .project_search button.switch_grid {
  margin-right: 9px;
}
.filter_bar .project_search button:hover, .filter_bar .project_search button.is-checked {
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .filter_bar .project_search button {
    display: none;
  }
}

/*
---------------------------------------------------------------------------
=	MASONARY
---------------------------------------------------------------------------
*/
.container {
  background: #fff;
}

.project_view > div {
  padding: 50px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .project_view > div {
    padding: 40px 20px;
  }
}
.project_view.list_view .grid-sizer {
  width: 100%;
}
.project_view.list_view .grid_link {
  display: none !important;
}
.project_view.list_view .project {
  position: relative;
  background: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  background: #fff !important;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.project_view.list_view .project .hover_img {
  position: absolute;
  width: 20vw;
  max-width: 300px;
  height: auto;
  top: 50%;
  left: 20%;
  transform: translate(0, -50%);
  display: none;
  z-index: 1;
  transition: 0.5s;
  rotate: 4deg;
}
.project_view.list_view .project .hover_img img {
  display: block;
  width: 100%;
  height: auto;
}
.project_view.list_view .project:nth-child(odd) .hover_img {
  rotate: -4deg;
}
@media only screen and (min-width: 768px) {
  .project_view.list_view .project:hover .hover_img {
    display: block;
  }
}
.project_view.list_view .project.open .hover_img {
  opacity: 0;
}
.project_view.list_view .project .p_info {
  color: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 17px;
}
.project_view.list_view .project .p_info .p_title {
  padding-right: 4%;
  flex: 35%;
}
.project_view.list_view .project .p_info .p_title span {
  display: block;
}
.project_view.list_view .project .p_info .p_title span a {
  display: inline-block;
  color: #000;
}
.project_view.list_view .project .p_info .p_title span a:hover {
  color: #E73950;
}
.project_view.list_view .project .p_info .p_title span.pt {
  font-size: clamp(25px, 2vw, 60px);
}
.project_view.list_view .project .p_info .p_title span.pc {
  margin-top: 10px;
  font-size: 16px;
}
.project_view.list_view .project .p_info .p_title span.pc i {
  display: inline-block;
  margin-right: 8px;
}
.project_view.list_view .project .p_info .p_links {
  flex: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.project_view.list_view .project .p_info .p_links .grid_content {
  display: none;
}
.project_view.list_view .project .p_info .p_links > div {
  flex: 1;
}
.project_view.list_view .project .p_info .p_links .p_types {
  flex: 50%;
  display: inline-block;
  line-height: 30px;
  color: #000;
  width: calc(100% - 400px);
}
.project_view.list_view .project .p_info .p_links .p_types a {
  display: inline-block;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  margin: 0;
  background: #000;
}
.project_view.list_view .project .p_info .p_links .p_link {
  text-align: center;
}
.project_view.list_view .project .p_info .p_links .p_link a {
  display: inline-block;
  font-size: 1vw;
  color: #000;
  text-decoration: underline;
}
.project_view.list_view .project .p_info .p_links .p_link a:hover {
  color: #E73950;
}
.project_view.list_view .project .p_info .p_links .p_soc {
  max-width: 100px;
  text-align: center;
}
.project_view.list_view .project .p_info .p_links .p_soc a {
  display: inline-block;
  color: #000;
  margin: 0 5px;
  font-size: 1vw;
}
.project_view.list_view .project .p_info .p_links .p_soc a:hover {
  color: #E73950;
}
.project_view.list_view .project .p_info .p_more {
  flex: 1;
  max-width: 100px;
  text-align: right;
}
.project_view.list_view .project .p_info .p_more button {
  background: transparent;
  display: inline-block;
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width:1250px) {
  .project_view.list_view .project .p_info .p_more button {
    font-size: 1vw;
  }
}
.project_view.list_view .project .p_info .p_more button:hover {
  color: #E73950;
}
.project_view.list_view .project .p_content {
  display: none;
  padding: 40px 10% 0 0;
}
.project_view.list_view .project .mob_links {
  display: none;
}
@media only screen and (max-width: 767px) {
  .project_view.list_view .p_link,
  .project_view.list_view .p_soc,
  .project_view.list_view .p_more {
    display: none;
  }
  .project_view.list_view .p_content {
    display: block !important;
  }
  .project_view.list_view .p_types {
    margin: 10px 0;
  }
  .project_view.list_view .p_types a {
    margin: 0 0 2px 0 !important;
  }
  .project_view.list_view .p_info .p_title,
  .project_view.list_view .p_info .p_links {
    flex: 100% !important;
  }
  .project_view.list_view .p_info .p_title .pt,
  .project_view.list_view .p_info .p_links .pt {
    font-size: 36px !important;
  }
  .project_view.list_view .p_info .p_links {
    margin-top: 10px;
  }
  .project_view.list_view .p_content {
    padding: 4px 0 0 0 !important;
  }
  .project_view.list_view .mob_links {
    padding-top: 20px;
    display: flex !important;
    flex-wrap: wrap;
  }
  .project_view.list_view .mob_links > a, .project_view.list_view .mob_links > div {
    flex: 1;
  }
  .project_view.list_view .mob_links > div {
    text-align: right;
  }
  .project_view.list_view .mob_links > div a {
    padding-left: 6px;
  }
  .project_view.list_view .mob_links > a {
    text-decoration: underline;
  }
  .project_view.list_view .mob_links a {
    color: #000;
    font-size: 16px;
  }
}

.grid_view {
  background: #fff;
  padding: 30px 0 30px 1%;
}
@media only screen and (max-width: 767px) {
  .grid_view {
    padding: 20px;
  }
}
.grid_view .grid-sizer {
  width: 32%;
}
@media only screen and (max-width:1250px) {
  .grid_view .grid-sizer {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_view .grid-sizer {
    width: calc(100% - 40px);
    margin-left: 0;
  }
}

.swiper .project,
.grid_view .project {
  width: 32%;
  height: 75vh;
  position: relative;
  margin: 0 1% 1% 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background: #000;
}
@media only screen and (max-width:1250px) {
  .swiper .project,
  .grid_view .project {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .swiper .project,
  .grid_view .project {
    width: calc(100% - 40px);
    margin: 0 0 20px 0;
  }
}
.swiper .project.has_bg::before,
.grid_view .project.has_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.swiper .project.has_bg::after,
.grid_view .project.has_bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.swiper .project .hover_img,
.grid_view .project .hover_img {
  display: none;
}
.swiper .project:hover::before,
.grid_view .project:hover::before {
  background-color: rgb(231, 57, 80);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
}
.swiper .project:hover::after,
.grid_view .project:hover::after {
  background-color: rgb(0, 106, 255);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
}
.swiper .project .p_content,
.swiper .project .p_more,
.swiper .project .p_link,
.grid_view .project .p_content,
.grid_view .project .p_more,
.grid_view .project .p_link {
  display: none !important;
}
.swiper .project .p_title,
.grid_view .project .p_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  z-index: 10;
}
.swiper .project .p_title a,
.grid_view .project .p_title a {
  display: inline-block;
  color: #fff;
}
.swiper .project .p_title span,
.grid_view .project .p_title span {
  display: block;
}
.swiper .project .p_title span.pt,
.grid_view .project .p_title span.pt {
  font-size: clamp(28px, 2vw, 40px);
  margin-bottom: 0.1em;
}
.swiper .project .p_title span.pt a:hover,
.grid_view .project .p_title span.pt a:hover {
  text-decoration: underline;
}
.swiper .project .p_title span.pc,
.grid_view .project .p_title span.pc {
  padding-left: 0.2em;
  font-size: clamp(12px, 1vw, 16px);
}
.swiper .project .p_title span.pc i,
.grid_view .project .p_title span.pc i {
  display: inline-block;
  margin-right: 0.2em;
}
.swiper .project .p_links,
.grid_view .project .p_links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 30px 20px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.swiper .project .p_links .grid_content,
.grid_view .project .p_links .grid_content {
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding-bottom: 20px;
  margin-bottom: 10px;
  height: 200px;
  overflow: scroll;
}
.swiper .project .p_links .grid_content p,
.grid_view .project .p_links .grid_content p {
  color: #fff;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(24px, 1vw, 40px);
  line-height: 1.4em;
}
.swiper .project .p_links .p_types,
.grid_view .project .p_links .p_types {
  display: inline-block;
  color: #000;
  width: calc(100% - 86px);
}
.swiper .project .p_links .p_types .button,
.swiper .project .p_links .p_types a,
.grid_view .project .p_links .p_types .button,
.grid_view .project .p_links .p_types a {
  display: inline-block;
  font-size: 0.8vw;
  padding: 0.5em;
  color: #fff;
  background: #000;
  margin: 6px 5px 0 0;
}
@media only screen and (max-width:1500px) {
  .swiper .project .p_links .p_types .button,
  .swiper .project .p_links .p_types a,
  .grid_view .project .p_links .p_types .button,
  .grid_view .project .p_links .p_types a {
    font-size: 1vw;
  }
}
@media only screen and (max-width:1000px) {
  .swiper .project .p_links .p_types .button,
  .swiper .project .p_links .p_types a,
  .grid_view .project .p_links .p_types .button,
  .grid_view .project .p_links .p_types a {
    font-size: 12px;
    margin: 4px 2px 0 0;
  }
}
.swiper .project .p_links .p_types a:hover,
.grid_view .project .p_links .p_types a:hover {
  color: #fff;
  background: rgb(231, 57, 80) !important;
}
.swiper .project .p_links .p_soc,
.grid_view .project .p_links .p_soc {
  margin-left: auto;
  width: 86px;
  text-align: right;
}
.swiper .project .p_links .p_soc a,
.grid_view .project .p_links .p_soc a {
  display: inline-block;
  color: #fff;
  margin-left: 5px;
  font-size: 20px;
}
.swiper .project .p_links .p_soc a:first-of-type,
.grid_view .project .p_links .p_soc a:first-of-type {
  margin: 0;
}
.swiper .project .mob_links,
.grid_view .project .mob_links {
  display: none;
}
.swiper .project:hover .grid_content,
.grid_view .project:hover .grid_content {
  opacity: 1;
}

@media only screen and (max-width:600px) {
  .grid-sizer {
    display: none;
  }
}
