:root {
  --white: #ffffff;
  --pageBG: #191919;
  --pageText: #414242;

  --lightGrey1: #6f6f6f;
  --lightGrey2: #bababa;

  --darkGrey1: #6f6f6f;
  --darkGrey2: #acacac;
  --darkGrey3: #707070;
  --darkGrey4: #404040;
}

/* @custom-media --xs (min-width: 480px);
  @custom-media --sm (min-width: 768px);
  @custom-media --md (min-width: 940px);
  @custom-media --lg (min-width: 1200px);
  @custom-media --xl (min-width: 1600px);
  @custom-media --xxl (min-width: 2000px);

  @custom-media --short (max-height: 700px);

  @custom-media --xsMax (max-width: 479px);
  @custom-media --smMax (max-width: 767px);
  @custom-media --mdMax (max-width: 939px);
  @custom-media --lgMax (max-width: 1199px);
  @custom-media --xlMax (max-width: 1599px); */

/* ! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: currentColor;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.container {
  width: 100%;
}

@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 940px) {

  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1700px) {

  .container {
    max-width: 1700px;
  }
}

@media (min-width: 2000px) {

  .container {
    max-width: 2000px;
  }
}

.example {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23e6e7e7' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M11 0l5 20H6l5-20zm42 31a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM0 72h40v4H0v-4zm0-8h31v4H0v-4zm20-16h20v4H20v-4zM0 56h40v4H0v-4zm63-25a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM53 41a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-30 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-28-8a5 5 0 0 0-10 0h10zm10 0a5 5 0 0 1-10 0h10zM56 5a5 5 0 0 0-10 0h10zm10 0a5 5 0 0 1-10 0h10zm-3 46a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM21 0l5 20H16l5-20zm43 64v-4h-4v4h-4v4h4v4h4v-4h4v-4h-4zM36 13h4v4h-4v-4zm4 4h4v4h-4v-4zm-4 4h4v4h-4v-4zm8-8h4v4h-4v-4z'/%3E%3C/g%3E%3C/svg%3E");
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.top-24 {
  top: 6rem;
}

.right-0 {
  right: 0px;
}

.top-32 {
  top: 8rem;
}

.bottom-4 {
  bottom: 1rem;
}

.top-2 {
  top: 0.5rem;
}

.top-36 {
  top: 9rem;
}

.left-2 {
  left: 0.5rem;
}

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

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-1\/2 {
  left: 50%;
}

.bottom-8 {
  bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

.col-end-8 {
  grid-column-end: 8;
}

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

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

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

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

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

.row-start-1 {
  grid-row-start: 1;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-3 {
  grid-row-end: 3;
}

.float-left {
  float: left;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-12 {
  margin-right: 3rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

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

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

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

.ml-8 {
  margin-left: 2rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.-mt-px {
  margin-top: -1px;
}

.mr-3 {
  margin-right: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-1\/2 {
  height: 50%;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-8 {
  height: 2rem;
}

.h-48 {
  height: 12rem;
}

.h-80 {
  height: 20rem;
}

.h-6 {
  height: 1.5rem;
}

.h-72 {
  height: 18rem;
}

.h-screen {
  height: 100vh;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-48 {
  max-height: 12rem;
}

.w-full {
  width: 100%;
}

.w-11\/12 {
  width: 91.666667%;
}

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

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

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

.w-8 {
  width: 2rem;
}

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

.w-72 {
  width: 18rem;
}

.w-screen {
  width: 100vw;
}

.w-0 {
  width: 0px;
}

.w-5 {
  width: 1.25rem;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-desktop {
  max-width: 1720px;
}

.max-w-3xl {
  max-width: 48rem;
}

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

.max-w-xl {
  max-width: 36rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.\!list-none {
  list-style-type: none !important;
}

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

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

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

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

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

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

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

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

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

.place-content-around {
  place-content: space-around;
}

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

.border-t-0 {
  border-top-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

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

.border-\[\#808080\] {
  --tw-border-opacity: 1;
  border-color: rgba(128, 128, 128, var(--tw-border-opacity));
}

.border-bkGrey {
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.border-bkGrey2 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.border-bkPurple {
  --tw-border-opacity: 1;
  border-color: rgba(158, 0, 126, var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.bg-bkGrey {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

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

.bg-\[\#999596\] {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 149, 150, var(--tw-bg-opacity));
}

.bg-bkPurple {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 0, 126, var(--tw-bg-opacity));
}

.bg-\[\#a5a09f\] {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 160, 159, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
}

.bg-bkPurple2 {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 14, 74, var(--tw-bg-opacity));
}

.bg-bkGrey2 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.bg-bkBlack {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-bkLightBlack {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 16, 16, var(--tw-bg-opacity));
}

.bg-bkBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 127, 163, var(--tw-bg-opacity));
}

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

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

.bg-top {
  background-position: top;
}

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.pr-4 {
  padding-right: 1rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

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

.font-display {
  font-family: inherit;
}

.font-sans {
  font-family: sans-serif;
}

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

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

.text-p1 {
  font-size: 21px;
}

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

.text-sm26 {
  font-size: 26px;
}

.text-sm17 {
  font-size: 17px;
}

.text-sm14 {
  font-size: 14px;
}

.text-xs8 {
  font-size: 8px;
}

.text-xs11 {
  font-size: 11px;
}

.text-lg40 {
  font-size: 40px;
}

.text-lg30 {
  font-size: 30px;
}

.text-sm12 {
  font-size: 12px;
}

.text-lg38 {
  font-size: 38px;
}

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

.text-sm24 {
  font-size: 24px;
}

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

.text-lg34 {
  font-size: 34px;
}

.text-sm16 {
  font-size: 16px;
}

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

.text-xs12 {
  font-size: 12px;
}

.text-sm18 {
  font-size: 18px;
}

.text-xs14 {
  font-size: 14px;
}

.text-xl62 {
  font-size: 62px;
}

.text-sm20 {
  font-size: 20px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

.font-normal {
  font-weight: 400;
}

.font-thin {
  font-weight: 100;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-lg130 {
  line-height: 130%;
}

.leading-sm27 {
  line-height: 27.2px;
}

.leading-sm33 {
  line-height: 33.8px;
}

.leading-lg120 {
  line-height: 120%;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-sm19 {
  line-height: 19.2px;
}

.leading-7 {
  line-height: 1.75rem;
}

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

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-text-opacity));
}

.text-bkPurple {
  --tw-text-opacity: 1;
  color: rgba(158, 0, 126, var(--tw-text-opacity));
}

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

.text-bkBlue {
  --tw-text-opacity: 1;
  color: rgba(0, 127, 163, var(--tw-text-opacity));
}

.text-bkGrey {
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}

.text-\[\#FA4616\] {
  --tw-text-opacity: 1;
  color: rgba(250, 70, 22, var(--tw-text-opacity));
}

.text-\[\#78AA00\] {
  --tw-text-opacity: 1;
  color: rgba(120, 170, 0, var(--tw-text-opacity));
}

.text-bkOrange {
  color: #FA4616;;
}

.text-bkGreen {
  --tw-text-opacity: 1;
  color: rgba(120, 170, 0, var(--tw-text-opacity));
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-filter);
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-logo {
    max-width: 100px;
}

.mobile-menu-overlay {
    height: 65vh
}

.footer-info {
    height: 227px;
}

.footer-nav-link {
    color: #808080;
}

.footer-nav-title {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 150%;
}

.footer-nav-links {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
}

.footer-nav-location-title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
}

.footer-nav-location-details {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
}

@media only screen and (min-width: 940px) {
    ._hero-home   {
        height: 1080px;
    }
  }

/* .hero-home-image {
    max-height: 509px;
} */

