/*
! tailwindcss v3.3.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

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

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-left-8 {
  left: -2rem;
}
.-top-2 {
  top: -0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.m-0 {
  margin: 0px;
}
.m-16 {
  margin: 4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-184 {
  max-height: 184px;
}
.max-h-210 {
  max-height: 210px;
}
.max-h-450 {
  max-height: 450px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-16 {
  width: 4rem;
}
.w-3\/4 {
  width: 75%;
}
.w-312 {
  width: 312px;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-1024 {
  max-width: 64rem;
}
.max-w-1200 {
  max-width: 75rem;
}
.max-w-210 {
  max-width: 210px;
}
.max-w-380 {
  max-width: 23.75rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-440 {
  max-width: 440px;
}
.max-w-530 {
  max-width: 530px;
}
.max-w-640 {
  max-width: 640px;
}
.max-w-910 {
  max-width: 910px;
}
.max-w-container {
  max-width: 112.5rem;
}
.max-w-interior {
  max-width: 90rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-reading {
  max-width: 57rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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;
}
.list-none {
  list-style-type: none;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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-items-start {
  justify-items: start;
}
.gap-16 {
  gap: 4rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(240 239 236 / var(--tw-border-opacity));
}
.border-medium-gray {
  --tw-border-opacity: 1;
  border-color: rgb(219 213 199 / var(--tw-border-opacity));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(231 168 48 / var(--tw-border-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(59 57 57 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(170 189 102 / var(--tw-bg-opacity));
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 236 / var(--tw-bg-opacity));
}
.bg-medium-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(219 213 199 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(231 168 48 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-20 {
  font-size: 1.25rem;
}
.text-22 {
  font-size: 1.375rem;
}
.text-24 {
  font-size: 1.5rem;
}
.text-26 {
  font-size: 1.625rem;
}
.text-30 {
  font-size: 1.875rem;
}
.text-40 {
  font-size: 2.5rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.1875rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(59 57 57 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-grayness {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  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;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.underline {
  text-decoration: underline;
  -webkit-text-decoration-color: #E7A830;
          text-decoration-color: #E7A830;
  text-decoration-thickness: 3px;
}
/* purgecss start ignore */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager a {
  padding: 1rem;
  display: block;
  color: #000;
}
@media (min-width: 1024px) {}

.transform-none {
  transform: none;
}

.bg-gradient-black {
  background: linear-gradient(0deg, #000, transparent);
}

:is(a, button, input, textarea, summary, #menuToggle, #glaucoma-logo, #search-trigger) {
  --outline-size: max(2px, 0.08em);
  --outline-style: none;
  --outline-color: currentColor;
}

:is(a, button, input, textarea, summary, #search-trigger):focus {
  outline: var(--outline-size) var(--outline-style) var(--outline-color);
  outline-offset: var(--outline-offset, var(--outline-size));
  background-color: transparent;
}

:is(a, button, input, textarea, summary):focus:not(:focus-visible) {
  outline: none;
  background-color: transparent;
}

.arrow-right svg {
  stroke: #000000;
  transition: 0.1s ease-in;
}
.arrow-right:hover svg {
  transform: translateX(50%);
}

.orange-underline {
  position: relative;
}
.orange-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: #E7A830;
  transition: opacity 300ms, transform 300ms;
  opacity: 1;
  transform: scale(0);
  transform-origin: left;
}
.orange-underline:hover:after {
  transform: scale(1);
}

.active-menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  border-radius: 0;
  background-color: #E7A830;
}

.mobile-active-menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 3px;
  border-radius: 0;
  background-color: #E7A830;
}

.arrow-right-white svg, .arrow-right-white path {
  stroke: #FFF;
  fill: #FFF;
  transition: 0.1s ease-in;
}
.arrow-right-white:hover svg {
  stroke: #FFF;
  transform: translateX(50%);
}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom img {
  transition: transform 0.5s ease;
}
.img-hover-zoom img:hover {
  transform: scale(1.15);
}

.tabs button {
  border-bottom: 0;
}
.tabs a {
  border: 2px #DBD5C7 solid;
}
@media (min-width: 1024px) {
  .tabs a {
    border-bottom: 0;
  }
}

