/*
! tailwindcss v3.2.1 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

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

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.right-\[-560px\] {
  right: -560px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.-bottom-\[100px\] {
  bottom: -100px;
}

.bottom-\[10px\] {
  bottom: 10px;
}

.right-\[10px\] {
  right: 10px;
}

.top-\[10px\] {
  top: 10px;
}

.right-0 {
  right: 0px;
}

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

.col-auto {
  grid-column: auto;
}

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

.m-auto {
  margin: auto;
}

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

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

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.-mb-\[100px\] {
  margin-bottom: -100px;
}

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

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mt-24 {
  margin-top: 6rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.mt-\[75px\] {
  margin-top: 75px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

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

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

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.-ml-\[4px\] {
  margin-left: -4px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[650px\] {
  height: 650px;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[65vh\] {
  height: 65vh;
}

.h-\[325px\] {
  height: 325px;
}

.max-h-\[240px\] {
  max-height: 240px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-3\/4 {
  width: 75%;
}

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

.w-auto {
  width: auto;
}

.w-\[80\%\] {
  width: 80%;
}

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

.w-\[70\%\] {
  width: 70%;
}

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

.w-\[43vw\] {
  width: 43vw;
}

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

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

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

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

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

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

.scroll-mt-20 {
  scroll-margin-top: 5rem;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

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

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

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

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

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

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

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[75px\] {
  gap: 75px;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.break-all {
  word-break: break-all;
}

.border {
  border-width: 1px;
}

.bg-inno_dark_beige {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 228 / var(--tw-bg-opacity));
}

.bg-inno_beige {
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 237 / var(--tw-bg-opacity));
}

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

.bg-inno_yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 23 / var(--tw-bg-opacity));
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0 {
  padding: 0px;
}

.p-\[1px\] {
  padding: 1px;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

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

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pb-\[90px\] {
  padding-bottom: 90px;
}

.pr-14 {
  padding-right: 3.5rem;
}

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

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

.font-n27-regular {
  font-family: N27 Regular, sans-serif;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

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

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.filter {
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

@font-face {
  font-family: "N27 Regular";

  font-style: normal;

  font-weight: 400;

  src: local(""), url("../assets/fonts/n27-regular.woff2") format("woff2"),
       url("../assets/fonts/n27-regular.woff") format("woff");
}

/* Adobe Typekit - enqueue CSS in header.php */

