/*
! tailwindcss v3.0.7 | 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: currentColor;
  /* 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[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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

/* Setup */

html {
  scroll-behavior: smooth !important;
}

body {
  overflow-wrap: break-word;
}

main {
  transition-duration: 300ms;
}

.screenfade{
  -webkit-animation: fade-screen 1s ease;
  animation: fade-screen 1s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-screen{
  0%{
    opacity:0;
  }

  100%{
    opacity:1;
  }
}

@keyframes fade-screen{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

.page-grid:after {
  content: '';
  display: block;
  clear: both;
}

.page-grid {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px) {
  .page-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .nav-grid:after {
    content: '';
    display: block;
    clear: both;
  }

  .nav-grid {
    display: grid;
  }

  .nav-grid {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

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

  .nav-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

@media (min-width: 1024px) {
  .nav-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.footer-grid:after {
  content: '';
  display: block;
  clear: both;
}

.footer-grid {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px) {
  .footer-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.people-grid:after {
  content: '';
  display: block;
  clear: both;
}

.people-grid {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px) {
  .people-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

@media (min-width: 1024px) {
  .people-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.smallpeople-grid:after {
  content: '';
  display: block;
  clear: both;
}

.smallpeople-grid {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px) {
  .smallpeople-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

@media (min-width: 1024px) {
  .smallpeople-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.nav {
  margin-top: 2.5rem;
}

.nav:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .nav {
    grid-column: span 2 / span 2;
  }

  .nav {
    margin-top: 0px;
  }
}

.sitecontainer {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .sitecontainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.maxwidth {
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 1400px;
}

.largegap {
  margin-top: 9rem;
}

@media (min-width: 768px) {
  .largegap {
    margin-top: 20rem;
  }
}

img, svg {
  height: auto;
  width: 100%;
}

/* Typography */

.heading1 {
  font-family: Attila, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 39.2px;
}

@media (min-width: 1024px) {
  .heading1 {
    font-size: 85px;
  }

  .heading1 {
    line-height: 102px;
  }
}

.heading2 {
  font-family: Attila, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 27px;
}

@media (min-width: 1024px) {
  .heading2 {
    font-size: 50px;
  }

  .heading2 {
    line-height: 56px;
  }
}

.heading3 {
  font-family: Attila, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 27px;
}

@media (min-width: 1024px) {
  .heading3 {
    font-size: 30px;
  }

  .heading3 {
    line-height: 32px;
  }
}

.nav {
  font-family: Attila, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 27px;
}

@media (min-width: 1024px) {
  .nav {
    font-size: 30px;
  }

  .nav {
    line-height: 32px;
  }
}

.bodytext, .form-success, .form-error {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}

@media (min-width: 768px) {
  .bodytext, .form-success, .form-error {
    font-size: 18px;
  }

  .bodytext, .form-success, .form-error {
    line-height: 21.6px;
  }
}

.bodytext a, .heading1 a, .heading2 a, .heading3 a {
  cursor: pointer;
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .bodytext a:hover, .heading1 a:hover, .heading2 a:hover, .heading3 a:hover {
    --tw-text-opacity: 1;
    color: rgb(208 239 27 / var(--tw-text-opacity));
  }
}

.smalltext {
  font-family: Attila, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}

@media (min-width: 768px) {
  .smalltext {
    font-size: 18px;
  }

  .smalltext {
    line-height: 21.6px;
  }
}

.button, button, input, select, textarea {
  display: block;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}

@media (min-width: 768px) {
  .button, button, input, select, textarea {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button, button, input, select, textarea {
    font-size: 18px;
  }

  .button, button, input, select, textarea {
    line-height: 21.6px;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button, input, select {
  width: 100%;
}

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

.button {
  --tw-border-opacity: 1;
  border-color: rgb(202 239 0 / var(--tw-border-opacity));
}

.button:hover, button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 239 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(202 239 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(53 58 58 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

input, select {
  text-align: left;
}

/* .heading2, .bodytext h2{
  @apply text-h2mob md:text-h2dt text-bright;
} */

/* .heading3, .bodytext h3{
  @apply text-h3mob md:text-h3dt;
}

.heading4, .bodytext h4, .heading4 p{
  @apply text-h4mob md:text-h4dt;
}

.heading5{
  @apply text-base;
}

.heading6{
  @apply text-sml md:text-base;
}

p, .bodytext{
  @apply font-dm text-sml md:text-base;
}

li.nav{
  @apply text-h3dt md:text-base text-steel md:text-bright;
}

.small{
  @apply text-xsml md:text-sml;
}


h2 + h3, h2 + h4{
  @apply mt-16 md:mt-24;
}


h3 + p, h4 + p, p + p{
  @apply mt-2.5 md:mt-5;
}

h4 + ul, .textblock + .iconlistblock{
  @apply mt-10;
} */

/* .bodytext ul li{
  @apply before:content-[url('../img/arrow2.svg')] before:pr-2.5 before:relative before:top-[4px] flex flex-wrap;
} */

/* .bodytext ul li p{
  @apply pt-[2px];
}

.bodytext ul li + li{
  @apply mt-2;
}


a{
  ;
} */

/* Header */

.viewandclick{
  opacity:100 !important;
  pointer-events: auto !important;
}

.openmenu{
  right: 0px !important;
}

.mobhead, .head {
  position: relative;
  top: 2px;
  height: 100%;
  width: 100%;
}

.head {
  top: 3.5px;
  display: none;
}

@media (min-width: 768px) {
  .head {
    display: block;
  }
}

.mobhead svg, .head svg {
  height: 100%;
  width: auto;
}

.ishome #logosvg {
  opacity:0;
}

/* @media (min-width: 768px) {
  #cover{
    padding-top:100px;
  }

  @media (min-height: 850px) {
    #cover{
      padding-top:14rem;
    }
  }
} */

/* Spacing */

.subpagegap {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .subpagegap {
    padding-top: 270px;
  }
}

.sectionwraplarge {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .sectionwraplarge {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}

.sectionwraplargesmall {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .sectionwraplargesmall {
    padding-top: 230px;
  }

  .sectionwraplargesmall {
    padding-bottom: 110px;
  }
}

.sectionwrap {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .sectionwrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.smallsectionwrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .smallsectionwrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

p + p {
  margin-top: 30px;
}

/* Blocks */

@media only screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev{
    top:0 !important;
    height: 30px !important;
    width: auto !important;
    margin: 0px !important;
  }

  .swiper-button-next::after, .swiper-button-prev::after{
    font-size:30px !important;
  }
}

@media (min-width: 1024px) {
  .people:nth-of-type(1n):nth-child(odd) {
    grid-column-start: 2;
  }

  .people:nth-of-type(1n):nth-child(even) {
    grid-column-start: 5;
  }
}

.blocktype + .blocktype {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .blocktype + .blocktype {
    margin-top: 80px;
  }
}

.imageandtextblock + .people {
  margin-top: 2.5rem;
}

@media (min-width: 1280px) {
  .imageandtextblock + .people {
    margin-top: 10rem;
  }
}

.videoblock iframe {
  aspect-ratio: 16 / 9;
}

/* Form */

.form-label {
  display: none;
}

.form-row + .form-row {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .form-row + .form-row {
    margin-top: 23px;
  }
}

.form-row input, .form-row select, .form-row textarea {
  width: 100%;
  background-color: transparent;
  padding: 10px;
}

@media (min-width: 768px) {
  .form-row input, .form-row select, .form-row textarea {
    padding: 23px;
  }
}

.form-row button {
  width: 115px;
}

@media (min-width: 768px) {
  .form-row button {
    width: 221px;
  }
}

textarea {
  height: 100px;
  text-align: left;
}

@media (min-width: 768px) {
  textarea {
    height: 160px;
  }
}

textarea::-moz-placeholder {
  top: 0px;
}

textarea:-ms-input-placeholder {
  top: 0px;
}

textarea::placeholder {
  top: 0px;
}

.form-error {
  position: relative;
  top: 10px;
}

/* Project Page */

.projectthumb:nth-of-type(odd) .thumbnail {
  aspect-ratio: 459 / 667;
}

.projectthumb:nth-of-type(even) .thumbnail {
  aspect-ratio: 459 / 295;
}

.thumbnail:hover .projname{
  opacity:100 !important;
}

.thumbnail:hover .projname h2{
  top:0 !important;
}

/* Portrait: items 1, 3, 4, 6, 7, 9, 10, 12, ... */

@media (min-width: 768px) {
  .projectthumb:nth-child(3n+1) .thumbnail, .projectthumb:nth-child(3n+3) .thumbnail {
    aspect-ratio: 459 / 667;
  }
}

/* Landscape: items 2, 5, 8, 11, 14, ... */

@media (min-width: 768px) {
  .projectthumb:nth-child(3n+2) .thumbnail {
    aspect-ratio: 459 / 295;
  }
}

/* Projects grid */

.grid-sizer, .grid-item {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-sizer, .grid-item {
    width: calc(50% - 15px);
  }
}

/* .grid-item--width2{
  @apply w-full sm:w-full md:w-[calc(66.66%_-_1.166rem)] lg:w-[calc(50%_-_1.5rem)] ;
} */

.gutter-sizer {
  width: 10px;
}

@media (min-width: 768px) {
  .gutter-sizer {
    width: 15px;
  }
}

.grid-item {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .grid-item {
    margin-top: 15px;
  }
}

.imageblock .portrait {
  aspect-ratio: 459 / 667;
}

.imageblock .landscape, .videoblock .landscape {
  aspect-ratio: 459 / 295;
}

.videoblock .landscape video, .videoblock .landscape iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* clearfix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* Footer */

*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  border-color: currentColor;
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

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

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

.-right-\[calc\(100\%_\+_60px\)\] {
  right: calc(calc(100% + 60px) * -1);
}

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

.left-0 {
  left: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.right-0 {
  right: 0px;
}

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

.bottom-10 {
  bottom: 2.5rem;
}

.z-\[100\] {
  z-index: 100;
}

.-z-\[100\] {
  z-index: -100;
}

.z-\[20\] {
  z-index: 20;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[0\] {
  z-index: 0;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[40\] {
  z-index: 40;
}

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

.z-\[50\] {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

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

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

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

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-6 {
  grid-column-start: 6;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-32 {
  margin-top: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[454\/559\] {
  aspect-ratio: 454 / 559;
}

.aspect-\[67\/84\] {
  aspect-ratio: 67 / 84;
}

.h-auto {
  height: auto;
}

.h-\[calc\(100dvh\)\] {
  height: calc(100dvh);
}

.h-full {
  height: 100%;
}

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

.h-\[calc\(100vh_-_240px\)\] {
  height: calc(100vh - 240px);
}

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

.h-\[unset\] {
  height: unset;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-\[calc\(100\%_\+_20px\)\] {
  width: calc(100% + 20px);
}

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

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

.w-\[fit-content\] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

.w-auto {
  width: auto;
}

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-m-\[70px\] {
  scroll-margin: 70px;
}

.scroll-m-\[100px\] {
  scroll-margin: 100px;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

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

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

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

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

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

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

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

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-bright {
  --tw-border-opacity: 1;
  border-color: rgb(208 239 27 / var(--tw-border-opacity));
}

.bg-\[\#363A3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 58 58 / var(--tw-bg-opacity));
}

.bg-aluminium {
  --tw-bg-opacity: 1;
  background-color: rgb(218 236 242 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/img\/noise\.gif\'\)\] {
  background-image: url('../img/noise.gif');
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

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

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

.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}

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

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

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

.pr-\[7px\] {
  padding-right: 7px;
}

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

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

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

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

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

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

.font-attila {
  font-family: Attila, sans-serif;
}

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

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

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

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.leading-\[100\%\] {
  line-height: 100%;
}

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

.text-steel {
  --tw-text-opacity: 1;
  color: rgb(54 58 58 / var(--tw-text-opacity));
}

.text-bright {
  --tw-text-opacity: 1;
  color: rgb(208 239 27 / var(--tw-text-opacity));
}

.text-aluminium {
  --tw-text-opacity: 1;
  color: rgb(218 236 242 / var(--tw-text-opacity));
}

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

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-\[0\.1\] {
  opacity: 0.1;
}

.opacity-\[0\.075\] {
  opacity: 0.075;
}

.opacity-30 {
  opacity: 0.3;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:border-t-\[1px\]:first-child {
  border-top-width: 1px;
}

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

.odd\:col-span-9:nth-child(odd) {
  grid-column: span 9 / span 9;
}

.odd\:col-start-1:nth-child(odd) {
  grid-column-start: 1;
}

.even\:col-span-12:nth-child(even) {
  grid-column: span 12 / span 12;
}

.even\:col-start-2:nth-child(even) {
  grid-column-start: 2;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:top-\[unset\] {
    top: unset;
  }

  .md\:right-\[unset\] {
    right: unset;
  }

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

  .md\:-left-\[15px\] {
    left: -15px;
  }

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

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

  .md\:top-0 {
    top: 0px;
  }

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

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

  .md\:order-2 {
    order: 2;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

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

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

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

  .md\:mt-0 {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[calc\(100vh_-_60px\)\] {
    height: calc(100vh - 60px);
  }

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

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

  .md\:w-\[calc\(100\%_\+_30px\)\] {
    width: calc(100% + 30px);
  }

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

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

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

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

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

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

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }

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

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

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

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

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

  .md\:gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-\[\#b4b660\] {
    --tw-bg-opacity: 1;
    background-color: rgb(180 182 96 / var(--tw-bg-opacity));
  }

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .md\:text-left {
    text-align: left;
  }

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

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

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:duration-\[0s\] {
    transition-duration: 0s;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .md\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .md\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .md\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }
}

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

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

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

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

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

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

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

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

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

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

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

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

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

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

  .lg\:self-end {
    align-self: flex-end;
  }

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

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

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

  .lg\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:text-left {
    text-align: left;
  }
}

@media (min-width: 1420px) {
  .\32xl\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }
}