@charset "UTF-8";
/*
Theme Name: Less + More 2024
Theme URI: https://lessandmore.com
Description: The custom Wordpress 6.0+ theme for Less + More
Author: Less + More // Kymera
Version: 1.1.1
Author URI: https://kymerastudio.com
*/
/*----------------------
FIX WEBKIT TRANSFORM STUTTER on ANIMATION
------------------------ */
/*-----------------------
EASING 
---------------------- */
:root {
  --color-black: #000000;
  --color-citron: #ECF8A1;
  --color-mint: #9FD2C6;
  --color-white: #ffffff;
  --font-optical-sizing: auto;
  --font-headline: "Sora", sans-serif;
  --font-heading: "Sora", sans-serif;
  --font-body: "Sora", sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-size-body: 1.6rem;
  --font-size-small: 1.6rem;
  --font-size-medium: 1.8rem;
  --font-size-medium-large: 2.2rem;
  --font-size-large: 2.4rem;
  --font-size-extra-large: 3.6rem;
  --theme-color-text: var(--color-black);
  --padding-horizontal: 2rem;
  --section-padding-horizontal: 2rem;
  --height-user-nav-menu: 12rem;
  --grid-gap: 3rem;
}
@media (min-width: 810px) {
  :root {
    --padding-horizontal:4rem;
    --section-padding-horizontal:4rem;
    --grid-gap: 4rem;
    --font-size-body: 1.6rem;
    --font-size-small: 1.8rem;
    --font-size-medium: 2.4rem;
    --font-size-medium-large: 3.4rem;
    --font-size-large: 3.6rem;
    --font-size-extra-large: 4.8rem;
  }
}
@media (min-width: 1100px) {
  :root {
    --padding-horizontal:5.4rem;
    --section-padding-horizontal:5.4rem;
    --height-user-nav-menu: 24rem;
    --grid-gap: 5rem;
  }
}

/*----------------------
FIX WEBKIT TRANSFORM STUTTER on ANIMATION
------------------------ */
/*-----------------------
EASING 
---------------------- */
/* 1.4 Fonts & Text Elements -------------------------------------------------------------- */
/* 1.1 - Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

/* HTML5 elements need display: block */
header, nav, section, article, aside, figure, footer {
  display: block;
  position: relative;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
.screen-reader-text,
.screen-reader-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus,
.screen-reader-only:focus {
  background-color: var(--color-white);
  border-radius: 0px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid var(--color-black);
  font-family: var(--font-heading);
  text-transform: uppercase;
  clip: auto !important;
  color: var(--color-black);
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

*:focus-visible {
  border: 1px solid var(--color-black) !important;
}

*:focus:not(:focus-visible) {
  outline: none;
}

/* 1.3 Global Elements -------------------------------------------------------------- */
*, *:after, *:before {
  box-sizing: border-box;
}

hr {
  border: 0px;
  height: 1px;
  background: var(--color-white);
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none !important;
}

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

.center {
  text-align: center;
}

/* 1.4.3 General Font Setup  -------------------------------------------------------------- */
html, html a {
  -webkit-font-smoothing: antialiased !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-optical-sizing: var(--font-optical-sizing);
}

html {
  font-size: 62.5%;
}

body,
input,
textarea {
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 300;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-body);
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
} /* =14px */
h1 {
  font-size: 2.4rem;
} /* =24px */
p,
ul,
ol,
dd,
pre,
hr {
  margin: 0px 0px 2em 0px;
  line-height: 126.5%;
}

p {
  color: var(--theme-color-text);
  line-height: 126.5%;
  font-size: 1.9rem;
}
@media (min-width: 1100px) {
  p {
    font-size: 2rem;
  }
}
@media (min-width: 1680px) {
  p {
    font-size: 2.4rem;
  }
}

.line-height-normal {
  line-height: normal;
}

ul {
  list-style: disc;
  margin: 0 0 3rem 2rem;
  font-size: var(--font-size-medium);
  font-weight: 400;
  color: var(--theme-color-text);
  line-height: 126.5%;
}
ul li {
  margin-bottom: 0.75em;
}
ul.no-dots {
  list-style: none;
  margin: 2rem 0 3rem 0;
}

ol {
  list-style: decimal;
  margin: 0 0 3rem 2rem;
  color: var(--theme-color-text);
  line-height: 126.5%;
  font-size: 1.9rem;
}
ol li {
  margin-bottom: 0.75em;
}
@media (min-width: 1100px) {
  ol {
    font-size: 2rem;
  }
}
@media (min-width: 1680px) {
  ol {
    font-size: 2.4rem;
  }
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 24px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 18px;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote p:first-child {
  position: relative;
}
blockquote p:first-child::before {
  content: "“";
  position: absolute;
  right: calc(100% + 0.4rem);
  top: 0;
}
blockquote p:first-child::after {
  content: "”";
}
blockquote p:last-child {
  margin-bottom: 0;
  margin-top: 2.4rem;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

p:empty {
  display: none;
}

.page-content ul {
  list-style: none;
  margin: 0px 0px 30px 25px;
}

.page-content ol {
  margin: 0px 0px 30px 25px;
}

.page-content ol li {
  font-size: 18px;
  line-height: 1.4em;
  padding-left: 10px;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

pre,
kbd,
tt,
var {
  font-size: 15px;
  line-height: 21px;
}

code {
  font-size: 13px;
}

dt,
th {
  color: var();
}

h1, h2, h3, h4, h5 {
  font-family: var(--wp--preset--font-family--heading);
  color: var(--theme-color-text);
  line-height: 120%;
  margin: 0px 0px 0.5625em 0;
  font-feature-settings: "liga" off, "clig" off;
  font-weight: 300;
}

h1 {
  text-align: left;
  --font-size: 4rem;
  font-size: var(--font-size);
  font-weight: 600;
  line-height: 90%;
  margin-bottom: 1em;
}
@media (min-width: 810px) {
  h1 {
    font-size: calc(2 * var(--font-size));
    margin-bottom: 0.75em;
  }
}
@media (min-width: 1100px) {
  h1 {
    font-size: calc(3 * var(--font-size));
    margin-bottom: 0.5em;
  }
}

h2,
.h2 {
  color: var(--theme-color-text);
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.5625em;
  text-align: left;
  font-size: var(--font-size-large);
}

h3,
.h3 {
  color: var(--theme-color-text);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--font-heading);
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--font-size-medium);
}

h1.page-heading, h2.page-heading, h3.page-heading {
  --heading-size:7.5rem;
  font-size: calc(0.5 * var(--heading-size));
  font-weight: 300;
}
@media (min-width: 810px) {
  h1.page-heading, h2.page-heading, h3.page-heading {
    font-size: calc(0.75 * var(--heading-size));
    max-width: 80%;
  }
}
@media (min-width: 1100px) {
  h1.page-heading, h2.page-heading, h3.page-heading {
    font-size: calc(1 * var(--heading-size));
  }
}
h1.page-heading.single-post-heading, h2.page-heading.single-post-heading, h3.page-heading.single-post-heading {
  max-width: 100%;
}

.subheading {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (min-width: 810px) {
  .subheading {
    padding-top: 1rem;
  }
}

.heading {
  font-family: var(--font-heading);
}

/* 1.2 Layout & Structure -------------------------------------------------------------- */
/* Turn cross-document view-transitions on */
/* Note that this at-rule is all that is needed to create the default cross-fade animation  */
@view-transition {
  navigation: auto;
}
/* Customize the default animation behavior */
::view-transition-group(root) {
  animation-duration: 0.25s;
}

/* Create a custom animation */
@keyframes move-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes move-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Apply the custom animation to the old and new page states */
::view-transition-old(root) {
  animation: 0.25s ease-in both move-out;
}

::view-transition-new(root) {
  animation: 0.25s ease-in both move-in;
}

body {
  --theme-color-text: var(--color-black);
  --theme-color-bg: var(--color-white);
  margin: 0;
  background-color: var(--theme-color-bg);
  color: var(--theme-color-text);
}
body.theme-black {
  --theme-color-bg: var(--color-black);
  --theme-color-text: var(--color-white);
}
body.theme-black .site-header {
  mix-blend-mode: difference;
  filter: none;
}
body.theme-white {
  --theme-color-bg: var(--color-white);
}
body.theme-citron {
  --theme-color-bg: var(--color-citron);
}
body.theme-mint {
  --theme-color-bg: var(--color-mint);
}

html, body {
  min-height: 100vh;
}

#main {
  position: relative;
  z-index: 4;
  padding-top: var(--height-user-nav-menu);
  background: var(--theme-color-bg);
}
.logged-in #main {
  padding-top: calc(var(--height-user-nav-menu) + 4.6rem);
}
@media (min-width: 1024px) {
  .logged-in #main {
    padding-top: calc(var(--height-user-nav-menu) + 4.6rem);
  }
}

#container {
  width: 100%;
  position: relative;
  --container-padding-top:8rem;
  --container-padding-bottom:6rem;
  padding-top: calc(0.5 * var(--container-padding-top));
  padding-bottom: calc(0.5 * var(--container-padding-bottom));
}
@media (min-width: 810px) {
  #container {
    padding-top: calc(2 * var(--container-padding-top));
    padding-bottom: calc(2 * var(--container-padding-bottom));
  }
}
@media (min-width: 1100px) {
  #container {
    padding-top: calc(3 * var(--container-padding-top));
    padding-bottom: calc(3 * var(--container-padding-bottom));
  }
}
#container.blog-container {
  --container-padding-bottom:0;
}
#container.work-container {
  --container-padding-bottom:0;
}

.inner {
  width: 169.2rem;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.alignwide {
  width: calc(var(--wp--style--global--wide-size) + 2 * var(--padding-horizontal));
  max-width: 100%;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.padded {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}

.has-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  position: relative;
  margin: 0px auto;
  justify-content: space-between;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  --grid-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: var(--grid-gap);
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  position: relative;
  /*.item {
  	border:1px solid black;
  }*/
}
.acf-innerblocks-container .grid {
  --padding-horizontal:0;
}
@media (min-width: 1100px) {
  .grid.l-grid-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
.grid.no-pad-h {
  --padding-horizontal:0px;
}
@media (min-width: 810px) {
  .grid {
    --grid-gap: 4rem;
  }
}
@media (min-width: 1100px) {
  .grid {
    --grid-gap: 5.4rem;
  }
}
.grid .s-col-1 {
  grid-column-end: span 1;
}
.grid .s-col-2 {
  grid-column-end: span 2;
}
.grid .s-col-3 {
  grid-column-end: span 3;
}
.grid .s-col-4 {
  grid-column-end: span 4;
}
.grid .s-col-5 {
  grid-column-end: span 5;
}
.grid .s-col-6 {
  grid-column-end: span 6;
}
@media (min-width: 810px) {
  .grid .m-col-1 {
    grid-column-end: span 1;
  }
  .grid .m-col-2 {
    grid-column-end: span 2;
  }
  .grid .m-col-3 {
    grid-column-end: span 3;
  }
  .grid .m-col-4 {
    grid-column-end: span 4;
  }
  .grid .m-col-5 {
    grid-column-end: span 5;
  }
  .grid .m-col-6 {
    grid-column-end: span 6;
  }
  .grid .m-align-self-center {
    align-self: center;
  }
}
@media (min-width: 1100px) {
  .grid .l-col-1 {
    grid-column-end: span 1;
  }
  .grid .l-col-2 {
    grid-column-end: span 2;
  }
  .grid .l-col-3 {
    grid-column-end: span 3;
  }
  .grid .l-col-4 {
    grid-column-end: span 4;
  }
  .grid .l-col-5 {
    grid-column-end: span 5;
  }
  .grid .l-col-6 {
    grid-column-end: span 6;
  }
}
@media (min-width: 1680px) {
  .grid .xl-col-1 {
    grid-column-end: span 1;
  }
  .grid .xl-col-2 {
    grid-column-end: span 2;
  }
  .grid .xl-col-3 {
    grid-column-end: span 3;
  }
  .grid .xl-col-4 {
    grid-column-end: span 4;
  }
  .grid .xl-col-5 {
    grid-column-end: span 5;
  }
  .grid .xl-col-6 {
    grid-column-end: span 6;
  }
}
.grid .col-6 {
  grid-column-end: span 6;
}
.grid .col-5 {
  grid-column-end: span 6;
}
@media (min-width: 810px) {
  .grid .col-5 {
    grid-column-end: span 5;
  }
}
.grid .col-4 {
  grid-column-end: span 5;
}
@media (min-width: 810px) {
  .grid .col-4 {
    grid-column-end: span 4;
  }
}
.grid .col-3 {
  grid-column-end: span 3;
}
@media (min-width: 810px) {
  .grid .col-3 {
    grid-column-end: span 3;
  }
}
.grid .col-2 {
  grid-column-end: span 3;
}
@media (min-width: 810px) {
  .grid .col-2 {
    grid-column-end: span 2;
  }
}
.grid .col-1 {
  grid-column-end: span 3;
}
@media (min-width: 810px) {
  .grid .col-1 {
    grid-column-end: span 1;
  }
}
@media (min-width: 810px) {
  .grid .m-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 810px) {
  .grid .m-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 810px) {
  .grid .m-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 810px) {
  .grid .m-start-4 {
    grid-column-start: 4;
  }
}
.grid .center {
  align-self: center;
}
.grid .right {
  justify-self: end;
}
.grid .two-col-title {
  --margin-bottom: 12.2rem;
  margin-bottom: calc(0.5 * var(--margin-bottom));
}
@media (min-width: 810px) {
  .grid .two-col-title {
    margin-bottom: calc(1 * var(--margin-bottom));
  }
}

.s-colspan__6 {
  width: 100%;
}

@media (min-width: 810px) {
  .m-colspan__6 {
    width: 100%;
  }
  .m-colspan__5 {
    padding-right: 16.67%;
  }
  .m-colspan__4 {
    padding-right: 33.34%;
  }
  .m-colspan__3 {
    padding-right: 50%;
  }
  .m-colspan__2 {
    padding-right: 66.67%;
  }
}
@media (min-width: 1100px) {
  .l-colspan__6 {
    width: 100%;
  }
  .l-colspan__5 {
    width: 83.33%;
  }
  .l-colspan__4 {
    width: 66.66%;
  }
  .l-colspan__3 {
    width: 50%;
  }
  .l-colspan__2 {
    width: 33.33%;
  }
}
.border-top {
  border-top: 1px solid var(--color-citron);
}

.border-bottom {
  border-bottom: 1px solid var(--color-citron);
}

.align-wide {
  width: 1312px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}

.content-narrow,
.align-center {
  width: 768px;
  max-width: 100%;
  margin: 0px auto;
}

.has-citron-background-color,
.has-white-background-color {
  --theme-color-text: var(--color-black);
}

.has-mint-background-color,
.has-black-background-color {
  --theme-color-text: var(--color-white);
}

/* Define a transition duration during page visits */
html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

/* 1.6 - Header & Navigation --------------------------------------- */
#header {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease 0s;
}
.logged-in #header {
  top: 50px;
}
body.theme-black #header.site-header {
  mix-blend-mode: difference;
}
.home #header {
  position: relative;
  top: 100%;
}
.home #header.header--fixed {
  top: 0;
}
#header.header--fixed {
  top: 0;
}
#header #ee {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 2rem;
  transform: translate(-50%, 0);
  display: block;
  width: 4.4rem;
  height: auto;
  opacity: 1;
}
@media (min-width: 1024px) {
  #header #ee {
    opacity: 0;
  }
}
#header #ee path {
  fill: var(--theme-color-text);
}
body.single-work #header.header--fixed {
  padding-top: 0;
  top: 0;
}
.wcf-mobile-drawer-open #header {
  opacity: 0;
  pointer-events: none;
}
#header.scrolling {
  background-color: var(--theme-color-bg);
}

