/*!
Theme Name: 20six
Theme URI: http://underscores.me/
Author: James Brasted
Author URI: https://mynameisjames.co.uk
Description: 20six are Sussex based commercial interior specialists offering quality fit-out, refurbishment and contemporary office furniture.
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: twentysix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::-moz-selection {
  background-color: #050505;
  color: #FC521D;
}

::selection {
  background-color: #050505;
  color: #FC521D;
}

html {
  font-size: 18px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  --wp--preset--font-size--small: 1.333rem;
  --wp--preset--font-size--medium: 1.777rem;
  --wp--preset--font-size--large: 3.157rem;
  --wp--preset--font-size--x-large: 7.478rem;
  --wp--preset--spacing--20: 1rem;
  --wp--preset--spacing--30: 1.333rem;
  --wp--preset--spacing--40: 2.369rem;
  --wp--preset--spacing--50: 3.157rem;
  --wp--preset--spacing--60: 5.61rem;
  --wp--preset--spacing--70: 7.478rem;
  --wp--preset--spacing--80: calc(7.478rem * 1.333);
  --overlap-small: calc(-1 * 2.369rem);
  --overlap-medium: calc(-1 * 3.157rem);
  --overlap-large: calc(-1 * 7.478rem);
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(103 99 98 / var(--tw-text-opacity));
}

a {
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  color: #FC521D;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

h1 {
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 7.478rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}

h2 {
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 3.157rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}

h3 {
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 2.369rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

h4 {
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 1.777rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

h5 {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 1.333rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

h6 {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.025em;
}

/* Navigation */

.site-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

.site-branding a {
  border: 0;
  max-width: 200px;
}

/* .site-description {
	padding-top: 0.5rem;
} */