.video-responsive,
.wp-block-embed__wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
.video-responsive iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-up-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #E7A830;
          text-decoration-color: #E7A830;
  text-decoration-thickness: 3px;
  background: linear-gradient(to top, #E7A830 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 200%;
  background-position: top left;
  transition: all 0.2s ease-out;
}
.hover-up-link:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-position: bottom left;
}

#footer-menu a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #E7A830;
          text-decoration-color: #E7A830;
  text-decoration-thickness: 3px;
  background: linear-gradient(to top, #E7A830 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 200%;
  background-position: top left;
  transition: all 0.2s ease-out;
}
#footer-menu a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-position: bottom left;
}

.stop-scrolling {
  height: 100%;
  overflow-y: hidden; /*hides vertical scrollbar*/
}

.image-wrapper img {
  max-width: inherit;
}

.accessibility-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.stretch-bg {
  padding-left: 2rem;
  margin-left: -2rem;
}
@media (min-width: 768px) {
  .stretch-bg {
    padding-left: 0;
    margin-left: auto;
  }
}

.remove-margin {
  margin-left: -2rem;
}
@media (min-width: 768px) {
  .remove-margin {
    margin-left: auto;
  }
}

.no-width img {
  width: auto;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  max-width: 32rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 213 199 / var(--tw-border-opacity));
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  select,
  textarea {
    font-size: 1.125rem;
  }
}

#searchform input[type=text] {
  padding: 0 0.5rem;
  text-decoration: none !important;
  border: 0 none;
}
#searchform input[type=text]:focus {
  border: 1px solid #000;
}
#searchform::-moz-placeholder {
  font-family: "Open Sans, bold", sans-serif;
  font-weight: 700;
}
#searchform::placeholder {
  font-family: "Open Sans, bold", sans-serif;
  font-weight: 700;
}

#searchform-mobile input {
  text-decoration: none !important;
}
#searchform-mobile input::-moz-placeholder {
  color: #000;
}
#searchform-mobile input::placeholder {
  color: #000;
}

.background-arrow {
  background-image: url("/wp-content/themes/glaucoma/public/images/carat.svg");
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-size: 20px 20px;
}

.gform_wrapper.gform-theme .gform_button {
  background: #E7A830 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: black !important;
  font-size: 1rem !important;
  font-family: "Open Sans, bold", sans-serif !important;
}
.gform_wrapper.gform-theme .gfield_label,
.gform_wrapper.gform-theme .gform-field-label {
  color: black !important;
  font-size: 1rem !important;
  font-family: "Open Sans, bold", sans-serif !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  select,
  select:focus,
  textarea,
  textarea:focus,
  input,
  input:focus {
    font-size: 16px;
  }
}
button,
input[type=submit],
.btn,
.btn--white,
.gform_wrapper.gform-theme .gform_button {
  box-sizing: border-box;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 168 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 168 48 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Open Sans, bold", sans-serif;
}
@media (min-width: 768px) {}
@media (min-width: 1024px) {}
button:hover,
input[type=submit]:hover,
.btn:hover,
.btn--white:hover,
.gform_wrapper.gform-theme .gform_button:hover {
  box-sizing: border-box;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 168 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(231 168 48 / var(--tw-text-opacity));
}

.btn--white {
  border: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  min-width: 110px;
}

a.btn, .gform_wrapper.gform-theme a.gform_button, a.btn--white {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.heart:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: url("/wp-content/themes/glaucoma/public/images/heart-solid.svg") no-repeat center;
  background-size: 1rem 1rem;
  margin-right: 0.5rem;
}
.heart:hover:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: url("/wp-content/themes/glaucoma/public/images/heart-orange.svg") no-repeat center;
  background-size: 1rem 1rem;
  margin-right: 0.5rem;
}

.btn-back {
  background: transparent url("/wp-content/themes/glaucoma/public/images/back-arrow.svg") center left no-repeat;
  padding-left: 18px;
}

.navbar-burger {
  background: #E7A830 !important;
}

.btn.mobile-donate, .gform_wrapper.gform-theme .mobile-donate.gform_button, .mobile-donate.btn--white {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}