.header-inner {
  width: 100%;
  padding: 0.1rem var(--padding-horizontal);
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  min-height: 8rem;
  transition: all 0.25s ease 0s;
}
@media (min-width: 1100px) {
  .header-inner {
    height: auto;
    padding: 2.5rem var(--padding-horizontal);
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
  .scrolling .header-inner {
    align-items: center;
  }
}

.search-header .header-inner {
  justify-content: space-between;
}

#logo {
  display: none;
  height: auto;
  width: 60%;
}
@media (min-width: 810px) {
  #logo {
    display: flex;
    width: 100%;
  }
}
#logo svg {
  width: 100%;
  height: auto;
}
#logo svg path {
  fill: var(--theme-color-text);
}

.desktop-top-right-menu {
  margin: 0px;
  width: auto;
  display: none;
}
@media (min-width: 1100px) {
  .desktop-top-right-menu {
    display: flex;
  }
}
.desktop-top-right-menu ul {
  display: flex;
  gap: 25px;
  width: auto;
  margin: 0px;
  padding: 0px;
}
.desktop-top-right-menu ul li {
  font-size: 14px;
  list-style: none;
  margin: 0px;
}
.desktop-top-right-menu ul li a {
  color: var(--theme-color-text);
  cursor: pointer;
  text-decoration: none;
}
.desktop-top-right-menu ul li a span {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 0 0.1rem;
  background-position: 0% 96%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-out 0s;
}
.desktop-top-right-menu ul li a:hover span {
  background-size: 100% 0.1rem;
}

.header-search {
  -webkit-appearance: none;
  display: block;
  border: 0px;
  width: 20px;
  height: 20px;
  padding: 0px;
  line-height: 1em;
  font-size: 0px;
  cursor: pointer;
  background: url("images/icon-search.svg?v=1") center no-repeat;
  background-size: 18px 18px;
  transition: none;
}
.header-search:hover {
  background: inherit;
  border: 0px;
  background: url("images/icon-search.svg?v=1") center no-repeat;
  background-size: 18px 18px;
}

@media screen and (max-width: 500px) {
  #header.inner {
    height: 66px;
  }
}
/* 1.6.1 - Header Search Form --------------------------------------- */
.header-top-search {
  width: 300px;
  padding-right: 40px;
  display: none;
}
@media (min-width: 1100px) {
  .header-top-search {
    display: inline-flex;
  }
}

.search-header {
  position: absolute;
  width: 100%;
  top: 80%;
  left: 0px;
  background: var(--color-white);
  pointer-events: none;
  transition: all 0.3s ease 0s;
  opacity: 0;
  overflow: hidden;
}

.search-header.active {
  pointer-events: auto;
  opacity: 1;
  max-height: 100px;
  top: 100%;
}

.header-search-form {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  color: var(--theme-color-text);
  background: var(--theme-color-bg);
  padding: 0 2rem;
}
.header-search-form:focus {
  border: 1px solid var(--color-white);
}
.header-search-form input.search-submit {
  -webkit-appearance: none;
  display: block;
  border: 0px;
  width: 33px;
  height: 30px;
  padding: 0px;
  line-height: 1em;
  font-size: 0px;
  background: url("images/icon-search.svg?v=1") center no-repeat;
  background-size: 2rem 2rem;
  transition: none;
}
.header-search-form input.search-submit:hover {
  background: inherit;
  border: 0px;
  background: url("images/icon-search.svg?v=1") center no-repeat;
  background-size: 2rem 2rem;
}

input.search-field {
  display: inline-flex;
  vertical-align: middle;
  height: 100%;
  font-size: 1.8rem;
  line-height: normal;
  width: calc(100% - 40px);
  max-width: 100%;
  min-height: 7.6rem;
  padding: 0px 0px 0px 0px;
  border: 0px;
  background: transparent;
  -webkit-appearance: none;
  color: var(--theme-color-text);
}
input.search-field::-moz-placeholder {
  color: var(--color-citron);
  opacity: 1;
}
input.search-field::placeholder {
  color: var(--color-citron);
  opacity: 1;
}
input.search-field::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-citron);
  opacity: 1;
}
input.search-field::-webkit-input-placeholder {
  color: var(--color-citron);
}
input.search-field:-ms-input-placeholder {
  color: var(--color-citron);
}

/* 1.6.2 - Top Menu --------------------------------------- */
.header-menu-extra-mobile {
  display: none;
  position: relative;
  right: 90px;
}

/* Displays/Screens ( MacBook 11" @ 1366x768) -------------- */
/* 1.6.3 - Mobile Nav Button (aka "Hamburger Button") --------------------------------------- */
.mobile-nav-area {
  display: none;
  width: auto;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  z-index: 10;
}
@media (min-width: 810px) {
  .mobile-nav-area {
    display: none;
  }
}

#menu-toggle {
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 5;
  font-family: var(--font-body);
  font-size: 19px;
  color: #000;
  font-weight: normal;
}
@media (min-width: 1100px) {
  #menu-toggle {
    display: none;
  }
}

.nav-label {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}

.cmn-toggle-switch {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: var(--theme-color-text);
  letter-spacing: 1px;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch:hover {
  color: var(--theme-color-text);
}
.cmn-toggle-switch span.line {
  display: block;
  position: relative;
  height: 0.1rem;
  width: 100%;
  background: var(--theme-color-text);
  transition: all 0.3s ease 0s;
}
.cmn-toggle-switch span.line::before, .cmn-toggle-switch span.line::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: var(--theme-color-text);
  content: "";
  transition: all 0.3s ease 0s;
}
.cmn-toggle-switch span.line::before {
  top: -0.9rem;
}
.cmn-toggle-switch span.line::after {
  bottom: -0.9rem;
}

.open .cmn-toggle-switch span::before, .open .cmn-toggle-switch span::after {
  background-color: var(--theme-color-text);
  height: 0.1rem;
  width: 100%;
  transform-origin: center;
  border-radius: 0;
}

.cmn-toggle-switch__htx span {
  transition: all 0.1s ease 0s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  transition-property: bottom, transform;
}

.open .cmn-toggle-switch__htx span {
  background: none;
}

.open .cmn-toggle-switch__htx span::before {
  top: 0px;
  transform: rotate(45deg);
}

.open .cmn-toggle-switch__htx span::after {
  bottom: 0px;
  transform: rotate(-45deg);
}

.open .cmn-toggle-switch__htx span::before,
.open .cmn-toggle-switch__htx span::after {
  transition-delay: 0, 0.3s;
}

.header-main-menu {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: auto;
  padding: 2.5rem 0;
}
@media (min-width: 810px) {
  .header-main-menu {
    display: flex;
    height: auto;
  }
}
.header-main-menu .menu-main-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-main-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  margin: 0px;
  padding: 0px;
  gap: 36px;
}
.header-main-menu ul li {
  list-style: none;
  margin: 0px;
}
.header-main-menu ul li a {
  font-size: var(--font-size-small);
  font-family: var(--font-headline);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  color: var(--theme-color-text);
  cursor: pointer;
  transition: all 0.25s ease-out 0s;
  background-image: linear-gradient(to right, var(--theme-color-text), var(--theme-color-text));
  background-size: 0 100%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-out 0s, color 0.15s ease-out 0s, filter 0.15s ease-out 0s;
}
.header-main-menu ul li a span {
  transition: color 0.15s ease-out 0s;
}
.header-main-menu ul li a:hover {
  background-size: 100% 100%;
}
.header-main-menu ul li a:hover span {
  color: var(--theme-color-bg);
}
@media (min-width: 1100px) {
  .header-main-menu ul li a {
    font-size: 2.4rem;
  }
}
.header-main-menu ul li.current_page_item > a:first-child span {
  background-size: 100% 0.1rem;
}
.home-hero-slider .header-main-menu ul li a {
  background-image: linear-gradient(to right, var(--color-white), var(--color-white));
}
/* ---------- Mobile Menu ----------- */
#nav-wrapper {
  position: absolute;
  order: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  background-color: var(--theme-color-bg);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  transition: none;
}
#nav-wrapper.open {
  pointer-events: auto;
}

.nav-mobile-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  padding: 12rem var(--padding-horizontal);
  position: relative;
}
.nav-mobile-container nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.nav-mobile-container .mobile-menu-hero {
  display: block;
  width: 100%;
  height: auto;
  z-index: 3;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0 var(--padding-horizontal);
  transform: translateY(60%);
  opacity: 0;
  max-width: none;
}
.nav-mobile-container .mobile-menu-hero svg {
  height: auto;
}
.nav-mobile-container .mobile-menu-hero svg path {
  fill: var(--theme-color-text);
}

ul.nav-mobile {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  width: 100%;
  padding: 0;
  row-gap: 2rem;
}
ul.nav-mobile li {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  font-family: var(--font-headline);
  font-weight: 600;
  line-height: 95%;
  margin-bottom: 0;
  font-size: var(--font-size-extra-large);
  text-transform: none;
  letter-spacing: 0rem;
  opacity: 0;
  transform: translateX(-2rem);
}
ul.nav-mobile li a {
  color: var(--theme-color-text);
  display: flex;
  line-height: 95%;
  align-items: center;
  text-transform: uppercase;
}
ul.nav-mobile li a.open {
  color: var(--theme-color-text);
}
ul.nav-mobile li:last-child {
  margin-bottom: 0px;
}
ul.nav-mobile li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.nav-mobile li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  vertical-align: inherit;
  width: 19px;
  height: 11px;
  background-image: url("images/arrow-carat-down-white.svg");
  background-size: cover;
  transition: transform 0.3s ease;
  transform: rotate(0);
  opacity: 0.6;
}
ul.nav-mobile li.menu-item-has-children > a.open:after {
  transform: rotate(180deg);
}
ul.nav-mobile li li {
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  opacity: 1;
  transform: translateX(0px);
}
ul.nav-mobile ul.sub-menu {
  display: none;
  text-align: left;
  width: 100%;
  margin: 20px 0px;
  padding-left: 40px;
  width: 100%;
}
ul.nav-mobile ul.sub-menu.open {
  margin: 20px 0px;
}
ul.nav-mobile ul.sub-menu a {
  font-size: inherit;
}