@media only screen and (min-width: 940px) {
    .hero-home-image  {
        max-height: 780px;
    }
  }

.button-link {
    border: 4px solid #9E007E4D;
    box-shadow: 0px 0px 0px 4px rgba(158, 0, 126, 0.3);
    background: #9E007E;
    border-radius: 70px;
    padding: 0px 20px;
    color: white;
    transition: 0.3s ease;
    /* display:inline-block; */
    height: 52px;
    line-height: 44px;
    overflow:hidden;
    position:relative;
    text-align:center;
}

.button-link:hover {
    box-shadow: 0px 0px 0px 8px rgba(158, 0, 126, 0.3);
}

.label-up {
    display:block;
    height:100%;
    position:relative;
    top:0%;
    transition:0.3s;
  }

.button-link:hover .label-up {
    top:-100%;
  }

.button-small {
    border: 2px solid #9E007E4D;
    box-shadow: 0px 0px 0px 2px rgba(158, 0, 126, 0.3);
    background: #9E007E;
    border-radius: 70px;
    padding: 4px 12px;
    color: white;
}

/* .white-button {
    background: #FFFFFF;
    border: 4px solid rgba(158, 0, 126, 0.3);
    border-radius: 70px;
    color: #9E007E;
    padding: 10px 26px;
    box-shadow: 0px 0px 0px 4px rgba(158, 0, 126, 0.3);
    height: 58px;
    line-height: 44px;
} */

.button-link-white {
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
    background: #FFFFFF;
    border-radius: 70px;
    padding: 0px 20px;
    color: #9E007E;
    transition: 0.3s ease;
    display:inline-block;
    height: 52px;
    line-height: 44px;
    overflow:hidden;
    position:relative;
    text-align:center;
}

.button-link-white:hover .label-up {
    top:-100%;
  }

.button-link-white:hover {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}

/* .title-text {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 130%;
} */

.title-paragraph {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
}

.purple-numbers-lg {
    font-style: normal;
    font-size: 62px;
    line-height: 84%;
    text-transform: uppercase;
    color: #9E007E;
}

.purple-numbers-lg-case {
    font-style: normal;
    font-size: 42px;
    line-height: 90%;
    text-transform: uppercase;
    color: #9E007E;
}

.title-text-black{
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
}

.home-desc-text {
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 160%;
}

.insights-container {
    height: 610px;
    background: #E6E6E6;
}

.flickity-page-dots .dot.is-selected {
    background: #9E007E;
    box-shadow: 0 0 1px 5px #cf95c4;
  }

.insights-card {
    width: 250px;
    height: 300px;
    border-radius: 10px;
    transition: top .2s;
    top: 0;
}

@media only screen and (min-width: 940px) {
    .insights-card {
        width: 372px;
        height: 468px;
    }
  }

.insights-card:hover {
    top: -30px;
}

.insights-card-text {
    color: #007FA3;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.insights-card-text-podcast {
    color: #FA4616;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.insights-card-text-webinar {
    color: #78AA00;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.insights-main-card-text{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
}

.insights-card-link{
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #9E007E;
}

.insights-card-page {
    width: 335px;
	height: auto;
	padding-bottom: 100px;±
}

@media only screen and (min-width: 940px) {
    .insights-card-page {
        width: 400px;
    }
  }

.insights-card-image {
    width: 335px;
    height: 391px;
}

@media only screen and (min-width: 940px) {
    .insights-card-image {
        width: 400px;
        height: 468px;
    }
  }

.insights-card-image-webinar {
    width: 250px;
    height: 136px;
}

.insights-card-webinar {
    width: 250px;
    height: 340px;
}

