/*
! tailwindcss v3.4.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: 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.
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 */
  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;
}

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

::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:  ;
}
.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;
  }
}
.aspect-h-67 {
  --tw-aspect-h: 67;
}
.aspect-w-100 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 100;
}
.aspect-w-100 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.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-start-2 {
  grid-column-start: 2;
}
.col-start-6 {
  grid-column-start: 6;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-7 {
  height: 1.75rem;
}
.h-\[5px\] {
  height: 5px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-sm {
  max-width: 24rem;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-green-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
}
.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  background-color: #f3f4f6;;
}
.bg-green-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(30 215 96 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-16 {
  padding-bottom: 4rem !important;
}
.\!pb-6 {
  padding-bottom: 1.5rem !important;
}
.\!pt-16 {
  padding-top: 4rem !important;
}
.\!pt-6 {
  padding-top: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[4rem\] {
  font-size: 4rem;
}
.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-medium {
  font-weight: 500;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[4rem\] {
  line-height: 4rem;
}
.leading-normal {
  line-height: 1.5;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-green-highlight {
  --tw-text-opacity: 1;
  color: rgb(30 215 96 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.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);
}
.brightness-100 {
  --tw-brightness: brightness(1);
  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-all {
  transition-property: all;
  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-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "Circular Std Regular";
  src: url("../fonts/CircularXXWeb-Regular.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Circular Std Medium";
  src: url("../fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Circular Std Bold";
  src: url("../fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-Bd.eot");
  src: url("../fonts/BerlingskeSerif-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/BerlingskeSerif-Bd.woff2") format("woff2"), url("../fonts/BerlingskeSerif-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialised;
  margin: 0;
  padding: 0;
}

body, html {
  overflow-x: hidden;
  width: 100%;
  font-family: "Circular Std Regular", "sans-serif";
}

a {
  display: inline-block;
}

p {
  display: block;
  font-family: "Circular Std Regular", "sans-serif";
  font-size: 18px;
  line-height: 26px;
}

span.font-bold, p.font-bold, h6.font-bold {
  font-family: "Circular Std Bold", "sans-serif";
}

.sr-only {
  display: none;
}

.dark-overlay {
  position: relative;
}
.dark-overlay::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 0;
}
.dark-overlay .container {
  z-index: 10;
  position: relative;
}

html.no-scroll {
  overflow-y: hidden;
}

.wider-container {
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .wider-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 500px) {
  .wider-container {
    padding: 0 15px;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

spanh1, ph1, h6h1,span h2, p h2, h6 h2,span h3, p h3, h6 h3,span h4, p h4, h6 h4,span h5, p h5, h6 h5 {
  font-family: "Circular Std Bold", "sans-serif";
}

h1, h2, h3, h4, h5 {
  display: block;
  font-family: "Berlingske Serif", "Times New Roman";
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h1.font-circular {
  font-family: "Circular Std Medium", "sans-serif";
}

h2 {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

a {
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(30 215 96 / var(--tw-text-opacity));
}

#password-prompt {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  z-index: 111111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  overflow: hidden;
}
#password-prompt form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

a {
  transition: all 0.3s ease-in-out;
}
a::before {
  transition: all 0.3s ease-in-out;
}
a:hover {
  transition: all 0.3s ease-in-out;
}
a:hover::before {
  transition: all 0.3s ease-in-out;
}

.m__accordion--item__cross::before, .m__accordion--item__cross::after {
  transition: all 0.3s ease-in-out;
}
.m__accordion--item__cross.active::before, .m__accordion--item__cross.active::after {
  transition: all 0.3s ease-in-out;
}

#loading {
  display: none;
}

#loading.active {
  display: block;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: black;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.cta {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}
.cta--primary {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-width: 1px;
}
.cta--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta--standard {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 2px;
}
.cta--standard:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 215 96 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
}
.cta--secondary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
}
.cta--text {
  min-width: auto;
  text-align: left;
  padding: 0px;
  font-weight: 700;
}
span.cta--text, p.cta--text, h6.cta--text {
  font-family: "Circular Std Bold", "sans-serif";
}
.cta--text {
  position: relative;
}
.cta--text::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  width: 0;
  height: 2px;
  bottom: -2px;
}
.cta--text:hover::before {
  width: 100%;
}

.play-showreel-container .play-showreel {
  position: relative;
}
.play-showreel-container .play-showreel::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 0;
  height: 2px;
  bottom: -2px;
  transition: 0.3s;
}
.play-showreel-container:hover .play-showreel::before {
  width: 100%;
  transition: 0.3s;
}

.play-container .play-video {
  position: relative;
}
.play-container .play-video::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 0;
  height: 2px;
  bottom: -2px;
  transition: 0.3s;
}
.play-container:hover .play-video::before {
  width: 100%;
  transition: 0.3s;
}

.c__media {
  position: relative;
}
.c__media .c__image {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .c__media .c__image {
    height: 300px;
  }
}
.c__media .c__image--wrap {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .c__media .c__image--wrap {
    height: 300px;
  }
}
.c__media .c__image--wrap .slick-track {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .c__media .c__image--wrap .slick-track {
    height: 300px;
  }
}
.c__media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  background-image: url("../images/icons/play-btn.svg");
  z-index: 9999;
}

.c__filter__links .cta {
  margin-left: 1rem;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.g__header {
  transition: all 0.5s ease-in-out;
}
.g__header__wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
.g__header__wrap.disappear {
  top: -112px !important;
  transition: all 0.5s ease-in-out;
}
.g__header__wrap.active {
  top: 0;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.g__header__wrap.active .g__header__logo img {
  filter: brightness(0);
}
.g__header__wrap.active #coffee-burger div {
  background: #000 !important;
}
.g__header__wrap.active .g__header {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  transition: all 0.5s ease-in-out;
}
.g__header__nav {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.g__header__nav.active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.g__header__search {
  transition: all 0.3s ease-in-out;
}
.g__header__search.active {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  display: flex;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
}
.g__header__search.active form {
  display: flex;
  width: 40%;
}
.g__header__search.active .g__header__search--close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.g__header__search--icon {
  cursor: pointer;
}
.g__header__search--close {
  display: none;
}
.g__header__search--close i {
  cursor: pointer;
}
.g__header__search form {
  display: none;
}
.g__header__search form input {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-style: none;
  width: 100%;
}
.g__header#overlay {
  height: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  z-index: -1111111;
  pointer-events: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.g__header#overlay.active {
  pointer-events: all;
  opacity: 1;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  position: fixed;
  position: relative;
  z-index: 1111;
  padding-top: 2.5rem;
}
.g__header#overlay.active .wider-container.nav {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  height: 60%;
}
@media only screen and (max-width: 767px) {
  .g__header#overlay.active .wider-container.nav {
    height: 66%;
    position: relative;
  }
  .g__header#overlay.active .wider-container.nav .g__header__nav {
    position: absolute;
    left: 40px;
    top: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .g__header#overlay.active .wider-container.nav .g__header__nav {
    left: 15px;
  }
}
.g__header#overlay.active .wider-container.footer {
  height: 40%;
}
@media only screen and (max-width: 767px) {
  .g__header#overlay.active .wider-container.footer {
    height: 33%;
  }
}
.g__header#overlay.active .wider-container.footer a:hover {
  color: #1ED760;
}
.g__header#overlay.active img {
  filter: brightness(100);
}
.g__header#overlay.active #coffee-burger {
  margin-right: 15px;
}
.g__header#overlay.active #coffee-burger div {
  background: white !important;
}
.g__header#overlay.active .contact_icons svg {
  fill: #999;
}
.g__header#overlay.active .contact_icons svg:hover {
  fill: #1ED760;
}