/* --------End Mobile Menu ---------*/
/* Footer Content ----- */
#footer {
  position: relative;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  padding: 4rem 0 0 0;
  background: inherit;
  color: var(--theme-color-text);
}
@media (min-width: 810px) {
  #footer {
    padding: 6rem 0 0 0;
  }
}
@media (min-width: 1100px) {
  #footer {
    padding: 9rem 0 0 0;
  }
}
.single-work #footer {
  box-sizing: border-box;
}
@media (min-width: 810px) {
  .single-work #footer {
    padding: 9rem 0 0 0;
    flex-wrap: nowrap;
    position: relative;
    margin-top: -100vh;
    width: 100%;
    height: 100vh !important;
    z-index: -1;
  }
}
@media (min-width: 1100px) {
  .single-work #footer {
    padding: 9rem 0 0 0;
  }
}
@media (min-width: 1100px) {
  .single-work #footer .footer-btm {
    margin-top: auto;
  }
}
#footer h2.footer-col-title, #footer h3.footer-col-title {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
#footer h2.footer-col-title.menu-title, #footer h3.footer-col-title.menu-title {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: var(--font-size-medium);
}
#footer h2.footer-col-title.menu-title::after, #footer h3.footer-col-title.menu-title::after {
  content: "+";
  font-weight: 400;
  font-size: var(--font-size-extra-large);
}
#footer h2.footer-col-title.menu-title.open::after, #footer h3.footer-col-title.menu-title.open::after {
  content: "-";
}
@media (min-width: 810px) {
  #footer h2.footer-col-title.menu-title, #footer h3.footer-col-title.menu-title {
    margin-bottom: 4rem;
    display: none;
  }
  #footer h2.footer-col-title.menu-title::after, #footer h3.footer-col-title.menu-title::after {
    content: "";
  }
  #footer h2.footer-col-title.menu-title.open::after, #footer h3.footer-col-title.menu-title.open::after {
    content: "";
  }
}

.footer-btm {
  margin-bottom: 4rem;
}
@media (min-width: 810px) {
  .footer-btm {
    margin-bottom: 0;
  }
}

@media (min-width: 810px) {
  .footer-right {
    display: block;
  }
}

.footer-form h2 {
  --font-size:2.4rem;
  font-size: calc(1 * var(--font-size));
  line-height: normal;
  margin-bottom: 1.8em;
  font-weight: 300;
}
@media (min-width: 810px) {
  .footer-form h2 {
    font-size: calc(1 * var(--font-size));
  }
}

#footer-logo {
  display: flex;
  height: auto;
  margin: 4rem 0 0 0;
}
#footer-logo svg {
  width: 100%;
  height: auto;
}
#footer-logo svg path {
  fill: var(--theme-color-text);
}
@media (min-width: 810px) {
  #footer-logo {
    margin: 8rem 0 0 0;
  }
}

#minusplus-footer {
  width: 4.4rem;
  display: block;
  height: auto;
}
#minusplus-footer svg {
  width: 100%;
  height: auto;
}
#minusplus-footer svg path {
  fill: var(--theme-color-text);
}
@media (min-width: 810px) {
  #minusplus-footer {
    width: 12.8rem;
  }
}

/* ----- Footer Menus --------------- */
nav.menu-footer {
  border-bottom: 0.1rem solid var(--color-white);
}
@media (min-width: 810px) {
  nav.menu-footer {
    border-bottom: 0;
  }
}
nav.menu-footer ul {
  display: flex;
  height: 0;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
}
nav.menu-footer ul.open {
  height: auto;
  overflow: visible;
  margin-bottom: 4rem;
}
@media (min-width: 810px) {
  nav.menu-footer ul {
    display: grid;
    height: auto;
    margin-bottom: 0rem;
    overflow: visible;
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
    grid-auto-flow: column;
    gap: 4rem 3.5rem;
  }
  nav.menu-footer ul.open {
    height: auto;
  }
}
nav.menu-footer li {
  position: relative;
  display: block;
  width: 100%;
  font-size: var(--font-size-body);
  margin: 0px;
  line-height: 1em;
  list-style: none;
  text-align: left;
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 810px) {
  nav.menu-footer li {
    font-size: 2rem;
  }
}
nav.menu-footer li a {
  color: inherit;
  cursor: pointer;
}
nav.menu-footer li a span {
  background: linear-gradient(to right, var(--theme-color-text), var(--theme-color-text));
  background-size: 0 0.1rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-out 0s;
}
nav.menu-footer li a:hover span {
  background-size: 100% 0.1rem;
}

.footer-meta {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .footer-meta {
    font-size: 1.5rem;
  }
}
.footer-meta p {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: inherit;
  line-height: 126.5%;
  margin: 0 0 0.6rem 0;
  width: 100%;
  color: inherit;
}
.footer-meta p.footer-tag {
  text-align: center;
  margin: 2rem 0 0 0;
  width: 100%;
}
@media (min-width: 810px) {
  .footer-meta p.footer-tag {
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .footer-meta p.footer-tag {
    width: auto;
    text-align: left;
  }
}
.footer-meta a {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
}
.footer-meta a:hover {
  color: inherit;
  text-decoration: underline;
}

.footer-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 810px) {
  .footer-left {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
}
.footer-left .footer-meta {
  margin-top: auto;
  padding-top: 0;
  width: 100%;
}

nav.nav-policies {
  display: inline-flex;
  width: 100%;
}
@media (min-width: 810px) {
  nav.nav-policies {
    width: auto;
  }
}
nav.nav-policies ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  justify-content: flex-start;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-size: inherit;
  width: auto;
}
nav.nav-policies ul li {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}
nav.nav-policies ul li a {
  color: inherit;
  cursor: pointer;
  background: linear-gradient(to right, var(--theme-color-text), var(--theme-color-text));
  background-size: 100% 0.05rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: color 0.15s ease-out 0s, background-size 0.15s ease-out 0s;
}
nav.nav-policies ul li a:hover {
  background-size: 50% 0.05rem;
  text-decoration: none;
  color: inherit;
}

a.social-link {
  display: inline-flex;
  position: relative;
  width: auto;
}
a.social-link[data-social-type] {
  padding-left: 3.4rem;
}
a.social-link[data-social-type].inline {
  margin-left: 0;
  padding-left: 0;
}
a.social-link[data-social-type].inline::before {
  position: relative;
  transform: translateY(0);
}
a.social-link[data-social-type]::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-citron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-3px);
}
a.social-link[data-social-type=x]::before {
  background-image: url("images/icon-twitter-x.svg?v=1");
  background-size: 1.3rem auto;
}
a.social-link[data-social-type=facebook]::before {
  background-image: url("images/icon-facebook.svg?v=1");
  background-size: 0.8rem auto;
}
a.social-link[data-social-type=linkedin]::before {
  background-image: url("images/icon-linkedin.svg?v=1");
  background-size: 1.3rem auto;
}
a.social-link[data-social-type=instagram]::before {
  background-image: url("images/icon-instagram.svg?v=1");
  background-size: 1.2rem auto;
}
a.social-link[data-social-type=youtube]::before {
  background-image: url("images/icon-youtube.svg?v=1");
  background-size: 1.32rem auto;
}

/* General Structure & Styling */
#content {
  min-height: 60vh;
  display: block;
  position: relative;
}

#content .wp-caption {
  background: var(--color-white);
  border: 1px solid #eeeeee;
  line-height: 18px;
  margin-bottom: 24px;
  padding: 12px;
  text-align: center;
}

#content .wp-caption img {
  margin: 0px;
  width: 100%;
}

#content .wp-caption p.wp-caption-text {
  font-style: italic;
  font-size: 12px;
  margin: 5px;
}

#content .attachment img { /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

.work-grid-wrap {
  margin-top: 4rem;
  display: block;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}

.work-grid {
  width: 100%;
  display: block;
  --spacing: 5.4rem;
  --grid-gap: 2rem;
  --spacer-size: calc(var(--grid-gap) / 2);
}
@media (min-width: 810px) {
  .work-grid {
    --grid-gap: 4rem;
  }
}
@media (min-width: 1100px) {
  .work-grid {
    --grid-gap: 5.4rem;
  }
}

.grid-sizer {
  width: calc(50% - var(--spacer-size));
}

.work-item {
  width: 100%;
  margin-bottom: var(--grid-gap);
  height: auto;
}
@media (min-width: 810px) {
  .work-item {
    width: calc(50% - var(--spacer-size));
  }
}

.gutter-sizer {
  width: var(--grid-gap);
}

.standard,
.normal {
  aspect-ratio: 565/413;
}

.tall {
  aspect-ratio: 565/876;
}

/* 4.1 - Posts Page/Blog Listing ---------------- */
#featured-blog {
  padding: 0px 10vw;
  position: relative;
}

.featured-post {
  padding: 0px;
}

.post-img {
  margin: 0px;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 442/234;
}

/* Main Blog Listings */
.post-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}

.post-items.search-items {
  justify-content: flex-start;
}

.post-item-content {
  padding: 1rem 0 2rem 0;
  display: flex;
}
@media (min-width: 810px) {
  .post-item-content {
    height: 100%;
  }
}
.post-item-content .post-info {
  display: flex;
  flex-direction: column;
}
.post-item-content .post-info .tag-list {
  margin-top: auto;
  display: inline-flex;
  gap: 2.4rem;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.post-date-cat {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 54px;
  background: var(--color-white);
  overflow: hidden;
}

.post-date-cat h4 {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  line-height: 54px;
}

.post-date-cat h4.cat {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 56px;
  padding: 0px 13px;
  color: var(--theme-color-text);
  font-weight: 900;
  font-family: "avenir", sans-serif;
  background: #c7b0aa;
}

.post-date-cat h4.date {
  padding: 0px 22px;
  letter-spacing: 1px;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: normal;
  font-family: "oswald", sans-serif;
}

.post-info h3.post-grid-title {
  --font-size:2.4rem;
  font-size: calc(1 * var(--font-size));
  color: var(--theme-color-text);
  margin-bottom: 1.8rem;
  font-weight: 300;
}
.post-info h3.post-grid-title a {
  color: inherit;
}

.blog-content .post-info-excerpt {
  padding: 0px;
  height: auto;
  width: 100%;
  max-width: 80%;
  position: relative;
}
.blog-content .post-info-excerpt p {
  --font-size:1.8rem;
  font-size: calc(1 * var(--font-size));
}

.blog-top {
  --padding-bottom:6rem;
  padding-bottom: calc(0.5 * var(--padding-bottom));
}
@media (min-width: 810px) {
  .blog-top {
    padding-bottom: calc(0.75 * var(--padding-bottom));
  }
}
@media (min-width: 1100px) {
  .blog-top {
    padding-bottom: calc(1 * var(--padding-bottom));
  }
}

.blog-content {
  --padding-top:12.4rem;
  --padding-bottom:12.4rem;
  padding-top: calc(0.5 * var(--padding-top));
  padding-bottom: calc(0 * var(--padding-bottom));
}
@media (min-width: 810px) {
  .blog-content {
    padding-top: calc(0.75 * var(--padding-top));
    padding-bottom: calc(0 * var(--padding-bottom));
  }
}
@media (min-width: 1100px) {
  .blog-content {
    padding-top: calc(1 * var(--padding-top));
    padding-bottom: calc(0 * var(--padding-bottom));
  }
}
.blog-content.single-post-content {
  padding-bottom: 0;
}
@media (min-width: 810px) {
  .blog-content.single-post-content {
    padding-top: calc(0.75 * var(--padding-top));
  }
}
@media (min-width: 1100px) {
  .blog-content.single-post-content {
    padding-top: calc(1 * var(--padding-top));
  }
}
.blog-content h2 {
  line-height: normal;
  margin-bottom: 1.5em;
}
.blog-content p {
  line-height: normal;
}
@media (min-width: 1366px) {
  .blog-content p {
    font-size: 2.4rem;
  }
}
section .blog-content h2 {
  margin-bottom: 0;
}

/* Featured Image Area on Single Post ---- */
.post-featured-img-wrap {
  position: relative;
  aspect-ratio: 895/474;
  margin-bottom: 4.8rem;
  width: 100%;
  height: auto;
}

time {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0.5625em;
  text-align: left;
}

.search-block {
  --padding-top:5.2rem;
  --padding-bottom:5.2rem;
  padding-top: calc(0.8 * var(--padding-top));
  padding-bottom: calc(0.8 * var(--padding-top));
}
@media (min-width: 810px) {
  .search-block {
    padding-top: calc(1 * var(--padding-top));
    padding-bottom: calc(1 * var(--padding-top));
  }
}

.blog-grid {
  --padding-top:10rem;
  --padding-bottom:0rem;
  padding-top: calc(0.8 * var(--padding-top));
  padding-bottom: calc(0.8 * var(--padding-top));
}
@media (min-width: 810px) {
  .blog-grid {
    padding-top: calc(1 * var(--padding-top));
    padding-bottom: calc(1 * var(--padding-top));
  }
}

.single-post-nav {
  --padding-top:10rem;
  --padding-bottom:10rem;
  padding-top: calc(0.8 * var(--padding-top));
  padding-bottom: calc(0.8 * var(--padding-top));
}
@media (min-width: 810px) {
  .single-post-nav {
    padding-top: calc(1 * var(--padding-top));
    padding-bottom: calc(1 * var(--padding-top));
  }
}
.single-post-nav .button,
.single-post-nav .button.arrow-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .single-post-nav .button,
  .single-post-nav .button.arrow-button {
    margin: 0;
    width: 100%;
  }
}

