/*!
Theme Name: PaP
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dna-athletes
Tags:

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

DNA Athletes is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

#site-navigation {
  margin-top: 4px;
}

.menu-item {
  float: right;
  padding-left: 1rem;
  padding-right: 0.5rem;
  text-align: right;
  font-size: 30px;
  line-height: 34px;
}

@media (min-width: 640px) {
  .menu-item {
    padding-left: 2rem;
    font-size: 45px;
    line-height: 49px;
  }
}

@media (min-width: 1024px) {
  .menu-item {
    font-size: 55px;
    line-height: 59px;
  }
}

/* Remove default list styling */

ul {
  list-style: none;
  padding-left: 0;
  /* Removes padding */
}

.sub-menu {
  padding: 17px 17px 17px 0;
  /* Adjust as needed */
}

.sub-menu .menu-item {
  position: relative;
  /* For consistent arrow positioning in sub-menu items */
}

.sub-menu .menu-item a {
  padding: 0px 0 0px 25px;
  /* Consistent with main menu items */
  white-space: nowrap;
}

.hamburger {
  position: fixed;
  top: 5px;
  right: 1px;
  z-index: 10;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  height: 1px !important;
  border-radius: 0px !important;
}

.show-nav {
  height: 100vh;
  visibility: visible !important;
  opacity: 1 !important;
  top: 0 !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.mobile-menu {
  position: fixed;
  top: -10000px;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  transition:
	visibility 0.3s linear,
	opacity 0.3s linear;
}

.mobile-menu .menu-item a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#mobile-menu {
  padding: 100px 10px 50px 10px;
}

#mobile-menu li {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 50px;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1 !important;
}

#soundToggle {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 1);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 100px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .dynamic-text-color {
    transition: color 1s ease-in-out;
    /* Adjust duration and timing function as needed */
  }

  header .text-light path,
		header .text-light a,
		header .dna-string.text-light {
    fill: black !important;
    color: black !important;
    border-color: black !important;
  }

  header .text-dark path,
		header .text-dark a,
		header .dna-string.text-dark{
    fill: white !important;
    color: white !important;
    border-color: white !important;
  }
}

/**
 * Custom styles to immediately follow Tailwind's `base` layer
 *
 * "Add things like base typography styles [or] opinionated global resets."
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/* Light mode styles */

body.light-mode {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

p.dark-mode {
  color: rgb(255, 255, 255);
}

p.light-mode {
  color: rgb(0, 0, 0);
}

.dark-mode .img-wrapper {
  /* Add any dark mode specific styles for img-wrapper if needed */
  background-color: rgb(38 38 38);
}

.dark-mode a, .menu-item a {
  color: rgb(255, 255, 255);
}

.light-mode .img-wrapper {
  background-color: initial;
}

.img-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-bottom: -7px;
  background-color: rgb(38 38 38);
}

.inner-img {
  transition: 0.5s;
}

