@charset "UTF-8";
/*

cleanslate.css

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

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

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 10px;
  font-family: "Next", "Verdana", sans-serif;
  color: #000;
  background: #D8FE37;
}
body #main {
  background: #fff;
}
body #main p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.4em;
}
body .entry_content {
  font-size: clamp(16px, 2vw, 18px);
}

@font-face {
  font-family: "Next";
  src: url("../fonts/AkzidGrtskNext-Regular.woff2") format("woff2"), url("../fonts/AkzidGrtskNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz";
  src: url("../fonts/AkzidenzGroteskBE-Ex.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBE-Ex.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz_bold";
  src: url("../fonts/AkzidenzGroteskBE-BoldEx.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBE-BoldEx.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
  font-size: 34px;
  padding-top: 0.5em;
}
.entry_content > h1:first-child > h2:first-child {
  padding-top: 0;
}
.entry_content p {
  display: block;
  line-height: 1.4em;
  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 a:hover {
  text-decoration: none;
}
.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: 0.6em;
}
.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;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*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;
  display: none;
}
.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: #000;
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number],
.gform_wrapper .gform-body input[type=tel] {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
.gform_wrapper .gform-body {
  /*
  input:focus,
  textarea:focus
  {
  	border-bottom: 1px solid #D8FE37 !important;
  }
  */
}
.gform_wrapper .gform-body div.gfield {
  /*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: 24px 0;
  width: 100%;
  color: #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 {
  padding-top: 30px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  background: transparent;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 16px;
  border-radius: 70px;
  border: 1px solid #000;
  color: #000;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  color: #fff;
  background: #000;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #000;
  color: #fff;
}
.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;
}

/*
---------------------------------------------------------------------------
=	OVERWRITE
---------------------------------------------------------------------------
*/
.bg_black input {
  color: #fff !important;
  border-color: #fff !important;
}
.bg_black input::placeholder {
  color: #fff !important;
}
.bg_black .gform_footer input {
  border-color: #fff !important;
}
.bg_black .gform_footer input:hover {
  background: #fff !important;
  color: 0 !important;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
:root {
  --nav-colour: #000; /* default black */
}

#header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 96px;
  transition: transform 0.3s ease;
  z-index: 1000;
  padding: 0 20px;
}
#header.header_hidden {
  transform: translateY(-100%);
}
@media only screen and (max-width: 800px) {
  #header {
    padding: 0;
    height: 80px;
  }
}
#header nav {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.5vw, 16px);
  padding-inline: 10px;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  isolation: isolate;
  margin-left: -10px;
}
.body-locked #header nav {
  background: transparent;
  box-shadow: none;
  backdrop-filter: unset;
  border-color: transparent;
}
@media only screen and (max-width: 800px) {
  #header nav {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    height: 80px;
    background: #000;
    padding: 0 20px;
    border-color: #000;
  }
}
#header nav > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header nav > div:last-of-type {
  margin-left: 12px;
}
@media only screen and (max-width: 800px) {
  #header nav > div {
    display: none;
  }
}
#header nav a {
  font-size: 16px;
  color: var(--nav-colour);
  text-decoration: none;
  transition: color 0.3s ease;
}
#header nav a i {
  display: inline-block;
  font-size: 13px;
  padding-left: 2px;
}
#header nav a span {
  display: inline-block;
  line-height: 40px;
  padding: 0 16px;
  border-radius: 70px;
}
#header nav a.current span, #header nav a:hover span {
  background: #000;
  color: #fff !important;
}
#header nav > a #mob_logo {
  display: none;
}
@media only screen and (max-width: 800px) {
  #header nav > a #mob_logo {
    display: inline-block;
    height: 36px;
    width: auto;
    filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 800px) {
  #header nav > a #logo {
    display: none;
  }
}
#header nav .nav_dd {
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  #header nav .nav_dd {
    display: none;
  }
}
#header nav .nav_dd_trigger {
  display: inline-flex;
  align-items: center;
}
#header nav .nav_dd.is_current .nav_dd_trigger span {
  background: #000;
  color: #fff !important;
}
#header {
  /* Floating dropdown outside the nav glass */
}
#header .nav_dd_menu--floating {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 240px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5000;
}
#header .nav_dd_menu--floating[hidden] {
  display: none;
}
#header .nav_dd_menu--floating a {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 14px;
  color: var(--nav-colour);
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
#header .nav_dd_menu--floating a:hover, #header .nav_dd_menu--floating a.current {
  background: #000;
  color: #fff !important;
}
@media only screen and (max-width: 800px) {
  #header .nav_dd_menu--floating {
    display: none !important;
  }
}

/*
----------------------------
=	BURGER
----------------------------
*/
/* reset bits */
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  display: none;
}
@media only screen and (max-width: 800px) {
  .burger-toggle {
    display: flex;
    margin-left: auto;
  }
}