@media only screen and (min-width: 940px) {
    .insights-card-webinar  {
        width: 372px;
        height: 468px;
    }
    .insights-card-person  {
        width: 400px;
        height: 468px;
    }
    .case-card-work-top  {
        /* width: 620px; */
        height: 220px;
    }
    .case-card-work-bottom  {
        /* width: 620px; */
        min-height: 128px;
    }
  }

.case-stuides-title-text {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    /* identical to box height, or 16px */

    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.case-studies-card {
    width: 335px;
    height: 390px;

    /* BK White */

    background: #FFFFFF;
    /* BK Gray 2 */

    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 10px 14px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.case-studies-card-top {
    height: 132px;
    border-bottom: solid 1px #E6E6E6;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-studies-top-text{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 100%;
    color: #9E007E;
}

.case-studies-top-text-solo{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #9E007E;
}

.case-studies-bottom {
    padding: 30px;
}

.case-studies-bottom-title-text{
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 120%;
    /* or 34px */

    letter-spacing: -0.03em;
}

.case-studies-desc-text {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}

.purple-bg-cta-container {
    background-color: purple;
}

.person-main-hero {
    width: 375px;
    height: 450px
}

.person-name-text {
    font-style: normal;
    font-weight: 100;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.03em;
}

.person-name-title-text {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
}

.overview-dropdown {
    height: 47px;
    border-top: 1px solid #E6E6E6;;
    border-bottom: 1px solid #E6E6E6;;
}

.overview-dropdown-text {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 160%;
}

.person-quote-block {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 130%;
    /* or 34px */

    letter-spacing: -0.02em;
}

.practice-area-text {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 160%;
}

.person-bullet-button {
    border: solid 1px purple;
    padding: 8px 16px;
    border-radius: 25px;
}

.person-content-title {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 130%;
    /* or 34px */

    letter-spacing: -0.02em;
    border-bottom: solid 2px #9E007E;
    padding-bottom: 10px;
}

.person-list {
    list-style: inside;
    /* text-indent: -20px;  */
    margin-left: 20px;
}

.filter-dropdown {
    background: #FFFFFF;
    /* BK Gray 3 */

    border: 1px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 5px;
    width: 75%;
    height: 50px;
}

@media only screen and (min-width: 940px) {
    .filter-dropdown  {
        width: 840px;
        height: 70px;
    }
  }

.person-insights-card {
    width: 335px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
}

.person-insights-container {
    background: #E6E6E6;
}

.people-heading-text {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    /* identical to box height, or 16px */

    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.people-header-text {
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    /* or 44px */

    text-align: center;
    letter-spacing: -0.03em;

    /* BK Purple */

    color: #9E007E;
}

.people-filter-button {
    background: #F2F2F2;
    border: 1px solid #B3B3B3;
    width: 75%;
    height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    /* or 22px */

    text-align: center;
}

.person-card {
    height:350px;
    width: 50%;
}

.person-card-image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.person-card-title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
}

.person-card-details {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
}

.person-card-location{
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
}

.people-filter {
    z-index: -2;
}

.people-show {
    opacity: 100;
    z-index: 2
}

.people-hide {
    opacity: 0;
    z-index: -2;
}

.border-test {
    border: solid 5px red;
}

@media only screen and (min-width: 940px) {
    .people-filter {
        position: initial;
        z-index: 2;
    }

    .people-hide  {
        z-index: 1;
    }
}

.work-header {
    background: #9E007E;
    height: 450px;
}

.work-header-title {
    font-style: normal;
    font-size: 40px;
    line-height: 110%;
    /* identical to box height, or 44px */

    letter-spacing: -0.03em;

    /* BK White */

    color: #FFFFFF;
}

.work-header-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    /* or 22px */


    /* BK White */

    color: #FFFFFF;
}

.work-nav-menu {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    background: #5f004c;
    height: 50px;
}

.work-slide {
    border-bottom: 1px solid #B3B3B3;
}

.work-slide-title {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
    /* or 27px */
}

.work-slide-text {
    font-style: normal;
    font-weight: 100;
    font-size: 26px;
    line-height: 130%;
    /* identical to box height, or 34px */

    letter-spacing: -0.02em;
}

.work-slide-image {
    width: 335px;
    Height: 251.25px;
}

.work-slide-image-title {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
}

.work-slide-image-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
}

.case-card {
    border: 1px solid #DEE1E2;
    box-sizing: border-box;
    border-radius: 10px;
    width: 335px;
}

.case-amount-text {
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 100%;
    /* identical to box height, or 52px */

    letter-spacing: -0.04em;
    text-transform: uppercase;

    /* BK Purple */

    color: #9E007E;
}

.case-amount-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
    /* or 27px */

    text-align: center;
}

.case-card-desc {
    font-style: normal;
    font-weight: medium;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */

    text-align: center;
}

.case-card-top {
    background: #F2F2F2;
    min-height: 150px;
}

.case-card-bottom {
    min-height: 90px;
}

.patent-header {
    background-color: #007FA3;
}

.patent-nav {
    height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #EDF0F0;
}

.patent-nav li:hover{
    color: purple;
    border-bottom: 2px solid purple;
}

:root {
    --bg: white;
  }

body {
    font-family: 'allumi-std';
}

section {
    min-height: 73vh;
}

h1 {
    /* font-family: Allumi Std; */
    font-style: normal;
    font-weight: 100;
    font-size: 71px;
    line-height: 120%;
    letter-spacing: -0.02em;

}

h2 {
    /* font-family: Allumi Std; */
    font-size: 63px;
    font-style: normal;
    font-weight: 100;
    line-height: 4.2rem;
    letter-spacing: -0.02em;
    text-align: left;
}

@media only screen and (max-width: 940px) {
    h2 {
        font-size: 34px;
        line-height: initial;
    }
  }

h3 {
    /* font-family: Allumi Std; */
    font-size: 52px;
    font-style: normal;
    font-weight: 100;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: left;
}

