/*!
Theme Name: esgbook2022
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esgbook2022
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

esgbook2022 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html {
  font-family: FoundersGroteskRegular, system-ui, sans-serif;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.-left-10 {
  left: -2.5rem;
}

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

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

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

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

.m-12 {
  margin: 3rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-20 {
  margin: 5rem;
}

.-m-4 {
  margin: -1rem;
}

.m-10 {
  margin: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 2.5rem;
}

.mt-auto {
  margin-top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-14 {
  margin-left: 3.5rem;
}

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

.h-96 {
  height: 24rem;
}

.h-52 {
  height: 13rem;
}

.max-h-0 {
  max-height: 0px;
}

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

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

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.w-36 {
  width: 9rem;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-20 {
  width: 5rem;
}

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

.w-24 {
  width: 6rem;
}

.max-w-md {
  max-width: 28rem;
}

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

.max-w-xs {
  max-width: 6rem;
}

.max-w-screen-sm {
  max-width: 480px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-screen-md {
  max-width: 768px;
}

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

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

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

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

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

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

.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-left {
  justify-content: left !important;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

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

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

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

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

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

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

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

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

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

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

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

.border-r-0 {
  border-right-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

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

.border-whiteGlaze {
  border-color: hsla(185, 33%, 93%, 1);
}

.border-oasisStream {
  border-color: hsla(168, 66%, 77%, 1);
}

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

.border-\[\#488C80\] {
  --tw-border-opacity: 1;
  border-color: rgb(72 140 128 / var(--tw-border-opacity));
}

.border-coolMint {
  border-color: hsla(183, 20%, 82%, 1);
}

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

.border-black {
  border-color: hsla(0, 0%, 0%, 1);
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-\[\#515151\] {
  --tw-border-opacity: 1;
  border-color: rgb(81 81 81 / var(--tw-border-opacity));
}

.border-\[\#D84862\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 72 98 / var(--tw-border-opacity));
}

.border-b-oasisStream {
  border-bottom-color: hsla(168, 66%, 77%, 1);
}

.border-b-coolMint {
  border-bottom-color: hsla(183, 20%, 82%, 1);
}

.bg-whiteGlaze {
  background-color: hsla(185, 33%, 93%, 1);
}

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

.bg-alice-blue {
  background-color: hsla(210, 33.33%, 95.29%, 1);
}

.bg-\[\#ECF0F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 241 / var(--tw-bg-opacity));
}

.bg-oasisStream {
  background-color: hsla(168, 66%, 77%, 1);
}

.bg-black {
  background-color: hsla(0, 0%, 0%, 1);
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-\[\#1B1E1FE5\] {
  background-color: #1B1E1FE5;
}

.bg-\[\#2F2F2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity));
}

.bg-\[\#9CEBDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(156 235 219 / var(--tw-bg-opacity));
}

.bg-\[\#eaeaea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}

.bg-\[\#D7F7F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 247 241 / var(--tw-bg-opacity));
}

.bg-\[\#488C80\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 140 128 / var(--tw-bg-opacity));
}

.bg-\[\#515151\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 81 81 / var(--tw-bg-opacity));
}

.bg-\[\#F7DADF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 218 223 / var(--tw-bg-opacity));
}

.bg-\[\#D84862\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 72 98 / var(--tw-bg-opacity));
}

.bg-fii-black {
  background-color: hsl(205, 41%, 11%);
}

.bg-fii-green {
  background-color: rgba(116, 165, 69, 0.20);
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.bg-newblue {
  --tw-bg-opacity: 1;
  background-color: rgb(156 235 219 / var(--tw-bg-opacity));
}

.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(198 248 236 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 26 / var(--tw-bg-opacity));
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-FoundersGroteskSemibold {
  font-family: FoundersGroteskSemibold;
}

.font-FoundersGroteskLight {
  font-family: FoundersGroteskLight;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

.text-title {
  font-size: 46px;
  line-height: 42px;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.text-oasisStream {
  color: hsla(168, 66%, 77%, 1);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(100 173 158 / var(--tw-text-opacity));
}

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

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

.text-black {
  color: hsla(0, 0%, 0%, 1);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-fii-gradient {
  background: linear-gradient(90deg, #5581A0 30.14%, #72A549 80.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.opacity-0 {
  opacity: 0;
}

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

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

.outline {
  outline-style: solid;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

@font-face {
  font-family: "FoundersGroteskLight";

  src: url("./fonts/new/founders-grotesk-light.woff2");
}

@font-face {
  font-family: "FoundersGroteskRegular";

  src: url("./fonts/new/founders-grotesk-regular.woff2");
}

@font-face {
  font-family: "FoundersGroteskRegularItalic";

  src: url("./fonts/FoundersGrotesk-RegularItalic.otf");
}

@font-face {
  font-family: "FoundersGroteskSemibold";

  src: url("./fonts/new/founders-grotesk-semibold.woff2");
}

.grecaptcha-badge {
  display: none;
}

body {
  margin-top: -0.5rem;
  padding-top: 6rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  body {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.container{
  width:100% !important;
  max-width:100% !important;
}

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

/* Hamburger Menu */