.blog-share {
  --padding-top:10rem;
  --padding-bottom:10rem;
  padding-top: calc(0.2 * var(--padding-top));
  padding-bottom: calc(0.8 * var(--padding-top));
}
@media (min-width: 810px) {
  .blog-share {
    padding-top: calc(0.3 * var(--padding-top));
    padding-bottom: calc(1 * var(--padding-top));
  }
}

.load-more-wrap {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-bottom: var(--padding-bottom);
  display: flex;
  justify-content: center;
}
.load-more-wrap button,
.load-more-wrap a.button {
  width: auto;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}
@media (min-width: 810px) {
  .share-buttons {
    flex-wrap: nowrap;
  }
}
.share-buttons a.button.arrow-button {
  width: 100%;
  margin: 0;
}
@media (min-width: 810px) {
  .share-buttons a.button.arrow-button {
    width: auto;
  }
}

/* Main work Listings */
.work-item {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  background: #f1f1f1;
  padding: 0.4rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.work-item:hover .work-item-overlay {
  opacity: 0;
}
.work-item:hover .work-item-overlay img {
  scale: 1.1;
}
.work-item a.open-work {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
.work-item .work-item-content {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  overflow: hidden;
}
@media (min-width: 810px) {
  .work-item .work-item-content {
    padding: 3rem 4.3rem 3.6rem 4.3rem;
  }
}
.work-item .work-item-content h2 {
  font-size: var(--font-size-medium);
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .work-item .work-item-content h2 {
    font-size: var(--font-size-medium-large);
  }
}
.work-item .work-item-content p {
  width: 100%;
  line-height: 120%;
  font-weight: 400;
  font-size: var(--font-size-small);
}
.work-item .work-item-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .work-item .work-item-content p {
    font-size: var(--font-size-medium);
  }
}
.work-item .work-item-content .tags {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: flex-start;
  margin-top: auto;
}
.work-item .work-item-content .industry {
  display: inline-flex;
  color: var(--color-white);
  background: var(--color-black);
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  height: 2.9rem;
  width: auto;
  padding: 0 1.2rem;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.work-item .work-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.work-item .work-item-overlay img {
  scale: 1;
  transition: all 0.5s ease 0s;
}

.single-work-heading {
  font-size: var(--font-size-large);
  font-weight: 600;
  line-height: 120%;
}

.project-description h2 {
  font-size: var(--font-size-small);
  font-weight: 400;
  line-height: 120%;
}

.post-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}

.post-items.search-items {
  justify-content: flex-start;
}

.post-item-content {
  padding: 1rem 0 2rem 0;
  display: flex;
}
@media (min-width: 810px) {
  .post-item-content {
    height: 100%;
  }
}
.post-item-content .post-info {
  display: flex;
  flex-direction: column;
}
.post-item-content .post-info .tag-list {
  margin-top: auto;
  display: inline-flex;
  gap: 2.4rem;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.post-date-cat {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 54px;
  background: var(--color-white);
  overflow: hidden;
}

.post-info h3.post-grid-title {
  --font-size:2.4rem;
  font-size: calc(1 * var(--font-size));
  color: var(--theme-color-text);
  margin-bottom: 1.8rem;
  font-weight: 300;
}
.post-info h3.post-grid-title a {
  color: inherit;
}

.work-content {
  --padding-top:8rem;
  --padding-bottom:8rem;
  padding-top: calc(0 * var(--padding-top));
  padding-bottom: calc(0 * var(--padding-bottom));
}
@media (min-width: 810px) {
  .work-content {
    padding-bottom: calc(0 * var(--padding-bottom));
  }
}
@media (min-width: 1100px) {
  .work-content {
    padding-bottom: calc(0 * var(--padding-bottom));
  }
}
.work-content.single-work-content {
  padding-bottom: 0;
  padding-top: 0;
}
.work-content h2 {
  line-height: normal;
  margin-bottom: 1.5em;
}
.work-content p {
  line-height: normal;
}
@media (min-width: 1366px) {
  .work-content p {
    font-size: 2.4rem;
  }
}
.work-content .services-provided p {
  font-size: var(--font-size-body);
  text-transform: uppercase;
}
section .work-content h2 {
  margin-bottom: 0;
}

/* Featured Image Area on Single Post ---- */
.post-featured-img-wrap {
  position: relative;
  aspect-ratio: 895/474;
  margin-bottom: 4.8rem;
  width: 100%;
  height: auto;
}

time {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0.5625em;
  text-align: left;
}

.search-block {
  --padding-top:5.2rem;
  --padding-bottom:5.2rem;
  padding-top: calc(0.8 * var(--padding-top));
  padding-bottom: calc(0.8 * var(--padding-top));
}
@media (min-width: 810px) {
  .search-block {
    padding-top: calc(1 * var(--padding-top));
    padding-bottom: calc(1 * var(--padding-top));
  }
}

.single-post-nav {
  --padding-top:10rem;
  --padding-bottom:10rem;
  padding-top: calc(0.8 * var(--padding-top));
  padding-bottom: calc(0.8 * var(--padding-top));
}
@media (min-width: 810px) {
  .single-post-nav {
    padding-top: calc(1 * var(--padding-top));
    padding-bottom: calc(1 * var(--padding-top));
  }
}
.single-post-nav .button,
.single-post-nav .button.arrow-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .single-post-nav .button,
  .single-post-nav .button.arrow-button {
    margin: 0;
    width: 100%;
  }
}

.work-share {
  --padding-top:10rem;
  --padding-bottom:10rem;
  padding-top: calc(0.2 * var(--padding-top));
  padding-bottom: calc(0.8 * var(--padding-top));
}
@media (min-width: 810px) {
  .work-share {
    padding-top: calc(0.3 * var(--padding-top));
    padding-bottom: calc(1 * var(--padding-top));
  }
}

.load-more-wrap {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-bottom: var(--padding-bottom);
  display: flex;
  justify-content: center;
}
.load-more-wrap button,
.load-more-wrap a.button {
  width: auto;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}
@media (min-width: 810px) {
  .share-buttons {
    flex-wrap: nowrap;
  }
}
.share-buttons a.button.arrow-button {
  width: 100%;
  margin: 0;
}
@media (min-width: 810px) {
  .share-buttons a.button.arrow-button {
    width: auto;
  }
}

.work-teasers {
  overflow: hidden;
}
.work-teasers .work-teaser {
  display: flex;
  height: 22rem;
  width: 100%;
  position: relative;
  flex-direction: row;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 810px) {
  .work-teasers .work-teaser {
    height: 38rem;
  }
}
.work-teasers .work-teaser:hover .has-bg::after {
  background: rgba(0, 0, 0, 0.55);
}
.work-teasers .work-teaser:hover span.title {
  transform: translateY(-200%);
}
.work-teasers .work-teaser:hover span.has-arrow {
  transform: translateY(-200%);
}
.work-teasers .work-teaser.prev {
  justify-content: flex-start;
}
.work-teasers .work-teaser.prev .card-info-container {
  justify-content: flex-start;
}
.work-teasers .work-teaser.prev .card-info-container .card-info {
  text-align: left;
}
.work-teasers .work-teaser.prev .card-info-container .card-info h2, .work-teasers .work-teaser.prev .card-info-container .card-info a {
  text-align: left;
}
.work-teasers .work-teaser .has-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.work-teasers .work-teaser .has-bg::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 3;
  transition: all 0.3s ease 0s;
}
.work-teasers .work-teaser .has-bg > * {
  -o-object-position: center;
     object-position: center;
}
.work-teasers .work-teaser .card-info-container {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.work-teasers .work-teaser .card-info {
  width: 100%;
  text-align: right;
  color: var(--color-white);
  position: relative;
  z-index: 10;
}
.work-teasers .work-teaser .card-info h2, .work-teasers .work-teaser .card-info a {
  display: block;
  color: var(--color-white);
  text-align: right;
  font-weight: 400;
  line-height: 120%;
}
.work-teasers .work-teaser .card-info h2 {
  font-size: var(--font-size-large);
  text-transform: none;
  margin-bottom: 0.7rem;
}
@media (min-width: 810px) {
  .work-teasers .work-teaser .card-info h2 {
    margin-bottom: 1.4rem;
  }
}
.work-teasers .work-teaser .card-info a, .work-teasers .work-teaser .card-info span {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}
.work-teasers .work-teaser .card-info .title-slide {
  position: relative;
  text-align: right;
  overflow: hidden;
  height: 2.4rem;
}
.work-teasers .work-teaser .card-info .title-slide span {
  display: inline-block;
  transition: 0.2s;
  position: relative;
}
.work-teasers .work-teaser .card-info .title-slide span.title {
  line-height: 2.4rem;
}
.work-teasers .work-teaser .card-info .title-slide span.has-arrow {
  position: absolute;
  top: 200%;
  right: 0%;
  line-height: 2.4rem;
}

/* =Print Style
-------------------------------------------------------------- */
@media print {
  body {
    background: none !important;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }
  #header {
    border-bottom: 2pt solid var();
    padding-bottom: 18pt;
  }
  #colophon {
    border-top: 2pt solid var();
  }
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  #site-title {
    font-size: 13pt;
  }
  .page-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }
  #container,
  #header,
  #footer {
    margin: 0;
    width: 100%;
  }
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }
}
/*---- 2.5 - Search Results */
.post-header.search-title-header {
  padding: 0px 20px;
  margin-bottom: 50px;
}

.search-title {
  text-align: center;
}

.search-title em {
  color: #fb481b;
}

.search-count {
  font-size: 18px;
  text-align: center;
}

h2.search-cat-title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--font-body);
  font-size: 40px;
  margin: 0px 0px 30px 0px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0px;
}