h4 {
/* font-family: Allumi Std; */
font-size: 36px;
font-weight: 100;
line-height: 47px;
letter-spacing: -0.02em;
}

@media only screen and (max-width: 940px) {
    h4 {
        font-size: 26px;
        font-weight: 100;
        Line-height: 33.8px;
    }
  }

h5 {
/* font-family: Allumi Std; */
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 32px;
letter-spacing: 0em;
text-align: left;

}

p a {
    color: #9E007E;
    position: relative;
    text-decoration: none;
}

p a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -1.8px;
    left: 0;
    background-color: #9E007E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

p a:hover::before {
    transform: scaleX(1);
}

i {
    font-weight: 500;
    color: #9E007E;
}

p {
    font-style: normal;
    font-weight: 100;
    font-size: 21px;
    line-height: 160%;
}

@media only screen and (max-width: 940px) {
    p {
        font-size: 17px;
        line-height: 160%;
    }
  }

.p2-mobile {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
  }

.bg-purple {
    background-color: #9E007E;
}

.bg-blue {
    background-color: #007FA3;
}

.bk-purple {
    color: #9E007E
}

.bk-blue {
    color: #007FA3;
}

.bg-light-pink {
    background: #F5E7F3;
}

.bg-bk-gray {
    background: #808080;
}

.about-carousel {
    height: 550px
}

.about-carousel-mobile {
    height: 225px
}

.image-bg-z {
    z-index: -5;
}

.min-fit{
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;

}

.feat-slider-image {
    width: 94.15px;
    height: 119px;
}

@media only screen and (min-width: 940px) {
    .feat-slider-image {
        width: 288px;
        height: 320px;
    }
  }

.feat-slider-button {
    background: #9E007E;
    border-radius: 70px;
    padding: 0 14px;
    transition: 0.3s ease;
    display:inline-block;
    height: 32px;
    line-height: 32px;
    overflow:hidden;
    position:relative;
    text-align:center;
    box-shadow: 0px 0px 0px 2px rgb(158 0 126 / 30%);
}

.feat-slider-button:hover .label-up {
    top:-100%;
  }

.feat-slider-button:hover {
    box-shadow: 0px 0px 0px 4px rgba(158, 0, 126, 0.3);
}

@media only screen and (min-width: 940px) {
    .feat-slider-button {
        border: 4px solid rgba(158, 0, 126, 0.3);
        border-radius: 70px;
        padding: 0 26px;
        box-shadow: 0px 0px 0px 4px rgb(158 0 126 / 30%);
        display:inline-block;
        height: 42px;
        line-height: 34px;
        overflow:hidden;
        position:relative;
        text-align:center;
    }

    .feat-slider-button:hover {
        box-shadow: 0px 0px 0px 8px rgba(158, 0, 126, 0.3);
    }
  }

/* @media only screen and (min-width: 940px) {
    .featured-card {
        width: 620px;
    }
  } */

.featured-card {
      /* min-height: 100px; */
  }

.case-studies-selected {
    font-size: 46px !important;
    line-height: 120%;
    color: #9E007E;
}

/* right thumb for people  */

/* .items-container > a:nth-child(4) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(4)  {
    margin-right: 60px;
}

.items-container > a:nth-child(12) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(12)  {
    margin-right: 60px;
}

.items-container > a:nth-child(20) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(20)  {
    margin-right: 60px;
}

.items-container > a:nth-child(28) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(28)  {
    margin-right: 60px;
}

.items-container > a:nth-child(36) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(36)  {
    margin-right: 60px;
}

.items-container > a:nth-child(44) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(44)  {
    margin-right: 60px;
}

.items-container > a:nth-child(52) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(52)  {
    margin-right: 60px;
}

.items-container > a:nth-child(60) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(60)  {
    margin-right: 60px;
}

.items-container > a:nth-child(68) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(68)  {
    margin-right: 60px;
}

.items-container > a:nth-child(76) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(76)  {
    margin-right: 60px;
}

.items-container > a:nth-child(82) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(82)  {
    margin-right: 60px;
}

.items-container > a:nth-child(90) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(90)  {
    margin-right: 60px;
}

.items-container > a:nth-child(98) > div > img  {
    border-radius: 0px 300px 300px 0px;
}

.items-container > a:nth-child(98)  {
    margin-right: 60px;
}

/* left thumb for people  */

/* .items-container > a:nth-child(5) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(5)  {
    margin-left: 60px;
}

.items-container > a:nth-child(13) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(13)  {
    margin-left: 60px;
}

.items-container > a:nth-child(21) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(21)  {
    margin-left: 60px;
}

.items-container > a:nth-child(29) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(29)  {
    margin-left: 60px;
}

.items-container > a:nth-child(37) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(37)  {
    margin-left: 60px;
}

.items-container > a:nth-child(45) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(45)  {
    margin-left: 60px;
}

.items-container > a:nth-child(53) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(53)  {
    margin-left: 60px;
}

.items-container > a:nth-child(61) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(61)  {
    margin-left: 60px;
}

.items-container > a:nth-child(69) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(69)  {
    margin-left: 60px;
}

.items-container > a:nth-child(78) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(78)  {
    margin-left: 60px;
}

.items-container > a:nth-child(86) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(86)  {
    margin-left: 60px;
}

.items-container > a:nth-child(94) > div > img  {
    border-radius: 300px 0px 0px 300px;
}

.items-container > a:nth-child(94)  {
    margin-left: 60px;
}  */

@media only screen and (max-width: 940px) {
    .items-container > a > div > img {
        border-radius: 0 !important;
    }
    .items-container > a {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
  }

.pie {
    --w:200px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    place-content: center;
    margin: 5px;
    font-size: 32px;
  }

.pie:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: conic-gradient(var(--c) calc(var(--p)*1%),var(--bg) 0);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
            mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
  }

