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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
/** General styles **/
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.brown {
  color: #856450;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 190%;
}

h1 {
  font-family: "Merriweather", serif;
  font-weight: 700;
}

h2 {
  font-family: "Merriweather", serif;
  color: #856450;
}

h3 {
  font-weight: 700;
}

/** Mobile nav animation **/
.fadeIn {
  animation: fadeIn 0.3s ease-in-out;
  animation-fill-mode: both;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.15s;
}

.delay-3 {
  animation-delay: 0.2s;
}

.delay-4 {
  animation-delay: 0.25s;
}

.delay-5 {
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/** Link hover animation **/
.highlight {
  position: relative;
  z-index: 1;
  transition: color 0.25s ease;
}

.highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -0.25em;
  right: -0.25em;
  background-color: rgba(134, 101, 80, 0.75);
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.highlight:hover::before {
  transform: scaleX(1);
  transform-origin: center left;
}

/** line background **/
.nav-line-bg {
  top: -260px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .nav-line-bg {
    right: -250px;
    z-index: -5;
  }
}
.what-we-do {
  background-color: #eee;
}

.project-bar {
  background-color: #333;
}

.secondary-head {
  position: relative;
  height: 60vh;
  z-index: -2;
  background-size: cover;
  background-position: center;
}

/** Black gradual fade sits above secondary-head **/
.secondary-head:after {
  content: "";
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(102, 151, 190, 0) 81%, rgba(125, 185, 232, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#007db9e8",GradientType=0 );
  /* IE6-9 */
  z-index: -1;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
}

/** Home page + case-study image styles **/
.work-image {
  height: 350px;
  width: 100%;
}

/** Setts height for case-study images **/
.image {
  background-size: cover;
  background-position: center;
  height: 350px;
}

/** Wrapper that sits just above secondary-head **/
.work-text-wrap {
  top: -30px;
}

/** Cirrus portfolio image **/
.cirrus {
  background-image: url("/assets/images/case-study/cirrus.png");
}

/** Button Animation **/
.bubble {
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  overflow: hidden;
  transition: color 0.4s ease-in-out;
}

.bubble::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #856450;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transition: transform 0.45s ease-in-out;
  background-clip: padding-box;
}

.bubble:hover {
  cursor: pointer;
}

.bubble:hover::before {
  transform: translate(-50%, -50%) scale(15);
  -moz-transform: translate(-50%, -50%) scale(15);
  -webkit-transform: translate(-50%, -50%) scale(15);
  background-clip: padding-box;
}

.testimonial {
  position: relative;
  float: left;
  margin-top: 5rem;
  margin-bottom: 8rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .testimonial {
    margin-top: 8rem;
  }
}
.testimonial__bubble {
  position: relative;
  width: 100%;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  z-index: 1;
  font-size: inherit;
  font-family: inherit;
  transition: color 0.4s ease-in-out;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .testimonial__bubble {
    margin-right: 0.5rem;
  }
  .testimonial__bubble {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.testimonial__bubble::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgba(134, 101, 80, 0.2);
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.45s ease-in-out;
}
.testimonial__bubble:hover {
  color: #161616;
}
.testimonial__bubble:hover::before {
  transform: translate(50%, 50%) scale(15);
}
.testimonial__bubble.--second {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .testimonial__bubble.--second {
    margin-top: 0px;
  }
}

.testimonial__bubble.--last {
  width: 100%;
  flex: none;
}
@media (min-width: 1024px) {
  .testimonial__bubble.--last {
    width: 50%;
  }
}

.quotes-line-bg {
  right: -700px;
  top: -200px;
}

.about-head {
  height: 60vh;
  background-color: #333;
  background-image: url("/assets/images/about/woodend.jpg");
  z-index: -2;
}

.woodend {
  background-image: url("/assets/images/about/woodend.jpg");
}

.team {
  background-image: url("/assets/images/about/team.jpg?v=renew");
}

.about-head:after {
  content: "";
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(102, 151, 190, 0) 81%, rgba(125, 185, 232, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#007db9e8",GradientType=0 );
  /* IE6-9 */
  z-index: -1;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.security-head {
  height: 60vh;
  background-color: #333;
  background-image: url("/assets/images/security/header.jpg");
  z-index: -2;
}

.woodend {
  background-image: url("/assets/images/about/woodend.jpg");
}

.team {
  background-image: url("/assets/images/about/team.jpg?v=renew");
}

.about-head:after {
  content: "";
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(102, 151, 190, 0) 81%, rgba(125, 185, 232, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#007db9e8",GradientType=0 );
  /* IE6-9 */
  z-index: -1;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.rescue-head {
  height: 60vh;
  background-color: #333;
  background-image: url("/assets/images/rescue/header.jpg");
  z-index: -2;
}

.woodend {
  background-image: url("/assets/images/about/woodend.jpg");
}

.team {
  background-image: url("/assets/images/about/team.jpg?v=renew");
}

.about-head:after {
  content: "";
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(102, 151, 190, 0) 81%, rgba(125, 185, 232, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#007db9e8",GradientType=0 );
  /* IE6-9 */
  z-index: -1;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.team-img {
  height: 450px;
  background-position: center;
  background-size: cover;
}

.rich {
  background-image: url("/assets/images/team/rich.png");
}

.andy {
  background-image: url("/assets/images/team/andy.png");
}

.jack {
  background-image: url("/assets/images/team/jack.png");
}

.gab {
  background-image: url("/assets/images/team/gab.png");
}

.matt {
  background-image: url("/assets/images/team/matt.png");
}

.rachel {
  background-image: url("/assets/images/team/rachel.png");
}

.simon {
  background-image: url("/assets/images/team/simon.jpeg");
}

.stacie {
  background-image: url("/assets/images/team/stacie.png");
}

.daniel {
  background-image: url("/assets/images/team/daniel.jpg");
}

.adam {
  background-image: url("/assets/images/team/adam.png");
}

@media (max-width: 1279px) {
  .team-img {
    height: 520px;
  }
}
.ac-mini-head {
  background-image: url("/assets/images/case-study/allergen-checker/mini-head.jpg");
}

.st {
  background-image: url("/assets/images/case-study/servertastic/header.png");
}

.st-mini-head {
  background-image: url("/assets/images/case-study/servertastic/mini-header.png");
}

.st-1 {
  background-image: url("/assets/images/case-study/servertastic/st-1.png");
}

.st-2 {
  background-image: url("/assets/images/case-study/servertastic/st-2.png");
}

.nyl {
  background-image: url("/assets/images/case-study/nyl/header.jpg");
}

.nyl-mini-head {
  background-image: url("/assets/images/case-study/nyl/nyl-mini-head.png");
}

.nyl-1 {
  background-image: url("/assets/images/case-study/nyl/nyl-1.jpg");
}

.national-theatre {
  background-image: url("/assets/images/case-study/national-theatre/header.png");
}

.mini-head {
  background-image: url("/assets/images/case-study/national-theatre/mini-head.png");
}

.vaccancy-home {
  background-image: url("/assets/images/case-study/national-theatre/vaccancy-home.png");
}

.vaccancy-job {
  background-image: url("/assets/images/case-study/national-theatre/vaccancy-job.png");
}

.city-variety {
  background-image: url("/assets/images/case-study/city-variety/header.png");
}

.city-mini-head {
  background-image: url("/assets/images/case-study/city-variety/mini-head.png");
}

.lep {
  background-image: url("/assets/images/case-study/lep/header.jpg");
}

.lep-mini-head {
  background-image: url("/assets/images/case-study/lep/mini-head.png");
}

.lep-header {
  background-image: url("/assets/images/case-study/lep/lep-header.jpg");
}

.lep-footer {
  background-image: url("/assets/images/case-study/lep/lep-footer.jpg");
}

@media only screen and (max-width: 640px) {
  .lep-header {
    background-image: url("/assets/images/case-study/lep/mobile/lep-header.png");
  }
}
.valley-press {
  background-image: url("/assets/images/case-study/valley-press/header.png");
}

.vp-mini-head {
  background-image: url("/assets/images/case-study/valley-press/mini-head.png");
}

.vp-header {
  background-image: url("/assets/images/case-study/valley-press/vp-header.png");
  height: 550px;
  background-size: cover;
  background-position: center;
}

.vp-book {
  background-image: url("/assets/images/case-study/valley-press/vp-book.png");
  height: 550px;
  background-size: cover;
  background-position: center;
}

.museums-ryedale {
  background-image: url("/assets/images/case-study/museums-ryedale/header.png");
}

.mr-mini-head {
  background-image: url("/assets/images/case-study/museums-ryedale/mr-mini-head.png");
}

.malton {
  background-image: url("/assets/images/case-study/museums-ryedale/malton.png");
  height: 550px;
  background-size: cover;
  background-position: center;
}

.ryedale {
  background-image: url("/assets/images/case-study/museums-ryedale/ryedale.png");
  height: 550px;
  background-size: cover;
  background-position: center;
}

.beck-isle {
  background-image: url("/assets/images/case-study/museums-ryedale/beck-isle.png");
  height: 550px;
  background-size: cover;
  background-position: center;
}

.woodhams {
  background-image: url("/assets/images/case-study/museums-ryedale/woodhams.png");
  height: 550px;
  background-size: cover;
  background-position: center;
}

.mr {
  background-image: url("/assets/images/case-study/museums-ryedale/mr.png");
}

.sirius-mini-head {
  background-image: url("/assets/images/case-study/sirius/mini-head.png");
}

.map {
  background-image: url("/assets/images/case-study/sirius/map.png");
}

.map-2 {
  background-image: url("/assets/images/case-study/sirius/map-2.png");
}

.sirius-web {
  background-image: url("/assets/images/case-study/sirius/sirius-web.jpg");
  height: 450px;
}

.region {
  background-image: url("/assets/images/case-study/sirius/region.png");
}

.mandarin {
  background-image: url("/assets/images/case-study/sirius/mandarin.png");
}

.sjt-head {
  background-image: url("/assets/images/case-study/sjt/mini-head.png");
}

.sjt-mini-head {
  background-image: url("/assets/images/case-study/sjt/mini-head.png");
}

.sjt-1 {
  background-image: url("/assets/images/case-study/sjt/sjt.png");
}

.sjt-2 {
  background-image: url("/assets/images/case-study/sjt/sjt-2.png");
}

.sjt-engage {
  background-image: url("/assets/images/case-study/sjt/sjt-engage.png");
}

.blog-content p {
  margin-bottom: 1rem;
}
.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  font-family: "Merriweather", serif;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.blog-content a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #856450;
}

.unison-mini-head {
  background-image: url("/assets/images/case-study/unison/unison-mini-head.png");
}

.unison-full {
  background-image: url("/assets/images/case-study/unison/AB-banner.png");
}

.ipad-dash {
  background-image: url("/assets/images/case-study/unison/ipad-dash.png");
}

.ipad-xyz {
  background-image: url("/assets/images/case-study/unison/ipad-xyz.png");
}

.eyj-mini-head {
  background-image: url("/assets/images/case-study/eyj/mini-head.png");
}

.avtel-mini-head {
  background-image: url("/assets/images/case-study/avtel-global/mini-head.png");
}

.fss-mini-head {
  background-image: url("/assets/images/case-study/5ss/mini-head.png");
}

.iwe-mini-head {
  background-image: url("/assets/images/case-study/iwe/mini-head.png");
}

.holroyd-mini-head {
  background-image: url("/assets/images/case-study/holroyd/mini-head.png");
}

.wlh-mini-head {
  background-image: url("/assets/images/case-study/wlh/mini-head.png?v=1");
}

.header {
  position: relative;
  display: flex;
  width: 100vw;
  align-items: center;
  overflow: auto;
  background-size: cover;
  background-position: center;
  height: 90vh;
  background-color: #333;
}
.header:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.45;
  top: 0;
  left: 0;
}
.header__video-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .logo {
  position: relative;
  margin: auto;
  display: inline-block;
  padding: 2.5rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .header .logo {
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  .header .logo {
    margin-left: 8rem;
  }
}
.logo__text {
  float: right;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.logo-bar {
  position: relative;
  margin: auto;
  margin-top: -2rem;
  width: 83.333333%;
  align-items: center;
  justify-content: space-around;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .logo-bar {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .logo-bar {
    display: flex;
  }
  .logo-bar {
    width: 60%;
  }
}
.logo-bar .half-wrap {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}
@media (min-width: 1024px) {
  .logo-bar .half-wrap {
    padding: 0.25rem;
  }
}
.logo-bar .half-wrap .logo-wrap {
  flex: 1 1 0%;
  padding: 1rem;
}
.logo-wrap__logo {
  margin: auto;
  flex: 1 1 0%;
  padding: 0.5rem;
  opacity: 0.75;
}

.intro-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .intro-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .intro-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.intro-wrap__line-bg {
  position: absolute;
  left: -550px;
  top: 110px;
  z-index: -5;
}

.intro-wrap .intro-text {
  align-items: center;
}
@media (min-width: 768px) {
  .intro-wrap .intro-text {
    margin-top: 2.5rem;
  }
  .intro-wrap .intro-text {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .intro-wrap .intro-text {
    margin-top: 5rem;
  }
  .intro-wrap .intro-text {
    display: flex;
  }
}
.intro-wrap .intro-text .text-wrap {
  margin: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .intro-wrap .intro-text .text-wrap {
    flex: 1 1 0%;
  }
}
.text-wrap__title {
  flex: 1 1 0%;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .text-wrap__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .text-wrap__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.text-wrap__text {
  margin-top: 1rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .text-wrap__text {
    width: 100%;
  }
}

.text-wrap__button {
  margin-top: 1.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-wrap__image {
  margin: auto;
  margin-top: 5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .text-wrap__image {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .text-wrap__image {
    float: right;
  }
  .text-wrap__image {
    margin: 0px;
  }
  .text-wrap__image {
    margin-top: 0px;
  }
  .text-wrap__image {
    width: 75%;
  }
}

.what-we-do {
  margin-top: 5rem;
  height: auto;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .what-we-do {
    margin-top: 8rem;
  }
}
.what-we-do .card {
  margin-bottom: 0.5rem;
  flex: 1 1 auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .what-we-do .card {
    margin-bottom: 0px;
  }
  .what-we-do .card {
    margin-right: 0.5rem;
  }
}
.card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.card__text {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/** Move into case study **/
.case-study {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .case-study {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .case-study {
    margin-top: 8rem;
  }
}
.case-study__col {
  float: left;
}
@media (min-width: 768px) {
  .case-study__col {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .case-study__col {
    width: 50%;
  }
  .case-study__col {
    padding-right: 0.5rem;
  }
}

.case-study-header {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  overflow: auto;
  background-size: cover;
  background-position: center;
  height: 350px;
  z-index: -10;
}
.case-study-header__video {
  height: 100%;
  width: 100%;
  overflow: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: -2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  top: -30px;
}
@media (min-width: 1024px) {
  .case-study-tab {
    width: 80%;
  }
  .case-study-tab {
    text-align: center;
  }
}
.case-study-tab__button {
  margin-top: 1.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

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

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

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

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.m-auto {
  margin: auto !important;
}

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

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

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

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

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

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

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

.mt-8 {
  margin-top: 2rem !important;
}

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

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

.mt-6 {
  margin-top: 1.5rem !important;
}

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

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

.-mt-8 {
  margin-top: -2rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

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

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

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

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-4 {
  height: 1rem !important;
}

.h-screen {
  height: 100vh !important;
}

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

.h-1 {
  height: 0.25rem !important;
}

.h-64 {
  height: 16rem !important;
}

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

.w-screen {
  width: 100vw !important;
}

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

.w-40 {
  width: 10rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

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

.max-w-4xl {
  max-width: 56rem !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

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

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

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

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

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

.content-between {
  align-content: space-between !important;
}

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

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

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

.justify-around {
  justify-content: space-around !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

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

.gap-10 {
  gap: 2.5rem !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.border {
  border-width: 1px !important;
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

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

.bg-auto {
  background-size: auto !important;
}

.bg-center {
  background-position: center !important;
}

.fill-current {
  fill: currentColor !important;
}

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

.p-4 {
  padding: 1rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

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

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

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

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

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

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

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

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

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

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

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

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

.leading-loose {
  line-height: 2 !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

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

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

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

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

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

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

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

@media (min-width: 768px) {

  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

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

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

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

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

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

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

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

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

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

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

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

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

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-\[90\%\] {
    width: 90% !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

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

  .lg\:p-1 {
    padding: 0.25rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

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

@media (min-width: 1280px) {

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

  .xl\:flex {
    display: flex !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

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

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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