.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .main-navigation ul {
    justify-content: flex-end;
  }
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation li:not(:last-child) {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .main-navigation li:not(:last-child) {
    padding-right: 1.333rem;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.main-navigation a:hover {
  border-bottom: 1px solid #FC521D;
  --tw-text-opacity: 1;
  color: rgb(252 82 29 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-toggle {
  display: none;
}

/* .circle-gallery {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' fill='none'%3E%3Cpath fill='%23FC521D' fill-rule='evenodd' stroke='%23FC521D' d='M28.6 1.2c-15.454 0-28 12.546-28 28s12.546 28 28 28 28-12.546 28-28-12.546-28-28-28ZM6.32 38.824c3.73 8.613 12.306 14.643 22.28 14.643 9.877 0 18.385-5.914 22.17-14.39l-7.237-7.238-6.539 6.54a3.739 3.739 0 0 1-2.846 1.088 3.74 3.74 0 0 1-2.709-1.397L19.257 22.844 6.32 38.824Zm45.81-3.667c.48-1.908.737-3.902.737-5.957 0-13.393-10.874-24.267-24.267-24.267-13.393 0-24.267 10.874-24.267 24.267 0 1.855.21 3.664.605 5.4l11.418-14.104a3.731 3.731 0 0 1 5.817.017c2.905 3.63 9.403 11.75 12.182 15.226l6.539-6.539a3.734 3.734 0 0 1 5.279 0l5.956 5.957ZM34.666 11.933a3.735 3.735 0 0 0-3.734 3.734 3.735 3.735 0 0 0 3.734 3.733 3.735 3.735 0 0 0 3.733-3.733 3.735 3.735 0 0 0-3.733-3.734Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	@apply w-14 h-14 bg-no-repeat justify-self-end md:block hidden;
} */

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  /* margin: 0 0 1.5em; */
  margin-bottom: 1.333rem;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages */

.sticky {
  display: block;
}

.post {
  /* margin: 0 0 1.5em; */
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

.page {
  /* margin: 0 0 1.5em; */
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

.entry-content > *:not(p) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.369rem;
  padding-bottom: 2.369rem;
}

@media (min-width: 1280px) {
  .entry-content > *:not(p) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.entry-content > .more-space {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.157rem;
  padding-bottom: 3.157rem;
}

@media (min-width: 1280px) {
  .entry-content > .more-space {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7.478rem;
    padding-bottom: 7.478rem;
  }
}

/* .entry-content > *:not(.has-background) {
	@apply max-w-5xl mx-auto;
} */

[class*="wp-block-"]:not(.has-background) {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

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

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
  clear: both;
  /* margin: 0 0 1.5em; */
  margin-bottom: 1.333rem;
}

/* Comments */

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

.bypostauthor {
  display: block;
}

/* Widgets */

.widget {
  /* margin: 0 0 1.5em; */
  margin-bottom: 1.333rem;
}

.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%;
  margin-bottom: 1.333rem;
}

.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.333rem;
  margin-bottom: 1.333rem;
}

.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;
}

.site-footer a {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-bottom: 1px solid #FFFFFF;
}

.site-footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

/* # Plugins */

/* Jetpack infinite scroll */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/* # Utilities */

/* Accessibility */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  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; */
  margin-right: 1.333rem;
  margin-bottom: 1.333rem;
}

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

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

.home .entry-header {
  display: none;
}

.wp-block-image {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 64rem !important;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 4 / 3;
}

.wp-block-heading, .entry-content {
  position: relative;
  z-index: 2;
}

.entry-content > p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .entry-content > p {
    padding-left: 7.478rem;
    padding-right: 7.478rem;
  }
}

.entry-content > p:last-child {
  margin-bottom: 2.369rem;
}

/* .wp-block-group.overlap {
    margin-top: calc(-1 * var(--overlap-medium));
}
.wp-block-columns.overlap {
    margin-top: calc(-1 * var(--overlap-small));
}
.wp-block-image.overlap {
    margin-top: calc(-1 * var(--overlap-large));
}
.wp-block-heading.overlap {
    margin-bottom: calc(-1 * var(--overlap-large));
    z-index: 2;
    position: relative;
} */

.overlap-large {
  margin-top: var(--overlap-large);
}

.overlap-medium {
  margin-top: var(--overlap-medium);
}

.overlap-small {
  margin-top: var(--overlap-small);
}

:where(.wp-block-columns) {
  margin-bottom: 1rem;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1rem;
}

.wp-block-column.full-width-left {
  margin-right: calc(50% - 50vw);
}

.wp-block-column.full-width-right {
  margin-right: calc(50% - 50vw);
}

.wp-block-cover.is-style-full-link {
  padding: 0;
}

.wp-block-cover__background.has-background-dim {
  display: none;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link {
  position: relative;
  z-index: 2;
  margin-top: 1.333rem;
  margin-bottom: 1.333rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(252 82 29 / var(--tw-bg-opacity));
  padding-left: 3.157rem;
  padding-right: 3.157rem;
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 1.777rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(5 5 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link:hover {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .wp-block-buttons>.wp-block-button .wp-block-button__link {
    font-size: 2.369rem;
  }
}

.wp-block-button.anchor .wp-block-button__link {
  display: flex;
  height: 3.157rem;
  width: 3.157rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(252 82 29 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 1.777rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(5 5 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-button.anchor .wp-block-button__link:hover {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.intro-swiper .wp-swiper__slide .wp-block-image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 64rem !important;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
}

.intro-swiper .swiper-pagination {
  position: static;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.333rem;
  padding-bottom: 1.333rem;
}

@media (min-width: 640px) {
  h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding-left: 5.61rem;
    padding-right: 5.61rem;
    padding-top: 2.369rem;
    padding-bottom: 2.369rem;
  }
}

.has-background {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  z-index: 1;
  position: relative;
}

.intro-swiper .swiper-button-next, .intro-swiper .swiper-button-prev {
  display: none;
}

.intro-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .intro-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
}

.intro-swiper .swiper-pagination-bullet, .intro-swiper .swiper-pagination-bullet-active {
  background: none;
  width: unset;
  height: unset;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--large);
  outline: none;
  padding: 1rem;
}

.intro-swiper .swiper-pagination-bullet {
  color: #FFFFFF;
  opacity: 1;
}

.intro-swiper .swiper-pagination-bullet-active {
  color: #FC521D;
}

.testimonial-swiper .has-background {
  width: auto;
  margin-left: auto;
}

.testimonial-swiper .swiper-pagination {
  display: none;
}

.testimonial-swiper .swiper-button-next:after, .testimonial-swiper .swiper-button-prev:after {
  height: 3.157rem;
  width: 3.157rem;
  align-content: center;
  padding: 1rem;
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 1.777rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}

.testimonial-swiper .swiper-button-next:hover:after, .testimonial-swiper .swiper-button-prev:hover:after {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}

.testimonial-swiper .wp-swiper__slide-content {
  display: flex;
  flex-direction: column;
  gap: 1.333rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.333rem;
  padding-bottom: 1.333rem;
}

@media (min-width: 640px) {
  .testimonial-swiper .wp-swiper__slide-content {
    padding-left: 5.61rem;
    padding-right: 5.61rem;
    padding-top: 2.369rem;
    padding-bottom: 2.369rem;
  }
}

.wp-block-quote {
  display: flex;
  flex-direction: column;
  gap: 1.333rem;
}

.wp-block-quote > *:first-child {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px) {
  .wp-block-quote > *:first-child {
    padding-left: 5.61rem;
    padding-right: 5.61rem;
  }
}

.wp-block-quote cite {
  font-style: normal;
}

.testimonial-swiper .swiper-button-prev:after, .testimonial-swiper .swiper-rtl .swiper-button-next:after{
  content: "↑";
  transform: rotate(-90deg);
  transform-origin: center;
}

.testimonial-swiper .swiper-button-next:after, .testimonial-swiper .swiper-rtl .swiper-button-prev:after {
  content: "↑";
  transform: rotate(90deg);
  transform-origin: center;
}

/* .wp-block-latest-posts.is-grid {
	gap: theme('spacing.2');
} */

.wp-block-latest-posts.is-grid {
  margin-top: 2.369rem;
  margin-bottom: 1.333rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .wp-block-latest-posts.is-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .wp-block-latest-posts.is-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wp-block-latest-posts.is-grid li {
  position: relative;
  margin: 0px;
  width: auto;
}

a.wp-block-latest-posts__post-title {
  display: block;
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.wp-block-latest-posts.is-grid li:hover a.wp-block-latest-posts__post-title::after {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.wp-block-latest-posts__post-title::after {
  content: "↑";
  transform: rotate(90deg);
  transform-origin: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  padding: 0.75rem;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 82 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* a.wp-block-latest-posts__post-title:hover::after {
    color: var(--wp--preset--color--black);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	
} */

.wp-block-latest-posts__featured-image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  aspect-ratio: 4 / 3;
}

.blog .post-thumbnail img, .archive .post-thumbnail img {
  aspect-ratio: 4 / 3;
}

.single .post-thumbnail img {
  width: 64rem !important;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
}

@media (min-width: 640px) {
  .single .post-thumbnail img {
    aspect-ratio: 16 / 9;
  }
}

.single .wp-block-image:only-child {
  aspect-ratio: 1 / 1;
}

@media (min-width: 640px) {
  .single .wp-block-image:only-child {
    aspect-ratio: 16 / 9;
  }
}

.navigation.post-navigation {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .navigation.post-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.navigation.post-navigation .nav-links {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1.333rem;
  margin-bottom: 1.333rem;
  width: 100%;
  max-width: 64rem;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .navigation.post-navigation .nav-links {
    flex-direction: row;
    gap: 0px;
  }
}

@media (min-width: 1280px) {
  .navigation.post-navigation .nav-links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.369rem;
    margin-bottom: 2.369rem;
  }
}

.navigation.post-navigation .nav-links a {
  position: relative;
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 1.777rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navigation.post-navigation .nav-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 82 29 / var(--tw-text-opacity));
}

.navigation.post-navigation .nav-subtitle {
  display: none;
}

.navigation.post-navigation .nav-previous .nav-title {
  margin-left: 1rem;
}

.navigation.post-navigation .nav-links .nav-previous a:before {
  position: absolute;
  content: "↑";
  transform: rotate(-90deg);
  font-weight: 400;
  left: -1rem;
}

.navigation.post-navigation .nav-next .nav-title {
  margin-right: 1rem;
}

.navigation.post-navigation .nav-links .nav-next a:after {
  position: absolute;
  content: "↑";
  transform: rotate(90deg);
  font-weight: 400;
}

.wp-block-cover .wp-block-cover__inner-container > :not(.wp-block-button), .wp-block-cover-image .wp-block-cover__inner-container > :not(.wp-block-button) {
  font-family: "Syne", Helvetica, sans-serif;
  font-weight: 500;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0,0,0,0.5));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: unset;
}

.wp-block-gallery[class*="wp-block-gallery-"] {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1rem))) !important;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1rem))) !important;
  padding-top: 3.157rem;
  padding-bottom: 3.157rem;
}