.btn--clear {
  background-color: #FFF;
  color: black;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-variablefont_wdthwght-webfont.woff2") format("woff2"), url("../fonts/opensans-variablefont_wdthwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans, bold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MonotypeSabonProRegular";
  src: url("../fonts/MonotypeSabonProRegular/font.woff2") format("woff2"), url("../fonts/MonotypeSabonProRegular/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman Bold";
  src: url("../fonts/times_new_roman_bold-webfont.woff2") format("woff2"), url("../fonts/times_new_roman_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

* {
  font-family: "Open Sans", sans-serif;
}

strong {
  font-family: "Open Sans, bold", sans-serif;
}
strong a {
  font-family: "Open Sans, bold", sans-serif;
}

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

a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #E7A830;
          text-decoration-color: #E7A830;
  text-decoration-thickness: 3px;
}
a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-bg-opacity: 1;
  background-color: rgb(231 168 48 / var(--tw-bg-opacity));
}

p {
  margin-bottom: 1rem;
}
p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #E7A830;
          text-decoration-color: #E7A830;
  text-decoration-thickness: 3px;
  background: linear-gradient(to top, #E7A830 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 200%;
  background-position: top left;
  transition: all 0.2s ease-out;
}
p a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-position: bottom left;
}

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

h1, h2, h3 {
  font-family: "MonotypeSabonProRegular", serif;
  color: black;
  margin-bottom: 0.25rem;
  margin-top: 2rem;
}
h1 span, h2 span, h3 span {
  font-family: "MonotypeSabonProRegular", serif;
}
h1 a, h2 a, h3 a {
  text-underline-offset: 6px;
  font-family: "MonotypeSabonProRegular", serif !important;
}
h1 strong, h2 strong, h3 strong {
  font-family: "MonotypeSabonProRegular", serif;
}

h4 {
  font-family: "Open Sans, bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 800;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.25;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.875rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.125rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.875rem;
  }
}
.times-font {
  font-family: "MonotypeSabonProRegular", serif;
}
.times-font p {
  font-family: "MonotypeSabonProRegular", serif;
}

.font-bold, b {
  font-family: "Open Sans, bold", sans-serif;
}

.block--core-list ul,
.faq-listing-container ul,
.introduction ul,
.tabbed-content ul,
#content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2em;
}
.block--core-list li,
.faq-listing-container li,
.introduction li,
.tabbed-content li,
#content li {
  margin-bottom: 1rem;
}
.block--core-list li::marker,
.faq-listing-container li::marker,
.introduction li::marker,
.tabbed-content li::marker,
#content li::marker {
  font-family: "Montserrat", sans-serif;
}
.block--core-list ol,
.faq-listing-container ol,
.introduction ol,
.tabbed-content ol,
#content ol {
  list-style-type: decimal;
  list-style-position: outside;
}
@media (min-width: 768px) {
  .block--core-list ol,
  .faq-listing-container ol,
  .introduction ol,
  .tabbed-content ol,
  #content ol {
    margin-left: 2em;
  }
}
.block--core-list ul ul, .block--core-list ol ul,
.faq-listing-container ul ul,
.faq-listing-container ol ul,
.introduction ul ul,
.introduction ol ul,
.tabbed-content ul ul,
.tabbed-content ol ul,
#content ul ul,
#content ol ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .block--core-list ul ul, .block--core-list ol ul,
  .faq-listing-container ul ul,
  .faq-listing-container ol ul,
  .introduction ul ul,
  .introduction ol ul,
  .tabbed-content ul ul,
  .tabbed-content ol ul,
  #content ul ul,
  #content ol ul {
    margin-left: 15px;
    padding-left: 2rem;
  }
}
.block--core-list ol ol, .block--core-list ul ol,
.faq-listing-container ol ol,
.faq-listing-container ul ol,
.introduction ol ol,
.introduction ul ol,
.tabbed-content ol ol,
.tabbed-content ul ol,
#content ol ol,
#content ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 0;
}
@media (min-width: 768px) {
  .block--core-list ol ol, .block--core-list ul ol,
  .faq-listing-container ol ol,
  .faq-listing-container ul ol,
  .introduction ol ol,
  .introduction ul ol,
  .tabbed-content ol ol,
  .tabbed-content ul ol,
  #content ol ol,
  #content ul ol {
    margin-left: 15px;
  }
}
.block--core-list ol ol,
.faq-listing-container ol ol,
.introduction ol ol,
.tabbed-content ol ol,
#content ol ol {
  list-style-type: decimal;
  margin-left: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .block--core-list ol ol,
  .faq-listing-container ol ol,
  .introduction ol ol,
  .tabbed-content ol ol,
  #content ol ol {
    margin-left: 15px;
    padding-left: 2rem;
  }
}
.block--core-list ul li ul li ul,
.block--core-list ul li ol li ul ol li ul li ul,
.block--core-list ol li ol li ul,
.faq-listing-container ul li ul li ul,
.faq-listing-container ul li ol li ul ol li ul li ul,
.faq-listing-container ol li ol li ul,
.introduction ul li ul li ul,
.introduction ul li ol li ul ol li ul li ul,
.introduction ol li ol li ul,
.tabbed-content ul li ul li ul,
.tabbed-content ul li ol li ul ol li ul li ul,
.tabbed-content ol li ol li ul,
#content ul li ul li ul,
#content ul li ol li ul ol li ul li ul,
#content ol li ol li ul {
  list-style: square !important;
}