.person-bg {
    background-image: url("/wp-content/themes/theme/assets/images/Attorney-Hero-BG.jpeg");
    background-size: cover;
    background-position: center;
  }

.person-header-container {
      min-height: 500px;
  }

.person-header-image-mobile{
  }

.person-image-img {
      max-height: 50rem;
  }

.color-chart-left {
    width: var(---w);
  }

.color-chart-left-text {
    color: var(---t);
  }

.color-chart-left-color {
    background-color: var(---c);
  }

.color-chart-right {
    width: var(---w);
  }

.color-chart-right-text {
    color: var(---t);
  }

.color-chart-right-color {
    background-color: var(---c);
  }

.award-card {
      height: 400px;
      width: 400px;
  }

@media only screen and (max-width: 940px) {
    .award-card {
        height: 250px;
        width: 250px;
    }
  }

@media only screen and (min-width: 940px) {
    .main-carousel-insights {
        height: 714px;
    }
    .main-insights-card:nth-child(3n+1) {
        top:20px
    }
    .main-insights-card:nth-child(3n+2) {
        top:125px
    }
    .main-insights-card:nth-child(3n+3) {
        top:65px
    }
    .main-insights-card:hover {
        transform: translate(0,-35px);
        transition: all .2s ease;
    }
    .main-insights-card {
        transition: all .2s ease;
    }
    .person-img-container {
        overflow: hidden;
        height: 445px;
    }

    .people-image {
        transition: transform .6s ease;
    }

    .people-image:hover {
        transform: scale(1.06);
    }
  }

.people-input {
    background-image: url('/wp-content/themes/theme/assets/svg/search-black.svg');
    background-repeat: no-repeat;
    background-position: bottom 50% right 1rem;
  }

.people-select {
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background: url("/wp-content/themes/theme/assets/svg/down-arrow-black.svg") no-repeat;
    background-position: center right;
}

.person-image-single {
    -o-object-position: 75% 0px;
       object-position: 75% 0px
}

@media only screen and (min-width: 300px) {
    .person-image-single {
        -o-object-position: 90% 0px;
           object-position: 90% 0px
    }
}

@media only screen and (min-width: 500px) {
    .person-image-single {
        -o-object-position: 100% 0px;
           object-position: 100% 0px
    }
}

@media only screen and (min-width: 650px) {
    .person-image-single {
        -o-object-position: 120% 0px;
           object-position: 120% 0px
    }
}

@media only screen and (min-width: 725px) {
    .person-image-single {
        -o-object-position: 180% 0px;
           object-position: 180% 0px
    }
}

@media only screen and (min-width: 800px) {
    .person-image-single {
        -o-object-position: -200px 0px;
           object-position: -200px 0px
    }
}

.insights-thumb {
    background-position: right 8% center
}

@media only screen and (min-width: 940px) {
    .insights-thumb {
        background-position: right 60px center
    }
  }

.sub-menu {
    top: 32px;
    border-top: solid 3px #9e0d7e;
    transition: transform 5s ease;
}

.white-menu-top {
    border-top: solid 3px white;

}

#my-pie-chart {
    /* height: 200px;
    width: 100%; */
    border-radius: 50%;
    background: conic-gradient(#1A9EC4 0.00% 12.00%, #CD62B7 12.00% 25.00%, #2F2A95 25.00% 36.00%, #9E007E 36% 90.00%);
}

@media only screen and (min-width: 940px) {
.work-list :nth-child(1) {
    margin-top: 0;
}
}

.oval-bg {
    background: url('/wp-content/themes/theme/assets/images/graycircle-bg.png');
    background-repeat: no-repeat;
    background-position: top 58% right 21%;
    background-size: 1250px 1250px;
}

@media only screen and (min-width: 940px) {
    .oval-bg {
        background: url('/wp-content/themes/theme/assets/images/graycircle-bg.png');
        background-repeat: no-repeat;
        background-position: top 50% right 15%;
        background-size: 3250px 3250px;
    }
}