.mfp-container {
  padding: 0 3.157rem;
}

.mfp-arrow {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 48px;
  height: 48px;
}

.mfp-arrow:active {
  margin-top: 0;
}

.mfp-arrow:before {
  border: 0;
  content: "↑";
  transform: rotate(-90deg);
  transform-origin: center;
  width: 100%;
  margin: 0;
  width: 48px;
  height: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

.mfp-arrow-right:before {
  transform: rotate(90deg);
}

.mfp-arrow-left {
  left: 18px;
}

.mfp-arrow-right {
  right: 18px;
}

.mfp-arrow:after {
  display: none;
}

.mfp-close {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 1.777rem;
  font-weight: 200;
  opacity: 1;
}

.mfp-counter {
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

.page-id-38 {
  background-color: #D3C6C4;
}

.gform_wrapper {
  color: #050505;
}

.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gform_wrapper .gf-half {
  flex-grow: 1;
}

.gform_wrapper .gf-full {
  flex-basis: 100%;
}

.gform_wrapper .hide-label .gfield_label {
  display: none;
}

.gform_wrapper input.large {
  padding: 1rem;
  width: 100%;
  height: 3.157rem;
  border-radius: 9999px;
}

.gform_wrapper .textarea {
  padding: 1rem;
  width: 100%;
  border-radius: 27px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_button {
  border-radius: 9999px;
  margin-top: 1.333rem;
  margin-bottom: 1.333rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(252 82 29 / var(--tw-bg-opacity));
  padding-left: 3.157rem;
  padding-right: 3.157rem;
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  font-family: "Syne", Helvetica, sans-serif;
  font-size: 1.777rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(5 5 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gform_button:hover {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .gform_button {
    font-size: 2.369rem;
  }
}

/* @media (min-width: 1440px) {
	.wp-block-heading.overlap {
		margin-bottom: -3.208rem;
	}
} */

@media (min-width: 1025px) {
  .wp-block-migb-masonry-gallery {
    gap: 1rem !important;
  }

  .wp-block-migb-masonry-gallery .single-gallery-image {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wp-block-migb-masonry-gallery {
    gap: 1rem !important;
  }

  .wp-block-migb-masonry-gallery .single-gallery-image {
    margin-bottom: 1rem !important;
  }
}

/* @media (max-width: 1024px) {
	.wp-block-heading.overlap {
		margin-bottom: 0;
	}
} */

@media (max-width: 781px) {
  body {
    --wp--preset--font-size--x-large: 5.61rem;
    --overlap-small: 0;
    --overlap-medium: 0;
    --overlap-large: 0;
  }

  /* .wp-block-group.has-background {
		padding: theme('spacing.1');
	} */

  /* .wp-block-heading.overlap {
		margin-bottom: calc(-1 * var(--overlap-small));
	} */

  .intro-swiper {
    --overlap-large: calc(-1 * 2.369rem);
  }

  .wp-block-columns.is-layout-flex:has(.wp-block-image) {
    flex-direction: column-reverse;
  }

  .wp-block-column.full-width-left {
    margin-right: auto;
  }

  .wp-block-column.full-width-right {
    margin-right: auto;
  }

  .wp-swiper .wp-swiper__slide .wp-block-image img {
    aspect-ratio: 1 / 1;
  }

  .wp-block-gallery[class*="wp-block-gallery-"] {
    padding-top: 2.369rem;
    padding-bottom: 2.369rem;
  }
}

@media (max-width: 767px) {
  .wp-block-migb-masonry-gallery {
    gap: 1rem !important;
  }

  .wp-block-migb-masonry-gallery .single-gallery-image {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 640px) {
  body {
    --wp--preset--font-size--small: 1rem;
    --wp--preset--font-size--medium: 1.333rem;
    --wp--preset--font-size--large: 1.777rem;
    --wp--preset--font-size--x-large: 3.157rem;
  }

  h1 {
    font-family: "Syne", Helvetica, sans-serif;
    font-size: 3.157rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
  }

  h2 {
    font-family: "Syne", Helvetica, sans-serif;
    font-size: 2.369rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
  }

  h3 {
    font-family: "Syne", Helvetica, sans-serif;
    font-size: 1.777rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
  }

  h4 {
    font-family: "Syne", Helvetica, sans-serif;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
  }

  h5 {
    font-family: "DM Sans", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
  }

  h6 {
    font-family: "DM Sans", Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.025em;
  }

  /* .wp-block-heading.overlap {
		margin-bottom: -1rem;
	} */

  /* .has-x-large-font-size {
		font-size: 2.369rem;
	} */

  .mfp-container {
    padding: 0 1rem;
  }

  .mfp-arrow.mfp-arrow-left {
    position: static;
    display: inline-block;
    transform: translateY(-3.157rem)
  }

  .mfp-arrow.mfp-arrow-right {
    position: static;
    display: inline-block;
    transform: translateY(-3.157rem)
  }
}

.visible {
  visibility: visible !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.z-10 {
  z-index: 10 !important;
}

.m-0 {
  margin: 0px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-0\.5 {
  margin-top: 0.563rem !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.aspect-square {
  aspect-ratio: 1 / 1 !important;
}

.h-full {
  height: 100% !important;
}

.w-full {
  width: 100% !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.basis-full {
  flex-basis: 100% !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-\[0\.5rem\] {
  gap: 0.5rem !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-2 {
  padding-top: 1.333rem !important;
  padding-bottom: 1.333rem !important;
}

.py-3 {
  padding-top: 2.369rem !important;
  padding-bottom: 2.369rem !important;
}

.pb-2 {
  padding-bottom: 1.333rem !important;
}

.pb-3 {
  padding-bottom: 2.369rem !important;
}

.pt-2 {
  padding-top: 1.333rem !important;
}

.pt-3 {
  padding-top: 2.369rem !important;
}

.text-center {
  text-align: center !important;
}

.font-syne {
  font-family: "Syne", Helvetica, sans-serif !important;
}

.text-4xl {
  font-size: 3.157rem !important;
}

.text-sm {
  font-size: 0.75rem !important;
}

.font-medium {
  font-weight: 500 !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(5 5 5 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.drop-shadow-\[0_4px_3px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0,0,0,0.5)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.before\:pr-\[0\.5rem\]::before {
  content: var(--tw-content) !important;
  padding-right: 0.5rem !important;
}

.before\:content-\[\'\2022\'\]::before {
  --tw-content: '•' !important;
  content: var(--tw-content) !important;
}

.hover\:text-giants-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(252 82 29 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .sm\:aspect-video {
    aspect-ratio: 16 / 9 !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:gap-\[0\.75rem\] {
    gap: 0.75rem !important;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:justify-self-center {
    justify-self: center !important;
  }

  .sm\:pb-3 {
    padding-bottom: 2.369rem !important;
  }

  .sm\:pt-0 {
    padding-top: 0px !important;
  }

  .sm\:pt-1 {
    padding-top: 1rem !important;
  }

  .sm\:before\:pr-\[0\.75rem\]::before {
    content: var(--tw-content) !important;
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-\[auto_minmax\(0\2c _1fr\)\] {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-self-start {
    justify-self: start !important;
  }

  .md\:pb-4 {
    padding-bottom: 3.157rem !important;
  }

  .md\:pt-4 {
    padding-top: 3.157rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:justify-self-center {
    justify-self: center !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:py-3 {
    padding-top: 2.369rem !important;
    padding-bottom: 2.369rem !important;
  }
}