ul.pagination {
  list-style-type: none !important;
  list-style-position: inherit !important;
  margin-left: inherit !important;
}

#page-search-results li {
  margin-bottom: 2rem;
}
#page-search-results .highlighted {
  font-family: "Open Sans", sans-serif;
  background-color: #E5EBD1;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
}

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

.wordpress-preview {
  display: none;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.wp-element-caption {
  font-size: 1rem;
}

figcaption {
  text-transform: lowercase;
}
figcaption:first-letter {
  text-transform: uppercase;
}

.is-layout-flex {
  justify-content: center;
}

.slick-dots {
  position: inherit !important;
  margin-left: 0 !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
}

.slide__arrow {
  background: white;
  border: none;
  padding-top: 1rem;
  background-position: center;
}
.slide__arrow--left {
  background: url("/wp-content/themes/glaucoma/public/images/arrow-left-slider.svg") no-repeat center;
}
.slide__arrow--right {
  background: url("/wp-content/themes/glaucoma/public/images/arrow-right-slider.svg") no-repeat center;
}

.quote-slider .slick-dots li button:before {
  color: white !important;
}
.quote-slider .slick-dotted.slick-slider {
  margin-bottom: 14px !important;
}
.quote-slider .slick-dots {
  margin-top: 3px;
}
.quote-slider .slide__arrow--left {
  background: url("/wp-content/themes/glaucoma/public/images/arrow-left-slider-white.svg") no-repeat center;
}
.quote-slider .slide__arrow--right {
  background: url("/wp-content/themes/glaucoma/public/images/arrow-right-slider-white.svg") no-repeat center;
}

.page-menu-block svg {
  display: inline;
  width: 10px;
  margin-left: 5px;
  margin-top: -3px;
}

.feature-links-on-image .variable-height {
  height: calc(100% - 6rem);
}

.introduction p {
  font-family: "MonotypeSabonProRegular";
}

.video-listing .play-button {
  width: 90px;
}
.video-listing .play-button-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}

@media (min-width: 1024px) {
  .video-slider img {
    width: inherit;
  }
}
.video-slider .play-button {
  width: 90px;
}
.video-slider .play-button-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}

.article-listing img {
  max-width: inherit;
}

@media (min-width: 1380px) {
  #article-image {
    margin-left: -13rem;
  }
}

.faq__answer img {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.people-listing img {
  width: 100%;
  max-width: 210px;
}

.bio-block button {
  padding: 0.25rem;
  line-height: 0.5;
}

.tabbed-content img {
  width: inherit;
}

.block--core-paragraph a, .block--core-list a, .block--core-list-item a, .block--core-heading a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #E7A830;
          text-decoration-color: #E7A830;
  text-decoration-thickness: 3px;
  background: linear-gradient(to top, #E7A830 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 200%;
  background-position: top left;
  transition: all 0.2s ease-out;
}
.block--core-paragraph a:hover, .block--core-list a:hover, .block--core-list-item a:hover, .block--core-heading a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-position: bottom left;
}

.ctl-wrapper .ctl-title a {
  pointer-events: none;
}