/* icon wrapper so we can size it neatly */
.burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}

/* the 3 lines */
.burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}

/* positions for default burger */
.burger_icon .line1 {
  top: 0;
}

.burger_icon .line2 {
  top: 9px;
}

.burger_icon .line3 {
  top: 18px;
}

.burger-toggle.is-active .line {
  background-color: #000;
}

/* active state turns burger into X */
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}

.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}

.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}

/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
/* off canvas menu */
.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #D8FE37;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 90;
  display: flex;
  flex-direction: column;
}

/* slide in when active */
.side_menu.is-open {
  transform: translateX(0);
}

/* inner padding etc */
.side_menu_inner {
  padding: 5%;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.side_menu_inner nav button {
  background: transparent;
}
.side_menu_inner nav button,
.side_menu_inner nav a {
  display: block;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.side_menu_inner nav button img,
.side_menu_inner nav a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.side_menu_inner nav button.nav_dd_trigger,
.side_menu_inner nav a.nav_dd_trigger {
  display: none;
}
.side_menu_inner nav div a,
.side_menu_inner nav div button {
  font-size: 4vw;
  font-family: "Akzidenz_bold";
  text-transform: uppercase;
}
.side_menu_inner nav div a i,
.side_menu_inner nav div button i {
  font-size: 3vw;
}
.side_menu_inner nav > a {
  font-size: 16px;
}
.side_menu_inner nav .mob_acc_panel {
  padding: 0 0 10px 20px;
}
.side_menu_inner nav .mob_acc_panel a {
  font-size: 3vw;
}
.side_menu_inner .is_open i {
  transform: rotate(-180deg);
}

/* screen overlay behind panel */
.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* when menu is open prevent body scroll */
.body-locked {
  overflow: hidden;
}
.body-locked #mob_logo {
  filter: unset !important;
}

/* optional: if your header text is on a light bg sometimes,
   you can invert colours when active */
.burger-toggle.is-active {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #footer {
    background-attachment: fixed !important;
  }
}
#footer img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(79deg) brightness(108%) contrast(101%);
}
#footer .footer_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 100px 5%;
}
#footer .footer_intro > * {
  flex: 100%;
  text-align: center;
}
#footer .footer_intro > img {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin-bottom: 40px;
}
#footer .footer_intro span {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}
#footer .footer_intro div {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#footer .footer_grid {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#footer .footer_grid > * {
  flex: calc(25% - 8px);
  max-width: calc(25% - 8px);
  background: #fff;
  color: #000;
  padding: 25px;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .footer_grid > * {
    flex: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 500px) {
  #footer .footer_grid > * {
    flex: 100%;
    max-width: 100%;
  }
}
#footer .footer_grid > * > * {
  flex: 100%;
}
#footer .footer_grid > * h5 {
  display: block;
  font-size: 2vw;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}
@media only screen and (max-width: 500px) {
  #footer .footer_grid > * h5 {
    font-size: 6vw;
  }
}
#footer .footer_grid > * > div {
  padding-top: 200px;
  align-self: flex-end;
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  #footer .footer_grid > * > div {
    padding-top: 40px;
  }
}
#footer .footer_grid > * > div p {
  margin-bottom: 1.4em;
}
#footer .footer_grid > * > div ul li {
  margin-bottom: 0.8em;
}
#footer .footer_grid > * > div ul li:last-of-type {
  margin-bottom: 0;
}
#footer .footer_grid > * > div ul.bul li {
  padding-left: 34px;
  position: relative;
}
#footer .footer_grid > * > div ul.bul li:before {
  position: absolute;
  left: 14px;
  content: "•";
  color: #000;
}
#footer .footer_grid > * > div a {
  color: #000;
}
#footer .footer_grid > * > div em {
  display: block;
  padding-top: 1.2em;
  font-size: 12px;
  line-height: 1.4em;
}
#footer .creds {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#footer .creds span {
  display: inline-block;
  font-size: 14px;
}
#footer .creds span.yoke {
  margin-left: auto;
}
#footer .creds span.yoke a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-family: "Akzidenz_bold";
}
#footer .creds span.yoke a:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #footer .creds span {
    flex: 100%;
    text-align: center;
  }
  #footer .creds span.yoke {
    margin: 10px 0 0 0;
  }
}

.subhead {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: "Akzidenz";
}

.title {
  display: block;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}