.g__header#bar.active {
  display: none;
}

.c__work_header {
  padding-top: 115px !important;
}

.logged-in.admin-bar header {
  margin-top: 32px;
}
.logged-in.admin-bar .c__work_header {
  padding-top: 112px !important;
}

.c__hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c__hero {
    height: auto;
  }
}
.c__hero__small {
  height: auto;
}
.c__hero__img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c__hero__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 250px;
  }
}
.c__hero__breadcrumb {
  padding-top: 0.75rem;
}
.c__hero__content--btns a + a {
  margin-left: 1rem;
}
.c__hero__case_study_headerimg {
  height: 739px;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .c__hero__case_study_headerimg {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .c__hero__case_study_headerimg {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .c__hero__case_study_headerimg {
    height: 300px;
  }
}

#home_hero_slider .slick-track {
  height: 100vh;
}
#home_hero_slider a p, #home_hero_slider a h2 {
  text-decoration: none;
}
#home_hero_slider h2 {
  line-height: 1;
}
#home_hero_slider video {
  z-index: 1;
  min-width: 100%;
  width: 101%;
}
#home_hero_slider .slide_content {
  z-index: 3;
  position: relative;
}

.home_hero-slick-slider-dots .slick-dots {
  display: flex;
  justify-content: center;
  margin: 8px 0;
  position: static;
}
.home_hero-slick-slider-dots .slick-dots li {
  margin: 0 35px;
  list-style: none;
}
.home_hero-slick-slider-dots .slick-dots li button {
  width: 50px;
  height: 4px;
  border-radius: 0;
  border: none;
  background-color: #999999;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.home_hero-slick-slider-dots .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.visible-post-link::before {
  content: "";
  background: #ffffff;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: all 0.3s ease-in-out;
}