@media screen and (max-width: 800px) {
  h2.search-cat-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  h2.search-cat-title {
    font-size: 20px;
  }
}
/* -------- GSAP Animate Elements ------- */
.slide-title {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.slide-title.onscreen {
  opacity: 1;
  transform: translateX(0px);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.fade-in.onscreen {
  opacity: 1;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.fade-in-left.onscreen {
  opacity: 1;
  transform: translateX(0px);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.fade-in-right.onscreen {
  opacity: 1;
  transform: translateX(0px);
}
@keyframes bounce {
  50% {
    transform: translateY(-10%);
  }
}
@keyframes bounceMore {
  50% {
    transform: translateY(-15%);
  }
}
@keyframes bounceLess {
  50% {
    transform: translateY(-5%);
  }
}
.bounce {
  animation: bounce 2.6s ease infinite;
}

.bounce-less {
  animation: bounceLess 2.6s ease infinite;
}

.bounce-more {
  animation: bounceMore 2.6s ease infinite;
}

.delay {
  animation-delay: -250ms;
}

@media (min-width: 810px) {
  .mobile-only {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}

.hide-on-mobile {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media (min-width: 810px) {
  .hide-on-mobile {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: initial;
  }
}

/* BGs */
/* 1.5.3 Inputs & Form Fields --------------------- */
body,
body .gform-theme--framework {
  --gf-ctrl-label-font-family-primary: var(--font-heading) !important;
  /* 1.5.6 Custom Select Dropdown ------------------------------------ */
  /* ----------------------------------------- GRAVITY FORMS OVERRIDES ------------------------------------ */
}
body form,
body .gform-theme--framework form {
  font-family: var(--font-heading);
  --gf-ctrl-label-font-family-primary: var(--font-heading);
}
body .gform_fields,
body .gform-theme--framework .gform_fields {
  --gf-form-gap-y: 3.75rem;
}
@media (min-width: 810px) {
  body .gform_fields,
  body .gform-theme--framework .gform_fields {
    --gf-form-gap-y: 5rem;
  }
}
body .gfield_list_group_item::before,
body .gform-field-label,
body .gform-theme--framework .gfield_list_group_item::before,
body .gform-theme--framework .gform-field-label {
  --gf-ctrl-label-font-family-primary: var(--font-heading);
}
body .field_sublabel_above .gform-field-label--type-sub,
body .gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
  display: none;
}
body .gfield--input-type-text label,
body .gfield--input-type-email label,
body .gfield--input-type-textarea label,
body .gform-theme--framework .gfield--input-type-text label,
body .gform-theme--framework .gfield--input-type-email label,
body .gform-theme--framework .gfield--input-type-textarea label {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  height: 0;
}
body .gfield--type-name legend,
body .gfield--type-email legend,
body .gform-theme--framework .gfield--type-name legend,
body .gform-theme--framework .gfield--type-email legend {
  display: none;
}
@media (min-width: 810px) {
  body .gform-grid-row,
  body .gform-theme--framework .gform-grid-row {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    justify-content: space-between;
  }
}
body .gfield--type-choice .gchoice,
body .gfield--type-choice .ginput_container_consent,
body .gform-theme--framework .gfield--type-choice .gchoice,
body .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  align-items: center;
}
body .gf_clear_complex,
body .gform-theme--framework .gf_clear_complex {
  display: none;
}
body input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background: var(--theme-color-bg);
  border: 1px solid var(--theme-color-text);
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  border-radius: 50%;
}
body input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  outline: 1px solid var(--theme-color-bg);
}
body input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked,
body input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked,
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked,
body .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked {
  outline: none !important;
}
body input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,
body input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,
body .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
  outline: none !important;
  content: "";
  display: block;
  width: 2.9rem;
  height: 2.4rem;
  border-radius: 0;
  position: absolute;
  top: -1px;
  right: -4px;
  z-index: 2;
  background: url("images/check.svg") center no-repeat;
  background-size: cover;
}
body .gfield--input-type-radio,
body .gfield--input-type-checkbox,
body .gfield--type-checkbox,
body .gfield--type-radio,
body .gform-theme--framework .gfield--input-type-radio,
body .gform-theme--framework .gfield--input-type-checkbox,
body .gform-theme--framework .gfield--type-checkbox,
body .gform-theme--framework .gfield--type-radio {
  cursor: pointer;
}
body .gfield--input-type-radio legend,
body .gfield--input-type-checkbox legend,
body .gfield--type-checkbox legend,
body .gfield--type-radio legend,
body .gform-theme--framework .gfield--input-type-radio legend,
body .gform-theme--framework .gfield--input-type-checkbox legend,
body .gform-theme--framework .gfield--type-checkbox legend,
body .gform-theme--framework .gfield--type-radio legend {
  font-family: var(--font-body);
  font-size: var(--font-size-medium) !important;
  color: var(--theme-color-text);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 126.5%;
  margin-bottom: 3rem;
}
@media (min-width: 810px) {
  body .gfield--input-type-radio.two-col .gfield_radio,
  body .gfield--input-type-radio.two-col .gfield_checkbox,
  body .gfield--input-type-checkbox.two-col .gfield_radio,
  body .gfield--input-type-checkbox.two-col .gfield_checkbox,
  body .gfield--type-checkbox.two-col .gfield_radio,
  body .gfield--type-checkbox.two-col .gfield_checkbox,
  body .gfield--type-radio.two-col .gfield_radio,
  body .gfield--type-radio.two-col .gfield_checkbox,
  body .gform-theme--framework .gfield--input-type-radio.two-col .gfield_radio,
  body .gform-theme--framework .gfield--input-type-radio.two-col .gfield_checkbox,
  body .gform-theme--framework .gfield--input-type-checkbox.two-col .gfield_radio,
  body .gform-theme--framework .gfield--input-type-checkbox.two-col .gfield_checkbox,
  body .gform-theme--framework .gfield--type-checkbox.two-col .gfield_radio,
  body .gform-theme--framework .gfield--type-checkbox.two-col .gfield_checkbox,
  body .gform-theme--framework .gfield--type-radio.two-col .gfield_radio,
  body .gform-theme--framework .gfield--type-radio.two-col .gfield_checkbox {
    display: flex;
    gap: var(--grid-gap);
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body .gfield--input-type-radio.two-col .gfield_radio .gchoice,
  body .gfield--input-type-radio.two-col .gfield_checkbox .gchoice,
  body .gfield--input-type-checkbox.two-col .gfield_radio .gchoice,
  body .gfield--input-type-checkbox.two-col .gfield_checkbox .gchoice,
  body .gfield--type-checkbox.two-col .gfield_radio .gchoice,
  body .gfield--type-checkbox.two-col .gfield_checkbox .gchoice,
  body .gfield--type-radio.two-col .gfield_radio .gchoice,
  body .gfield--type-radio.two-col .gfield_checkbox .gchoice,
  body .gform-theme--framework .gfield--input-type-radio.two-col .gfield_radio .gchoice,
  body .gform-theme--framework .gfield--input-type-radio.two-col .gfield_checkbox .gchoice,
  body .gform-theme--framework .gfield--input-type-checkbox.two-col .gfield_radio .gchoice,
  body .gform-theme--framework .gfield--input-type-checkbox.two-col .gfield_checkbox .gchoice,
  body .gform-theme--framework .gfield--type-checkbox.two-col .gfield_radio .gchoice,
  body .gform-theme--framework .gfield--type-checkbox.two-col .gfield_checkbox .gchoice,
  body .gform-theme--framework .gfield--type-radio.two-col .gfield_radio .gchoice,
  body .gform-theme--framework .gfield--type-radio.two-col .gfield_checkbox .gchoice {
    width: calc(50% - var(--grid-gap));
    margin: 0;
  }
}
body input[type=text], body input[type=url], body input[type=tel], body input[type=number], body input[type=color], body input[type=email], body input[type=password], body input[type=website], body textarea,
body .gform-theme--framework input[type=text],
body .gform-theme--framework input[type=url],
body .gform-theme--framework input[type=tel],
body .gform-theme--framework input[type=number],
body .gform-theme--framework input[type=color],
body .gform-theme--framework input[type=email],
body .gform-theme--framework input[type=password],
body .gform-theme--framework input[type=website],
body .gform-theme--framework textarea {
  -webkit-appearance: none;
  --gf-local-radius: 1rem;
  --input-padding:2.6rem 4.3rem;
  background: var(--theme-color-bg);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 400;
  padding: var(--input-padding) !important;
  border: 1px solid var(--theme-color-text);
  border-radius: var(--gf-local-radius);
  position: relative;
  height: auto;
  padding: 2rem 2.8rem;
  transition: all 0.2s ease 0s, margin 0.2s ease 0s;
  font-size: var(--font-size-medium);
  line-height: 126.5%;
}
body input[type=text]:focus, body input[type=url]:focus, body input[type=tel]:focus, body input[type=number]:focus, body input[type=color]:focus, body input[type=email]:focus, body input[type=password]:focus, body input[type=website]:focus, body textarea:focus,
body .gform-theme--framework input[type=text]:focus,
body .gform-theme--framework input[type=url]:focus,
body .gform-theme--framework input[type=tel]:focus,
body .gform-theme--framework input[type=number]:focus,
body .gform-theme--framework input[type=color]:focus,
body .gform-theme--framework input[type=email]:focus,
body .gform-theme--framework input[type=password]:focus,
body .gform-theme--framework input[type=website]:focus,
body .gform-theme--framework textarea:focus {
  border: 1px solid var(--color-citron);
  background: var(--theme-color-bg);
  outline: 1px solid var(--color-citron);
  outline-offset: 0;
}
body input[type=text]::-moz-placeholder, body input[type=url]::-moz-placeholder, body input[type=tel]::-moz-placeholder, body input[type=number]::-moz-placeholder, body input[type=color]::-moz-placeholder, body input[type=email]::-moz-placeholder, body input[type=password]::-moz-placeholder, body input[type=website]::-moz-placeholder, body textarea::-moz-placeholder, body .gform-theme--framework input[type=text]::-moz-placeholder, body .gform-theme--framework input[type=url]::-moz-placeholder, body .gform-theme--framework input[type=tel]::-moz-placeholder, body .gform-theme--framework input[type=number]::-moz-placeholder, body .gform-theme--framework input[type=color]::-moz-placeholder, body .gform-theme--framework input[type=email]::-moz-placeholder, body .gform-theme--framework input[type=password]::-moz-placeholder, body .gform-theme--framework input[type=website]::-moz-placeholder, body .gform-theme--framework textarea::-moz-placeholder {
  text-transform: uppercase;
  opacity: 1;
  color: var(--theme-color-text);
}
body input[type=text]::placeholder, body input[type=url]::placeholder, body input[type=tel]::placeholder, body input[type=number]::placeholder, body input[type=color]::placeholder, body input[type=email]::placeholder, body input[type=password]::placeholder, body input[type=website]::placeholder, body textarea::placeholder,
body .gform-theme--framework input[type=text]::placeholder,
body .gform-theme--framework input[type=url]::placeholder,
body .gform-theme--framework input[type=tel]::placeholder,
body .gform-theme--framework input[type=number]::placeholder,
body .gform-theme--framework input[type=color]::placeholder,
body .gform-theme--framework input[type=email]::placeholder,
body .gform-theme--framework input[type=password]::placeholder,
body .gform-theme--framework input[type=website]::placeholder,
body .gform-theme--framework textarea::placeholder {
  text-transform: uppercase;
  opacity: 1;
  color: var(--theme-color-text);
}
body input[type=text]:-webkit-autofill, body input[type=url]:-webkit-autofill, body input[type=tel]:-webkit-autofill, body input[type=number]:-webkit-autofill, body input[type=color]:-webkit-autofill, body input[type=email]:-webkit-autofill, body input[type=password]:-webkit-autofill, body input[type=website]:-webkit-autofill, body textarea:-webkit-autofill, body .gform-theme--framework input[type=text]:-webkit-autofill, body .gform-theme--framework input[type=url]:-webkit-autofill, body .gform-theme--framework input[type=tel]:-webkit-autofill, body .gform-theme--framework input[type=number]:-webkit-autofill, body .gform-theme--framework input[type=color]:-webkit-autofill, body .gform-theme--framework input[type=email]:-webkit-autofill, body .gform-theme--framework input[type=password]:-webkit-autofill, body .gform-theme--framework input[type=website]:-webkit-autofill, body .gform-theme--framework textarea:-webkit-autofill {
  background-color: var(--theme-color-bg);
  background: var(--theme-color-bg);
}
body input[type=text]:autofill, body input[type=url]:autofill, body input[type=tel]:autofill, body input[type=number]:autofill, body input[type=color]:autofill, body input[type=email]:autofill, body input[type=password]:autofill, body input[type=website]:autofill, body textarea:autofill,
body .gform-theme--framework input[type=text]:autofill,
body .gform-theme--framework input[type=url]:autofill,
body .gform-theme--framework input[type=tel]:autofill,
body .gform-theme--framework input[type=number]:autofill,
body .gform-theme--framework input[type=color]:autofill,
body .gform-theme--framework input[type=email]:autofill,
body .gform-theme--framework input[type=password]:autofill,
body .gform-theme--framework input[type=website]:autofill,
body .gform-theme--framework textarea:autofill {
  background-color: var(--theme-color-bg);
  background: var(--theme-color-bg);
}
body textarea,
body .gform-theme--framework textarea {
  --gf-local-radius: 1rem;
  --input-padding:2.6rem 4.3rem;
  background: var(--theme-color-bg);
  color: var(--theme-color-text);
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: var(--font-size-medium);
  padding: var(--input-padding) !important;
  border: 1px solid var(--theme-color-text);
  position: relative;
  -webkit-appearance: none;
  border-radius: var(--gf-local-radius);
  transition: all 0.25s ease 0s;
}
body textarea:focus,
body .gform-theme--framework textarea:focus {
  border: 1px solid var(--color-citron) !important;
  background: var(--theme-color-bg);
}
body input[type=submit],
body .gform-theme--framework input[type=submit] {
  -webkit-appearance: none;
  height: auto;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  display: inline-block;
  font-size: var(--font-size-medium);
  font-family: var(--font-heading);
  padding: 18px 18px;
  line-height: 1em;
  letter-spacing: 0px;
  color: var(--theme-color-text);
  font-weight: 600;
  transition: all 0.25s ease 0s !important;
}
body textarea, body input,
body .gform-theme--framework textarea,
body .gform-theme--framework input {
  outline: none;
}
body select:active,
body select:focus,
body .gform-theme--framework select:active,
body .gform-theme--framework select:focus {
  outline: 0px;
}
body select,
body .gform-theme--framework select {
  border: 1px solid var(--theme-color-text);
  padding: 0.8rem 1rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0px;
  text-overflow: "...";
  background: var(--theme-color-text) url("images/arrow-select.svg") center right 1.6rem no-repeat;
  background-size: 1.8rem 1.8rem;
  font-size: 1.8rem !important;
  font-family: var(--font-heading);
  color: var(--color-citron);
  max-width: 100%;
  border-radius: 0;
}
body option,
body .gform-theme--framework option {
  outline: none;
}
body .gform_validation_errors,
body .gform-theme--framework .gform_validation_errors {
  background: var(--theme-color-bg);
  box-shadow: none;
  color: var(--theme-color-text);
  border: 0;
  margin: 0 0 2rem 0;
  padding-block: 2.2rem;
  font-family: var(--font-heading);
}
body .gform_validation_errors > h2,
body .gform-theme--framework .gform_validation_errors > h2 {
  color: var(--theme-color-text);
  font-size: 1.6rem;
  line-height: 1;
}
body .gform_validation_errors .gform_submission_error,
body .gform-theme--framework .gform_validation_errors .gform_submission_error {
  --gf-form-validation-heading-line-height: normal;
  --gf-form-validation-heading-font-family: var(--font-heading);
  --gf-form-validation-heading-font-size: 2.4rem;
}
body .gform_validation_errors > ol,
body .gform-theme--framework .gform_validation_errors > ol {
  padding-inline-start: 0;
  margin: 0 0 0 3.5rem;
}
body .gform_validation_errors > ol li,
body .gform-theme--framework .gform_validation_errors > ol li {
  color: var(--theme-color-text);
}
body .gform_validation_errors > ol a,
body .gform-theme--framework .gform_validation_errors > ol a {
  color: var(--theme-color-text);
  font-size: 1.8rem;
}
body .gform_validation_errors a,
body .gform-theme--framework .gform_validation_errors a {
  color: var(--theme-color-text);
}
body .gform_page_footer,
body .gform-theme--framework .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--gf-field-gap-x) * -1 / 2);
  row-gap: var(--gf-field-gap-y);
}
body .gform_button[type=submit], body .gform_button[id*=gform_submit_button],
body .gform-theme--framework .gform_button[type=submit],
body .gform-theme--framework .gform_button[id*=gform_submit_button] {
  --button-padding:2.4rem 3.6rem;
  -webkit-appearance: none;
  outline: none;
  height: auto;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  font-size: var(--font-size-medium) !important;
  font-family: var(--font-heading) !important;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  color: var(--theme-color-bg) !important;
  border: 1px solid var(--theme-color-bg) !important;
  background: var(--theme-color-text) !important;
  border-radius: 5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0;
  border-radius: 0;
  margin-top: 2rem;
  overflow: hidden;
  transition: all 0.3s ease-in 0s !important;
  width: auto !important;
  padding: var(--button-padding) !important;
  cursor: pointer;
}
@media (min-width: 810px) {
  body .gform_button[type=submit], body .gform_button[id*=gform_submit_button],
  body .gform-theme--framework .gform_button[type=submit],
  body .gform-theme--framework .gform_button[id*=gform_submit_button] {
    --button-padding:2.4rem 4.8rem;
    font-size: var(--font-size-medium) !important;
    width: calc(50% - 2rem) !important;
    min-width: 36rem;
  }
}
@media (min-width: 1100px) {
  body .gform_button[type=submit], body .gform_button[id*=gform_submit_button],
  body .gform-theme--framework .gform_button[type=submit],
  body .gform-theme--framework .gform_button[id*=gform_submit_button] {
    --button-padding:2.4rem 4.8rem;
  }
}
body .gform_button[type=submit]:hover, body .gform_button[id*=gform_submit_button]:hover,
body .gform-theme--framework .gform_button[type=submit]:hover,
body .gform-theme--framework .gform_button[id*=gform_submit_button]:hover {
  background-size: 100% 100% !important;
  background-color: var(--color-citron) !important;
}
body .gfield_checkbox .gchoice,
body .gform-theme--framework .gfield_checkbox .gchoice {
  margin-bottom: 0.6rem;
}
body .gfield_checkbox .gchoice:last-item,
body .gform-theme--framework .gfield_checkbox .gchoice:last-item {
  margin-bottom: 0;
}
body .gform-theme--framework .gfield--type-choice .gchoice,
body .gform-theme--framework .gfield--type-choice .ginput_container_consent,
body .gform-theme--framework .gform-theme--framework .gfield--type-choice .gchoice,
body .gform-theme--framework .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  align-items: center;
}
body .ginput_container_consent input[type=checkbox] + label,
body .gfield-choice-input + label,
body .gform-theme--framework .ginput_container_consent input[type=checkbox] + label,
body .gform-theme--framework .gfield-choice-input + label {
  color: var(--theme-color-text);
  font-family: var(--font-heading);
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  --font-size: 2.4rem;
  font-size: calc(0.75 * var(--font-size));
  line-height: 126.5%;
}
@media (min-width: 810px) {
  body .ginput_container_consent input[type=checkbox] + label,
  body .gfield-choice-input + label,
  body .gform-theme--framework .ginput_container_consent input[type=checkbox] + label,
  body .gform-theme--framework .gfield-choice-input + label {
    font-size: calc(1 * var(--font-size));
  }
}
body .ginput_container_consent input[type=checkbox] + label::before,
body .gfield-choice-input + label::before,
body .gform-theme--framework .ginput_container_consent input[type=checkbox] + label::before,
body .gform-theme--framework .gfield-choice-input + label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .gfield_description,
body .gform-theme--framework .gfield_description {
  font-size: 1.5rem;
  line-height: 125%;
  color: var(--theme-color-text);
}
body .gfield_description.validation_message,
body .gform-theme--framework .gfield_description.validation_message {
  background: var(--color-citron);
  color: var(--theme-color-text);
  font-size: 1.6rem;
  border: 0;
  line-height: 130%;
  padding: 2rem;
  margin-top: 2rem !important;
}
body .gfield_description.validation_message.min-req,
body .gform-theme--framework .gfield_description.validation_message.min-req {
  background: var(--theme-color-text);
}
body .gfield_description.validation_message p,
body .gform-theme--framework .gfield_description.validation_message p {
  color: inherit;
  font-size: 1.6rem;
}
body .gfield_description.validation_message p:last-child,
body .gform-theme--framework .gfield_description.validation_message p:last-child {
  margin-bottom: 0;
}
body .gfield_description.validation_message a,
body .gform-theme--framework .gfield_description.validation_message a {
  color: inherit;
}
body .gfield_description.validation_message h2,
body .gform-theme--framework .gfield_description.validation_message h2 {
  font-size: 2.2rem;
  color: var(--theme-color-text);
}
body .gfield_description.gfield_consent_description,
body .gform-theme--framework .gfield_description.gfield_consent_description {
  padding: 0;
  color: var(--color-citron);
  margin: 1rem 0 0 0;
  font-size: 1.5rem;
  border: 0;
  background: transparent;
}
body input[type=text]:focus,
body input[type=url]:focus,
body input[type=email]:focus,
body input[type=tel]:focus,
body input[type=number]:focus,
body input[type=password]:focus,
body input[type=website]:focus,
body .gform-theme--framework input[type=text]:focus,
body .gform-theme--framework input[type=url]:focus,
body .gform-theme--framework input[type=email]:focus,
body .gform-theme--framework input[type=tel]:focus,
body .gform-theme--framework input[type=number]:focus,
body .gform-theme--framework input[type=password]:focus,
body .gform-theme--framework input[type=website]:focus {
  border: 1px solid var(--color-citron);
}
body textarea:focus,
body .gform-theme--framework textarea:focus {
  border: 1px solid var(--color-citron);
}
body .gform_required_legend,
body .gform-theme--framework .gform_required_legend {
  text-align: right;
  font-weight: 400;
  font-size: 1.8;
  display: none;
}
body .gform_validation_errors,
body .gform-theme--framework .gform_validation_errors {
  border-radius: 0;
}
body .gform_validation_errors > ol,
body .gform-theme--framework .gform_validation_errors > ol {
  margin-bottom: 0.5em;
}
body .gform_footer,
body .gform-theme--framework .gform_footer {
  margin: 3.2rem 0 0 0;
}
@media (min-width: 810px) {
  body .gform_footer,
  body .gform-theme--framework .gform_footer {
    margin: 6.8rem 0 0 0;
  }
}
body .gform_confirmation_wrapper,
body .gform-theme--framework .gform_confirmation_wrapper {
  width: 96rem;
}
body .gform_confirmation_message,
body .gform-theme--framework .gform_confirmation_message {
  font-style: normal;
  --font-size:2rem;
  line-height: normal;
  color: var(--theme-color-text);
  font-family: var(--font-heading);
  font-size: calc(0.75 * var(--font-size));
}
@media (min-width: 1024px) {
  body .gform_confirmation_message,
  body .gform-theme--framework .gform_confirmation_message {
    font-size: calc(1 * var(--font-size));
  }
}
body .gform_anchor:before,
body .gform-theme--framework .gform_anchor:before {
  content: "";
  display: block;
  width: 0;
  height: 100px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
}
body h3 + .gform-theme,
body .gform-theme--framework h3 + .gform-theme {
  margin-top: 6.8rem;
}