/*
---------------------------------------------------------------------------
=	WELCOME
---------------------------------------------------------------------------
*/
.welcome {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  min-height: 100vh;
}
.welcome #mob_welcome {
  display: none;
}
@media only screen and (min-width: 801px) {
  .welcome {
    background-attachment: fixed !important;
  }
}
@media only screen and (max-width: 800px) {
  .welcome {
    align-items: center;
    justify-content: center;
  }
  .welcome #mob_welcome {
    display: flex;
    width: 50%;
  }
}
.welcome > div {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  background: #E7E0DA;
  padding: 30px 40px;
  min-height: 50vh;
}
.welcome > div > * {
  flex: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 800px) {
  .welcome > div {
    display: none;
  }
}
.welcome > div img {
  align-self: flex-start;
  max-width: 100%;
}
.welcome > div > div {
  align-self: flex-end;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Akzidenz_bold";
}
@media only screen and (max-width: 767px) {
  .welcome > div > div {
    display: none;
  }
}
.welcome > div > div span,
.welcome > div > div a {
  display: block;
  font-size: 15px;
  line-height: 1.3em;
  color: #000;
}
.welcome > div > div > * {
  flex: 1;
}
.welcome > div > div > *:nth-child(2) {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  gap: 20px;
}

/*
---------------------------------------------------------------------------
=	FEATURED PROPERTIES
---------------------------------------------------------------------------
*/
.featured_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 20px;
  background: #E7E0DA;
}
.featured_grid > * {
  padding: 10px;
  background: #fff;
}
.featured_grid > * > span,
.featured_grid > * > a {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
}
.featured_grid > * > span img,
.featured_grid > * > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured_grid a {
  color: #000;
}
@media (max-width: 1024px) {
  .featured_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .featured_grid {
    grid-template-columns: 1fr;
  }
}
.featured_grid.featured_words {
  background: #000;
}
.featured_grid.featured_words > * {
  padding-bottom: 20px;
  position: relative;
}
.featured_grid.featured_words > * > div {
  padding-top: 16px;
  font-size: 16px;
  padding-bottom: 60px;
}
.featured_grid.featured_words > * > div h3 {
  font-size: 18px;
  line-height: 1.4em;
}
.featured_grid.featured_words > * > div ul {
  position: absolute;
  left: 10px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.featured_grid.featured_words > * > div ul li a {
  display: block;
  padding: 6px 10px;
  border-radius: 20px;
  color: #000;
  border: 1px solid #000;
}
.featured_grid.featured_words > * > div ul li a:hover {
  color: #fff;
  background: #000;
}
.featured_grid.featured_properties > * > div {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.featured_grid.featured_properties > * > div a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  margin-left: auto;
  border-radius: 100%;
}
.featured_grid.featured_properties > * > div a:hover {
  background: #000;
}
.featured_grid.featured_properties > * > div a:hover img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(79deg) brightness(108%) contrast(101%);
}
.featured_grid.featured_properties > * > div > div {
  flex: 1;
  font-size: 16px;
}
.featured_grid.featured_properties > * > div > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.featured_grid.featured_properties > * > div > div .price {
  padding-top: 10px;
  display: block;
  font-family: "Akzidenz_bold";
}

/*
----------------------------
=	SWIPER
----------------------------
*/
.swiper_3 {
  gap: 8px;
  padding: 0 40px 60px 40px;
  background: #E7E0DA;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .swiper_3 {
    padding: 0 20px 60px 20px;
  }
}
.swiper_3 .swiper-wrapper > * {
  padding: 10px;
  background: #fff;
  height: auto;
}
.swiper_3 .swiper-wrapper > * > span,
.swiper_3 .swiper-wrapper > * > a {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
}
.swiper_3 .swiper-wrapper > * > span img,
.swiper_3 .swiper-wrapper > * > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper_3 .swiper-wrapper > * a {
  color: #000;
}

.word_swiper {
  background: #000;
}
.single .word_swiper {
  padding-top: 20px;
}
.word_swiper .slide {
  padding-bottom: 20px;
  position: relative;
}
.word_swiper .slide > div {
  padding-top: 16px;
  font-size: 16px;
  padding-bottom: 60px;
}
.word_swiper .slide > div h3 {
  font-size: 18px;
  line-height: 1.4em;
}
.word_swiper .slide > div ul {
  position: absolute;
  left: 10px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.word_swiper .slide > div ul li a {
  display: block;
  padding: 6px 10px;
  border-radius: 20px;
  color: #000;
  border: 1px solid #000;
}
.word_swiper .slide > div ul li a:hover {
  color: #fff;
  background: #000;
}

.prop_swiper .swiper-wrapper a {
  color: #000;
}
.prop_swiper .swiper-wrapper > * > div {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.prop_swiper .swiper-wrapper > * > div a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  margin-left: auto;
  border-radius: 100%;
}
.prop_swiper .swiper-wrapper > * > div a:hover {
  background: #000;
}
.prop_swiper .swiper-wrapper > * > div a:hover img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(79deg) brightness(108%) contrast(101%);
}
.prop_swiper .swiper-wrapper > * > div > div {
  flex: 1;
  font-size: 16px;
}
.prop_swiper .swiper-wrapper > * > div > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.prop_swiper .swiper-wrapper > * > div > div .price {
  padding-top: 10px;
  display: block;
  font-family: "Akzidenz_bold";
}