.visible-post-link:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slider_nav_sect {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.75rem;
  }
  .slider_nav_sect .slick-dots {
    position: relative;
    justify-content: flex-start;
    bottom: auto;
  }
  .slider_nav_sect .home_hero-slick-slider-dots .slick-dots li {
    margin: 0;
    width: 50px;
  }
  .slider_nav_sect .home_hero-slick-slider-dots .slick-dots li + li {
    margin-left: 10px;
  }
  .slider_nav_sect .home_hero-slick-slider-dots .slick-dots li button {
    width: 100%;
  }
}

.tax-case-study-region .c__hero__standard, .tax-case-study-sector .c__hero__standard, .tax-case-study-service .c__hero__standard {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .tax-case-study-region .c__hero__standard, .tax-case-study-sector .c__hero__standard, .tax-case-study-service .c__hero__standard {
    margin-bottom: 0px;
  }
}
.tax-case-study-region h1, .tax-case-study-sector h1, .tax-case-study-service h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.c__hero__standard .c__hero__content {
  width: 50%;
}
@media only screen and (min-width: 1520px) and (max-width: 1765px) {
  .c__hero__standard .c__hero__content {
    width: 65%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1519px) {
  .c__hero__standard .c__hero__content {
    width: 75%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1279px) {
  .c__hero__standard .c__hero__content {
    width: 90%;
  }
}
@media only screen and (max-width: 990px) {
  .c__hero__standard .c__hero__content {
    width: 100%;
  }
}
.c__hero__standard .c__hero__content.client-intro {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.c__hero__standard .c__hero__content.client-intro, .m__accordion--item__body__gann--body.c__hero__standard .c__hero__content.client-intro {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.c__hero__standard .c__hero__content.client-intro {
  align-items: center;
}

.m__nav__item + .m__nav__item a {
  position: relative;
}
.m__nav__item a {
  position: relative;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Berlingske Serif", "Times New Roman";
  margin-bottom: 2rem;
  color: white !important;
}
.m__nav__item a:hover {
  color: #1ED760 !important;
}
@media only screen and (max-width: 1023px) {
  .m__nav__item a {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .m__nav__item a {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .m__nav__item a {
    font-size: 3rem;
    line-height: 2rem;
  }
}
.m__nav__item a.white-link::before {
  content: "";
  background: #ffffff;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.3s ease-in-out;
}
.m__nav__item a.black-link::before {
  content: "";
  background: #000000;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.3s ease-in-out;
}
.m__nav__item a:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#coffee-burger {
  position: relative;
  min-width: 28px;
}

#coffee-burger .middle {
  position: absolute;
  width: 100%;
}

#coffee-burger .top,
#coffee-burger .bottom {
  transition: all 0.3s ease; /* Apply transition for width and margin changes */ position: absolute; width: 50%;
}

#coffee-burger .top {
  right: 0;
  top: 0;
}

#coffee-burger .bottom {
  left: 0;
  bottom: 0;
}

#coffee-burger .middle {
  left: 0;
  bottom: 50%;
  margin-bottom: -2.5px;
}