.inner-img:hover {
  transform: scale(1.050);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.masonry-item {
  position: absolute;
}

.case-copy h5 {
  font-size: 0.9rem;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger{
  font:inherit;
  display:inline-block;
  overflow:visible;
  margin:0;
  padding:15px;
  cursor:pointer;
  transition-timing-function:linear;
  transition-duration:.15s;
  transition-property:opacity,filter;
  text-transform:none;
  color:inherit;
  border:0;
  background-color:transparent
}

.hamburger.is-active:hover,.hamburger:hover{
  opacity:.7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{
  background-color:#000
}

.hamburger-box{
  position:relative;
  display:inline-block;
  width:40px;
  height:24px
}

.hamburger-inner{
  top:50%;
  display:block;
  margin-top:-2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{
  position:absolute;
  width:40px;
  height:4px;
  transition-timing-function:ease;
  transition-duration:.15s;
  transition-property:transform;
  border-radius:4px;
  background-color:#000
}

.hamburger-inner:after,.hamburger-inner:before{
  display:block;
  content:""
}

.hamburger-inner:before{
  top:-10px
}

.hamburger-inner:after{
  bottom:-10px
}

.hamburger--3dx .hamburger-box{
  perspective:80px
}

.hamburger--3dx .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx.is-active .hamburger-inner{
  transform:rotateY(180deg);
  background-color:transparent!important
}

.hamburger--3dx.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box{
  perspective:80px
}

.hamburger--3dx-r .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner{
  transform:rotateY(-180deg);
  background-color:transparent!important
}

.hamburger--3dx-r.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box{
  perspective:80px
}

.hamburger--3dy .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy.is-active .hamburger-inner{
  transform:rotateX(-180deg);
  background-color:transparent!important
}

.hamburger--3dy.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box{
  perspective:80px
}

.hamburger--3dy-r .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner{
  transform:rotateX(180deg);
  background-color:transparent!important
}

.hamburger--3dy-r.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box{
  perspective:80px
}

.hamburger--3dxy .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner{
  transform:rotateX(180deg) rotateY(180deg);
  background-color:transparent!important
}

.hamburger--3dxy.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box{
  perspective:80px
}

.hamburger--3dxy-r .hamburger-inner{
  transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{
  transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner{
  transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color:transparent!important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before{
  transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after{
  transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before{
  transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after{
  transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before{
  transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner:after{
  transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before{
  transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner:after{
  transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
  transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner{
  transform:rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before{
  transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after{
  transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner{
  transform:rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before{
  transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after{
  transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{
  transition-property:none
}

.hamburger--boring.is-active .hamburger-inner{
  transform:rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before{
  top:0;
  opacity:0
}

.hamburger--boring.is-active .hamburger-inner:after{
  bottom:0;
  transform:rotate(-90deg)
}

.hamburger--collapse .hamburger-inner{
  top:auto;
  bottom:0;
  transition-delay:.13s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.13s
}

.hamburger--collapse .hamburger-inner:after{
  top:-20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before{
  transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner{
  transition-delay:.22s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
  opacity:0
}

.hamburger--collapse.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transform:rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner{
  top:auto;
  bottom:0;
  transition-delay:.13s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.13s
}

.hamburger--collapse-r .hamburger-inner:after{
  top:-20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before{
  transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner{
  transition-delay:.22s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:translate3d(0,-10px,0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
  opacity:0
}

.hamburger--collapse-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transform:rotate(90deg)
}

.hamburger--elastic .hamburger-inner{
  top:2px;
  transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
  transition-duration:.275s
}

.hamburger--elastic .hamburger-inner:before{
  top:10px;
  transition:opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after{
  top:20px;
  transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner{
  transition-delay:75ms;
  transform:translate3d(0,10px,0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before{
  transition-delay:0s;
  opacity:0
}

.hamburger--elastic.is-active .hamburger-inner:after{
  transition-delay:75ms;
  transform:translate3d(0,-20px,0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner{
  top:2px;
  transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
  transition-duration:.275s
}

.hamburger--elastic-r .hamburger-inner:before{
  top:10px;
  transition:opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after{
  top:20px;
  transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner{
  transition-delay:75ms;
  transform:translate3d(0,10px,0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before{
  transition-delay:0s;
  opacity:0
}

.hamburger--elastic-r.is-active .hamburger-inner:after{
  transition-delay:75ms;
  transform:translate3d(0,-20px,0) rotate(270deg)
}

.hamburger--emphatic{
  overflow:hidden
}

.hamburger--emphatic .hamburger-inner{
  transition:background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before{
  left:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after{
  top:10px;
  right:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner{
  transition-delay:0s;
  transition-timing-function:ease-out;
  background-color:transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner:before{
  top:-80px;
  left:-80px;
  transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(80px,80px,0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after{
  top:-80px;
  right:-80px;
  transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(-80px,80px,0) rotate(-45deg)
}

.hamburger--emphatic-r{
  overflow:hidden
}

.hamburger--emphatic-r .hamburger-inner{
  transition:background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before{
  left:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after{
  top:10px;
  right:0;
  transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner{
  transition-delay:0s;
  transition-timing-function:ease-out;
  background-color:transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before{
  top:80px;
  left:-80px;
  transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(80px,-80px,0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after{
  top:80px;
  right:-80px;
  transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
  transform:translate3d(-80px,-80px,0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{
  transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{
  transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity:0
}

.hamburger--minus.is-active .hamburger-inner:before{
  top:0
}

.hamburger--minus.is-active .hamburger-inner:after{
  bottom:0
}

.hamburger--slider .hamburger-inner{
  top:2px
}

.hamburger--slider .hamburger-inner:before{
  top:10px;
  transition-timing-function:ease;
  transition-duration:.15s;
  transition-property:transform,opacity
}

.hamburger--slider .hamburger-inner:after{
  top:20px
}

.hamburger--slider.is-active .hamburger-inner{
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before{
  transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);
  opacity:0
}

.hamburger--slider.is-active .hamburger-inner:after{
  transform:translate3d(0,-20px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner{
  top:2px
}

.hamburger--slider-r .hamburger-inner:before{
  top:10px;
  transition-timing-function:ease;
  transition-duration:.15s;
  transition-property:transform,opacity
}

.hamburger--slider-r .hamburger-inner:after{
  top:20px
}

.hamburger--slider-r.is-active .hamburger-inner{
  transform:translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before{
  transform:rotate(45deg) translate3d(5.71429px,-6px,0);
  opacity:0
}

.hamburger--slider-r.is-active .hamburger-inner:after{
  transform:translate3d(0,-20px,0) rotate(90deg)
}

.hamburger--spin .hamburger-inner{
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.22s
}

.hamburger--spin .hamburger-inner:before{
  transition:top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after{
  transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner{
  transition-delay:.12s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease-out,opacity .1s ease-out .12s;
  opacity:0
}

.hamburger--spin.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform:rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner{
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.22s
}

.hamburger--spin-r .hamburger-inner:before{
  transition:top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after{
  transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner{
  transition-delay:.12s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s ease-out,opacity .1s ease-out .12s;
  opacity:0
}

.hamburger--spin-r.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform:rotate(90deg)
}

.hamburger--spring .hamburger-inner{
  top:2px;
  transition:background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before{
  top:10px;
  transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner:after{
  top:20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner{
  transition-delay:.22s;
  background-color:transparent!important
}

.hamburger--spring.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
  transform:translate3d(0,10px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
  transform:translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner{
  top:auto;
  bottom:0;
  transition-delay:0s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:.13s
}

.hamburger--spring-r .hamburger-inner:after{
  top:-20px;
  transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before{
  transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner{
  transition-delay:.22s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after{
  top:0;
  transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;
  opacity:0
}

.hamburger--spring-r.is-active .hamburger-inner:before{
  top:0;
  transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
  transform:rotate(90deg)
}

.hamburger--stand .hamburger-inner{
  transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before{
  transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand .hamburger-inner:after{
  transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand.is-active .hamburger-inner{
  transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
  transform:rotate(90deg);
  background-color:transparent!important
}

.hamburger--stand.is-active .hamburger-inner:before{
  top:0;
  transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(45deg)
}

.hamburger--stand-r .hamburger-inner{
  transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before{
  transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r .hamburger-inner:after{
  transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner{
  transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
  transform:rotate(-90deg);
  background-color:transparent!important
}

.hamburger--stand-r.is-active .hamburger-inner:before{
  top:0;
  transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
  transform:rotate(45deg)
}

.hamburger--squeeze .hamburger-inner{
  transition-timing-function:cubic-bezier(.55,.055,.675,.19);
  transition-duration:75ms
}

.hamburger--squeeze .hamburger-inner:before{
  transition:top 75ms ease .12s,opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after{
  transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner{
  transition-delay:.12s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1);
  transform:rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before{
  top:0;
  transition:top 75ms ease,opacity 75ms ease .12s;
  opacity:0
}

.hamburger--squeeze.is-active .hamburger-inner:after{
  bottom:0;
  transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transform:rotate(-90deg)
}

.hamburger--vortex .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transition-duration:.2s
}

.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{
  transition-delay:.1s;
  transition-timing-function:linear;
  transition-duration:0s
}

.hamburger--vortex .hamburger-inner:before{
  transition-property:top,opacity
}

.hamburger--vortex .hamburger-inner:after{
  transition-property:bottom,transform
}

.hamburger--vortex.is-active .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transform:rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{
  transition-delay:0s
}

.hamburger--vortex.is-active .hamburger-inner:before{
  top:0;
  opacity:0
}

.hamburger--vortex.is-active .hamburger-inner:after{
  bottom:0;
  transform:rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transition-duration:.2s
}

.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{
  transition-delay:.1s;
  transition-timing-function:linear;
  transition-duration:0s
}

.hamburger--vortex-r .hamburger-inner:before{
  transition-property:top,opacity
}

.hamburger--vortex-r .hamburger-inner:after{
  transition-property:bottom,transform
}

.hamburger--vortex-r.is-active .hamburger-inner{
  transition-timing-function:cubic-bezier(.19,1,.22,1);
  transform:rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{
  transition-delay:0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before{
  top:0;
  opacity:0
}

.hamburger--vortex-r.is-active .hamburger-inner:after{
  bottom:0;
  transform:rotate(-90deg)
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.w-full {
  width: 100%;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[680px\] {
  max-width: 680px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.flex-col {
  flex-direction: column;
}

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

.justify-end {
  justify-content: flex-end;
}

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[66px\] {
  line-height: 66px;
}

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

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

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.image-carousel {
  width: 100%;
  overflow: hidden;
}

.image-sequence {
  position: relative;
  width: 100%;
  /* Adjust as per requirement */
  height: 500px;
  /* Adjust as per requirement */
  overflow: hidden;
}

.image-sequence img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0s ease-in-out;
  opacity: 0;
  max-width: 100%;
}

.image-sequence img.active {
  opacity: 1;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[calc\(100vh_-_220px\)\] {
    height: calc(100vh - 220px);
  }

  .sm\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pt-\[20px\] {
    padding-top: 20px;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[45px\] {
    font-size: 45px;
  }

  .sm\:text-\[64px\] {
    font-size: 64px;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-\[49px\] {
    line-height: 49px;
  }

  .sm\:leading-\[72px\] {
    line-height: 72px;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:text-\[55px\] {
    font-size: 55px;
  }

  .lg\:leading-\[59px\] {
    line-height: 59px;
  }

  .lg\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[1500px\] {
    max-width: 1500px;
  }

  .xl\:text-\[84px\] {
    font-size: 84px;
  }

  .xl\:leading-\[91px\] {
    line-height: 91px;
  }
}