/*
---------------------------------------------------------------------------
=	GENERAL
---------------------------------------------------------------------------
*/
.links {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.links.cen {
  justify-content: center;
}
.links a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 16px;
  border-radius: 70px;
  border: 1px solid #000;
  color: #000;
}
.links a:hover {
  color: #fff;
  background: #000;
}

.bg_warm_white {
  background: #F2F2F2;
}

.bg_off_white {
  background: #E7E0DA;
}

.bg_black {
  background: #000;
  color: #fff !important;
}
.bg_black .links a {
  color: #fff;
  border-color: #fff;
}
.bg_black .links a:hover {
  background: #fff;
  color: #000;
}

.bg_neon {
  background: #D8FE37;
}

.bg_white {
  background: #fff;
}

/*
----------------------------
=	HEAD PADDING
----------------------------
*/
@media only screen and (min-width: 801px) {
  #main > section:first-child > div:first-child {
    padding-top: 130px;
  }
  #main > section:first-child > div:first-child.img_content_block {
    padding-top: 0;
  }
  #main > section:first-child > div:first-child.img_content_block .col2 {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 800px) {
  #main > section:first-child {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home #main .img_content_block:first-of-type .col1 {
    display: none;
  }
}
/*
---------------------------------------------------------------------------
=	2 COL BLOCK
---------------------------------------------------------------------------
*/
@media only screen and (min-width: 768px) {
  .img_content_block {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.img_content_block > * {
  flex: 50%;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .img_content_block > * {
    flex: 100%;
  }
}
.img_content_block > *.col1 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .img_content_block > *.col1 {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .img_content_block > *.col1 {
    aspect-ratio: 1/1;
  }
}
.img_content_block > *.col2 {
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
}
.img_content_block > *.col2.central {
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .img_content_block > *.col2 {
    padding: 60px 20px;
  }
}
.img_content_block > *.col2 > * {
  flex: 100%;
}
.img_content_block > *.col2 .block_title .title {
  font-size: clamp(30px, 4.5vw, 56px);
  font-family: "Akzidenz_bold";
  padding-right: 2%;
}
.img_content_block > *.col2 .block_title .title span {
  display: block;
  color: #DEFE52;
}
.img_content_block > *.col2 .block_title .entry_content {
  padding-top: 30px;
}
.img_content_block > *.col2 .block_content {
  align-self: flex-end;
  padding-top: 5%;
}
.img_content_block.flip .col2 {
  color: #000;
  background: #fff;
  order: 2;
}
.img_content_block.flip .col2 .btn {
  color: #000;
  border-color: #000;
}
.img_content_block.flip .col2 .btn:hover {
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .img_content_block.single_intro .col2 {
    padding-top: 130px;
  }
}
.img_content_block.single_intro .col2 .cat_nav {
  justify-content: left;
  padding-bottom: 20px;
}

/*
---------------------------------------------------------------------------
=	IMG BLOCK
---------------------------------------------------------------------------
*/
.img_block span {
  display: block;
  position: relative;
}
.img_block.img_block_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.img_block.img_block_2 span {
  flex: 50%;
  max-width: 50%;
  aspect-ratio: 1/1;
}
.img_block.img_block_1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.img_block.img_block_1 span {
  flex: 100%;
  max-width: 100%;
  aspect-ratio: 1/0.5;
}

/*
---------------------------------------------------------------------------
=	INTRO BLOCK
---------------------------------------------------------------------------
*/
.intro_block {
  text-align: center;
  padding: 80px 5%;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .intro_block {
    padding: 60px 20px;
  }
}
.intro_block h2 {
  display: block;
  font-size: clamp(32px, 4.5vw, 45px);
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}
.intro_block .entry_content {
  margin-top: 30px;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
.intro_block .entry_content p {
  text-transform: uppercase;
  font-size: clamp(16px, 1.4vw, 23px);
  line-height: 1.2em;
  font-family: "Akzidenz";
}

/*
---------------------------------------------------------------------------
=	CONTENT BLOCK
---------------------------------------------------------------------------
*/
.content_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .content_block {
    padding: 60px 20px;
  }
}
.content_block > * {
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content_block .entry_content {
    padding: 0 10%;
  }
}
.content_block .entry_content p:first-of-type {
  font-family: "Akzidenz_bold";
  font-size: clamp(32px, 4.5vw, 45px) !important;
  line-height: 1.1em !important;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding: 0;
}

/*
---------------------------------------------------------------------------
=	CONTENT AND BACGROUND
---------------------------------------------------------------------------
*/
.content_block_bg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10% 5%;
}
@media only screen and (max-width: 767px) {
  .content_block_bg {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content_block_bg {
    background-attachment: fixed !important;
  }
}
.content_block_bg > * {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  padding: 5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content_block_bg > * {
    padding: 40px 20px;
  }
}
.content_block_bg .title {
  font-size: clamp(32px, 4.5vw, 45px);
  margin-bottom: 20px;
}
.content_block_bg .entry_content {
  max-width: 860px;
  margin: 0 auto;
}
.content_block_bg .entry_content p {
  padding: 0 10%;
}

/*
---------------------------------------------------------------------------
=	CONTENT GRID
---------------------------------------------------------------------------
*/
.content_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .content_grid {
    padding: 0 20px 40px 20px;
  }
}
.content_grid > * {
  flex: 100%;
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .content_grid > * {
    padding: 20px;
  }
}
.content_grid > * > * {
  flex: 1;
}
.content_grid > * > *.item_icn {
  flex: 15%;
  max-width: 15%;
  padding-right: 20px;
}
.content_grid > * > *.item_icn img {
  display: block;
  width: 100%;
  max-width: 68px;
}
@media only screen and (max-width: 767px) {
  .content_grid > * > *.item_icn {
    margin-bottom: 40px;
  }
}
.content_grid > * > *.item_title {
  padding-right: 5%;
}
.content_grid > * > *.item_title h3 {
  display: block;
  font-size: 32px;
  line-height: 1.2em;
}
.content_grid > * > *.item_title h3 a {
  display: block;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .content_grid > * > *.item_title {
    margin-bottom: 20px;
  }
}
.content_grid > * > *.item_info {
  flex: 48%;
  max-width: 48%;
}
@media only screen and (max-width: 767px) {
  .content_grid > * > * {
    flex: 100% !important;
    max-width: 100% !important;
  }
}
.content_grid > *:nth-child(1) {
  background: #D8FE37;
}
.content_grid > *:nth-child(3) {
  background: #E7E0DA;
}
.content_grid > *:nth-child(4) {
  background: #000;
  color: white;
}
.content_grid > *:nth-child(4) a {
  color: #fff !important;
}
.content_grid > *:nth-child(4) img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(79deg) brightness(108%) contrast(101%);
}
.content_grid > *:nth-child(4) .btn {
  border-color: #fff;
}
.content_grid > *:nth-child(4) .btn:hover {
  background: #fff;
  color: #000 !important;
}