.hamburger {
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  position: relative;
}

.hamburger-top,
.hamburger-middle,
.hamburger-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #000;
  transform: rotate(0);
  transition: all 0.5s;
}

.hamburger-middle {
  transform: translateY(7px);
}

.hamburger-bottom {
  transform: translateY(14px);
}

.open {
  transform: rotate(90deg);
  transform: translateY(0px);
}

.open .hamburger-top {
  transform: rotate(45deg) translateY(6px) translate(6px);
}

.open .hamburger-middle {
  display: none;
}

.open .hamburger-bottom {
  transform: rotate(-45deg) translateY(6px) translate(-6px);
}

/* Primary menu */

#primary-menu li a:hover {
  color: hsla(168, 66%, 77%, 1);
}

nav.fixed ul li svg{
  margin: 5px;
}

.current-menu-item {
  color: hsla(168, 66%, 77%, 1);
}

.form-control {
  margin-bottom: 0.75rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .form-control {
    width: 66.666667%;
  }
}

.form-control{
  background: #f8f8f8;
}

#watchDemoModal .form-control{
  width: auto;
}

.wpcf7-form {
  font-size: 1rem;
  line-height: 1.5rem;
}

ul.number .wpcf7-form{
  line-height: 18px;
  display: inline-block;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wpcf7-select {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .wpcf7-select {
    width: 66.666667%;
  }
}

.wpcf7-checkbox label, .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: .75rem;
}

.wpcf7-checkbox input, .wpcf7-acceptance input {
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}

.wpcf7-checkbox input:checked, .wpcf7-acceptance input:checked {
  border-color: hsla(168, 66%, 77%, 1);
  background-color: hsla(168, 66%, 77%, 1);
}