#coffee-burger:hover .top {
  width: 100%; /* Grow to 100% on hover */
  transition: all 0.3s ease-in-out;
}

#coffee-burger:hover .bottom {
  width: 100%; /* Grow to 100% on hover */
}

#coffee-burger:not(:hover) .top {
  width: 50%; /* Restore original width when not hovered */
}

#coffee-burger.active .top {
  width: 100%; /* Grow to 100% on hover */
  transition: all 0.3s ease-in-out;
}

#coffee-burger.active .bottom {
  width: 100%; /* Grow to 100% on hover */
}

#coffee-burger .top {
  width: 50%; /* Restore original width when not hovered */
}

.article__m__fiftyfifty_text .left-col p:not(:first-of-type), .article__m__fiftyfifty_text .right-col p:not(:first-of-type) {
  padding-top: 1rem;
}
.article__m__fiftyfifty_text .left-col h2, .article__m__fiftyfifty_text .left-col h3, .article__m__fiftyfifty_text .left-col h4, .article__m__fiftyfifty_text .left-col h5, .article__m__fiftyfifty_text .left-col h6, .article__m__fiftyfifty_text .right-col h2, .article__m__fiftyfifty_text .right-col h3, .article__m__fiftyfifty_text .right-col h4, .article__m__fiftyfifty_text .right-col h5, .article__m__fiftyfifty_text .right-col h6 {
  letter-spacing: 0.5px;
}