/*
---------------------------------------------------------------------------
=	QUOTE BLOCK
---------------------------------------------------------------------------
*/
.quotes_wrap {
  width: 100%;
}

.desktop_only {
  display: block;
}

.mobile_only {
  display: none;
}

.quotes_sticky {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  color: #000;
}

.quotes_media {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.quotes_media_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.quotes_media_img.is_top {
  opacity: 0;
  transition: opacity 450ms ease;
}

.quotes_media.is_fading .quotes_media_img.is_top {
  opacity: 1;
}

.quotes_scroll {
  padding: 0 40px;
}

.quote_panel {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  align-content: flex-start;
  padding-top: 30px;
}

.block_title {
  padding-bottom: 30px;
}

.quote blockquote {
  font-size: 3.5vw;
  line-height: 0.9em;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}
.quote cite {
  display: block;
  padding-top: 40px;
  font-size: 13px;
  font-family: "Akzidenz";
}

@media (max-width: 900px) {
  .desktop_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .quotes_mobile {
    background: #fff;
    color: #000;
  }
  .quote_stack_media {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .quote_stack_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .quote_stack_content {
    padding: 40px 20px;
  }
  .quote blockquote {
    font-size: 34px;
  }
}
/*
---------------------------------------------------------------------------
=	TABLE
---------------------------------------------------------------------------
*/
.compare {
  padding: 50px;
  padding-top: 0;
  width: 100%;
  overflow-x: auto;
}
.compare.mob_compare {
  display: none;
}
.compare table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.compare table thead th {
  padding: 18px 20px;
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.1em;
  border-bottom: 1px solid #000;
  font-family: "Akzidenz_bold";
}
.compare table thead th:first-child {
  text-align: left;
}
.compare table thead th:not(:first-child) {
  text-align: center;
}
.compare table tbody tr td {
  padding: 20px;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  font-size: clamp(12px, 1vw, 18px);
}
.compare table tbody tr td:first-child {
  text-align: left;
}
.compare table tbody tr td:not(:first-child) {
  text-align: center;
}
.compare table tbody tr td {
  /* Fix icon and text sitting on the baseline */
}
.compare table tbody tr td img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .compare table tbody tr:last-child td {
    border-bottom: none;
  }
}
.compare {
  /* Make tick cells align nicely */
}
.compare td:not(:first-child) > img,
.compare td:not(:first-child) > span,
.compare td:not(:first-child) > a,
.compare td:not(:first-child) > strong {
  vertical-align: middle;
}
.compare td:not(:first-child) {
  /* If the td contains an img and a span, centre them as a unit */
  display: table-cell;
  /* Wrap behaviour without adding extra markup */
}
.compare td:not(:first-child) > img + span {
  display: inline-flex;
  align-items: center;
}
.compare {
  /* Better: explicitly flex the tick cells */
}
.compare table tbody td:not(:first-child) {
  /* only affects non first column cells */
  display: table-cell;
  /* use an inner inline flex layout without extra wrapper */
}
.compare table tbody td:not(:first-child) img,
.compare table tbody td:not(:first-child) span {
  vertical-align: middle;
}
.compare table tbody td:not(:first-child) {
  /* centre the icon and label together */
}
.compare table tbody td:not(:first-child) > img,
.compare table tbody td:not(:first-child) > span {
  display: inline-block;
}
.compare table tbody td:not(:first-child) {
  /* when both exist, keep them centred vertically */
}
.compare table tbody td:not(:first-child).no {
  position: relative;
}

@media (max-width: 768px) {
  .dt_compare {
    display: none;
  }
  .mob_compare {
    display: block !important;
  }
  .compare {
    padding: 50px 20px 0 20px;
  }
  .compare table,
  .compare thead,
  .compare tbody,
  .compare tr,
  .compare th,
  .compare td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .compare thead {
    display: none !important;
  }
  .compare tbody tr {
    margin-bottom: 60px;
    padding: 0 !important;
    background: #fff;
  }
  .compare tbody tr:hover {
    background: transparent !important;
  }
  .compare tbody tr:last-of-type td:last-of-type {
    border-bottom: none !important;
  }
  .compare tbody td {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 !important;
    font-size: 18px !important;
  }
  .compare tbody td.no {
    display: none !important;
  }
  .compare tbody td:first-child {
    justify-content: flex-start;
    padding-top: 0 !important;
    padding-bottom: 14px;
    font-family: "Akzidenz_bold";
  }
  .compare tbody td:not(:first-child)::before {
    content: attr(data-label);
    padding-right: 12px;
  }
  .compare tbody td img {
    width: 20px;
    height: auto;
    display: block;
  }
}
/*
---------------------------------------------------------------------------
=	SINGLE TESTIMONIAL
---------------------------------------------------------------------------
*/
.single_testimonial {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 120px 50px;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single_testimonial {
    padding: 60px 20px;
  }
}
.single_testimonial > div {
  max-width: 900px;
  text-align: center;
}
.single_testimonial > div blockquote {
  display: block;
  font-size: clamp(32px, 4.5vw, 45px);
  line-height: 1.1em;
}
.single_testimonial > div cite {
  display: block;
  font-size: 18px;
  margin-top: 5%;
}

/*
---------------------------------------------------------------------------
=	NUMBERED LIST
---------------------------------------------------------------------------
*/
.numbered_list {
  padding: 0 40px 100px 40px;
}
@media only screen and (max-width: 767px) {
  .numbered_list {
    padding: 20px;
    padding-top: 0;
  }
}
.numbered_list .list_item {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  border-bottom: 1px solid #000;
}
.numbered_list .list_item:first-of-type {
  border-top: 1px solid #000;
}
.numbered_list .list_item:last-of-type {
  border: none;
}
.numbered_list .list_item > * {
  flex: 50%;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .numbered_list .list_item > * {
    flex: 100%;
    padding: 0;
  }
}
.numbered_list .list_item > *.num {
  display: flex;
  flex-wrap: wrap;
}
.numbered_list .list_item > *.num > * {
  flex: 50%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .numbered_list .list_item > *.num > * {
    flex: 100%;
  }
}
.numbered_list .list_item > *.num span {
  font-family: "Akzidenz_bold";
  font-size: 30px;
  max-width: 30%;
}
.numbered_list .list_item > *.num h3 {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .numbered_list .list_item > *.num h3 {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .numbered_list .list_item > *.entry_content {
    padding-left: 5%;
  }
}

.bg_black .numbered_list .list_item {
  border-color: #fff !important;
}

/*
---------------------------------------------------------------------------
=	STANDARD LIST
---------------------------------------------------------------------------
*/
.standard_list {
  padding: 0 40px 100px 40px;
}
.standard_list .cols {
  display: flex;
  flex-wrap: wrap;
}
.standard_list .cols .col {
  flex: 50%;
}
.standard_list .cols .col.col1 {
  padding-right: 10%;
}
.standard_list .cols .col.col1 p {
  font-size: 36px !important;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}
.standard_list .cols .col.col2 ul {
  display: block;
}
.standard_list .cols .col.col2 ul li {
  display: block;
  border-bottom: 1px solid #B3B3B3;
  font-size: 26px;
  line-height: 1.3em;
  padding: 26px 0;
}

/*
---------------------------------------------------------------------------
=	STICKY 
---------------------------------------------------------------------------
*/
.sticky_block {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .sticky_block {
    padding: 60px 20px;
  }
}
.sticky_block .cols {
  display: flex;
  flex-wrap: wrap;
}
.sticky_block .cols .col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .sticky_block .cols .col {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sticky_block .cols .col.col1 {
    padding-right: 10%;
    align-self: flex-start;
    position: sticky;
    top: 40px;
  }
}
.sticky_block .cols .col.col1 p {
  font-size: clamp(20px, 3vw, 36px) !important;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}
@media only screen and (max-width: 767px) {
  .sticky_block .cols .col.col2 {
    padding: 40px 0 0 0;
  }
}
.sticky_block .cols .col.col2 .stick_item {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sticky_block .cols .col.col2 .stick_item {
    padding: 20px 0;
    margin: 0;
  }
}
.sticky_block .cols .col.col2 .stick_item:last-of-type {
  border-bottom: none;
}
.sticky_block .cols .col.col2 .stick_item span {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
  margin-bottom: 20px;
}
.sticky_block .cols .col.col2 .stick_item span img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky_block .cols .col.col2 .stick_item h2 {
  display: block;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2em;
  margin: 0 !important;
  padding: 0 !important;
}
.sticky_block .cols .col.col2 .stick_item p {
  margin-top: 1em;
}
.sticky_block {
  /*
  // optional: turn off sticky on smaller screens
  @media (max-width: 768px) {
  	.cols {
  		flex-direction: column;

  		.col {
  			flex: 0 0 100%;
  			max-width: 100%;
  		}

  		.col1 {
  			position: static;
  			padding-right: 0;
  			margin-bottom: 30px;
  		}
  	}
  }
  */
}

/*
---------------------------------------------------------------------------
=	CHAPTERS
---------------------------------------------------------------------------
*/
.chapter_cols {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .chapter_cols {
    padding: 60px 20px;
  }
}
.chapter_cols .chapter_nav {
  flex: 30%;
  background: #000;
}
.chapter_cols .chapter_nav .navo {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 40px 40px 100px 40px;
}
.chapter_cols .chapter_nav .navo a {
  display: block;
  color: #fff;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.4em;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Akzidenz";
}
.chapter_cols .chapter_nav .navo a:hover, .chapter_cols .chapter_nav .navo a.current {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.chapter_cols .chapter_nav .navo a:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .chapter_cols .chapter_nav {
    display: none;
  }
}
.chapter_cols .chapters {
  flex: 70%;
}
@media only screen and (min-width: 768px) {
  .chapter_cols .chapters {
    padding: 5% 10% 10% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .chapter_cols .chapters {
    flex: 100%;
    padding: 0;
  }
}
.chapter_cols .chapters .chapter {
  padding: 70px 0;
  border-bottom: 1px solid #ccc;
}
.chapter_cols .chapters .chapter:first-of-type {
  padding-top: 0;
}
.chapter_cols .chapters .chapter:last-of-type {
  border: none;
}
@media only screen and (max-width: 767px) {
  .chapter_cols .chapters .chapter {
    padding: 60px 0;
  }
}
.chapter_cols .chapters h2 {
  display: block;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Akzidenz_bold";
}
@media only screen and (max-width: 767px) {
  .chapter_cols .chapters h2 {
    font-size: 6vw;
  }
}

/*
---------------------------------------------------------------------------
=	SERVICES ARCHICVE
---------------------------------------------------------------------------
*/
.post-type-archive-services #header a {
  color: #000;
}
.post-type-archive-services #header img {
  filter: brightness(0) saturate(100%);
}
/*
---------------------------------------------------------------------------
=	EMOJI BLOCKS
---------------------------------------------------------------------------
*/
.emoji_blocks {
  --gap: 8px;
  --cols: 4;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
  align-items: stretch;
}
.emoji_blocks > * {
  width: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
  text-align: center;
  background: #000;
  color: #fff;
  padding: 70px 20px;
}
.emoji_blocks > * span {
  display: block;
  text-align: center;
}
.emoji_blocks > * span.emoji {
  font-size: 50px;
  margin-bottom: 30px;
}
.emoji_blocks > * span.e_title {
  font-size: 22px;
  font-family: "Akzidenz_bold";
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.emoji_blocks > * p {
  text-align: center;
}

/* 4 cols */
@media (max-width: 1200px) {
  .emoji_blocks {
    --cols: 4;
  }
}
/* 3 cols */
@media (max-width: 980px) {
  .emoji_blocks {
    --cols: 3;
  }
}
/* 2 cols */
@media (max-width: 720px) {
  .emoji_blocks {
    --cols: 2;
  }
}
/* 1 col */
@media (max-width: 480px) {
  .emoji_blocks {
    --cols: 1;
  }
}
/*
---------------------------------------------------------------------------
=	DOWNLOADS
---------------------------------------------------------------------------
*/
.download_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.download_block .downloads {
  flex: 1;
  max-width: 960px;
  padding: 0 20px 100px 20px;
}
@media only screen and (max-width: 767px) {
  .download_block .downloads {
    padding-bottom: 60px;
  }
}
.download_block .downloads a {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #000;
  color: #000;
  gap: 20px;
}
.download_block .downloads a:last-of-type {
  border-bottom: 0;
}
.download_block .downloads a > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4em;
}
@media only screen and (max-width: 500px) {
  .download_block .downloads a > span {
    text-align: center;
  }
  .download_block .downloads a > span i {
    display: none;
  }
}
.download_block .downloads a button {
  margin-left: auto;
  background: transparent;
  font-family: "Akzidenz_bold";
  text-transform: uppercase;
  font-size: 14px;
}
.download_block .downloads a:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .download_block .downloads a > * {
    flex: 100%;
  }
  .download_block .downloads a span {
    order: 2;
  }
}