.wpcf7-form hr {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.wpcf7-form .form-group {
  margin-bottom: 0.5rem;
}

.wpcf7-form .form-group label {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}

ul.number .wpcf7-form .form-group label{
  line-height: 18px;
  display: inline-block;
}

.wpcf7-acceptance {
  position: relative;
  margin-bottom: 1.25rem;
  display: block;
  padding-left: 2.5rem;
}

.wpcf7-acceptance input {
  position: absolute;
  top: 0.25rem;
  left: 0px;
}

.wpcf7-list-item{
  margin: 0;
}

.wpcf7-form button {
  margin-top: 1.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsla(183, 20%, 82%, 1);
  background-color: hsla(168, 66%, 77%, 1);
  padding: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: hsla(0, 0%, 0%, 1);
}

.wpcf7-form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fii-demo-button {
  border-radius: 18px;
  border: 1px solid #74A545;
  background: linear-gradient(270deg, #72A549 8.45%, #5581A0 91.54%);
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  line-height: 1rem;
}

.researchInsightNews li {
  border-bottom-width: 1px;
  border-color: hsla(189, 25%, 90%, 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.researchInsightNews li header {
  display: flex;
  justify-content: space-between;
}

.entry-content p, .entry-content ol, .entry-content ul, p {
  padding-bottom: 1.25rem;
}

strong, b {
  font-family: FoundersGroteskSemibold;
}

/* team */

/* .team-photo,.card-img-top{
  @apply bg-white mb-5
}*/

.team-photo {
  position: relative;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}

.team-photo .rounded-circle {
  margin-bottom: 1.25rem;
  border-radius: 9999px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.team {
  margin-bottom: 0.75rem;
  padding-right: 3rem;
}

.team .accordion {
  width: 75%;
}

.team h5 {
  font-family: FoundersGroteskSemibold;
}

.insight .card-text {
  font-family: FoundersGroteskSemibold;
}

.sectionTitle {
  font-family: FoundersGroteskSemibold;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .sectionTitle {
    text-align: left;
    font-size: 46px;
    line-height: 42px;
  }
}

/* euSpotlight */

.euSpotlight dt {
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  border-color: hsla(185, 33%, 93%, 1);
  padding-bottom: 0.5rem;
  font-family: FoundersGroteskSemibold;
}

.euSpotlight dd {
  margin-bottom: 1.25rem;
}

/*modal*/

.modal-body .form-control {
  width: 100%;
}

/*Slider*/

@media(min-width:1600px){
  .heroSlider{
    max-height: 480px;
  }
}

.shadow-box{
  /* @apply text-2xl; */
}

/*Navigation*/

.menu-item-has-children{
  position: relative;
}

.menu-item-has-children .sub-menu{
  display: none;
  position: absolute;
}

.menu-item-has-children:hover .sub-menu{
  display: block;
}

/*check list*/

.check-list li{
  background-image: url(src/images/checked.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 1.25rem;
  padding-left: 2.25rem
}

footer .form-control {
  margin-top: 0.75rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

footer .btn {
  margin-left: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 20px;
}

footer .email-main{
  position: relative;
}

footer .email-main .wpcf7-not-valid-tip {
  position: absolute;
}

.caseStudies .slick-track
{
  display: flex !important;
}

.caseStudies .slick-slide
{
  height: inherit !important;
}

@media (min-width: 768px) {
  .caseStudies .slick-dots {
    bottom: 2.25rem;
  }

  .slick-dotted.slick-slider.caseStudies {
    margin: 0px;
  }
}

.fancybox__slide .fancybox__content {
  max-width  : 95%;
}

.researchInsights a:hover {
  color: hsla(168, 66%, 77%, 1);
}

article.post .entry-content a{
  text-decoration: underline;
}

article.post .entry-content a:hover {
  color: hsla(168, 66%, 77%, 1);
}

article.post .entry-content ul{
  list-style: disc;
  padding-left: 1rem;
}

article.post .entry-content ol{
  padding-left: 1rem;
}

article.post .entry-content ol li{
  margin-bottom: 1rem;
}

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

.dataTables_wrapper thead,
.dataTables_wrapper tfoot {
  background-color: hsla(0, 0%, 0%, 1);
  color: white;
}

.dataTables_wrapper td {
  padding: 0;
  line-height: 1rem;
}

.thead-gray {
  background-color: hsla(192, 15%, 94%, 1) !important;
  color: black !important;
}

.dataTables_scroll {
  margin: 20px 0;
}

.dataTables_length select {
  width: 80px;
  margin-bottom: 50px;
}

.tabContent {
  padding-bottom: 2.5rem;
}

.tabContent thead td{
  font-size: 18px;
}

.tabContent div{
  /* border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9; */
  overflow: hidden;
}

@media(min-width:768px){
  .tabContent div{
    width: 70%;
    margin: 0 auto;
  }
}

.tabContent td{
  border-color: #d9d9d9;
  width: 16.666667%;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem
}

ul.number .tabContent td{
  line-height: 18px;
  display: inline-block;
}

.tabContent tbody td span{
  /* width: 60%;
  display: inline-block; */
}

.tabContent tr td:last-child{
  /* border-right:0; */
}

@media(min-width:768px){
  .tabContent tr td:first-child{
    width: 50%;
  }
}

nav.coverage{
  color: #D8D6D8;
  padding-bottom: 1.75rem;
  padding-top: 1.25rem;
  font-family: FoundersGroteskSemibold;
  font-size: 1.25rem;
  line-height: 1.75rem
}

@media(max-width:767px){
  nav.coverage a{
    display: block;
  }
}

nav.coverage span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

nav.coverage .active {
  font-family: FoundersGroteskSemibold;
  color: hsla(0, 0%, 0%, 1);
}

@media(min-width:768px){
  .requestDemo{
    background-image: url(src/images/welcome-white-long.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top;
    background-attachment:fixed;
  }
}

.sfdrArticle li span {
  display: block;
  border-radius: 0.25rem;
  background-color: hsla(0, 0%, 0%, 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sfdrArticle.article9 li span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: hsla(0, 0%, 0%, 1);
}

.sfdrArticle .oasisStream li span {
  background-color: hsla(168, 66%, 77%, 1);
  color: hsla(0, 0%, 0%, 1);
}

.sfdrArticle li:after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2381C2B3' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 13.5L12 21m0 0l-7.5-7.5M12 21V3' /%3E%3C/svg%3E");
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  margin: 0 auto;
}

.sfdrArticle li:last-child::after{
  display: none;
}

.sfdrArticle li ul{
  list-style: disc;
  padding-left: 2rem;
}

.sfdrArticle li li::after{
  display: none;
}

.bwbg{
  position: relative;
}

@media(min-width:768px){
  .bwbg::after{
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #000;
    position:absolute;
    left: 60%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.esg__management{
  background-image: url(src/images/corporateesg/gradient.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #000;
}

ul.number li{
  background-repeat: no-repeat;
  background-size: 85px;
  left: 0;
  padding-left: 8rem;
  background-position: 0 50%;
}

ul.number li p{
  padding-bottom: 0;
}

ul.number li.one{
  background-image:url(src/images/corporateesg/01.png);
  background-size: 77px;
}

ul.number li.two{
  background-image:url(src/images/corporateesg/02.png);
}

ul.number li.three{
  background-image:url(src/images/corporateesg/03.png);
}

ul.number li.four{
  background-image:url(src/images/corporateesg/04.png);
}

ul.number li.five{
  background-image:url(src/images/corporateesg/05.png);
}

ul.number li.fii-one{
  background-image:url(src/images/corporateesg/fii-01.png);
}

ul.number li.fii-two{
  background-image:url(src/images/corporateesg/fii-02.png);
}

ul.number li.fii-three{
  background-image:url(src/images/corporateesg/fii-03.png);
}

ul.number li.fii-four{
  background-image:url(src/images/corporateesg/fii-04.png);
}

ul.number li.fii-five{
  background-image:url(src/images/corporateesg/fii-05.png);
}

ul.number li.fii-six{
  background-image:url(src/images/corporateesg/fii-06.png);
}

.customBullet li{
  background-image:url(src/images/repex/check-mark.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 24px;
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.customBullet.black li{
  background-image:url(src/images/check-mark-black.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 24px;
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.page-template-repex-redirectpage ul.number li{
  background-position: 0 5px;
}

ul.number .text-base{
  line-height: 18px;
  display: inline-block;
}

.ribbon {
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background-color: hsla(168, 66%, 77%, 1);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 2.5rem;
}

.ribbon::before {
  position: absolute;
  background-color: hsla(168, 66%, 77%, 1);
  content: '';
  height: 100%;
  top: 0;
  bottom: 0;
  width: 1000%;
  left: -1000%;
  z-index: 1;
}

.activateButton, .activateButtonNew {
  position: relative;
  margin-bottom: 1.5rem;
  max-width: 48rem;
  align-items: center;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 2.5rem;
}

.activateButton,.activateButtonNew{
  background-color: #0F171A;
}

.ortecButton {
  position: relative;
  margin-bottom: 1.5rem;
  max-width: 48rem;
  align-items: center;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  background-color:#0084CC;
}

.activateButtonNew{
  background-color: #9CEBDB;
}

.ortecButton::after {
  position: absolute;
  background-color: #0084CC;
  content: '';
  height: 100%;
  top: 0;
  bottom: 0;
  width: 1000%;
  right: -1000%;
  z-index: 1;
}

.activateButton span, .activateButtonNew span{
  display: block;
}

.activateButton span span, .activateButtonNew span span{
  display: inline;
}

.activateButton::before, .activateButtonNew::before {
  position: absolute;
}

.activateButton::before,.activateButtonNew::before{
  background-color: #0F171A;
  content: '';
  height: 100%;
  top: 0;
  bottom: 0;
  width: 1000%;
  left: -1000%;
  z-index: 1;
}

.activateButtonNew::before{
  background-color: #9CEBDB;
}

.activateButton img, .activateButtonNew img{
  width: 55px;
}

.page-template-campaign .form-control, .page-template-campaign .wpcf7, .page-template-campaign .wpcf7-select, .page-template-campaign-request-demo .form-control, .page-template-campaign-request-demo .wpcf7, .page-template-campaign-request-demo .wpcf7-select {
  width: 100%;
}

.page-template-campaign .wpcf7-select {
  margin-bottom: 0.75rem;
}

.page-template-campaign .wpcf7-text, .page-template-campaign .wpcf7-select, .page-template-campaign .wpcf7-textarea, .page-template-campaign-request-demo .wpcf7-text, .page-template-campaign-request-demo .wpcf7-select, .page-template-campaign-request-demo .wpcf7-textarea {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.site-footer .wpcf7-form button {
  margin-top: 0px;
}

.boardSlider  .slick-prev:before, .boardSlider .slick-next:before {
  font-size: 3rem;
  line-height: 1;
  color: hsla(168, 66%, 77%, 1);
}

.boardSlider  .slick-prev, .boardSlider .slick-next{
  top: 20%;
  width: 38px;
  height: 38px;
  z-index: 999;
}

.boardSlider  .slick-prev{
  left: 0;
}

.boardSlider .slick-next{
  right: 25px;
}

.boardSlider .slick-center img{
  width: 300px !important;
}

.boardSlider .bio{
  visibility: hidden;
}

.boardSlider img{
  margin-top: 55px;
}

.boardSlider .slick-center .bio{
  visibility: visible;
}

.boardSlider .slick-center img{
  margin-top: 0;
}

#our-people .bio p {
  font-size: 1rem;
  line-height: 1.5rem;
}

ul.number #our-people .bio p{
  line-height: 18px;
  display: inline-block;
}

#our-people .bio p:last-child{
  visibility: hidden;
  opacity:0;
  transition:visibility 0.3s linear,opacity 0.3s linear;
}

#our-people .team:hover .bio p:last-child{
  visibility: visible;
  opacity:1;
}

ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.page-numbers > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

ul.page-numbers {
  font-family: FoundersGroteskSemibold;
}

ul.page-numbers .current {
  color: hsla(168, 66%, 77%, 1);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.page-numbers .prev{
  background: url(src/images/about/prev.png) no-repeat;
  text-indent: -999em;
  display: block;
  width: 19px;
  height: 19px;
  background-size: contain;
}

ul.page-numbers .next{
  background: url(src/images/about/next.png) no-repeat;
  text-indent: -999em;
  display: block;
  width: 19px;
  height: 19px;
  background-size: contain;
}

.partnerships .slick-slide{
  width: 130px !important;
}

.btn-arrow a{
  display: flex;
  justify-content: end;
}

.btn-arrow a:after{
  content: '';
  display: inline-block;
  background: url(src/images/use-cases/arrow.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-left: 10px;
}

.acordionSection button svg{
  width: 20px;
}

.acordionSection button .ico-plus svg{
  width: 30px;
}

table.howdoesitwork td {
  padding-bottom: 0.75rem;
}

table.howdoesitwork tbody td {
  line-height: 1.25rem;
}

table.howdoesitwork thead td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.hover\:bg-black:hover {
  background-color: hsla(0, 0%, 0%, 1);
}

.hover\:bg-oasisStream:hover {
  background-color: hsla(168, 66%, 77%, 1);
}

.hover\:bg-whiteGlaze:hover {
  background-color: hsla(185, 33%, 93%, 1);
}

.hover\:text-oasisStream:hover {
  color: hsla(168, 66%, 77%, 1);
}

.hover\:text-black:hover {
  color: hsla(0, 0%, 0%, 1);
}

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

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(100 173 158 / var(--tw-text-opacity));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:grayscale:hover {
  --tw-grayscale: grayscale(100%);
  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);
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

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

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 480px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

  .md\:mt-60 {
    margin-top: 15rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

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

  .md\:w-1\/5 {
    width: 20%;
  }

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

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

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

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

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

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

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

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

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

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

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

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

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

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

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

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

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

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

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

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

  .md\:text-title {
    font-size: 46px;
    line-height: 42px;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .md\:text-tightheading {
    font-size: 86px;
    line-height: 84px;
  }

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

  .md\:text-heading {
    font-size: 100px;
    line-height: 100px;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

  .md\:text-featureHeading {
    font-size: 44px;
    line-height: 52px;
  }

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

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

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

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

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

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

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

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-48 {
    width: 12rem;
  }

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

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

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

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

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

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

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

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

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-tightheading {
    font-size: 86px;
    line-height: 84px;
  }

  .lg\:text-title {
    font-size: 46px;
    line-height: 42px;
  }

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

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

  .lg\:text-subtitle {
    font-size: 26px;
    line-height: 26px;
  }

  .lg\:text-featureHeading {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1440px) {
  .xl\:w-1\/6 {
    width: 16.666667%;
  }
}