.thumb-bg {
    background: url('/wp-content/themes/theme/assets/svg/right-thumb.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20%;
    z-index: -2;
}

@media only screen and (min-width: 940px) {
    .thumb-bg {
        background: url('/wp-content/themes/theme/assets/svg/right-thumb.svg');
        background-repeat: no-repeat;
        background-position: left;
        width: 100%;
        height: 100%;
        /* margin-left: 25px; */
        background-size: 100%;
        top: 15%;
    }
}

.thumb-bg-about {
    background: url('/wp-content/themes/theme/assets/svg/right-thumb.svg');
    background-repeat: no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    /* margin-left: 25px; */
    background-size: 100%;
    top: -15%;
}

@media only screen and (min-width: 940px) {
    .thumb-bg-about {
        background: url('/wp-content/themes/theme/assets/svg/right-thumb.svg');
        background-repeat: no-repeat;
        background-position: left;
        width: 100%;
        height: 100%;
        /* margin-left: 25px; */
        background-size: 100%;
        top: -15%;
    }
}

.about-person-image {
    top: 0px;
}

.video-container {
    position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.about-card {
    background: white;
    min-height: 250px;
    min-width: 250px;
    max-height: 250px;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    aspect-ratio: 1 / 1;
    margin-right: 15px;
}

.about-card img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

@media only screen and (min-width: 940px) {
    .about-card {
        background: white;
        max-height: 400px;
        max-width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
        aspect-ratio: 1 / 1;
        margin-right: 0;
    }

    .about-card img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

@media only screen and (min-width: 1480px) {
.people-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

}

@media only screen and (min-width: 940px) {
    .people-image {
        height: 445px;
    }

}

.dei-card {
    background: white;
    min-height: 50px;
    min-width: 50px;
    max-height: 350px;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    aspect-ratio: 1 / 1;
    margin-right: 15px;
}

.dei-card img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

@media only screen and (min-width: 940px) {
    .dei-card {
        background: white;
        max-height: 400px;
        max-width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
        aspect-ratio: 1 / 1;
        margin-right: 0;
    }

    .dei-card img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

.grey-container {
    z-index: -2;
}

.right-grey-thumb {
    width: 50vw;
    max-width: 968px;
    /* border: solid blue 2px; */
    border-radius: 0 300px 300px 0;
    height: 450px;
}

.left-grey {
    width: 50vw;
    height: 450px;
    /* border: solid red 2px; */
}

.left-grey-thumb {
    width: 50vw;
    max-width: 968px;
    /* border: solid yellow 2px; */
    border-radius: 300px 0 0 300px;
    height: 450px;
}

.right-grey {
    width: 50vw;
    height: 450px;
    /* border: solid green 2px; */
}

.grey-holder {
    z-index: -3;
    top:3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.person-row-1 {
    margin-top: 35.8rem;

}

.person-row-2 {
    margin-top: 129rem;

}

.person-row-3 {
    margin-top: 222.8rem
}

.person-row-4 {
    margin-top: 316rem
}

.person-row-5 {
    margin-top: 410rem
}

.person-row-6 {
    margin-top: 503rem
}

.person-row-7 {
    margin-top: 597rem
}

.person-row-8 {
    margin-top: 690rem
}

.person-row-9 {
    margin-top: 784rem
}

.person-row-10 {
    margin-top: 877rem
}

.person-row-11 {
    margin-top: 971rem
}

.person-row-12 {
    margin-top:1064rem
}

.person-row-13 {
    margin-top: 1158rem
}

.person-row-14 {
    margin-top: 1251rem
}

.person-row-15 {
    margin-top: 1345rem
}

.person-row-16 {
    margin-top: 1438rem
}

.person-row-17 {
    margin-top: 1531.5rem
}

.person-row-18 {
    margin-top: 1625rem
}

.person-row-19 {
    margin-top: 1719.2rem
}

.person-row-20 {
    margin-top: 1812rem
}

.person-row-21 {
    margin-top: 1906rem
}

.person-row-22 {
    margin-top: 1999.2rem
}

.person-row-23 {
    margin-top: 2093rem
}

.person-row-24 {
    margin-top: 2186.2rem
}

.person-row-25 {
    margin-top: 2279.5rem
}

.person-row-26 {
    margin-top: 2373rem
}

.person-row-27 {
    margin-top: 2467rem
}

.person-row-28 {
    margin-top: 2560.5rem
}

.person-row-29 {
    margin-top: 2653.8rem
}

.person-row-30 {
    margin-top: 2747rem
}

.person-row-31 {
    margin-top: 2841rem
}

.person-row-32 {
    margin-top: 2934.2rem
}

.person-row-33 {
    margin-top: 3028.2rem
}

.person-row-34 {
    margin-top: 3121rem
}

.person-row-35 {
    margin-top: 3215rem
}

.person-row-36 {
    margin-top: 3309rem
}

.person-row-37 {
    margin-top: 3403rem
}

.person-row-38 {
    margin-top: 3498rem
}

.person-info {
    height: 215px;
    overflow-wrap: break-word;
}

/* print settings */

@media print {
    section {-webkit-print-color-adjust: exact;}
    p {
        font-size: 16px !important;
    }
    .bk-header {
        display: none !important;
        };
    #navbar {
        display: none !important;
    }
    footer {
        display: none !important;
    }
    .webinar-slider {
        display: none !important;
    }
    .show-print {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
        color-adjust: exact !important;
    }
    .hide-print {
        display: none !important;
    }
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body {
        padding-top: 72px;
        padding-bottom: 72px ;
    }
 }

/* form styling */

.gsection_title {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
 }

input {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
 }

input::-moz-placeholder{
    font-weight: 400;
    font-size: 14px;
    color: black;
 }

input:-ms-input-placeholder{
    font-weight: 400;
    font-size: 14px;
    color: black;
 }

input::placeholder{
    font-weight: 400;
    font-size: 14px;
    color: black;
 }

#gform_submit_button_1 {
    background: #9E007E;
    border-radius: 5px;
    color: white;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    line-height: 130%;
 }

.ginput_container_textarea {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
}

.gform_title {
     display: none;
 }

.gform_wrapper.gravity-theme .gsection {
    border-bottom: none !important;
 }

@media only screen and (min-width: 940px) {
    .contact-form {
        max-width: 840px;
    }
    .gsection_title{
        font-weight: 700;
        font-size: 21px;
    }
 }

/* .swiper {
     height: 700px;
 } */

.swiper-button-prev{
    color: black;
 }

.swiper-button-next {
    color: black;
 }

.swiper-pagination-bullet-active {
     background-color:#9E007E;
 }

.our-firm-parallax {
     position: relative;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-position: 0px 371px; */
    background-size: cover;
    /* height: 500px; */
    background-image: linear-gradient(90deg, rgba(2,0,36,0.68531162464986) 0%, rgba(0,212,255,0) 58%), url(/wp-content/uploads/2023/03/Brooks_Kushman_210902_Groups_0343_CoreyRemoved-scaled-e1680276123917.jpg);
  }

.banner-title {
    transform: rotate(0deg)
  }

.patent-list {
    line-height: 12px;
  }

.patent-list li {
      line-height: 22px;
  }

.insights-main-container {
    min-height: 700px
  }

.event-header {
      max-width: 1700px;
  }

@media only screen and (min-width: 940px) {
    .event-header {
        height: 95%;
    }
  }

.list-content{
      list-style: initial !important;
      padding-left: 15px;
      font-size: 16px;
  }

div .list-content ul{
    list-style: initial;
    padding-left: 15px;
    font-size: 16px;
}

.list-purple {
    list-style: initial;
    padding-left: 55px;
    padding-top:20px;
    padding-bottom: 20px;
    font-size: 16px;
    background: #9E007E;
    color: white;
    border-radius: 20px;
    white-space: normal;
  }

@media only screen and (min-width: 940px) {
    .list-purple {
        font-size: 21px;
    }
 }

.list-purple li:not(:first-child) {
    margin-top: 12px;
 }

.list-content li {
      margin-top: 8px;
  }

@media only screen and (min-width: 940px) {
    .list-content {
        font-size: 21px;
    }
 }

.case-card-work-top {
     min-height: 220px;
 }

.flickity-viewport {
    transition: height 0.2s;
  }

.home-featured {
    /* min-height: 100px; */
 }

@media only screen and (min-width: 940px) {
    .home-featured {
        /* min-height: calc(100% + 20px); */
        height: 450px;
    }
 }

.quote-image {
     width: 150px;
     height: 175px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     margin-right: 15px;
 }

@media only screen and (min-width: 940px) {
    .quote-image {
        /* min-height: calc(100% + 20px); */
        width: 25%;
        height: 50%;
    }
 }

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

.lds-spinner div {
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
            animation: lds-spinner 1.2s linear infinite;
  }

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #9E007E;
  }

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
  }

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
  }

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
  }

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
  }

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
  }

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
  }

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
  }

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }

@-webkit-keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

@keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

.search-bar {
      border: 0;
      border-bottom: 2px solid rgba(230, 230, 230);
      border-radius: 0;
      margin-right: .5rem;
  }

.search-button {
      background-color: #9E007E;
      color: white;
  }

.search-bar::-moz-placeholder {
      font-size: 2rem;
      opacity: .25;
  }

.search-bar:-ms-input-placeholder {
      font-size: 2rem;
      opacity: .25;
  }

.search-bar::placeholder {
      font-size: 2rem;
      opacity: .25;
  }

.select-insights {
    border: 1px solid white !important;
  }

.insights-show-filter {
    display:block;
  }

.insights-hide-filter {
    display: none;
}

@media only screen and (min-width: 940px) {
    .insights-show-filter {
        display:block;
      }
    .insights-hide-filter {
        display: block;
    }

}

.editor ul {
    white-space: normal;
}

.sidemenu-grey {
    border-left: 5px solid rgba(0, 0, 0, .1);
}

.sidemenu-purple {
    border-left: 5px solid rgba(158, 0, 126, 1);
}

.case-study-bg {
    background-image:url(/wp-content/themes/theme/assets/svg/case-study-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 2240px) {
    .bottom-thumb-div-pic {
        background-position: 0 -60px;
    }
}

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

@media only screen and (min-width: 940px) {
    .bg-main-image {
        background-size: 100% 140%;
        background-position: 0 20%;
    }
}

@media only screen and (min-width: 2000px) {
    .hero-desktop{
        width: 52%;
        background-position: 0 20%;
    }
}

@media only screen and (max-width: 940px) {
    .privacy h3 {
        font-size: 35px;
    }
}

.privacy h3 {
    margin-bottom: 1rem;
    line-height: inherit;
    font-size: 35px;
}

.privacy p {
    margin-bottom: 2rem;
}

.privacy ul {
    margin: 0 0 24px 20px;
    list-style: disc;
}

.privacy ol {
    margin: 0 0 24px 20px;
    list-style: disc;
}

.privacy li {
    font-size: 18px;
    font-weight: inherit;
    font-size: 18px;
    font-weight: inherit;
}

.bottom-gray {
    background-image: linear-gradient(to bottom, white 50%, #e6e6e6 50%);
}

.person-main-desc ul {
    white-space: initial;
    list-style: inside;
    font-weight: 100;

}

.person-main-desc li {
margin-bottom: .5rem

}

.person-main-desc i {
    color: black
}

/* @media only screen and (min-width: 820px) {
    .footer-li {
        width:fit-content
    }
} */

.footer-li {
    flex: 1 1 0px
}

.flickity-viewport {
    overflow: initial !important;
}

.chart-container {
    min-height: 500px;
    max-height: 1000px;
}

#legend>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 12px 0;
  }

#legend li {
    cursor: pointer;
    margin: 10px 10px;
    display: flex;
  }

#legend li span {
    padding-left: 8px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
  }

@media only screen and (min-width: 600px) {
    #legend li span {
        font-size: 16px;
      }
      #legend>ul {
        justify-content: center;
      }
  }

/* The Modal (background) */

.modal-pod {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    width: 80%; /* Could be more or less, depending on screen size */
  }

/* The Close Button */

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

.close-modal:hover,
  .close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

.transcript-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    background: linear-gradient(transparent,#fff);
    display: flex;
    align-items: flex-end;
  }

.purple-hover {
    position: relative;
    color: #000;
    text-decoration: none;
  }

.purple-hover:hover {
    color: #000;
  }

.purple-hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -25px;
    left: 0;
    background-color: #9E007E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

.purple-hover:hover::before {
    transform: scaleX(1);
  }

.purple-hovered {
    color: #9E007E;
  }

.purple-hovered::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -25px;
    left: 0;
    background-color: #9E007E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform: scaleX(1);
  }

.purple-hover2 {
    position: relative;
    color: #000;
    text-decoration: none;
  }

.purple-hover2:hover {
    color: #000;
  }

.purple-hover2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -20px;
    left: 0;
    background-color: #9E007E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

.purple-hover2:hover::before {
    transform: scaleX(1);
  }