.font-auto-pro-regular {
  font-family: auto-pro-new, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header-toggle {
  position: absolute;
  top: 35px;
  width: 26px;
}

.header-toggle-arrow {
  margin: auto;
  width: 34px;
  border-style: solid;
  border-width: 0 17px 30px 17px;
  border-color: transparent transparent #FFF617 transparent;
}

.header-link {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 17px;
  text-transform: uppercase;
  text-decoration: underline;
  border-top: .5px solid #000000;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: N27 Regular, sans-serif;
  font-size: 18px;
}

@media (min-width: 782px) {
  .header-link {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header-link:last-of-type {
  border-bottom: .5px solid #000000;
}

.header-link:after {
  content: '>';
}

.footer-text a {
  text-decoration: underline;
}

.footer-skewed {
  transform: skewY(-4deg);
  transform-origin: top left;
}

@media (min-width: 782px) {
  .footer-skewed {
    transform: skewY(-2deg);
  }
}

.skewed {
  transform: skewY(-4deg);
  transform-origin: top left;
}

@media (min-width: 782px) {
  .skewed {
    transform: skewY(-2deg);
  }
}

.process::after {
  content: '';
  border-right: .5px solid #000000;
  position: absolute;
  right: 19px;
  height: 100%;
  width: 40px;
}

.process::before {
  content: '';
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
}

.process-text::after {
  content: '';
  border-top: 1px solid #707070;
  position: absolute;
  width: 20px;
  right: 9.5px;
  top: 50%;
  height: 100%;
}

.process-text p:not(:last-child) {
  margin-bottom: 20px;
}

.process-opacity {
  z-index: 1;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, rgba(247,244,237,1) 0%, rgba(247,244,237,0.1) 95%);
}

.process-border {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: -1px;
  border-top: 3px solid #F7F4ED;
  z-index: 1;
}

.project-grid-opacity {
  z-index: 1;
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, rgba(247,244,237,1) 0%, rgba(247,244,237,0) 100%);
}

.project-grid-border {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: -1px;
  border-top: 3px solid #F7F4ED;
  z-index: 1;
}

.project-grid .item:first-child:not(:only-child) {
  margin-bottom: 30px;
}

.project-grid .item:nth-child(n+3),
.project-grid-expandable .item {
  margin-top: 30px;
}

@media (min-width: 600px) {
  .project-grid .item:first-child:not(:only-child) {
    margin-bottom: unset;
  }

  .project-grid .item:nth-child(n+3),
  .project-grid-expandable .item  {
    margin-top: 100px;
  }
}

.project-information-row {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  border-top: .5px solid #000000;
  font-family: N27 Regular, sans-serif;
  font-size: 13px;
}

@media (min-width: 960px) {
  .project-information-row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.project-information-row:last-of-type {
  border-bottom: .5px solid #000000;
}

.project-text p:not(:last-child) {
  margin-bottom: 15px;
}

.project-text a {
  text-decoration: underline;
}

.object-hero-information-row {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  border-top: .5px solid #000000;
  font-family: N27 Regular, sans-serif;
  font-size: 13px;
}

@media (min-width: 960px) {
  .object-hero-information-row {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.object-hero-information-row:last-of-type {
  border-bottom: .5px solid #000000;
}

.object-hero-text p:not(:last-child) {
  margin-bottom: 15px;
}

.object-hero-text a {
  text-decoration: underline;
}

.innovation-form input:not(input[type="checkbox"]):not(input[type="submit"]) {
  background: transparent;
  color: #000000;
  padding-bottom: 20px;
  border: none;
  border-radius: 0;
  border-bottom: .5px #000000 solid;
  font-family: N27 Regular, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .innovation-form input:not(input[type="checkbox"]):not(input[type="submit"]) {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.innovation-form input::-moz-placeholder {
  color: #000000;
}

.innovation-form input::placeholder {
  color: #000000;
}

.innovation-form input:focus {
  outline: none;
}

.innovation-form input[type="text"],
.innovation-form input[type="email"],
.innovation-form input[type="tel"] {
  width: 100%;
}

.innovation-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.innovation-form input:-webkit-autofill:focus {
  -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
}

.innovation-form input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.innovation-form input[type="checkbox"]:not(input[type="checkbox"]:checked):after {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  background: url('https://innovationdesign.wtmgdev.com/wp-content/uploads/2022/12/Checkbox.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.innovation-form input[type="checkbox"]:checked:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  background: url('https://innovationdesign.wtmgdev.com/wp-content/uploads/2022/12/checkbox-iklickad.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.innovation-form input[type="submit"] {
  white-space: normal;
  text-transform: uppercase;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  transition: background-color 0.5s ease;
  padding: 25px;
  font-size: 13px;
}

@media (min-width: 960px) {
  .innovation-form input[type="submit"] {
    padding: 50px;
    font-size: 16px;
  }
}

.pre-submit {
  background-color: #ffffff;
  border: .5px solid #000000;
}

.pre-submit:hover {
  background-color: #F7F4ED;
}

.post-submit {
  border: none;
  background-color: #FFF617;
  pointer-events: none !important;
}

.single h1,
.privacy-policy h1 {
  margin-bottom: 25px;
  font-family: N27 Regular, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .single h1,
.privacy-policy h1 {
    font-size: 26px;
  }
}

.single h2,
.privacy-policy h2,
.single h3,
.privacy-policy h3,
.single h4,
.privacy-policy h4,
.single h5,
.privacy-policy h5,
.single h6,
.privacy-policy h6 {
  margin-bottom: 15px;
  padding-top: 15px;
  font-family: N27 Regular, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .single h2,
.privacy-policy h2,
.single h3,
.privacy-policy h3,
.single h4,
.privacy-policy h4,
.single h5,
.privacy-policy h5,
.single h6,
.privacy-policy h6 {
    font-size: 20px;
  }
}

.single p,
.privacy-policy p {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: auto-pro-new, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.single p a,
.privacy-policy p a {
  text-decoration-line: underline;
}

.privacy-policy #content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 782px) {
  .privacy-policy #content {
    max-width: 600px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 960px) {
  .privacy-policy #content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

#content,
#footer {
  transition: 400ms filter ease-in-out;
}

.blur {
  filter: blur(5px);
}

html {
  scroll-behavior: smooth;
}

[x-cloak] {
  display: none !important;
}

@media (min-width: 600px) {
  .sm\:top-\[50px\] {
    top: 50px;
  }

  .sm\:right-\[-500px\] {
    right: -500px;
  }

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

  .sm\:h-\[700px\] {
    height: 700px;
  }

  .sm\:max-h-\[400px\] {
    max-height: 400px;
  }

  .sm\:w-\[700px\] {
    width: 700px;
  }

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

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 782px) {
  .md\:top-\[auto\] {
    top: auto;
  }

  .md\:bottom-\[-350px\] {
    bottom: -350px;
  }

  .md\:right-\[-350px\] {
    right: -350px;
  }

  .md\:top-\[75px\] {
    top: 75px;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

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

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[700px\] {
    height: 700px;
  }

  .md\:h-\[90vh\] {
    height: 90vh;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[65vh\] {
    max-height: 65vh;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-\[700px\] {
    width: 700px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-\[55\%\] {
    width: 55%;
  }

  .md\:w-\[57\%\] {
    width: 57%;
  }

  .md\:w-\[43\%\] {
    width: 43%;
  }

  .md\:w-\[725px\] {
    width: 725px;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

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

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

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

@media (min-width: 960px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-\[auto\] {
    top: auto;
  }

  .lg\:bottom-\[-400px\] {
    bottom: -400px;
  }

  .lg\:right-\[-400px\] {
    right: -400px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:right-\[20px\] {
    right: 20px;
  }

  .lg\:top-\[20px\] {
    top: 20px;
  }

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

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

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

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .lg\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .lg\:mt-\[45px\] {
    margin-top: 45px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:-mr-0 {
    margin-right: -0px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mb-\[12\.5px\] {
    margin-bottom: 12.5px;
  }

  .lg\:mb-\[110px\] {
    margin-bottom: 110px;
  }

  .lg\:mb-\[86px\] {
    margin-bottom: 86px;
  }

  .lg\:mt-\[86px\] {
    margin-top: 86px;
  }

  .lg\:mt-\[160px\] {
    margin-top: 160px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[340px\] {
    height: 340px;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:w-\[800px\] {
    width: 800px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[127px\] {
    width: 127px;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[89px\] {
    width: 89px;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

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

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:h-\[400px\] {
    height: 400px;
  }

  .xl\:w-\[400px\] {
    width: 400px;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }
}

@media (min-width: 1600px) {
  .\33xl\:h-\[550px\] {
    height: 550px;
  }

  .\33xl\:h-\[450px\] {
    height: 450px;
  }

  .\33xl\:w-\[550px\] {
    width: 550px;
  }

  .\33xl\:gap-40 {
    gap: 10rem;
  }

  .\33xl\:pl-40 {
    padding-left: 10rem;
  }

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