.bg_black .downloads a,
.bg_black .downloads button {
  color: #fff !important;
}
.bg_black .downloads a {
  border-color: #fff;
}

/*
---------------------------------------------------------------------------
=	FAQS
---------------------------------------------------------------------------
*/
.accordion_block {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .accordion_block {
    padding: 60px 20px;
  }
}
.accordion_block .block {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.accordion_block .block:first-of-type {
  padding-top: 0;
}
.accordion_block .block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.accordion_block .block .block_title {
  display: block;
  position: relative;
  font-size: clamp(22px, 4vw, 40px);
  line-height: 1.4em;
  padding-bottom: 10px;
  transition: 0.2s;
  font-family: "Akzidenz_bold";
  text-transform: uppercase;
  padding-right: 80px;
}
.accordion_block .block .block_title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  font-size: clamp(22px, 4vw, 40px);
}
.accordion_block .block .block_title.open:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "-";
  font-size: clamp(22px, 4vw, 40px);
}
.accordion_block .block .block_content {
  display: none;
  padding: 0 0 40px 0;
}
.accordion_block .block .block_content .img {
  display: block;
  aspect-ratio: 1/0.6;
  border-radius: 30px;
  margin-bottom: 30px;
}
.accordion_block .block .block_content p {
  font-size: clamp(16px, 2vw, 22px);
}
.accordion_block .block .block_content p a {
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.accordion_block .block .block_content.open {
  display: block;
}
.accordion_block a {
  color: #fff;
}

.bg_off_white .accordion_block a,
.bg_white .accordion_block a,
.bg_warm .accordion_block a,
.bg_neon .accordion_block a {
  color: #000 !important;
}
.bg_off_white .accordion_block .block,
.bg_white .accordion_block .block,
.bg_warm .accordion_block .block,
.bg_neon .accordion_block .block {
  border-color: #000;
}

/*
---------------------------------------------------------------------------
=	NEWS
---------------------------------------------------------------------------
*/
.blog #main,
.archive.category #main {
  background: #000;
}

.new_intro {
  padding: 130px 5% 100px 5%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .new_intro {
    padding: 60px 20px;
  }
}
.new_intro > * {
  flex: 100%;
}
.new_intro > div {
  max-width: 700px;
  margin-bottom: 40px;
}
.new_intro > div .title {
  font-size: 46px;
}

.cat_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cat_nav a {
  font-size: 15px;
  display: block;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #fff;
}
.cat_nav a.active, .cat_nav a:hover {
  color: #000;
  background: #fff;
}

/*
----------------------------
=	PAGINATION
----------------------------
*/
.pagi {
  background: #000 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Akzidenz_bold";
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.pagi .current {
  color: #D8FE37;
}
.pagi a {
  color: #fff;
}
.pagi a:hover {
  color: #D8FE37;
}

/*
---------------------------------------------------------------------------
=	SINGLE 
---------------------------------------------------------------------------
*/
.news_content {
  padding: 50px 5% 100px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.news_content > div {
  max-width: 760px;
}

.single .page_hero {
  border: 1px solid orange;
}
.single .page_hero .col2 .cat_nav {
  justify-content: left;
  margin-bottom: 30px;
}
.single .page_hero .col2 .title {
  font-size: 50px !important;
}