/* 1.5.1 Links  -------------------------------------------------------------- */
a {
  color: var(--theme-color-text);
  text-decoration: none;
  transition: color 0.3s ease-in-out 0s;
}

a:active,
a:hover {
  color: var(--theme-color-text);
}

a:active, a:focus { /* Firefox hover Override */
  outline: 0px;
}

p a, li a {
  color: inherit;
  text-decoration: none;
  background: linear-gradient(to right, var(--theme-color-text), var(--theme-color-text));
  background-size: 100% 0.1rem;
  background-position: 100% 98%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-out 0s;
}
p a:hover, li a:hover {
  color: inherit;
  background-size: 0 0.1rem;
}

a.fill-link {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

button,
a.button,
.button,
.button-primary,
body.login.wp-core-ui .button-primary {
  --button-padding:2.4rem 3.6rem;
  -webkit-appearance: none;
  outline: none;
  height: auto;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-small);
  width: auto;
  max-width: 100%;
  font-family: var(--font-headline);
  font-weight: 600;
  padding: var(--button-padding);
  line-height: normal;
  color: var(--theme-color-text);
  border: 1px solid var(--color-black);
  background: var(--color-citron);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 2rem;
  border-radius: 5rem;
  transition: all 0.3s ease-in 0s;
}
@media (min-width: 810px) {
  button,
  a.button,
  .button,
  .button-primary,
  body.login.wp-core-ui .button-primary {
    --button-padding:2.4rem 4.8rem;
    font-size: var(--font-size-medium);
    min-width: 36rem;
  }
}
@media (min-width: 1100px) {
  button,
  a.button,
  .button,
  .button-primary,
  body.login.wp-core-ui .button-primary {
    --button-padding:2.4rem 4.8rem;
  }
}
button:hover,
a.button:hover,
.button:hover,
.button-primary:hover,
body.login.wp-core-ui .button-primary:hover {
  background: var(--color-white);
  color: var(--theme-color-text);
}
button span.label,
a.button span.label,
.button span.label,
.button-primary span.label,
body.login.wp-core-ui .button-primary span.label {
  position: relative;
  z-index: 2;
}
button span.overlay,
a.button span.overlay,
.button span.overlay,
.button-primary span.overlay,
body.login.wp-core-ui .button-primary span.overlay {
  position: absolute;
  z-index: 1;
}
button.rnd-button,
a.button.rnd-button,
.button.rnd-button,
.button-primary.rnd-button,
body.login.wp-core-ui .button-primary.rnd-button {
  border-radius: 5rem;
}
button.arrow-button,
a.button.arrow-button,
.button.arrow-button,
.button-primary.arrow-button,
body.login.wp-core-ui .button-primary.arrow-button {
  width: auto;
  padding: 1.8rem 3.6rem 1.8rem 12.6rem;
  position: relative;
  color: var(--theme-color-text);
  cursor: pointer;
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 0 0.1rem;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: padding 0.25s ease 0s, background-color 0.25s ease 0s, background-size 0.15s ease-out 0s;
}
button.arrow-button.blog-button,
a.button.arrow-button.blog-button,
.button.arrow-button.blog-button,
.button-primary.arrow-button.blog-button,
body.login.wp-core-ui .button-primary.arrow-button.blog-button {
  padding-right: 0;
}
button.arrow-button::before,
a.button.arrow-button::before,
.button.arrow-button::before,
.button-primary.arrow-button::before,
body.login.wp-core-ui .button-primary.arrow-button::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 50%;
  display: block;
  height: 14.8px;
  width: 52px;
  padding: 0;
  transform: translate(0, -50%);
  background-image: url("images/arrow-right.svg?v=1");
  background-position: center right;
  background-color: transparent;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin: 0;
  transition: all 0.25s ease 0s;
}
button.arrow-button.no-border,
a.button.arrow-button.no-border,
.button.arrow-button.no-border,
.button-primary.arrow-button.no-border,
body.login.wp-core-ui .button-primary.arrow-button.no-border {
  padding-left: 8.6rem;
}
button.arrow-button.no-border::before,
a.button.arrow-button.no-border::before,
.button.arrow-button.no-border::before,
.button-primary.arrow-button.no-border::before,
body.login.wp-core-ui .button-primary.arrow-button.no-border::before {
  left: 0;
}
button.arrow-button:hover,
a.button.arrow-button:hover,
.button.arrow-button:hover,
.button-primary.arrow-button:hover,
body.login.wp-core-ui .button-primary.arrow-button:hover {
  background-color: var(--color-citron);
}
button.arrow-button:hover.no-border,
a.button.arrow-button:hover.no-border,
.button.arrow-button:hover.no-border,
.button-primary.arrow-button:hover.no-border,
body.login.wp-core-ui .button-primary.arrow-button:hover.no-border {
  background-color: transparent;
}
button.arrow-button:hover::before,
a.button.arrow-button:hover::before,
.button.arrow-button:hover::before,
.button-primary.arrow-button:hover::before,
body.login.wp-core-ui .button-primary.arrow-button:hover::before {
  width: 6.3rem;
  background-position: center right;
}
button.arrow-button.prev-button::before,
a.button.arrow-button.prev-button::before,
.button.arrow-button.prev-button::before,
.button-primary.arrow-button.prev-button::before,
body.login.wp-core-ui .button-primary.arrow-button.prev-button::before {
  background-image: url("images/arrow-left.svg?v=1");
  background-position: center left;
}
button.arrow-button.prev-button:hover,
a.button.arrow-button.prev-button:hover,
.button.arrow-button.prev-button:hover,
.button-primary.arrow-button.prev-button:hover,
body.login.wp-core-ui .button-primary.arrow-button.prev-button:hover {
  background-position: center left;
}
button.center,
a.button.center,
.button.center,
.button-primary.center,
body.login.wp-core-ui .button-primary.center {
  justify-content: center;
}
button.no-border,
a.button.no-border,
.button.no-border,
.button-primary.no-border,
body.login.wp-core-ui .button-primary.no-border {
  border: 0;
}
button.team-video-link,
a.button.team-video-link,
.button.team-video-link,
.button-primary.team-video-link,
body.login.wp-core-ui .button-primary.team-video-link {
  display: inline-flex;
  justify-content: flex-start;
  margin: 0;
  max-height: 2.4rem;
  min-height: 0;
  font-size: 0.9rem;
  font-family: var(--font-headline);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-mint);
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0 3.2rem 0 1rem;
  width: auto;
  height: 2.4rem;
  background-image: url("images/play-sm.svg?v=1");
  background-color: var(--color-citron);
  background-position: center right 0.6rem;
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
}
button.header-button,
a.button.header-button,
.button.header-button,
.button-primary.header-button,
body.login.wp-core-ui .button-primary.header-button {
  margin-left: auto;
  min-height: 0;
  line-height: 1;
  font-size: 1.9rem;
  padding: 0.7rem 1.5rem 1.3rem 1.5rem;
  position: relative;
}
@media (min-width: 810px) {
  button.header-button,
  a.button.header-button,
  .button.header-button,
  .button-primary.header-button,
  body.login.wp-core-ui .button-primary.header-button {
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  button.header-button,
  a.button.header-button,
  .button.header-button,
  .button-primary.header-button,
  body.login.wp-core-ui .button-primary.header-button {
    font-size: 2.2rem;
    padding: 0.7rem 1.5rem 1.3rem 1.5rem;
    top: -0.6rem;
  }
}
button.mobile-header-button,
a.button.mobile-header-button,
.button.mobile-header-button,
.button-primary.mobile-header-button,
body.login.wp-core-ui .button-primary.mobile-header-button {
  width: 32rem;
  margin: 5.3rem auto;
  font-size: 3rem;
  line-height: 95%;
  text-align: center;
  justify-content: center;
  height: 7.3rem;
  padding: 0.4rem 1.5rem 1.4rem 1.5rem;
  opacity: 0;
  transform: scale(0.75);
  transition: none;
}
button.video-button,
a.button.video-button,
.button.video-button,
.button-primary.video-button,
body.login.wp-core-ui .button-primary.video-button {
  font-size: 1.4rem;
  padding: 1.6rem 2.4rem;
  min-height: 0px;
  height: auto;
  background: var(--color-citron);
}
button.banner-button,
a.button.banner-button,
.button.banner-button,
.button-primary.banner-button,
body.login.wp-core-ui .button-primary.banner-button {
  width: 32rem;
  max-width: 100%;
  margin: 5.3rem auto;
  font-size: 2.9rem;
  line-height: 95%;
  text-align: center;
  justify-content: center;
  height: 7.3rem;
  padding: 0.4rem 1.5rem 1.4rem 1.5rem;
  transition: background 0.3s ease 0s;
}
@media (min-width: 810px) {
  button.banner-button,
  a.button.banner-button,
  .button.banner-button,
  .button-primary.banner-button,
  body.login.wp-core-ui .button-primary.banner-button {
    width: auto;
    padding: 0.4rem 4rem 1.4rem 4rem;
    height: auto;
    font-size: 2.4rem;
  }
}
@media (min-width: 1100px) {
  button.banner-button,
  a.button.banner-button,
  .button.banner-button,
  .button-primary.banner-button,
  body.login.wp-core-ui .button-primary.banner-button {
    font-size: 2.9rem;
    height: auto;
    min-height: 8rem;
    padding: 0.4rem 4rem 1.4rem 4rem;
  }
}

.has-arrow:hover {
  text-decoration: none;
}
.has-arrow:hover span.arrow {
  width: 3.6rem;
}

.white-link a,
a.white-link {
  color: var(--color-white);
}

span.arrow {
  display: inline-block;
  position: relative;
  width: 2.4rem;
  height: 0.3rem;
  transform-origin: center right;
  background-color: var(--color-white);
  border-radius: 0.2rem;
  transition: all 0.25s ease 0s;
  vertical-align: middle;
  top: -0.15rem;
  --line-height:3px;
  scale: 0.65;
  margin-left: 0rem;
}
@media (min-width: 810px) {
  span.arrow {
    scale: 1;
    margin-left: 0.8rem;
  }
}
span.arrow.dark {
  background-color: var(--color-black);
}
span.arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(-2px + 0.5 * var(--line-height));
  bottom: calc(0px + 0.5 * var(--line-height));
  height: 1.6rem;
  width: 3px;
  border-radius: 0.6rem;
  background-color: inherit;
  transform-origin: bottom;
  transform: rotate(-45deg);
}
span.arrow::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(-2px + 0.5 * var(--line-height));
  top: calc(0px + 0.5 * var(--line-height));
  height: 1.6rem;
  width: 0.3rem;
  border-radius: 0.6rem;
  background-color: inherit;
  transform-origin: top;
  transform: rotate(45deg);
}