.purple-hovered2 {
    color: #9E007E;
  }

.purple-hovered2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: -20px;
    left: 0;
    background-color: #9E007E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform: scaleX(1);
  }

.menu-hover {
    position: relative;
    color: #000;
    text-decoration: none;
  }

.menu-hover:hover {
    color: black;
  }

.menu-hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: -7px;
    left: 0;
    background-color: #9E007E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

.menu-visited {
      border-bottom: 3px #9E007E solid;
      padding-bottom: 7px;
      bottom: -7px;
  }

.menu-visited-white {
    border-bottom: 3px #FFFFFF solid;
    padding-bottom: 7px;
    bottom: -7px;
}

.menu-hover:hover::before {
    transform: scaleX(1);
  }

.white-hover {
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
  }

.white-hover:hover {
    color: #FFFFFF;
  }

.white-hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    bottom: -16px;
    left: 0;
    background-color: #FFFFFF;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

.white-hover:hover::before {
    transform: scaleX(1);
  }

.white-hovered {
    color: #FFFFFF;
  }

.white-hovered::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    bottom: -16px;
    left: 0;
    background-color: #FFFFFF;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform: scaleX(1);
  }

.white-hover-nav {
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
  }

.white-hover-nav:hover {
    color: #FFFFFF;
  }

.white-hover-nav::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: -7px;
    left: 0;
    background-color: #FFFFFF;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

.white-hover-nav:hover::before {
    transform: scaleX(1);
  }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }

.flickity-prev-next-button.next { right: 10px; }

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.hover\:text-bkPurple:hover {
  --tw-text-opacity: 1;
  color: rgba(158, 0, 126, var(--tw-text-opacity));
}

.hover\:text-bkBlue:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 127, 163, var(--tw-text-opacity));
}

.hover\:text-bkOrange:hover {
  color: #FA4616;;
}

.hover\:text-bkGreen:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 170, 0, var(--tw-text-opacity));
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 480px) {

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

@media (min-width: 768px) {

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

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

  .sm\:h-80 {
    height: 20rem;
  }

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

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

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

  .sm\:text-p1 {
    font-size: 21px;
  }
}

@media (min-width: 940px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

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

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

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

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

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

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

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

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

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

  .md\:mt-28 {
    margin-top: 7rem;
  }

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

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

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

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

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

  .md\:mt-64 {
    margin-top: 16rem;
  }

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

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-lg {
    height: 36rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

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

  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:max-w-desktop {
    max-width: 1720px;
  }

  .md\:max-w-people {
    max-width: 1520px;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  @media (min-width: 940px) {

    .md\:md\:max-w-desktop {
      max-width: 1720px;
    }
  }

  .md\:max-w-video {
    max-width: 1433px;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-cardContainer {
    max-width: 1300px;
  }

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

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-lg840 {
    max-width: 840px;
  }

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

  .md\:cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-bkGrey {
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .md\:border-footerBorder {
    --tw-border-opacity: 1;
    border-color: rgba(48, 42, 46, var(--tw-border-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-bkGrey {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

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

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

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

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

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

  .md\:pt-72 {
    padding-top: 18rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-p1 {
    font-size: 21px;
  }

  .md\:text-lg36 {
    font-size: 36px;
  }

  .md\:text-sm18 {
    font-size: 18px;
  }

  .md\:text-xs14 {
    font-size: 14px;
  }

  .md\:text-xl63 {
    font-size: 63px;
  }

  .md\:text-sm25 {
    font-size: 25px;
  }

  .md\:text-sm16 {
    font-size: 16px;
  }

  .md\:text-lg52 {
    font-size: 52px;
  }

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

  .md\:text-lg30 {
    font-size: 30px;
  }

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

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

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

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

  .md\:text-xl71 {
    font-size: 71px;
  }

  .md\:text-lg32 {
    font-size: 32px;
  }

  .md\:text-sm24 {
    font-size: 24px;
  }

  .md\:text-p3 {
    font-size: 16px;
  }

  .md\:text-xl96 {
    font-size: 96px;
  }

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

  .md\:text-p2 {
    font-size: 18px;
  }

  .md\:text-sm14 {
    font-size: 14px;
  }

  .md\:text-xs12 {
    font-size: 12px;
  }

  .md\:text-lg40 {
    font-size: 40px;
  }

  .md\:text-lg38 {
    font-size: 38px;
  }

  .md\:text-xs13 {
    font-size: 13px;
  }

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

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

  .md\:font-normal {
    font-weight: 400;
  }

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

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

  .md\:leading-lg48 {
    line-height: 48.6px;
  }

  .md\:leading-lg120 {
    line-height: 120%;
  }

  .md\:leading-lg130 {
    line-height: 130%;
  }

  .md\:leading-xl67 {
    line-height: 67.6px;
  }

  .md\:leading-lg150 {
    line-height: 150%;
  }

  .md\:leading-lg180 {
    line-height: 180%;
  }

  .md\:leading-lg160 {
    line-height: 160%;
  }

  .md\:leading-lg37 {
    line-height: 37.8px;
  }

  .md\:leading-xl75 {
    line-height: 75.6px;
  }

  .md\:leading-lg200 {
    line-height: 200%;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    filter: var(--tw-filter);
  }

  .hover\:md\:text-lg46:hover {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {

  .lg\:top-32 {
    top: 8rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

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

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:max-w-desktop {
    max-width: 1720px;
  }

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:text-xl71 {
    font-size: 71px;
  }

  .lg\:text-p1 {
    font-size: 21px;
  }

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

@media (min-width: 1700px) {

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

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

  .xl\:w-2\/5 {
    width: 40%;
  }

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

  .xl\:max-w-xl {
    max-width: 36rem;
  }

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

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:text-xl71 {
    font-size: 71px;
  }
}