.home_slider .slick-list {
  overflow: visible;
}
.home_slider .home_slide {
  padding-right: 1rem;
}
.home_slider.desktop {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.home_slider.desktop, .m__accordion--item__body__gann--body.home_slider.desktop {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.home_slider.desktop {
  gap: 1rem;
}
.home_slider.desktop .home_slide {
  grid-column: span 2 / span 2;
}
.m__accordion--item__body__gann--body p.home_slider.desktop .home_slide, .m__accordion--item__body__gann--body div.home_slider.desktop .home_slide {
  grid-column: span 2/span 2;
}
.home_slider.desktop .home_slide {
  grid-row: span 2 / span 2;
  padding-right: 0px;
  height: 100%;
  width: 100%;
}
.home_slider.desktop .home_slide > div {
  padding: 0;
  height: 100%;
  width: 100%;
}
.home_slider.desktop .home_slide:first-of-type {
  grid-column: span 4 / span 4;
}
.m__accordion--item__body__gann--body p.home_slider.desktop .home_slide:first-of-type, .m__accordion--item__body__gann--body div.home_slider.desktop .home_slide:first-of-type {
  grid-column: span 4/span 4;
}
.home_slider.desktop .home_slide:first-of-type {
  grid-row: span 4 / span 4;
}

.large-homethumb:hover .tag-text {
  bottom: 1rem;
  opacity: 1;
}

.homethumb:hover .tag-text {
  bottom: 1rem;
  opacity: 1;
}

.m__accordion--item {
  position: relative;
  padding: 20px 0;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
  .m__accordion--item.gann .m__accordion--item__body {
    overflow-x: scroll;
    min-width: 700px;
  }
}
.m__accordion--item__body p {
  margin: 20px 0 10px 0;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {

  .m__accordion--item__body p {
    padding-right: 4rem;
  }
}
.m__accordion--item__body ul {
  display: none;
  -moz-column-count: 2;
       column-count: 2;
}
.m__accordion--item__body ul li {
  list-style-type: "- ";
  font-size: 18px;
  margin-left: 2rem;
}
.m__accordion--item__body ul li::marker {
  color: #1ED760;
}
.m__accordion--item__body--costs p {
  margin: 10px 0px 0px 0px;
}
.m__accordion--item__body__gann--duration.grid-cols-2, .m__accordion--item__body__gann--body.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-3, .m__accordion--item__body__gann--body.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-4, .m__accordion--item__body__gann--body.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-5, .m__accordion--item__body__gann--body.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-6, .m__accordion--item__body__gann--body.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-7, .m__accordion--item__body__gann--body.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-8, .m__accordion--item__body__gann--body.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-9, .m__accordion--item__body__gann--body.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-10, .m__accordion--item__body__gann--body.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-11, .m__accordion--item__body__gann--body.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-12, .m__accordion--item__body__gann--body.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-13, .m__accordion--item__body__gann--body.grid-cols-13 {
  grid-template-columns: repeat(13, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration.grid-cols-14, .m__accordion--item__body__gann--body.grid-cols-14 {
  grid-template-columns: repeat(14, minmax(0, 1fr));
}
.m__accordion--item__body__gann--duration p {
  margin: 0px;
  padding: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #dadada;
}
.m__accordion--item__body__gann--duration p:not(:first-of-type) {
  border-radius: 0.25rem;
}
.m__accordion--item__body__gann--duration p:first-of-type {
  background: #f6f6f6;
  padding-left: 1rem;
}
.m__accordion--item__body__gann--body {
  background: #f6f6f6;
}
.m__accordion--item__body__gann--body.active {
  margin-top: 0.25rem;
}
.m__accordion--item__body__gann--body p {
  margin: 0px;
  padding: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: 100%;
}
.m__accordion--item__body__gann--body p.project_title {
  padding-left: 1rem;
  min-width: 180px;
}
.m__accordion--item__body__gann--body p.col-span-1, .m__accordion--item__body__gann--body div.col-span-1 {
  grid-column: span 1/span 1;
}
.m__accordion--item__body__gann--body p.col-span-2, .m__accordion--item__body__gann--body div.col-span-2 {
  grid-column: span 2/span 2;
}
.m__accordion--item__body__gann--body p.col-span-3, .m__accordion--item__body__gann--body div.col-span-3 {
  grid-column: span 3/span 3;
}
.m__accordion--item__body__gann--body p.col-span-4, .m__accordion--item__body__gann--body div.col-span-4 {
  grid-column: span 4/span 4;
}
.m__accordion--item__body__gann--body p.col-span-5, .m__accordion--item__body__gann--body div.col-span-5 {
  grid-column: span 5/span 5;
}
.m__accordion--item__body__gann--body p.col-span-6, .m__accordion--item__body__gann--body div.col-span-6 {
  grid-column: span 6/span 6;
}
.m__accordion--item__body__gann--body p.col-span-7, .m__accordion--item__body__gann--body div.col-span-7 {
  grid-column: span 7/span 7;
}
.m__accordion--item__body__gann--body p.col-span-8, .m__accordion--item__body__gann--body div.col-span-8 {
  grid-column: span 8/span 8;
}
.m__accordion--item__body__gann--body p.col-span-9, .m__accordion--item__body__gann--body div.col-span-9 {
  grid-column: span 9/span 9;
}
.m__accordion--item__body__gann--body p.col-span-10, .m__accordion--item__body__gann--body div.col-span-10 {
  grid-column: span 10/span 10;
}
.m__accordion--item__body__gann--body p.col-span-11, .m__accordion--item__body__gann--body div.col-span-11 {
  grid-column: span 11/span 11;
}
.m__accordion--item__body__gann--body p.col-span-12, .m__accordion--item__body__gann--body div.col-span-12 {
  grid-column: span 12/span 12;
}
.m__accordion--item__body__gann--body p.col-start-1, .m__accordion--item__body__gann--body div.col-start-1 {
  grid-column-start: 1;
}
.m__accordion--item__body__gann--body p.col-start-2, .m__accordion--item__body__gann--body div.col-start-2 {
  grid-column-start: 2;
}
.m__accordion--item__body__gann--body p.col-start-3, .m__accordion--item__body__gann--body div.col-start-3 {
  grid-column-start: 3;
}
.m__accordion--item__body__gann--body p.col-start-4, .m__accordion--item__body__gann--body div.col-start-4 {
  grid-column-start: 4;
}
.m__accordion--item__body__gann--body p.col-start-5, .m__accordion--item__body__gann--body div.col-start-5 {
  grid-column-start: 5;
}
.m__accordion--item__body__gann--body p.col-start-6, .m__accordion--item__body__gann--body div.col-start-6 {
  grid-column-start: 6;
}
.m__accordion--item__body__gann--body p.col-start-7, .m__accordion--item__body__gann--body div.col-start-7 {
  grid-column-start: 7;
}
.m__accordion--item__body__gann--body p.col-start-8, .m__accordion--item__body__gann--body div.col-start-8 {
  grid-column-start: 8;
}
.m__accordion--item__body__gann--body p.col-start-9, .m__accordion--item__body__gann--body div.col-start-9 {
  grid-column-start: 9;
}
.m__accordion--item__body__gann--body p.col-start-10, .m__accordion--item__body__gann--body div.col-start-10 {
  grid-column-start: 10;
}
.m__accordion--item__body__gann--body p.col-start-11, .m__accordion--item__body__gann--body div.col-start-11 {
  grid-column-start: 11;
}
.m__accordion--item__body__gann--body p.col-start-12, .m__accordion--item__body__gann--body div.col-start-12 {
  grid-column-start: 12;
}
.m__accordion--item__body__gann--body p.col-start-13, .m__accordion--item__body__gann--body div.col-start-13 {
  grid-column-start: 13;
}
.m__accordion--item__body__gann--body p.col-end-1, .m__accordion--item__body__gann--body div.col-end-1 {
  grid-column-end: 1;
}
.m__accordion--item__body__gann--body p.col-end-2, .m__accordion--item__body__gann--body div.col-end-2 {
  grid-column-end: 2;
}
.m__accordion--item__body__gann--body p.col-end-3, .m__accordion--item__body__gann--body div.col-end-3 {
  grid-column-end: 3;
}
.m__accordion--item__body__gann--body p.col-end-4, .m__accordion--item__body__gann--body div.col-end-4 {
  grid-column-end: 4;
}
.m__accordion--item__body__gann--body p.col-end-5, .m__accordion--item__body__gann--body div.col-end-5 {
  grid-column-end: 5;
}
.m__accordion--item__body__gann--body p.col-end-6, .m__accordion--item__body__gann--body div.col-end-6 {
  grid-column-end: 6;
}
.m__accordion--item__body__gann--body p.col-end-7, .m__accordion--item__body__gann--body div.col-end-7 {
  grid-column-end: 7;
}
.m__accordion--item__body__gann--body p.col-end-8, .m__accordion--item__body__gann--body div.col-end-8 {
  grid-column-end: 8;
}
.m__accordion--item__body__gann--body p.col-end-9, .m__accordion--item__body__gann--body div.col-end-9 {
  grid-column-end: 9;
}
.m__accordion--item__body__gann--body p.col-end-10, .m__accordion--item__body__gann--body div.col-end-10 {
  grid-column-end: 10;
}
.m__accordion--item__body__gann--body p.col-end-11, .m__accordion--item__body__gann--body div.col-end-11 {
  grid-column-end: 11;
}
.m__accordion--item__body__gann--body p.col-end-12, .m__accordion--item__body__gann--body div.col-end-12 {
  grid-column-end: 12;
}
.m__accordion--item__body__gann--body p.col-end-13, .m__accordion--item__body__gann--body div.col-end-13 {
  grid-column-end: 13;
}
.m__accordion--item.active .m__accordion--item__body__gann--body.active {
  margin-top: 0.25rem;
}
.m__accordion--item.active .m__accordion--item__body__gann--body.active:last-of-type {
  margin-bottom: 3rem;
}
.m__accordion--item.active .m__accordion--item__body__gann--duration.active {
  margin-top: 2rem;
}
.m__accordion--item__cross {
  position: absolute;
  right: 20px;
  top: 40%;
  height: 15px;
  width: 15px;
}
.m__accordion--item__cross::before, .m__accordion--item__cross::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  display: inline-block;
  top: 0;
  right: 0;
}
.m__accordion--item__cross::after {
  transform: rotate(90deg);
}
.m__accordion--item__cross.active {
  top: 30px;
}
.m__accordion--item__cross.active::before {
  transform: rotate(45deg);
}
.m__accordion--item__cross.active::after {
  transform: rotate(135deg);
}

.m__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.m__card > a {
  display: block;
}
.m__card--page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.m__card--page a {
  display: inline-block;
}
.m__card__wrap {
  display: flex;
  flex-wrap: wrap;
}
.m__card__img {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .m__card__img {
    height: 200px;
  }
}
.m__card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.m__card__content p {
  flex: 1 1 0%;
}

.m__carousel--item {
  height: 600px !important;
}
@media only screen and (max-width: 767px) {
  .m__carousel--item {
    height: 350px !important;
  }
}

.m__contact__map {
  display: flex;
  width: 100%;
}
.m__contact__map iframe {
  width: 100%;
}
.m__contact__map--wrap {
  display: flex;
  width: 100%;
}

.contact-grid {
  height: 80vh;
}

.page-template-page-contact footer {
  display: none;
}

.m__logoCarousel .slick-track {
  display: flex !important;
  align-items: center;
}
.m__logoCarousel .slick-arrow {
  top: 30%;
}
.m__logoCarousel .slick-dots {
  position: relative;
  bottom: 0px;
  margin-top: 4rem;
}
.m__logoCarousel .slick-dots li button {
  border-style: solid;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.m__logoCarousel--item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.m__tabs__header {
  display: flex;
}
.m__tabs__header span {
  cursor: pointer;
  border-bottom-width: 2px;
  text-align: center;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
span.m__tabs__header span, p.m__tabs__header span, h6.m__tabs__header span {
  font-family: "Circular Std Bold", "sans-serif";
}
.m__tabs__header span.active {
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
}
.m__tabs__panel {
  display: none;
}
.m__tabs__panel.active {
  display: flex;
  flex-wrap: wrap;
}
.m__tabs__panel p + p {
  margin-top: 1rem;
}

.m__team-member {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m__team-member__img {
  width: 200px;
  height: 200px;
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
}
.m__team-member__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
}

.m__testimonials__slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.m__testimonials__slider .slick-slide {
  display: flex !important;
  flex-direction: column;
  height: inherit;
}
.m__testimonials__slider .slick-arrow {
  top: 30%;
}
.m__testimonials__slider .slick-dots {
  position: relative;
  bottom: 0px;
  margin-top: 3rem;
  text-align: left;
}
.m__testimonials__slider .slick-dots li button {
  border-style: solid;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.m__testimonials__slider .author {
  font-weight: 700;
}
span.m__testimonials__slider .author, p.m__testimonials__slider .author, h6.m__testimonials__slider .author {
  font-family: "Circular Std Bold", "sans-serif";
}
.m__testimonials__slider .author {
  padding-left: 0.75rem;
}
.m__testimonials--item p:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.75rem;
}
.m__testimonials--item p:first-of-type::before {
  content: '"';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 700;
}
span.m__testimonials--item p:first-of-type::before, p.m__testimonials--item p:first-of-type::before, h6.m__testimonials--item p:first-of-type::before {
  font-family: "Circular Std Bold", "sans-serif";
}
.m__testimonials--item p:first-of-type::after {
  content: '"';
  display: inline-block;
  position: relative;
  font-weight: 700;
}
span.m__testimonials--item p:first-of-type::after, p.m__testimonials--item p:first-of-type::after, h6.m__testimonials--item p:first-of-type::after {
  font-family: "Circular Std Bold", "sans-serif";
}

.m__tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 0.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.m__tile__wrap {
  display: flex;
  flex-wrap: wrap;
}
.m__tile__img {
  max-height: 45px;
}
.m__tile__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.m__tile__content p {
  flex: 1 1 0%;
  margin-top: 0.5rem;
}

.m__video--item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .m__video--item {
    height: 350px;
  }
}
.m__video--item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  z-index: 0;
}
.m__video--item a {
  position: absolute;
  inset: 50%;
  z-index: 10;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 72px;
  height: 72px;
  margin-top: -36px;
  margin-left: -36px;
}
.m__video--item a i {
  font-size: 4.5rem;
  line-height: 1;
}

/* Lity - v2.3.1 - http://sorgalla.com/lity/ */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme - dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
}
.slick-dots::after {
  content: "";
  clear: both;
  display: table;
}
.slick-dots li {
  display: inline-block;
  height: 15px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 15px;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
  cursor: pointer;
}
.slick-dots li button:active, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(30 215 96 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
  cursor: pointer;
}
.slick-dots li:not(:last-child) {
  margin-right: 15px;
}

/* Theme - arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  color: transparent;
  z-index: 1;
  padding: 0;
}
.slick-arrow::before {
  content: "";
  display: block;
  background: url(../images/icons/arrow.svg) center/contain no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .c__work_header .wider-container {
    position: absolute;
    top: 43px;
    right: 100px;
    z-index: 9999;
    width: 40%;
  }
}
.c__work .c__work__filters .work_filter.active {
  position: relative;
}
.c__work .c__work__filters .work_filter.active::before {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s ease-in-out;
}
.c__work .c__work__filters .work_filter::before {
  content: "";
  background: #000;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s ease-in-out;
}
.c__work .c__work__filters .work_filter:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

a.view-all::before {
  content: "";
  background: #000;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.3s ease-in-out;
}
a.view-all:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.m__related__cases .container {
  overflow: visible;
}
.m__related__cases__slider .slick-list {
  margin: 0 -5px;
  overflow: visible;
}
.m__related__cases__slider--item > div {
  padding: 0 5px;
}

.case_study:hover .thumbnail {
  filter: brightness(0.75);
  transition: 0.3s;
}
.case_study:hover .tag-text {
  bottom: 1rem;
  opacity: 1;
}

.c__projects-tab {
  position: relative;
  left: -125%;
  transition: all 0.5s ease-in-out;
}
.c__projects-tab.active {
  left: 0;
  transition: all 0.5s ease-in-out;
}

.case_study {
  position: relative;
}

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

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

@media (min-width: 640px) {

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

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

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

  .sm\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

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

@media (min-width: 768px) {

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

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

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

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

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

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

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

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

  .md\:\!pb-32 {
    padding-bottom: 8rem !important;
  }

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

  .md\:\!pt-28 {
    padding-top: 7rem !important;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .md\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

  .md\:pt-16 {
    padding-top: 4rem;
  }

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

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }
}

@media (min-width: 1024px) {

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

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

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

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

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:grid {
    display: grid;
  }

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

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