figure.is-type-video {
  margin: 0;
}

@media print {
  body {
    background: white;
    font-size: 12pt;
    margin: 0;
    padding: 0;
  }
  nav {
    display: none;
  }
  header {
    margin: 0;
    padding: 0;
  }
  iframe {
    width: 0;
    display: none;
  }
  #XAKWTADP {
    width: 0 !important;
    display: none !important;
  }
  .a11y-toolbar-list,
  .scroll-container,
  .scroll_top {
    display: none;
  }
  .print-page {
    display: none;
  }
  .back-nav {
    display: none;
  }
  #article-image {
    max-width: 250px;
    float: left;
    padding-right: 2rem;
  }
  #header {
    height: 75px;
  }
  #content {
    margin-left: 0;
    width: auto;
  }
  .demo .red {
    color: black;
    font-weight: bold;
  }
  #content a {
    color: #000066;
    text-decoration: underline;
    background: transparent !important;
  }
  #footer, .ad {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  blockquote, table, pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  @top-center {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 2em;
    content: counter(page);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.scroll-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.scroll-container:before {
  content: "";
  display: block;
  height: 100vh;
  pointer-events: none;
}

.scroll-container a {
  position: sticky;
  top: 90vh;
  cursor: pointer;
  font-size: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%) translateY(-60%);
}
.scroll-container a:hover {
  box-shadow: none;
  border: 1px solid #E7A830;
}
@media (min-width: 1024px) {
  .scroll-container a {
    width: 75px;
    height: 75px;
  }
}

/* purgecss end ignore */

.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
}

.placeholder\:text-base::placeholder {
  font-size: 1rem;
}

.placeholder\:font-bold::-moz-placeholder {
  font-weight: 700;
}

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

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.visited\:text-black:visited {
  color: rgb(0 0 0 );
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.hover\:bg-dark-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 57 57 / var(--tw-bg-opacity));
}

.hover\:bg-medium-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 213 199 / var(--tw-bg-opacity));
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 168 48 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #E7A830;
          text-decoration-color: #E7A830;
  text-decoration-thickness: 3px;
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

@media (min-width: 640px) {

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:max-w-210 {
    max-width: 210px;
  }

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

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

  .sm\:pl-12 {
    padding-left: 3rem;
  }

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

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

@media (min-width: 768px) {

  .md\:float-left {
    float: left;
  }

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

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

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

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:max-h-170 {
    max-height: 170px;
  }

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

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

  .md\:w-300 {
    width: 300px;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

  .md\:min-w-300 {
    min-width: 300px;
  }

  .md\:max-w-210 {
    max-width: 210px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

  .md\:text-22 {
    font-size: 1.375rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:text-26 {
    font-size: 1.625rem;
  }

  .md\:text-28 {
    font-size: 1.75rem;
  }

  .md\:text-32 {
    font-size: 2rem;
  }

  .md\:text-36 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:right-16 {
    right: 4rem;
  }

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

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

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

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

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

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

  .lg\:ml-12 {
    margin-left: 3rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-250 {
    height: 250px;
  }

  .lg\:h-275 {
    height: 275px;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-640 {
    height: 640px;
  }

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

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

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

  .lg\:w-765 {
    width: 765px;
  }

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

  .lg\:max-w-640 {
    max-width: 640px;
  }

  .lg\:max-w-724 {
    max-width: 45.25rem;
  }

  .lg\:max-w-interior {
    max-width: 90rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-reading {
    max-width: 57rem;
  }

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

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

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

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

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

  .lg\:text-24 {
    font-size: 1.5rem;
  }

  .lg\:text-26 {
    font-size: 1.625rem;
  }

  .lg\:text-28 {
    font-size: 1.75rem;
  }

  .lg\:text-30 {
    font-size: 1.875rem;
  }

  .lg\:text-36 {
    font-size: 2.25rem;
  }

  .lg\:text-40 {
    font-size: 2.5rem;
  }

  .lg\:text-52 {
    font-size: 3.25rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-44 {
    height: 11rem;
  }

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

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

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

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:text-20 {
    font-size: 1.25rem;
  }

  .xl\:text-26 {
    font-size: 1.625rem;
  }

  .xl\:text-30 {
    font-size: 1.875rem;
  }
}