@charset "UTF-8";
/*!
Theme Name: Blue Clay Collection
Theme URI: http://underscores.me/
Author: the Concept Stadium
Author URI: https://conceptstadium.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blue-clay-collection
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Blue Clay Collection is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Poppins:wght@400;600;700;800;900&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 1920px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 920px) {
  html {
    font-size: 14px;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    line-height: 1.6;
  }
}
@media (max-width: 640px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    line-height: 1.7;
  }
}

.font-secondary {
  font-family: "Corinthia", cursive;
  font-size: 2em;
  font-weight: 700;
  line-height: 0.01;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #F2F2F2;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  background: #92A8BF;
  text-decoration: none;
}

big {
  font-size: 125%;
}

strong {
  font-weight: 700;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
}

hr {
  background-color: #000000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

svg,
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid #ffffff;
  border-color: #ffffff;
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
  line-height: 1;
  padding: 0.3em 0.4em 0.2em 0.4em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  text-align: center;
}
.button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #ffffff;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  transform: scale(1.05);
  color: #ffffff;
}
.button:active, .button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border: 0;
  border-radius: 0;
  background-color: #EFEDEB;
  padding: 1em;
  vertical-align: middle;
  margin-bottom: 1em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000000;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #D9D1C1;
}

select {
  border: 0;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wrapper .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.wrapper.wrapper--l {
  max-width: 1200px;
}
.wrapper.wrapper--m {
  max-width: 920px;
}
.wrapper.wrapper--s {
  max-width: 640px;
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 320px) {
  .wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Layout
--------------------------------------------- */
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
  z-index: 999999;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .site-header {
    height: 6rem;
  }
}
.site-header .wrapper {
  height: 100%;
}
.site-header .header-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-container .hamburger {
  background-color: transparent;
  border: 0;
  padding: 0;
  opacity: 0;
  transform: translateX(-1rem);
}
.site-header .header-container .hamburger svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  fill: #ffffff;
}
.site-header .header-container .site-branding {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
}
@media screen and (max-width: 640px) {
  .site-header .header-container .site-branding {
    height: 5rem;
  }
}
.site-header .header-container .site-branding a {
  display: inline-block;
  height: 50%;
}
.site-header .header-container .site-branding a img {
  height: 100%;
  width: auto;
}
.site-header .header-container .header-widgets {
  height: 100%;
  opacity: 0;
  transform: translateX(1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-header .header-container .header-widgets .widget {
  height: 100%;
}
.site-header .header-container .header-widgets .widget_nav_menu {
  height: 100%;
}
.site-header .header-container .header-widgets .widget_nav_menu > * {
  height: 100%;
}
.site-header .header-container .header-widgets .menu {
  height: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
}
.site-header .header-container .header-widgets .menu li a {
  border: 2px solid #ffffff;
  border-color: #ffffff;
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
  line-height: 1;
  padding: 0.3em 0.4em 0.2em 0.4em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  text-align: center;
}
.site-header .header-container .header-widgets .menu li a:visited {
  color: #ffffff;
}
.site-header .header-container .header-widgets .menu li a:hover {
  transform: scale(1.05);
  color: #ffffff;
}
.site-header .header-container .header-widgets .menu li a:active, .site-header .header-container .header-widgets .menu li a:focus {
  border-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .site-header .header-container .site-branding {
    position: static;
    transform: translateX(0);
    order: 1;
    flex-grow: 1;
  }
  .site-header .header-container .hamburger {
    order: 3;
  }
  .site-header .header-container .header-widgets {
    order: 2;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-container .site-branding a {
    width: 120px;
    height: auto;
  }
  .site-header .header-container .header-widgets .button {
    font-size: 1rem;
    padding-bottom: 0.3em;
  }
}

body.home .site-header .header-container .site-branding {
  opacity: 0;
  visibility: hidden;
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* Header
--------------------------------------------- */
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
  z-index: 999999;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .site-header {
    height: 6rem;
  }
}
.site-header .wrapper {
  height: 100%;
}
.site-header .header-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-container .hamburger {
  background-color: transparent;
  border: 0;
  padding: 0;
  opacity: 0;
  transform: translateX(-1rem);
}
.site-header .header-container .hamburger svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  fill: #ffffff;
}
.site-header .header-container .site-branding {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
}
@media screen and (max-width: 640px) {
  .site-header .header-container .site-branding {
    height: 5rem;
  }
}
.site-header .header-container .site-branding a {
  display: inline-block;
  height: 50%;
}
.site-header .header-container .site-branding a img {
  height: 100%;
  width: auto;
}
.site-header .header-container .header-widgets {
  height: 100%;
  opacity: 0;
  transform: translateX(1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-header .header-container .header-widgets .widget {
  height: 100%;
}
.site-header .header-container .header-widgets .widget_nav_menu {
  height: 100%;
}
.site-header .header-container .header-widgets .widget_nav_menu > * {
  height: 100%;
}
.site-header .header-container .header-widgets .menu {
  height: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
}
.site-header .header-container .header-widgets .menu li a {
  border: 2px solid #ffffff;
  border-color: #ffffff;
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
  line-height: 1;
  padding: 0.3em 0.4em 0.2em 0.4em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  text-align: center;
}
.site-header .header-container .header-widgets .menu li a:visited {
  color: #ffffff;
}
.site-header .header-container .header-widgets .menu li a:hover {
  transform: scale(1.05);
  color: #ffffff;
}
.site-header .header-container .header-widgets .menu li a:active, .site-header .header-container .header-widgets .menu li a:focus {
  border-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .site-header .header-container .site-branding {
    position: static;
    transform: translateX(0);
    order: 1;
    flex-grow: 1;
  }
  .site-header .header-container .hamburger {
    order: 3;
  }
  .site-header .header-container .header-widgets {
    order: 2;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-container .site-branding a {
    width: 120px;
    height: auto;
  }
  .site-header .header-container .header-widgets .button {
    font-size: 1rem;
    padding-bottom: 0.3em;
  }
}

body.home .site-header .header-container .site-branding {
  opacity: 0;
  visibility: hidden;
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #000000;
  padding: 1.5em 0 1.5em 0;
  font-size: 0.9rem;
}
.site-footer .footer-container {
  position: relative;
  color: #ffffff;
}
.site-footer .footer-container a {
  color: #ffffff;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.2s;
}
.site-footer .footer-container a:hover {
  color: #92A8BF;
}
.site-footer .footer-container .footer-content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.site-footer .footer-container .footer-content .footer-col {
  flex-basis: 50%;
}
.site-footer .footer-container .footer-content .footer-right {
  text-align: right;
}
.site-footer .footer-container .footer-content .copyright {
  margin-top: 0.5em;
}
.site-footer .footer-container .footer-content ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-container .footer-content ul li {
  padding: 0 1rem;
}
.site-footer .footer-container .footer-content ul li a {
  text-decoration: underline;
  line-height: 1;
}
.site-footer .footer-container .footer-content ul li:first-of-type {
  padding-left: 0;
}
.site-footer .footer-container .footer-content ul li:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}
.site-footer .footer-container .footer-content .site-author {
  font-weight: 700;
  line-height: 1;
}
.site-footer .footer-container .footer-content .site-author a {
  color: #ffffff;
  font-weight: 700;
  transition-property: color;
  transition-duration: 0.2s;
}
.site-footer .footer-container .footer-content .site-author a:hover {
  color: #92A8BF;
}
@media screen and (max-width: 640px) {
  .site-footer .footer-container .footer-content {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
  .site-footer .footer-container .footer-content .footer-left {
    text-align: center;
  }
  .site-footer .footer-container .footer-content ul {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .site-footer .footer-container .footer-content .footer-right {
    text-align: center;
  }
  .site-footer .footer-container .footer-content .footer-col {
    flex-basis: 100%;
  }
}

/* Navigation
--------------------------------------------- */
ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 25vw;
  height: 100vh;
  min-width: 320px;
  opacity: 0;
  transform: translateX(-100%);
  background-color: #92A8BF;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  line-height: 1.1;
  z-index: 2;
}
.main-navigation .navigation-container {
  background: transparent;
  padding: 8rem 2.5rem 10rem 2.5rem;
  height: 100%;
  position: relative;
}
.main-navigation .navigation-container .navigation-contents {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.main-navigation .navigation-container .nav-close {
  position: absolute;
  top: 3rem;
  right: 2rem;
  bottom: auto;
  left: auto;
  background-color: transparent;
  opacity: 0;
  border: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .main-navigation .navigation-container .nav-close {
    top: 2rem;
  }
}
.main-navigation .navigation-container .nav-close svg {
  height: 1.5rem;
  width: auto;
}
.main-navigation .navigation-container .navigation-branding {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 4rem;
}
.main-navigation .navigation-container .widget {
  border-top: 2px solid #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 0;
}
.main-navigation .navigation-container .widget .widget-title {
  margin: 0 0 1rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
}
.main-navigation .navigation-container .widget:last-of-type {
  border-bottom: 2px solid #ffffff;
}
.main-navigation .navigation-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .navigation-container ul li a {
  color: #000000;
  font-size: 1.5em;
  font-weight: 500;
  padding: 0.5em 0;
}
.main-navigation .navigation-container ul li ul a {
  color: #000000;
  font-size: 1.5em;
}
.main-navigation .navigation-container li {
  position: relative;
}
.main-navigation .navigation-container a {
  display: block;
  text-decoration: none;
}
.admin-bar .main-navigation {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .main-navigation {
    top: 46px;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.site {
  background-color: #ffffff;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  background-color: #ffffff;
}

.page-not-found {
  padding: 200px 0 150px 0;
  background-color: #92A8BF;
  color: #ffffff;
  text-align: center;
}

.single-brand {
  background-color: #ffffff;
  color: #ffffff;
}
.single-brand .entry-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 1;
  height: 100vh;
  height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-brand .entry-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  height: 100dvh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media screen and (max-width: 920px) {
  .single-brand .entry-header::before {
    position: absolute;
    height: 100%;
  }
}
@media screen and (max-width: 920px) {
  .single-brand .entry-header {
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
.single-brand .entry-header .entry-header-wrapper {
  padding-left: 5vw;
  padding-right: 5vw;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-brand .entry-header .entry-header-wrapper .brand-logo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.single-brand .entry-header .entry-header-wrapper .brand-logo svg {
  width: 70%;
  max-width: 500px;
}
.single-brand .entry-content {
  margin-top: 100vh;
}
@media screen and (max-width: 920px) {
  .single-brand .entry-content {
    margin-top: 0;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Sliders
--------------------------------------------- */
.splide__arrow {
  background-color: transparent;
  width: 70px;
  height: 70px;
  opacity: 1;
}
.splide__arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: none;
}
.splide__arrow svg path {
  stroke: #ffffff;
  transition: 0.1s stroke ease;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrow:hover {
  background-color: transparent;
  transform: scale(1) translateY(-50%);
}
.splide__arrow:hover svg path {
  stroke: #FF2323;
}

.splide__progress__bar {
  height: 3px;
  background: #FF2323;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.logos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 6rem;
  column-gap: 5vw;
  padding-top: 9rem;
  padding-bottom: 9rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 640px) {
  .logos-grid {
    grid-template-columns: 1fr;
  }
}
.logos-grid .logo {
  opacity: 0;
  transform: translateY(2em);
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-grid .logo svg {
  height: auto;
  width: 70%;
  min-width: 220px;
  max-width: 300px;
  object-fit: contain;
  transition-property: scale;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.logos-grid .logo:hover svg {
  scale: 1.05;
}
@media screen and (max-width: 640px) {
  .logos-grid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.hero {
  height: 100vh;
  height: 100dvh;
  background-color: #92A8BF;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.hero .hero-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #92a8bf;
  mix-blend-mode: multiply;
  z-index: 2;
}
.hero .hero-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 3;
}
.hero .hero-container .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero .hero-container .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-container .hero-content {
  height: 100%;
  position: relative;
  z-index: 10;
  display: grid;
  place-items: center;
}
.hero .hero-container .hero-content svg {
  width: 50%;
  max-width: 300px;
}

.hero + * {
  margin-top: 100vh;
}

.intro {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  color: #ffffff;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #92A8BF;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.intro:has(.intro-button) {
  padding-bottom: 12rem;
}
.intro .intro-title {
  font-family: "Corinthia", cursive;
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(5rem, 22vw, 12.5rem);
  margin: 0;
  line-height: 0.5;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.intro .intro-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  gap: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
}
.intro .intro-container {
  position: relative;
  z-index: 1;
}

.about {
  background-color: #92A8BF;
}
.about .about-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2vw;
}
.about .about-container .about-column {
  flex-basis: calc(50% - 1vw);
}
@media screen and (max-width: 920px) {
  .about .about-container .about-column {
    flex-basis: 100%;
  }
}
.about .about-container .about-image {
  display: flex;
  align-items: flex-start;
}
.about .about-container .about-image .image-wrapper {
  width: 95%;
}
.about .about-container .about-image .image-wrapper .slider-gallery {
  width: 100%;
  aspect-ratio: 4/3;
}
.about .about-container .about-image .image-wrapper .slider-gallery .splide__track {
  height: 100%;
}
.about .about-container .about-image .image-wrapper .slider-gallery .splide__track .splide__list {
  height: 100%;
}
.about .about-container .about-image .image-wrapper .slider-gallery .splide__track .splide__list li {
  height: 100%;
}
.about .about-container .about-image .image-wrapper .slider-gallery .splide__track .splide__list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 920px) {
  .about .about-container .about-image .image-wrapper {
    width: 100%;
  }
}
.about .about-container .about-content .section-title {
  margin-top: 0;
  font-weight: 400;
  color: #D9D1C1;
  line-height: 1.1;
  margin-bottom: 1.25em;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .about .about-container .about-content .section-title {
    font-size: 2rem;
  }
}
.about .about-container .about-content .section-text {
  margin-bottom: 0;
}
.about .about-container .about-content .section-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(2rem, 4vw, 4rem);
}
.about .about-container .about-content .section-footer .about-cta {
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.about .about-container .about-content .section-footer .about-cta svg {
  position: absolute;
  right: 0;
  top: 2em;
  transition-property: transform;
  transition-duration: 0.5s;
  pointer-events: none;
  width: 1.5em;
  height: auto;
}
.about .about-container .about-content .section-footer .about-cta:hover svg {
  transform: translateY(0.5em);
}

.brands {
  padding-bottom: 0;
  background-color: #ffffff;
  margin-top: 4rem;
}
.brands .brands-container .section-title {
  color: #000000;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 3rem;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 640px) {
  .brands .brands-container .section-title {
    font-size: 2rem;
  }
}

.contact {
  background-color: #d9d1c1;
  color: #070030;
}
.contact .gform_required_legend {
  display: none;
}
.contact .gform_description {
  display: none;
}
.contact .section-title {
  font-family: "Corinthia", cursive;
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(5rem, 22vw, 12.5rem);
  margin: 0;
  line-height: 0.5;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.contact .contact-container {
  display: flex;
  column-gap: 3rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 920px) {
  .contact .contact-container {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.contact .contact-container .contact-form {
  flex-basis: calc(100% - 400px - 1.5rem);
  flex-grow: 1;
}
@media screen and (max-width: 920px) {
  .contact .contact-container .contact-form {
    flex-basis: unset;
  }
}
.contact .contact-container .contact-info {
  flex-basis: calc(400px - 1.5rem);
  flex-grow: 1;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 920px) {
  .contact .contact-container .contact-info {
    flex-basis: unset;
  }
}
.contact .contact-container .contact-info .contact-info-item {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.contact .contact-container .contact-info .contact-info-item .item-icon {
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
}
.contact .contact-container .contact-info .contact-info-item .item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact .contact-container .contact-info .contact-info-item .item-icon svg path[stroke] {
  stroke: #ffffff;
  stroke: #000000;
}
.contact .contact-container .contact-info .contact-info-item .item-icon svg path[fill] {
  fill: #ffffff;
  fill: #000000;
}
.contact .contact-container .contact-info .contact-info-item .item-content {
  color: #000000;
  font-weight: 600;
}
.contact .contact-container .contact-info .contact-info-item .item-content a {
  color: #000000;
  text-decoration: none;
}
.contact .contact-container .contact-info .contact-info-item.contact-info-item-socials {
  margin-top: 2rem;
  flex-wrap: wrap;
}
.contact .contact-container .contact-info .contact-info-item.contact-info-item-socials .socials-title {
  margin: 0 0 0 0;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 920px) {
  .contact .contact-container .contact-info .contact-info-item {
    justify-content: center;
  }
}

.carousel {
  margin: 5rem 0;
}
.wysiwyg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.wysiwyg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #92A8BF;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.wysiwyg .wysiwyg-title {
  font-family: "Corinthia", cursive;
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(5rem, 22vw, 12.5rem);
  margin: 0;
  line-height: 0.5;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.wysiwyg.large-text {
  font-size: 2.5rem;
}
.wysiwyg.large-text p {
  font-size: 2.5rem;
}
@media screen and (max-width: 1920px) {
  .wysiwyg.large-text {
    font-size: 2rem;
  }
  .wysiwyg.large-text p {
    font-size: 2rem;
  }
}
.wysiwyg.large-text .wysiwyg-content > *:first-child {
  margin-top: 0;
}
.wysiwyg.large-text .wysiwyg-content > *:last-child {
  margin-bottom: 0;
}
.wysiwyg.fixed-height {
  height: 30vw;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.wysiwyg.no-background {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.wysiwyg.no-background::before {
  display: none;
}
.wysiwyg.no-background .wysiwyg-title {
  color: #000000;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 3rem;
  border-bottom: 2px solid #000000;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .wysiwyg.no-background .wysiwyg-title {
    font-size: 2rem;
  }
}
.wysiwyg .stamp {
  position: absolute;
  right: 3rem;
  bottom: -5vw;
  width: clamp(3rem, 20vw, 20rem);
}
@media screen and (max-width: 640px) {
  .wysiwyg .stamp {
    display: none;
  }
}

.hours {
  background-color: #D9D1C1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.hours .hours-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 6rem;
  row-gap: 3rem;
}
@media screen and (max-width: 640px) {
  .hours .hours-container {
    column-gap: 3rem;
  }
}
.hours .hours-container .hours-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  text-align: center;
  gap: 0.5rem;
}
.hours .hours-container .hours-item .hours-item-label {
  font-weight: 700;
  text-transform: uppercase;
}
.hours .hours-container .hours-item .hours-item-content {
  font-size: 1.5em;
}

.image-banner {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.image-banner .image-banner-container {
  aspect-ratio: 5/2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(1px, 7vw, 6rem);
  position: relative;
}
@media screen and (max-width: 920px) {
  .image-banner .image-banner-container {
    padding: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .image-banner .image-banner-container {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .image-banner .image-banner-container {
    aspect-ratio: 3/2;
    padding: 1rem;
    margin-bottom: 13rem;
  }
}
.image-banner .image-banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D9D1C1;
  mix-blend-mode: multiply;
  z-index: 1;
}
.image-banner .image-banner-container .image-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  aspect-ratio: 1;
  background-color: #92A8BF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  .image-banner .image-banner-container .image-banner-content {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .image-banner .image-banner-container .image-banner-content {
    position: absolute;
    left: 1rem;
    right: 1rem;
    height: 11rem;
    aspect-ratio: unset;
    top: calc(100% - 2rem);
  }
}
.image-banner .image-banner-container .image-banner-content .image-banner-title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  text-transform: uppercase;
  line-height: 1;
}
.image-banner.left .image-banner-container {
  justify-content: flex-start;
}
.image-banner.with-text .image-banner-container {
  position: relative;
  aspect-ratio: unset;
}
.image-banner.with-text .image-banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #92A8BF;
  opacity: 0.9;
  mix-blend-mode: normal;
  padding: 2.5rem 1.5rem;
}
.image-banner.with-text .image-banner-container .image-banner-content {
  position: relative;
  z-index: 1;
  aspect-ratio: unset;
  text-align: center;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .image-banner.with-text .image-banner-container .image-banner-content {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .image-banner.with-text .image-banner-container .image-banner-content {
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 920px) {
  .image-banner.with-text .image-banner-container {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .image-banner.with-text .image-banner-container {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .image-banner.with-text .image-banner-container {
    aspect-ratio: unset;
    padding: 2.5rem 1.5rem;
    margin-bottom: 0;
  }
}

.uses-brand-accent.image-banner .image-banner-container .image-banner-content .button {
  padding: 0.5rem 1rem;
}

.links {
  background-color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.links .links-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 920px) {
  .links .links-container {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .links .links-container {
    row-gap: 0;
  }
}
.links .links-container .links-button {
  flex-basis: 25%;
  text-align: center;
  text-decoration: none;
  flex-grow: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.links .links-container .links-button::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000000;
  left: -1px;
  top: 0;
  pointer-events: none;
}
.links .links-container .links-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000000;
  right: -1px;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 920px) {
  .links .links-container .links-button {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .links .links-container .links-button {
    flex-basis: 100%;
    padding: 1.5rem 1rem;
  }
  .links .links-container .links-button::before {
    display: none;
  }
  .links .links-container .links-button:not(:last-of-type)::before {
    height: 2px;
    width: 100%;
    top: calc(100% + 1px);
    display: block;
  }
  .links .links-container .links-button::after {
    display: none;
  }
}

.map-section {
  height: 30vw;
  background-color: #ffffff;
  color: #000000;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  min-height: 400px;
}
.map-section .acf-map {
  height: 100%;
  width: 100%;
}
.map-section .acf-map iframe {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  padding: 1em;
  margin-top: 1.5em;
  line-height: 1 !important;
  min-height: unset !important;
}
body .gform_wrapper.gravity-theme input[type=color]::placeholder,
body .gform_wrapper.gravity-theme input[type=date]::placeholder,
body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
body .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
body .gform_wrapper.gravity-theme input[type=email]::placeholder,
body .gform_wrapper.gravity-theme input[type=month]::placeholder,
body .gform_wrapper.gravity-theme input[type=number]::placeholder,
body .gform_wrapper.gravity-theme input[type=password]::placeholder,
body .gform_wrapper.gravity-theme input[type=search]::placeholder,
body .gform_wrapper.gravity-theme input[type=tel]::placeholder,
body .gform_wrapper.gravity-theme input[type=text]::placeholder,
body .gform_wrapper.gravity-theme input[type=time]::placeholder,
body .gform_wrapper.gravity-theme input[type=url]::placeholder,
body .gform_wrapper.gravity-theme input[type=week]::placeholder,
body .gform_wrapper.gravity-theme select::placeholder,
body .gform_wrapper.gravity-theme textarea::placeholder {
  color: #D9D1C1;
}
body .gform_wrapper.gravity-theme input[type=color]:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus {
  outline: 2px solid #92A8BF;
}
@media screen and (max-width: 480px) {
  body .gform_wrapper.gravity-theme input[type=color],
  body .gform_wrapper.gravity-theme input[type=date],
  body .gform_wrapper.gravity-theme input[type=datetime-local],
  body .gform_wrapper.gravity-theme input[type=datetime],
  body .gform_wrapper.gravity-theme input[type=email],
  body .gform_wrapper.gravity-theme input[type=month],
  body .gform_wrapper.gravity-theme input[type=number],
  body .gform_wrapper.gravity-theme input[type=password],
  body .gform_wrapper.gravity-theme input[type=search],
  body .gform_wrapper.gravity-theme input[type=tel],
  body .gform_wrapper.gravity-theme input[type=text],
  body .gform_wrapper.gravity-theme input[type=time],
  body .gform_wrapper.gravity-theme input[type=url],
  body .gform_wrapper.gravity-theme input[type=week],
  body .gform_wrapper.gravity-theme select,
  body .gform_wrapper.gravity-theme textarea {
    padding: 0.5em;
  }
}
body .gfmc-field div:not(.gchoice) {
  padding-bottom: 0;
}
body .gfmc-container {
  column-gap: 1.3em;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 203px;
}
body .gform_wrapper.gravity-theme #field_submit,
body .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}
body .ginput_container.ginput_container_consent {
  display: flex;
  column-gap: 1em;
  position: relative;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 0.8em;
}
body .ginput_container.ginput_container_consent label {
  cursor: pointer;
}
body .ginput_container.ginput_container_consent input[type=checkbox] {
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ffffff;
  flex-shrink: 0;
  margin-top: 0;
  cursor: pointer;
  color: #000000;
}
body .ginput_container.ginput_container_consent::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
body .ginput_container.ginput_container_consent:has(input:checked)::after {
  content: "✓";
  color: #92A8BF;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 0.8rem;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
  border-radius: 0;
  padding: 0.5em;
  font-size: 0.8rem;
  line-height: 1;
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Effects
--------------------------------------------- */
.image-wrapper {
  position: relative;
}
.image-wrapper img {
  width: 100%;
  height: auto;
}
.image-wrapper .image-curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #D9D1C1;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .image-wrapper {
    transform: translate3d(0, 0, 0) !important;
    margin-bottom: 3em;
  }
}

.appear-on-scroll {
  opacity: 0;
  transform: translateY(2rem);
}

.fade-on-scroll {
  opacity: 0;
}

@keyframes infiniteRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