.more-button {
  --bg-color: var(--color-white);
  --text-color: var(--color-black);
  display: inline-flex;
  align-items: center;
  border-radius: 8rem;
  height: 8rem;
  width: 8rem;
  overflow: hidden;
  z-index: 10;
  gap: 1rem;
  padding-left: 1.7rem;
  background: var(--bg-color);
  color: var(--text-color);
  font-size: var(--font-size-medium);
}
@media (min-width: 810px) {
  .more-button {
    height: 10rem;
    width: 10rem;
    padding-left: 2.5rem;
  }
}
.more-button.white {
  --bg-color: var(--color-white);
  --text-color: var(--color-black);
}
.more-button.black {
  --bg-color: var(--color-black);
  --text-color: var(--color-white);
}
.more-button:hover {
  color: var(--text-color);
}
.more-button span {
  display: inline-block;
}
.more-button .plus {
  font-size: 8rem;
  font-weight: 300;
}
.more-button .text {
  display: inline-block;
  font-size: var(--font-size-medium);
  font-weight: 600;
}
.more-button.fixed-bottom {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 25%);
}

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

.alignleft,
img.alignleft {
  display: inline-block;
  float: left;
  margin-right: 24px;
  margin-top: 0px;
}

.alignright,
img.alignright {
  display: inline-block;
  float: right;
  margin-left: 24px;
  margin-top: 0px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 0px auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  margin-bottom: 0px;
  box-sizing: border-box;
}

img.size-thumbnail {
  width: 30%;
  padding: 6px;
  margin: 0px;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
}

img.size-medium {
  width: 48%;
  max-width: 400px;
  padding: 6px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

img.size-full {
  max-width: 100%;
  padding: 0px;
}

p.img {
  vertical-align: bottom;
}

svg {
  max-width: 100%;
}

.has-bg {
  overflow: hidden;
  position: relative;
  display: flex;
}
.has-bg picture {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.has-bg picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
.has-bg picture img[data-speed=auto] {
  height: 160%;
  bottom: 0;
  top: auto;
}
.has-bg img.bg {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
  position: absolute;
}
.has-bg img.bg[data-speed=auto] {
  height: 160%;
  bottom: 0;
  top: auto;
}
.has-bg video.bg {
  z-index: 1;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

/* --------------- Slick Slider-------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
a.slick-arrow,
button.slick-arrow {
  font-size: 0;
  line-height: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: auto;
  height: 14.8px;
  width: 52px;
  padding: 0;
  transform: translate(0, -50%);
  background-color: transparent;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin: 0;
  transition: all 0.25s ease 0s;
}
a.slick-arrow::before,
button.slick-arrow::before {
  display: none;
}
a.slick-arrow:hover,
button.slick-arrow:hover {
  width: 63px;
  background-color: transparent;
}
a.slick-arrow.slick-prev,
button.slick-arrow.slick-prev {
  left: 0;
  transform-origin: top;
  background-image: url("images/arrow-left.svg");
  background-position: center left;
}
a.slick-arrow.slick-prev:hover,
button.slick-arrow.slick-prev:hover {
  background-position: center left;
}
a.slick-arrow.slick-next,
button.slick-arrow.slick-next {
  right: 0;
  background-image: url("images/arrow-right.svg?v=1");
  background-position: center right;
}
a.slick-arrow.slick-next:hover,
button.slick-arrow.slick-next:hover {
  background-position: center right;
}

.site-notice {
  background: var(--color-black);
  position: relative;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 0px;
  font-size: 14px;
  display: flex;
  height: 40px;
  line-height: 1.3em;
  overflow: hidden;
}
.site-notice p {
  font-size: 14px;
}
.site-notice a {
  color: var();
}

#notice-close {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  font-size: 37px;
  cursor: pointer;
  z-index: 5;
  transform-origin: top;
  font-weight: 300;
}

.announcement-slider {
  height: 40px !important;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.announcement-slider .slide {
  display: none;
  width: 100vw !important;
  padding: 0px 30px 0px 20px;
  height: 40px !important;
}
.announcement-slider .slide:first-child {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  height: 40px !important;
  align-items: center;
  align-content: center;
  width: 100vw !important;
}
.announcement-slider.slick-initialized {
  opacity: 1;
}
.announcement-slider.slick-initialized .slide {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  height: 40px;
  align-items: center;
  align-content: center;
  width: 100vw !important;
}
.announcement-slider p {
  margin: 0px;
  font-size: 12px;
  padding: 0px 8px;
  width: 100%;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (min-width: 810px) {
  .announcement-slider p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .announcement-slider p {
    font-size: 14px;
  }
}
.announcement-slider a:hover {
  color: var();
  text-decoration: underline;
}
.announcement-slider .slick-prev {
  display: none;
}

.horizontal .slick-track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.horizontal .slick-track .slick-slide {
  float: none;
}
.horizontal .slick-dots {
  width: 100%;
  display: flex;
  height: 4px;
  background: var(--color-white);
  justify-content: space-between;
  position: relative;
  margin: 40px auto 0px auto;
}
.horizontal .slick-dots span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: block;
  background: var(--color-citron);
  transition: all 0.3s ease 0s;
}
.horizontal .slick-dots li {
  width: 100%;
  height: 4px;
  display: block;
}
.horizontal .slick-dots li button {
  font-size: 0px;
  width: auto;
  height: 4px;
  padding: 0px;
  background-color: transparent;
  display: block;
}
.horizontal .slick-next,
.horizontal .slick-prev {
  background: url(images/arrow-right-white.svg) center center no-repeat;
  width: 50px;
  height: 50px;
  background-size: 30px 30px;
}
.horizontal .slick-next {
  right: -10px;
}
@media (min-width: 810px) {
  .horizontal .slick-next {
    right: -25px;
  }
}
.horizontal .slick-prev {
  left: -10px;
}
@media (min-width: 810px) {
  .horizontal .slick-prev {
    left: -25px;
  }
}

.blog-slider .slick-next,
.blog-slider .slick-prev {
  background: var(--color-citron) url(images/arrow-right-white.svg) center center no-repeat;
  background-size: 16px 16px;
  border-radius: 0;
  top: 28%;
  width: 56px;
  aspect-ratio: 1/1;
}
@media (min-width: 810px) {
  .blog-slider .slick-next,
  .blog-slider .slick-prev {
    top: 35%;
  }
}
.blog-slider .slick-next {
  right: -12px;
}
@media (min-width: 1440px) {
  .blog-slider .slick-next {
    right: -16px;
  }
}
.blog-slider .slick-prev {
  left: -12px;
}
@media (min-width: 1440px) {
  .blog-slider .slick-prev {
    left: -16px;
  }
}

/* ------ Sponsor Logos Carousel ------------ */
.press-logos-slider {
  padding: 0px;
}

.press-logos-list {
  width: 100%;
  margin: 0px auto;
}
.press-logos-list div a {
  display: inline-block;
}
.press-logos-list div.press-logo-wrap {
  height: 10.8rem;
  width: auto;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: center !important;
  text-align: center !important;
}
.press-logos-list img {
  display: block;
  height: auto;
  width: auto;
}
@media (min-width: 810px) {
  .press-logos-list img {
    max-height: 100%;
  }
}

/* 2.2 - FAQS & Toggle List  -------------------------------------------------------------- */
.toggle-list-container.narrow .inner {
  width: 107.4rem;
}

.toggle-wrap.faq-wrap .section-header {
  width: 100%;
  order: 1;
}
.toggle-wrap.faq-wrap .faqs-container {
  width: 100%;
  order: 2;
}
@media (min-width: 810px) {
  .toggle-wrap.faq-wrap .section-header {
    width: 44%;
    order: 2;
  }
}

.toggle-view-list {
  margin-bottom: 30px;
}

.toggle-view {
  position: relative;
}
.toggle-view .toggle-header {
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--theme-color-text);
  cursor: pointer;
  display: flex;
  margin: 0px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 126.5%;
  position: relative;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
  align-content: center;
  padding: 0 0 1.6rem 0;
}
.toggle-view .panel {
  font-size: 1.8rem;
  color: var(--color-citron);
  padding: 0px 0px 1rem 0px;
  display: none;
}
.toggle-view .panel p {
  font-size: 1.8rem;
  line-height: 150%;
}
.toggle-view .panel ul {
  list-style: none;
  margin-left: 0;
}
.toggle-view .panel ul li {
  list-style: none;
  position: relative;
  padding-left: 3.8rem;
  margin-bottom: 1em;
}
.toggle-view span.arrow {
  display: inline-block;
  position: relative;
  text-align: center;
  background-size: cover;
  transition: all 0.3s ease-in-out 0s;
  flex-shrink: 0;
}
.toggle-view.open span.arrow {
  transform: rotate(180deg);
}

table {
  border: 0px;
  margin: 0px 0px 36px 0px;
  text-align: left;
  max-width: 100%;
}

tr th,
thead th {
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  font-family: var(--font-body);
}
@media (min-width: 810px) {
  tr th,
  thead th {
    font-size: 1.8rem;
  }
}

tr td {
  border: 0px;
  padding: 14px;
}

.cal-table tr td:first-child {
  width: 40%;
}

.cal-table tr:nth-child(odd) td {
  background: #ededed;
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  display: flex;
  width: 90vw;
  flex-wrap: wrap;
  max-width: 90vw;
  margin: 0 5vw 2rem 5vw;
  left: 0;
  bottom: 0;
  padding: 3rem 2rem;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  justify-content: space-between;
  background-color: var(--color-black);
  border: 0.1rem solid var(--color-black);
}
@media (min-width: 810px) {
  #cookie-law-div {
    left: auto;
    right: 0;
    margin: 2rem;
    border: 0;
    width: 40%;
    padding: 6rem 6rem;
    align-items: center;
  }
}
#cookie-law-div a {
  text-decoration: underline;
  color: var(--color-white);
}
#cookie-law-div p {
  width: auto;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 126.5%;
  margin: 0;
  color: var(--color-white);
  order: 1;
  font-family: var(--font-heading);
}
@media (min-width: 810px) {
  #cookie-law-div p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
#cookie-law-div button {
  order: 2;
  font-size: 1.2rem;
  line-height: 95%;
  font-weight: 300;
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
  color: var(--color-white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 0px;
  margin: 0;
}
#cookie-law-div button:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
@media (min-width: 810px) {
  #cookie-law-div button {
    font-size: 1.3rem;
  }
}

.modal-video-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0));
  background-size: 100% 0px;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}
.modal-video-player.active {
  pointer-events: auto;
}
.modal-video-player video {
  width: 100%;
  aspect-ratio: 16/9;
}
.modal-video-player button.close-video-modal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: var(--color-black);
  padding: 0;
  border-radius: 50%;
  background-color: var(--color-citron);
  font-size: 0;
  background-image: url("images/close-modal.svg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0;
}
.modal-video-player .team-info,
.modal-video-player .video-info {
  width: 100%;
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}
.modal-video-player .team-info .team-hero-image,
.modal-video-player .video-info .team-hero-image {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 0;
  margin-bottom: 1rem;
}
.modal-video-player .team-info h3.title,
.modal-video-player .video-info h3.title {
  font-size: 2rem;
  font-weight: 300;
}
.modal-video-player .team-info h3.title span,
.modal-video-player .video-info h3.title span {
  display: block;
}
@media (min-width: 810px) {
  .modal-video-player .team-info h3.title,
  .modal-video-player .video-info h3.title {
    font-size: 3rem;
  }
}
.modal-video-player .team-info ul.team-social-links,
.modal-video-player .video-info ul.team-social-links {
  display: inline-flex;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.modal-video-player .team-info ul.team-social-links li,
.modal-video-player .video-info ul.team-social-links li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-video-player .team-info ul.team-social-links li.video-link-li,
.modal-video-player .video-info ul.team-social-links li.video-link-li {
  display: none;
}

main section {
  width: 100%;
  overflow: hidden;
}
main section.custom-block {
  padding-top: calc(0.75 * var(--section-padding-vertical-top));
  padding-bottom: calc(0.75 * var(--section-padding-vertical-bottom));
  padding-left: var(--section-padding-horizontal);
  padding-right: var(--section-padding-horizontal);
}
@media (min-width: 1100px) {
  main section.custom-block {
    padding-top: calc(1 * var(--section-padding-vertical-top));
    padding-bottom: calc(1 * var(--section-padding-vertical-bottom));
  }
}
main section.custom-block.no-pad-h {
  --section-padding-horizontal:0;
  padding-left: 0;
  padding-right: 0;
}
main section.custom-block.alignfull {
  padding-left: 0;
  padding-right: 0;
}
main section .acf-innerblocks-container .custom-block {
  padding: 0;
}
main .content-wrapper {
  z-index: 5;
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0px;
  overflow: visible;
}
main .content-wrapper > * {
  margin-left: auto;
  margin-right: auto;
}
main .section-container {
  margin: 30px 0px;
}
@media (min-width: 810px) {
  main .section-container {
    margin: 50px 0px;
  }
}
main .section-padded {
  padding: 4rem 0;
}
@media (min-width: 1100px) {
  main .section-padded {
    padding: 6rem 0;
  }
}
main .section-nopad {
  padding: 0px;
}
main .headline {
  font-size: 4.8em;
  margin-bottom: 1.6rem;
  line-height: 1em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 2rem;
  font-family: var(--font-headline);
}
.align-left main .headline {
  text-align: left;
}
main .headline.h1 {
  font-size: 8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media (min-width: 810px) {
  main .headline.h1 {
    font-size: 9rem;
  }
}
@media (min-width: 1100px) {
  main .headline.h1 {
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  main .headline.h1 {
    font-size: 18rem;
  }
}
@media (min-width: 1680px) {
  main .headline.h1 {
    font-size: 20rem;
  }
}
main .headline.h2 {
  font-size: 2.1rem;
}
main .headline.h3 {
  font-size: 1.8rem;
}
.align-left main .headline {
  text-align: left;
}
main .headline.faq-headline {
  text-align: center;
  font-size: 14rem;
  font-weight: 900;
  line-height: 97%;
  margin-top: -11%;
  margin-bottom: 6rem;
  color: var(--theme-color-text);
}
@media (min-width: 810px) {
  main .headline.faq-headline {
    font-size: 18rem;
    margin: 0;
    line-height: 40%;
  }
}
@media (min-width: 1100px) {
  main .headline.faq-headline {
    font-size: 22rem;
  }
}
main div.faqs-container {
  width: 100%;
}

img.col-img {
  width: 100%;
}

video {
  max-width: 100%;
}

.wp-block-group {
  /*
     width:calc(var(--wp--style--global--wide-size) + (2 * var(--padding-horizontal)));
  max-width: 100%;
  padding-left: var(--padding-horizontal);
  	padding-right: var(--padding-horizontal);
  margin-left:auto;
  margin-right:auto;
     */
}
.wp-block-group.alignfull {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.hero-image img {
  display: block;
}

.wp-block-separator {
  width: 100%;
  border-bottom: 1px solid var(--theme-color-text);
}

:root :where(.is-layout-flow) > * {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

:root :where(.is-layout-constrained) > * {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.has-global-padding > .alignfull {
  margin-left: auto;
  margin-right: auto;
}

.is-layout-constrained > .alignwide {
  max-width: 100%;
}

main .blog-slider-container {
  padding: 30px 0px;
}
@media (min-width: 810px) {
  main .blog-slider-container {
    padding: 40px 0px 60px 0px;
  }
}
main .blog-slider-container .blog-slide {
  display: block;
  width: auto;
}
@media (min-width: 810px) {
  main .blog-slider-container .blog-slide {
    padding: 0px 18px;
  }
}
main .blog-slider-container .slider-post-content {
  padding: 20px 0px 0px 0px;
  text-align: left;
}
@media (min-width: 810px) {
  main .blog-slider-container .slider-post-content {
    padding: 30px 0px 0px 0px;
    text-align: left;
  }
}
main .blog-slider-container .blog-slide-img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/400;
}
main .blog-slider-container .post-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0px 0px 0.3em 0px;
  text-align: left;
}
@media (min-width: 1100px) {
  main .blog-slider-container .post-title {
    font-size: 40px;
    text-align: left;
  }
}
main .blog-slider-container .post-title a {
  color: var();
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  transform: all 0.3s ease 0s;
  text-decoration-color: var();
}
@media (min-width: 810px) {
  main .blog-slider-container .post-title a {
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
  }
}

main .link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 22px;
}
@media (min-width: 1100px) {
  main .link-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 22px;
  }
}
main .link-grid .link-grid-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var();
}
@media (min-width: 810px) {
  main .link-grid .link-grid-item.alt .link-grid-item-content span {
    text-align: left;
  }
}
main .link-grid .link-grid-item .link-grid-item-content {
  text-align: center;
  width: 100%;
}
main .link-grid .link-grid-item .link-grid-item-content a {
  color: var();
}
@media (min-width: 810px) {
  main .link-grid .link-grid-item .link-grid-item-content {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  main .link-grid .link-grid-item {
    align-items: flex-start;
  }
  main .link-grid .link-grid-item.alt:nth-child(even) {
    flex-direction: column-reverse;
  }
  main .link-grid .link-grid-item.alt:nth-child(even) .link-grid-image {
    margin-top: 34px;
  }
}
main .link-grid .link-grid-item .link-grid-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 12px;
}
@media (min-width: 810px) {
  main .link-grid .link-grid-item .link-grid-image {
    margin-bottom: 20px;
  }
  main .link-grid .link-grid-item .link-grid-image.wide {
    aspect-ratio: 304/200;
  }
  main .link-grid .link-grid-item .link-grid-image.tall {
    aspect-ratio: 304/400;
  }
}
main .link-grid .link-grid-item span {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: underline;
}
main .link-grid p {
  display: none;
}
@media (min-width: 810px) {
  main .link-grid p {
    font-size: 16px;
    line-height: 1.2em;
    display: block;
  }
}
main .link-grid h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px 4px 0px;
  text-align: center;
}
@media (min-width: 810px) {
  main .link-grid h3 {
    margin: 0px 0px 12px 0px;
    font-size: 24px;
    text-align: left;
  }
}
main .link-grid a {
  font-size: 15px;
}
@media (min-width: 810px) {
  main .link-grid a {
    font-size: 18px;
  }
}
main .link-grid a.alt a {
  color: var();
}
@media (min-width: 810px) {
  main .link-grid a.alt span {
    text-align: left;
  }
}
main .link-grid a.link-grid-item {
  text-decoration: none;
}

main ul.icon-box-grid {
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 898px;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 810px) {
  main ul.icon-box-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
main ul.icon-box-grid li {
  width: auto;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  background: var(--color-white);
  position: relative;
  text-align: left;
}
main ul.icon-box-grid li p {
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
}
main ul.icon-box-grid li h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0px;
  flex-basis: 100%;
}
main ul.icon-box-grid li.has-icon {
  padding-left: 72px;
}
main ul.icon-box-grid li.has-icon span {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}