/*
! tailwindcss v3.1.8 | 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: #8E9396;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  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;
}

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #E1E5E5;
  /* 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;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 3.75rem;
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-bottom-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(68 83 92 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  #header {
    height: 100%;
    width: 3.75rem;
    border-style: none;
    background-color: transparent;
  }
}

#header > .container {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

#header .site-title {
  position: absolute;
  left: 1.75rem;
  top: 50%;
  margin-top: -0.625rem;
  width: 10.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  #header .site-title {
    left: -50px;
    top: 120px;
    margin-top: 0px;
    --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));
    opacity: 0.1;
  }

  #root.admin-page #header .site-title, 
    #header.dark-title .site-title {
    --tw-text-opacity: 1;
    color: rgb(68 83 92 / var(--tw-text-opacity));
    opacity: 1;
  }
}

#header .site-title a {
  text-decoration-line: none;
}

#header .nav-toggle {
  position: absolute;
  top: 400px;
  left: inherit;
  right: 1.75rem;
  z-index: 2;
  margin-top: -0.406rem;
  margin-left: -0.75rem;
  height: 0.625rem;
  width: 1.75rem;
}

@media (min-width: 1280px) {
  #header .nav-toggle {
    right: 0px;
    left: 50%;
    height: 0.813rem;
    width: 1.5rem;
  }
}

#header .nav-toggle .bars {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

#header .nav-toggle .bars span {
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  #header .nav-toggle .bars span {
    height: 1px;
  }

  #root.admin-page #header .nav-toggle .bars span, 
    #header.dark .nav-toggle .bars span {
    --tw-bg-opacity: 1;
    background-color: rgb(68 83 92 / var(--tw-bg-opacity));
  }
}

#header .nav-toggle .bars span.mid {
  display: none;
}

@media (min-width: 1280px) {
  #header .nav-toggle .bars span.mid {
    display: block;
  }
}

#header .search-toggle {
  position: absolute;
  top: 400px;
  left: inherit;
  right: 4.75rem;
  z-index: 2;
  margin-top: -0.75rem;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 1280px) {
  #header .search-toggle {
    left: 50%;
    margin-top: -4.406rem;
    margin-left: -0.75rem;
  }

  #root.admin-page #header .search-toggle svg *, 
    #header.dark-search .search-toggle svg * {
    stroke: #44535C;
  }
}

@media screen and (min-height: 1100px) {
  #header .nav-toggle,  #header .search-toggle {
    top: 50%;
  }
}

@media screen and (max-width: 1279px) {
  #header .nav-toggle,  #header .search-toggle {
    top: 50%;
  }
}

#header .line {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: none;
  height: 100%;
  width: 1px;
  background-color: rgb(68 83 92 / 0.2);
}

@media (min-width: 1280px) {
  #header .line {
    display: block;
  }
}

#header .line .scrollbar{
  transition: background-color .2s ease-in-out;
  display: block;
  height: 100%;
  transform-origin: center top;
  --tw-bg-opacity: 1;
  background-color: rgb(186 157 15 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-page #header .line {
  display: none;
}

/* menu */

#header .main-navigation .site-title {
  position: absolute;
  left: 1.75rem;
  top: 50%;
  margin-top: -0.625rem;
  width: 10.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#header .main-navigation .site-title a {
  text-decoration-line: none;
}

#header .main-navigation {
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 20;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(35 45 51 / var(--tw-bg-opacity));
  transition-property: left;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#header .main-navigation.menu-shown {
  left: 0px;
}

#header .main-navigation .container {
  display: block;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5.5rem;
}

@media (min-width: 1024px) {
  #header .main-navigation .container {
    display: flex;
    width: 100%;
    overflow-y: visible;
    padding-top: 12.313rem;
  }
}

@media (min-width: 1280px) {
  #header .main-navigation .container {
    width: 83.333333%;
    padding-top: 0px;
  }
}

#header .main-navigation header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 3.75rem;
  width: 100%;
  justify-content: flex-end;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(35 45 51 / var(--tw-bg-opacity));
  padding-top: 0px;
}

@media (min-width: 1280px) {
  #header .main-navigation header {
    position: relative;
    height: auto;
    border-style: none;
    background-color: transparent;
    padding-top: 0px;
  }
}

#header .main-navigation header .close {
  text-shadow: none !important;
  opacity: 1 !important;
  margin-right: 1.75rem;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  text-decoration-line: none;
}

@media (min-width: 1280px) {
  #header .main-navigation header .close {
    margin-right: 0px;
  }
}

#header .main-navigation header .close svg path {
  stroke: #fff;
  opacity: 1;
}

#header .main-navigation header .close .text {
  margin-right: 2.125rem;
  display: none;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(131 141 147 / var(--tw-text-opacity));
  opacity: 1;
}

@media (min-width: 1280px) {
  #header .main-navigation header .close .text {
    display: block;
  }
}

#header .main-navigation header .close:hover .text {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
}

#header .main-navigation header .close:hover svg path {
  stroke: #D3B960;
}

/* menu container */

#header .main-navigation .menu-container {
  margin-bottom: 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 768px) {
  #header .main-navigation .menu-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #header .main-navigation .menu-container {
    margin-bottom: 0px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  #header .main-navigation .menu-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header .main-navigation .menu-container .menu {
  grid-column: span 1 / span 1;
  margin: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.625rem;
       column-gap: 2.625rem;
  row-gap: 1.75rem;
  padding: 0px;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  #header .main-navigation .menu-container .menu {
    grid-column: span 2 / span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #header .main-navigation .menu-container .menu {
    grid-column: span 5 / span 5;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  #header .main-navigation .menu-container .menu {
    row-gap: 3.313rem;
  }
}

#header .main-navigation .menu-container .menu a {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.175rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#header .main-navigation .menu-container .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #header .main-navigation .menu-container .menu a {
    font-size: 2rem;
  }
}

#header .main-navigation .menu-container .home-link {
  padding-right: 1rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
  #header .main-navigation .menu-container .home-link {
    text-align: center;
  }
}

#header .main-navigation .menu-container .home-link a.active {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
}

#header .main-navigation .menu-container .home-link a {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.175rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#header .main-navigation .menu-container .home-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #header .main-navigation .menu-container .home-link a {
    font-size: 2rem;
  }
}

#header .main-navigation .menu-container .menu a.active {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
}

#header .main-navigation .menu-container .menu span {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(173 181 185 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #header .main-navigation .menu-container .menu span {
    margin-top: 0.125rem;
  }
}

#header .main-navigation footer {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #header .main-navigation footer {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

#header .main-navigation footer .btn-wrap {
  margin-bottom: 2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 1024px) {
  #header .main-navigation footer .btn-wrap {
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  #header .main-navigation footer .btn-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header .main-navigation footer .text-wrap {
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  border-top-color: rgb(255 255 255 / 0.2);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  #header .main-navigation footer .text-wrap {
    flex-direction: row;
    align-items: flex-end;
  }
}

@media (min-width: 1024px) {
  #header .main-navigation footer .text-wrap {
    border-top-width: 0px;
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  #header .main-navigation footer .text-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header .main-navigation footer .text-wrap p {
  margin-bottom: 0px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(173 181 185 / var(--tw-text-opacity));
}

.logo-wrap {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 5;
  display: none;
  width: 100%;
}

@media (min-width: 1280px) {
  .logo-wrap {
    display: block;
  }
}

/* Hide if admin */

.admin-pageadmin-page .logo-wrap {
  display: none;
}

.logo-wrap a {
  position: absolute;
  left: 120px;
  display: inline-block;
  text-decoration-line: none;
}

.logo-wrap .site-title {
  margin-bottom: 0.813rem;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.logo-wrap .tag-line {
  display: block;
  width: 7.5rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.logo-wrap .logo.dark .site-title, 
    .logo-wrap .logo.dark .tag-line {
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  #root.admin-page .logo-wrap {
    display: none;
  }
}

#footer {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 768px) {
  #footer {
    padding-bottom: 3rem;
    padding-top: 3.375rem;
  }
}

#footer .copyright {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #footer .copyright {
    font-size: 0.813rem;
    line-height: 1.3;
  }
}

#footer p {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #footer p {
    line-height: 1.3;
  }
}

#footer p a {
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

#footer .menu {
  margin: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0px;
}

@media (min-width: 1024px) {
  #footer .menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

#footer .menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#footer .menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
}

#footer .logo {
  margin-bottom: 0px;
  display: block;
  width: 6.25rem;
  font-size: 1.387rem;
  font-weight: 500;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#footer .logos {
  display: flex;
  align-items: center;
}

#footer .logos a {
  margin-right: 1rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 229 229 / var(--tw-border-opacity));
  padding-right: 1rem;
}

#footer .logos a:last-child {
  margin-right: 0px;
  border-width: 0px;
  padding-right: 0px;
}

#main{
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

html {
  height: 100%;
  overflow: hidden;
  font-family: "Clavo", serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

body * {
  text-underline-offset: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "Clavo", serif;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

#root {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.h1, h1 {
  margin-bottom: 0.375rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.h2, h2 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.h3, h3 {
  margin-bottom: 1.125rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .h3, h3 {
    font-size: 2rem;
  }
}

.h4,  h4 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .h4,  h4 {
    font-size: 1.375rem;
  }
}

.h5,  h5 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

a {
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
  color: inherit;
}

p, li {
  font-family: "Clavo", serif;
  font-size: 0.938rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  p, li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p a {
  --tw-text-opacity: 1;
  color: rgb(189 50 40 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

p a:hover {
  text-decoration-line: underline;
}

strong, 
    b {
  font-weight: 700 !important;
}

em, 
    i:not([class]) {
  font-style: italic;
}

p, 
    ul, 
    ol {
  margin-bottom: 1rem;
}

ul{
  list-style-type: disc;
  padding-left: 1.75rem;
}

ul.alt li {
  font-family: "Proxima Nova", sans-serif;
}

ol{
  list-style-type: decimal;
  padding-left: 1.75rem;
}

iframe {
  width: 100%;
}

sup, sub {
  font-size: 65%;
  font-weight: 400;
}

/*
    .page-content{
        @apply grid-flow-col;
    }

    .page-content .content{
        @apply relative;
    }

    .page-content a:not([class]){
        @apply decoration-aqua underline hover:text-aqua;
    }
    */

.caption {
  font-family: "Clavo", serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.lg-backdrop.in {
  opacity: 0.8 !important;
}

/* for drawing in border */

.hover-border::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: rgb(191 63 39);
}

@media screen and (prefers-reduced-motion: no-preference) {
  .hover-border:hover::after {
    bottom: 0;
    left: 0;
    -webkit-animation: draw-border-bottom 350ms linear forwards;
            animation: draw-border-bottom 350ms linear forwards;
  }
}

@-webkit-keyframes draw-border-bottom {
  0% {
    width: 0;
  }

  100% {
    border-bottom-color: rgb(191 63 39);
    width: 100%;
  }
}

@keyframes draw-border-bottom {
  0% {
    width: 0;
  }

  100% {
    border-bottom-color: rgb(191 63 39);
    width: 100%;
  }
}

.map-it hr {
  margin-bottom: 1rem;
}

@media (min-width: 1280px) {
  .xl-margin .container {
    max-width: none;
    padding-left: 120px;
    padding-right: 120px;
  }
}

.pagination-block {
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: "Proxima Nova", sans-serif;
}

.pagination-block ul {
  --tw-border-opacity: 1;
  border-color: rgb(68 83 92 / var(--tw-border-opacity));
}

.pagination-block span {
  border-radius: 0px !important;
}

.pagination-block .active a {
  --tw-border-opacity: 1;
  border-color: rgb(225 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(225 229 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#close-modal-btn {
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 200;
  color: #E1E5E5;
}

a.skip-to-content {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}

a.skip-to-content:focus, a.skip-main:active {
  color: #000;
  background-color:#fff;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 5px;
  border:4px solid black;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}

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

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

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

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

/* base.css */

.label-text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 2px;
}

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

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

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

.btn {
  display: inline-block;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.844rem;
  padding-bottom: 0.844rem;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: none;
}

.btn.outline-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 83 92 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
}

.btn.outline-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 63 39 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.btn.outline-gray {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(68 83 92 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.btn.outline-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 63 39 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.btn.medium {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}

.btn-link {
  display: flex;
  align-items: center;
  text-decoration-line: none !important;
}

.btn-link svg {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link .text {
  padding-left: 15px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link .text:hover {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.btn-link.red .text {
  --tw-border-opacity: 1;
  border-color: rgb(191 63 39 / var(--tw-border-opacity));
}

.btn-link.red .text:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(191 63 39 / var(--tw-text-opacity)) !important;
}

.btn-link .back-btn {
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

/* .btn-link:hover .text {
        @apply text-red-100;
    } */

/* .btn-link:hover svg * {
        @apply stroke-red-100;
    } */

.btn-link.alt .text {
  font-family: "Clavo", serif;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

/* .btn-link.alt:hover .text {
        @apply text-red-100;
    } */

.btn-banner-img {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 2;
}

.btn-banner-img:hover {
  cursor: pointer;
}

.search-form {
  position: relative;
  /* border: 4px solid red; */
}

.search-form input[type="text"] {
  width: 100%;
  border-width: 0px;
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .search-form input[type="text"] {
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.admin-page .search-form input[type="text"] {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.search-form input[type="text"]::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
}

.search-form input[type="text"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
}

.search-form input[type="text"]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
}

.search-form input[type="text"]:-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
}

.search-form input[type="submit"] {
  position: absolute;
  top: 50%;
  left: 0.469rem;
  margin-top: -0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  background-image: url('../img/icons/icon-search.svg');
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999px;
}

@media (min-width: 768px) {
  .search-form input[type="submit"] {
    left: 0.875rem;
    background-size: contain;
  }
}

.form-default .form-heading {
  font-family: "Clavo", serif;
  font-size: 0.938rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 45 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .form-default .form-heading {
    font-size: 0.938rem;
  }
}

.form-default label:not(.input-label), 
    .form-default .label:not(.input-label) {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(35 45 51 / var(--tw-text-opacity));
}

.form-default input[type="text"], 
    .form-default input[type="email"], 
    .form-default input[type="tel"], 
    .form-default input[type="number"], 
    .form-default select {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(173 181 185 / var(--tw-border-opacity));
  padding-left: 0.813rem;
  padding-right: 0.813rem;
  padding-top: 0.531rem;
  padding-bottom: 0.531rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-default .input-label {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(35 45 51 / var(--tw-text-opacity));
  font-weight: 100 !important;
  border: 4px solid red;
}

.form-default input[type="checkbox"] {
  margin-top: 0.375rem;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
  accent-color: #BF3F27;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-default select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('../img/icons/dropdown-arrow.svg');
  background-position: center right 1rem;
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#article-search-results {
  font-family: "Proxima Nova", sans-serif;
}

#article-search-results .form-heading {
  font-family: "Clavo", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#article-search-results .input-label {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 45 51 / var(--tw-text-opacity));
}

.page-banner {
  position: relative;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-banner.scrimed .container::before {
  content: '';
  background: linear-gradient(90deg, rgba(68, 83, 92, 0.8) 15%, rgba(68, 83, 92, 0.5) 100%);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
}

.page-banner .container {
  display: flex;
  flex-direction: column;
}

.page-banner .inner {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-banner .suggested {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page-banner .suggested {
    font-size: 1.063rem;
  }
}

.page-banner .suggested a {
  margin-right: 1rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.page-banner .suggested a:hover {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .page-banner .suggested a {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.page-banner .subhead {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .page-banner .subhead {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-banner .by {
  font-size: 0.813rem;
}

@media (min-width: 768px) {
  .page-banner .by {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-banner .background .image-col {
  position: relative;
  overflow: hidden;
}

.page-banner .background .image-col img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-banner .background .image-col-sm img {
  aspect-ratio: 352/420;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-banner .heading.h3 {
  font-weight: 600 !important;
}

@media (min-width: 1024px) {
  .page-banner .heading.h3 {
    font-weight: 700 !important;
  }
}

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

@media (min-width: 1280px) {
  .banner-content .container {
    max-width: none;
    padding-left: 120px;
    padding-right: 120px;
  }
}

.banner-content .image img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  text-decoration-line: none;
}

.card .image {
  position: relative;
  display: block;
  height: 16rem;
  overflow: hidden;
}

.card .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card .image.auto img {
  position: relative;
  top: 0px;
  left: 0px;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  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));
}

.card a {
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card .title {
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card.v1 .image {
  aspect-ratio: 16 / 9;
  height: 9.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .card.v1 .image {
    height: 11.813rem;
  }
}

.card.v1 .title {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .card.v1 .title {
    font-size: 1.375rem;
  }
}

.card.v2 {
  text-decoration-line: none;
}

.card.v2 .image {
  aspect-ratio: 16 / 9;
  height: 5.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .card.v2 .image {
    height: 6.875rem;
  }
}

.card.v2 .title {
  font-size: 1.063rem;
  --tw-text-opacity: 1;
  color: rgb(173 181 185 / var(--tw-text-opacity));
}

.card.v2:hover .title {
  --tw-text-opacity: 1;
  color: rgb(211 185 96 / var(--tw-text-opacity));
}

.card.v3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration-line: none !important;
}

.card.v3 .details {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .card.v3 .details {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.card.v3 .image {
  height: 9rem;
}

@media (min-width: 768px) {
  .card.v3 .image {
    height: 13.75rem;
  }
}

.card.v4:hover .title {
  text-decoration-line: underline;
}

.card.v4 .image {
  margin-bottom: 1.875rem;
}

.card.v4 .details {
  position: relative;
  padding-right: 2.5rem;
}

@media (min-width: 768px) {
  .card.v4 .details {
    padding-right: 5.375rem;
  }
}

.card.v4 .title {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.card.v4 p {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .card.v4 p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.card.v4 .circle-icon {
  position: absolute;
  top: -0.875rem;
  right: 0px;
  z-index: 1;
}

.card.v5 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  margin-bottom: 2.063rem;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2.125rem;
       column-gap: 2.125rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 207 / var(--tw-border-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .card.v5 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2.875rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.card.v5:last-child {
  margin-bottom: 0px;
}

.card.v5 .image {
  display: none;
  height: 160px;
  width: 160px;
  flex-shrink: 0;
  flex-basis: 10.063rem;
  --tw-bg-opacity: 1;
  background-color: rgb(225 229 229 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .card.v5 .image {
    display: block;
  }
}

.card.v5 .image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.card.v5 .details {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .card.v5 .details {
    flex-basis: auto;
  }
}

.card.v5 h2 {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .card.v5 h2 {
    font-size: 1.375rem;
  }
}

.card.v5 h2 a {
  text-decoration-line: none;
}

.card.v5 .posted-by {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(161 181 181 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .card.v5 .posted-by {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.card.v5 p {
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.card.v5 .tags {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .card.v5 .tags {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(142 147 150 / var(--tw-text-opacity));
  }
}

.card.v6 {
  display: flex;
}

@media (min-width: 768px) {
  .card.v6 {
    min-height: 11.25rem;
  }
}

.card.v6 .details {
  flex-basis: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(211 185 96 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .card.v6 .details {
    flex-basis: auto;
  }
}

.card.v6 .details .title {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.card.v6 .details p {
  margin-bottom: 0px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(35 45 51 / var(--tw-text-opacity));
}

.card.v6 .image {
  display: none;
  min-height: 11.25rem;
  flex-shrink: 0;
  flex-basis: 11.25rem;
}

@media (min-width: 768px) {
  .card.v6 .image {
    display: block;
  }
}

.card.v7 .image {
  aspect-ratio: 1 / 1;
  height: 12.875rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .card.v7 .image {
    height: 19.688rem;
  }
}

.card.v7 .title {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .card.v7 .title {
    font-size: 1.375rem;
  }
}

.card.v7 .title a {
  text-decoration-line: none;
}

.card.v7 p {
  margin-bottom: 0px;
}

.card.v8 {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .card.v8 {
    margin-bottom: 5.063rem;
  }
}

.card.v8:last-child {
  margin-bottom: 0px;
}

.card.v8 .image {
  height: 22.5rem;
  width: 22.5rem;
}

.card.v8 .image img {
  top: unset;
  transform: unset;
  height: unset;
  width: unset;
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card.v8 .image-caption {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.card.v8 .title-wrap {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .card.v8 .title-wrap {
    padding-left: 9.875rem;
    padding-right: 2.5rem;
    padding-bottom: 3rem;
  }
}

.card.v8 .title-wrap .title {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.card.v8 .title-wrap .number {
  position: absolute;
  left: -3.5rem;
  bottom: 50%;
  margin-bottom: -4.688rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 9.375rem;
  font-weight: 300;
  line-height: 1;
  color: rgb(68 83 92 / 0.2);
}

@media (min-width: 1024px) {
  .card.v8 .title-wrap .number {
    left: 0px;
    bottom: -1rem;
    margin-bottom: 0px;
    font-size: 12.5rem;
  }
}

.card.v8 .image-wrap {
  margin-bottom: 2.125rem;
}

@media (min-width: 1024px) {
  .card.v8 .image-wrap {
    margin-bottom: 0px;
  }
}

.card.v9 {
  display: flex;
  align-items: flex-start;
}

.card.v9:hover {
  text-decoration-line: none;
}

.card.v9:hover .hover-border::after {
  bottom: 0;
  left: 0;
  -webkit-animation: draw-border-bottom 350ms linear forwards;
          animation: draw-border-bottom 350ms linear forwards;
}

.card.v9 .image {
  height: 6.125rem;
  width: 100%;
  flex-shrink: 0;
  flex-basis: 6.875rem;
}

.card.v9 .details {
  margin-left: 1.25rem;
  flex-basis: auto;
}

.card.v9 .number {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
}

.card.v9 .title {
  font-size: 0.938rem;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.card.v9 .title:hover {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.card.v9.active .title {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.card.v10 {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .card.v10 {
    margin-bottom: 3.375rem;
  }
}

.card.v10 .title {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.card.v10 p {
  max-width: 43.75rem;
}

.card .tags {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
}

.card .tags a, 
    .card .tags span {
  display: inline-block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.card.v10 .tags .separator {
  margin-left: 0.938rem;
  margin-right: 0.938rem;
}

.card.v10 .tags a {
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.card.v11 {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5.8%;
       column-gap: 5.8%;
}

@media (min-width: 1024px) {
  .card.v11 {
    margin-bottom: 4.375rem;
  }
}

.card.v11:last-child {
  margin-bottom: 0px;
}

.card.v11 .image {
  margin-bottom: 1.25rem;
  flex-basis: 100%;
}

@media (min-width: 1024px) {
  .card.v11 .image {
    margin-bottom: 0px;
    flex-basis: 50%;
  }
}

.card.v11 .image img {
  height: auto;
  max-height: 43.75rem;
}

@media (min-width: 1024px) {
  .card.v11 .image img {
    max-height: 100%;
  }
}

.card.v11 .details {
  flex-basis: 100%;
}

@media (min-width: 1024px) {
  .card.v11 .details {
    flex-basis: 44.2%;
  }
}

.card.v11 .title {
  margin-top: -0.375rem;
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.card.v11 .text {
  padding-left: 0px;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.card.v12 .title {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.card.v12 .image {
  aspect-ratio: 16 / 9 !important;
}

.card.v12.big .image {
  aspect-ratio: 16 / 9;
  max-height: 600px;
  width: 100%;
  max-width: 800px;
}

@media (min-width: 1024px) {
  .card.v12.big .image {
    aspect-ratio: 1 / 1;
    height: 100%;
  }

  .card.v12.big .image h2 {
    font-size: 2rem !important;
  }
}

.card.v12 p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 45 51 / var(--tw-text-opacity));
}

.card.v13 {
  max-width: none;
}

@media (min-width: 768px) {
  .card.v13 {
    max-width: 31.25rem;
  }
}

@media (min-width: 1024px) {
  .card.v13 {
    max-width: none;
  }
}

.card.v13 .image {
  position: relative;
  height: 25rem;
}

.card.v13 .image:after{
  content: '';
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(191 63 39 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.card.v13:hover .image:after {
  visibility: visible;
  opacity: 1;
}

.card.v13 .image .square-icon {
  visibility: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(191 63 39 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.card.v13:hover .image .square-icon {
  visibility: visible;
  opacity: 1;
}

.card.v13 .title {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(35 45 51 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .card.v13 .title {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.card.v13 .title span {
  font-weight: 400;
}

.card.v14 .image {
  aspect-ratio: 16 / 9;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card.v14 .image .square-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(191 63 39 / var(--tw-bg-opacity));
}

.link-section-text p {
  --tw-text-opacity: 1;
  color: rgb(173 181 185 / var(--tw-text-opacity));
}

.masonry {
  width: 100% !important;
  overflow: hidden !important;
}

.masonry .grid-item,
    .masonry .grid-sizer {
  /* @apply w-[34%]; */
}

.masonry .gutter-sizer {
  width: 10%;
}

.masonry .grid-item {
  margin-bottom: 4.875rem;
}

.masonry .grid-item--width2 {
  width: 45%;
}

@media (max-width: 959px) {
  .carousel-articles .owl-item {
    width: 17.813rem !important;
  }

  .carousel-narratives .owl-item {
    width: 12.5rem !important;
  }
}

.carousel-double .owl-nav, 
    .carousel-curator .owl-nav {
  display: block !important;
}

.carousel-double .owl-nav button, 
    .carousel-curator .owl-nav button {
  position: absolute !important;
  top: 50% !important;
  margin-top: -3.125rem !important;
  display: flex !important;
  height: 3.125rem !important;
  width: 3.125rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 63 39 / var(--tw-bg-opacity)) !important;
}

.carousel-double .owl-nav button.owl-prev, 
    .carousel-curator .owl-nav button.owl-prev {
  left: 0.75rem;
}

@media (min-width: 1280px) {
  .carousel-double .owl-nav button.owl-prev, 
    .carousel-curator .owl-nav button.owl-prev {
    left: 4.375rem;
  }
}

.carousel-double .owl-nav button.owl-next, 
    .carousel-curator .owl-nav button.owl-next {
  right: 0.75rem;
}

@media (min-width: 640px) {
  .carousel-double .owl-nav {
    display: none !important;
  }
}

.carousel-curator, 
    .carousel-double, 
    .carousel-single {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#image-gallery {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#image-gallery.single .counter, 
    #image-gallery.single .owl-nav {
  display: none;
}

#image-gallery.active {
  pointer-events: auto;
  visibility: visible;
  cursor: default;
  opacity: 1;
}

#image-gallery .gallery-carousel .owl-next, 
    #image-gallery .gallery-carousel .owl-prev {
  position: fixed !important;
  top: 50% !important;
  background-color: transparent;
}

#image-gallery .gallery-carousel .owl-next {
  right: 32px;
}

#image-gallery .gallery-carousel .owl-prev {
  left: 32px;
}

#image-gallery:not(.single) .owl-nav.disabled {
  display: block !important;
}

#image-gallery .gallery-carousel .owl-item {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#image-gallery .gallery-carousel .owl-item:not(.active.center) {
  opacity: 0.5;
}

.record-detail-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.article-body .carousel-spacer {
  position: relative;
  right: 0px;
  margin-left: 0px !important;
  width: 100% !important;
  flex-basis: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .article-body .carousel-spacer {
    flex-basis: 73.2%;
  }
}

.article-body .owl-carousel {
  margin-right: 0px !important;
  width: 715px !important;
}

.article-body .owl-carousel .owl-nav .owl-prev {
  left: -6px !important;
}

.article-body .owl-carousel .owl-nav .owl-next {
  right: -5px !important;
}

.page-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-intro p:last-child {
  margin-bottom: 0px;
}

.tabs {
  margin-bottom: 0.875rem;
  list-style-type: none;
  padding-left: 0px;
}

/* narrative list */

.tabs.v1 li {
  position: relative;
  margin-bottom: .5rem;
  line-height: 1.5rem;
}

.tabs.v1 li a {
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  text-decoration-line: none;
}

.tabs.v1 li a:hover {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 63 39 / var(--tw-border-opacity));
}

.tabs.v1 li.active a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 63 39 / var(--tw-border-opacity));
}

.tabs.v1 li.active:after{
  content: '';
  position: absolute;
  top: 50%;
  right: -2.875rem;
  margin-top: -0.438rem;
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  --tw-rotate: 45deg;
  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));
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-color: rgb(161 181 181 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-right-color: rgb(161 181 181 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tabs.v2{
}

.tabs.v2 li {
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  .tabs.v2 li {
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.tabs.v2 li a {
  display: block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 83 92 / var(--tw-border-opacity));
  padding-top: 0.594rem;
  padding-bottom: 0.594rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.938rem;
  line-height: 1;
  text-decoration-line: none;
}

.tabs.v2 li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 83 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .tabs.v2 li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tabs.v2 li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(68 83 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(225 229 229 / var(--tw-text-opacity));
}

.tabs.v3 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: rgb(68 83 92 / 0.2);
  border-bottom-color: rgb(68 83 92 / 0.2);
  padding-top: 1.438rem;
  padding-bottom: 1.438rem;
}

@media (min-width: 1024px) {
  .tabs.v3 {
    display: flex;
    justify-content: space-between;
  }
}

.tabs.v3 li {
  display: inline-block;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .tabs.v3 li {
    display: block;
  }
}

.tabs.v3 li a {
  display: block;
  text-decoration-line: none;
}

.tabs.v3 li a:hover {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.tabs.v3 li.active a {
  --tw-text-opacity: 1;
  color: rgb(191 63 39 / var(--tw-text-opacity));
}

.tab-contents .tab-content {
  display: none;
}

.tab-contents .tab-content.active {
  display: block;
}

.page-nav .text span {
  display: block;
}

.page-nav .text .label {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 0.25rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(142 147 150 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page-nav .text .label {
    position: relative;
  }
}

.page-nav .text .title {
  margin-bottom: 0px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(68 83 92 / var(--tw-text-opacity));
}

.page-nav.prev .text .title {
  display: none !important;
}

@media (min-width: 768px) {
  .page-nav.prev .text .title {
    display: block !important;
  }
}

.page-nav.next {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .page-nav.next {
    flex-direction: row;
  }
}

.page-nav.next .text .title {
  max-width: 10.625rem;
}

@media (min-width: 768px) {
  .page-nav.next .text .title {
    max-width: none;
  }
}

.admin-menu .navbar.navbar-default {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 0;
  background-color: #e1e5e5;
  border: none;
  border-radius: 0;
}

.admin-menu .navbar.navbar-default ul.navbar-nav li a {
  font-family: "Proxima Nova", sans-serif;
  color: black;
}

.admin-menu .navbar.navbar-default ul.navbar-nav li a:hover {
  color: black;
}

.admin-menu .navbar.navbar-default ul.navbar-nav li.dropdown.open a {
  font-family: "Proxima Nova", sans-serif;
  background-color: #e1e5e5;
}

.admin-menu .navbar.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu {
  background-color: #e1e5e5;
  color: black;
  font-family: "Proxima Nova", sans-serif;
}

.admin-menu .navbar.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu a:hover {
  background-color: #d3b960;
}

.nav-tabs.page-admin-menu {
  margin-left: 40px;
}

.nav-tabs.page-admin-menu li a {
  font-family: "Proxima Nova", sans-serif;
}

#content .nav.nav-pills li a {
  font-family: "Proxima Nova", sans-serif;
}

#content .nav-pills > li.active > a,
    #content .nav-pills > li.active > a:hover,
    #content .nav-pills > li.active > a:focus {
  background-color: #8E9396;
}

#root.admin-page #content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  min-height: 70vh;
  padding-left: 40px;
}

/* /media-manager  */

#uploading {
  height: 50px;
  width: 50px;
  background: url(img/2a6692973429d7a74513bfa8bcb5be20.gif) no-repeat;
}

.loading {
  background: url(img/2a6692973429d7a74513bfa8bcb5be20.gif) no-repeat;
}

.loading > span {
  margin-left: 18px;
  font-weight: bold;
}

/* narrative status */

.status-bubble-success {
  border: solid white 1px;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  white-space: nowrap;
  background-color: #d3b960;
}

.status-bubble-danger {
  border: solid white 1px;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  white-space: nowrap;
  background-color: #a94442;
}

/* admin forms */

.form-control {
  padding: 3px;
  height: auto;
}

.btn {
  font-weight: normal;
  padding: 5px 10px;
  height: auto;
  border-radius: 2px;
}

.btn-primary {
  background-color: #44535C;
  border-color: #44535C;
}

.btn-primary:focus {
  background-color: #8E9396;
  border-color: #8E9396;
}

.btn-primary:hover {
  background-color: #8E9396;
  border-color: #8E9396;
}

.btn.btn-danger {
  background-color: #BF3F27;
  border-color: #BF3F27;
}

.btn.btn-danger:focus {
  background-color: rgba(191, 63, 39, 0.8);
  border-color: rgba(191, 63, 39, 0.8);
}

.btn.btn-danger:hover {
  background-color: rgba(191, 63, 39, 0.8);
  border-color: rgba(191, 63, 39, 0.8);
}

/* pagination used in admin */

.form-control:focus {
  border-color: rgb(191, 63, 39);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(191, 63, 39, 0.6);
  outline: 0;
}

/* admin comments */

.comment {
  padding: 5px;
  max-width: 800px;
  border-left: solid darkgray 1px;
  border-top: solid darkgray 1px;
}

/* multi choice selects in admin */

.ohp-site .media-collections {
  padding-top: 20rem;
  padding-bottom: 5rem;
}

#narr-nav {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  top: 0px;
}

/* admin nav is present */

.admin-menu + #root #narr-nav {
  height: calc(100vh - 60px);
}

.link-nav {
  display: block;
  padding-bottom: 2.375rem;
}

@media (max-width: 1280px) {
  /* top nav is present */

  #narr-nav {
    height: calc(100vh - 60px);
    top: 60px;
  }

  /* top nav and header nav are present */

  .admin-menu + #root #narr-nav {
    height: calc(100vh - 100px);
    top: 70px;
  }
}

@media (max-width: 1024px) {
  .admin-menu + #root #narr-nav,
    #narr-nav {
    height: unset;
    background: white;
    position: sticky;
    top: 60px;
    z-index: 5;
    width: 100%;
    padding-bottom: .5rem;
    padding-top: .5rem;
  }

  .link-nav {
    display: none;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.visible {
  visibility: visible !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.right-\[inherit\] {
  right: inherit !important;
}

.top-\[inherit\] {
  top: inherit !important;
}

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

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

.right-\[32px\] {
  right: 32px !important;
}

.top-\[28px\] {
  top: 28px !important;
}

.top-\[50px\] {
  top: 50px !important;
}

.right-\[100px\] {
  right: 100px !important;
}

.top-1\/2 {
  top: 50% !important;
}

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

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

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

.z-\[1\] {
  z-index: 1 !important;
}

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

.z-\[3\] {
  z-index: 3 !important;
}

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

.z-\[10\] {
  z-index: 10 !important;
}

.z-\[11\] {
  z-index: 11 !important;
}

.z-\[2\] {
  z-index: 2 !important;
}

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

.mb-\[0\.813rem\] {
  margin-bottom: 0.813rem !important;
}

.mb-\[32px\] {
  margin-bottom: 32px !important;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem !important;
}

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

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

.mb-\[0\.938rem\] {
  margin-bottom: 0.938rem !important;
}

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

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

.mb-\[0\.438rem\] {
  margin-bottom: 0.438rem !important;
}

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

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

.mb-\[1\.625rem\] {
  margin-bottom: 1.625rem !important;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

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

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

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

.mb-\[2\.313rem\] {
  margin-bottom: 2.313rem !important;
}

.mt-\[2\.313rem\] {
  margin-top: 2.313rem !important;
}

.mb-\[0\.688rem\] {
  margin-bottom: 0.688rem !important;
}

.ml-3\.5 {
  margin-left: 0.875rem !important;
}

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

.mb-\[1\.438rem\] {
  margin-bottom: 1.438rem !important;
}

.mb-\[2\.375rem\] {
  margin-bottom: 2.375rem !important;
}

.ml-1\.5 {
  margin-left: 0.375rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mb-\[2\.125rem\] {
  margin-bottom: 2.125rem !important;
}

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

.mt-\[2\.25rem\] {
  margin-top: 2.25rem !important;
}

.mr-2\.5 {
  margin-right: 0.625rem !important;
}

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

.mb-\[3rem\] {
  margin-bottom: 3rem !important;
}

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

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

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

.mb-\[\.5rem\] {
  margin-bottom: .5rem !important;
}

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

.ml-2\.5 {
  margin-left: 0.625rem !important;
}

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

.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem !important;
}

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

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

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

.aspect-\[602\/495\] {
  aspect-ratio: 602/495 !important;
}

.aspect-video {
  aspect-ratio: 16 / 9 !important;
}

.aspect-\[570\/220\] {
  aspect-ratio: 570/220 !important;
}

.h-\[67px\] {
  height: 67px !important;
}

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

.h-0 {
  height: 0px !important;
}

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

.h-\[15\.5rem\] {
  height: 15.5rem !important;
}

.max-h-\[561px\] {
  max-height: 561px !important;
}

.min-h-\[16\.25rem\] {
  min-height: 16.25rem !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-fit {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

.min-h-\[9\.25rem\] {
  min-height: 9.25rem !important;
}

.min-h-\[18\.125rem\] {
  min-height: 18.125rem !important;
}

.w-\[20px\] {
  width: 20px !important;
}

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

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

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

.w-auto {
  width: auto !important;
}

.w-\[7\.5rem\] {
  width: 7.5rem !important;
}

.w-\[100vh\] {
  width: 100vh !important;
}

.w-3\.5 {
  width: 0.875rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-2\.5 {
  width: 0.625rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

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

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

.max-w-\[44\.688rem\] {
  max-width: 44.688rem !important;
}

.max-w-\[75\%\] {
  max-width: 75% !important;
}

.max-w-\[602px\] {
  max-width: 602px !important;
}

.max-w-\[715px\] {
  max-width: 715px !important;
}

.max-w-\[1536px\] {
  max-width: 1536px !important;
}

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

.max-w-\[25\.625rem\] {
  max-width: 25.625rem !important;
}

.max-w-\[37\.125rem\] {
  max-width: 37.125rem !important;
}

.max-w-\[250px\] {
  max-width: 250px !important;
}

.max-w-\[400px\] {
  max-width: 400px !important;
}

.max-w-\[800px\] {
  max-width: 800px !important;
}

.max-w-\[836px\] {
  max-width: 836px !important;
}

.max-w-\[80\%\] {
  max-width: 80% !important;
}

.max-w-\[600px\] {
  max-width: 600px !important;
}

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

.shrink-0 {
  flex-shrink: 0 !important;
}

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

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

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

.basis-\[45\%\] {
  flex-basis: 45% !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-\[1\.875rem\] {
  gap: 1.875rem !important;
}

.gap-y-\[1\.875rem\] {
  row-gap: 1.875rem !important;
}

.gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-x-\[6\.6\%\] {
  -moz-column-gap: 6.6% !important;
       column-gap: 6.6% !important;
}

.gap-x-\[17px\] {
  -moz-column-gap: 17px !important;
       column-gap: 17px !important;
}

.gap-y-\[28px\] {
  row-gap: 28px !important;
}

.gap-y-\[16px\] {
  row-gap: 16px !important;
}

.gap-x-\[6\.3\%\] {
  -moz-column-gap: 6.3% !important;
       column-gap: 6.3% !important;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.gap-x-\[5\.3\%\] {
  -moz-column-gap: 5.3% !important;
       column-gap: 5.3% !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-x-\[1\.313rem\] {
  -moz-column-gap: 1.313rem !important;
       column-gap: 1.313rem !important;
}

.gap-x-\[4\.4\%\] {
  -moz-column-gap: 4.4% !important;
       column-gap: 4.4% !important;
}

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

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-\[500px\] {
  row-gap: 500px !important;
}

.gap-y-\[3rem\] {
  row-gap: 3rem !important;
}

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

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

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

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

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

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

.border-gold-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 157 15 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 181 181 / var(--tw-border-opacity)) !important;
}

.border-b-gray-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(68 83 92 / var(--tw-border-opacity)) !important;
}

.border-b-gray-300 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 181 181 / var(--tw-border-opacity)) !important;
}

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

.border-b-red-100 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(191 63 39 / var(--tw-border-opacity)) !important;
}

.border-b-gray-100\/20 {
  border-bottom-color: rgb(68 83 92 / 0.2) !important;
}

.border-t-gray-100\/20 {
  border-top-color: rgb(68 83 92 / 0.2) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 83 92 / var(--tw-bg-opacity)) !important;
}

.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 229 229 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-\[\#000000\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#E1E5E5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 229 229 / var(--tw-bg-opacity)) !important;
}

.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 63 39 / var(--tw-bg-opacity)) !important;
}

.bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 208 208 / var(--tw-bg-opacity)) !important;
}

.bg-gold-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 185 96 / var(--tw-bg-opacity)) !important;
}

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

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

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

.p-\[10px\] {
  padding: 10px !important;
}

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

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

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

.py-\[1\.875rem\] {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pb-\[2rem\] {
  padding-bottom: 2rem !important;
}

.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem !important;
}

.pt-\[4\.625rem\] {
  padding-top: 4.625rem !important;
}

.pt-\[5\.813rem\] {
  padding-top: 5.813rem !important;
}

.pt-\[1\.875rem\] {
  padding-top: 1.875rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

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

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

.pr-\[10px\] {
  padding-right: 10px !important;
}

.pt-3\.5 {
  padding-top: 0.875rem !important;
}

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

.pt-\[150px\] {
  padding-top: 150px !important;
}

.pl-\[17px\] {
  padding-left: 17px !important;
}

.pt-\[14px\] {
  padding-top: 14px !important;
}

.pb-\[12px\] {
  padding-bottom: 12px !important;
}

.pr-\[10\.48px\] {
  padding-right: 10.48px !important;
}

.pt-\[4\.875rem\] {
  padding-top: 4.875rem !important;
}

.pr-\[2\.375rem\] {
  padding-right: 2.375rem !important;
}

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

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

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

.pb-9 {
  padding-bottom: 2.25rem !important;
}

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

.pb-\[4rem\] {
  padding-bottom: 4rem !important;
}

.pb-\[0\.938rem\] {
  padding-bottom: 0.938rem !important;
}

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

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

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

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

.font-proxima {
  font-family: "Proxima Nova", sans-serif !important;
}

.font-clavo {
  font-family: "Clavo", serif !important;
}

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

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

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

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

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

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

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

.leading-none {
  line-height: 1 !important;
}

.leading-\[22px\] {
  line-height: 22px !important;
}

.leading-3 {
  line-height: .75rem !important;
}

.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}

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

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(68 83 92 / var(--tw-text-opacity)) !important;
}

.\!text-soft-black {
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 51 / var(--tw-text-opacity)) !important;
}

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

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(225 229 229 / var(--tw-text-opacity)) !important;
}

.text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(191 63 39 / var(--tw-text-opacity)) !important;
}

.text-gold-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(211 185 96 / var(--tw-text-opacity)) !important;
}

.text-soft-black {
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 51 / var(--tw-text-opacity)) !important;
}

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

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

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

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

.text-32 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .text-32 {
    font-size: 2rem;
  }
}

.text-20 {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .text-20 {
    font-size: 1.25rem;
  }
}

.circle-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .circle-icon {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.square-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .square-icon {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.info-list {
  margin-bottom: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1.5rem;
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .info-list {
    display: block;
    grid-template-columns: none;
  }

  .info-list div {
    margin-bottom: 1.875rem;
  }
}

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

.hover\:text-gold-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(211 185 96 / var(--tw-text-opacity)) !important;
}

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

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

.hover\:decoration-red-100:hover {
  text-decoration-color: #BF3F27 !important;
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:mb-\[84px\] {
    margin-bottom: 84px !important;
  }

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

  .md\:mb-\[1\.875rem\] {
    margin-bottom: 1.875rem !important;
  }

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

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

  .md\:ml-\[60px\] {
    margin-left: 60px !important;
  }

  .md\:mb-\[0\.688rem\] {
    margin-bottom: 0.688rem !important;
  }

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

  .md\:mt-\[2\.875rem\] {
    margin-top: 2.875rem !important;
  }

  .md\:mb-\[2\.25rem\] {
    margin-bottom: 2.25rem !important;
  }

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

  .md\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem !important;
  }

  .md\:mb-\[2\.188rem\] {
    margin-bottom: 2.188rem !important;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

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

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

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

  .md\:aspect-square {
    aspect-ratio: 1 / 1 !important;
  }

  .md\:aspect-auto {
    aspect-ratio: auto !important;
  }

  .md\:h-\[640px\] {
    height: 640px !important;
  }

  .md\:min-h-\[26\.25rem\] {
    min-height: 26.25rem !important;
  }

  .md\:min-h-\[35rem\] {
    min-height: 35rem !important;
  }

  .md\:min-h-\[31\.25rem\] {
    min-height: 31.25rem !important;
  }

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

  .md\:max-w-\[575px\] {
    max-width: 575px !important;
  }

  .md\:max-w-\[16rem\] {
    max-width: 16rem !important;
  }

  .md\:max-w-\[350px\] {
    max-width: 350px !important;
  }

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

  .md\:max-w-\[80\%\] {
    max-width: 80% !important;
  }

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

  .md\:basis-\[85\%\] {
    flex-basis: 85% !important;
  }

  .md\:basis-\[70\%\] {
    flex-basis: 70% !important;
  }

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

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

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

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

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

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

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

  .md\:gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-y-\[3\.375rem\] {
    row-gap: 3.375rem !important;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-\[5\.3\%\] {
    -moz-column-gap: 5.3% !important;
         column-gap: 5.3% !important;
  }

  .md\:gap-y-\[4rem\] {
    row-gap: 4rem !important;
  }

  .md\:py-\[3\.75rem\] {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

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

  .md\:py-\[4\.875rem\] {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }

  .md\:py-\[5\.625rem\] {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

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

  .md\:pt-\[6\.25rem\] {
    padding-top: 6.25rem !important;
  }

  .md\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem !important;
  }

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

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

  .md\:pt-\[1\.875rem\] {
    padding-top: 1.875rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pb-\[6\.563rem\] {
    padding-bottom: 6.563rem !important;
  }

  .md\:pb-\[3\.688rem\] {
    padding-bottom: 3.688rem !important;
  }

  .md\:pt-\[10\.75rem\] {
    padding-top: 10.75rem !important;
  }

  .md\:pt-\[9\.5rem\] {
    padding-top: 9.5rem !important;
  }

  .md\:pr-\[15\%\] {
    padding-right: 15% !important;
  }

  .md\:pr-\[7\.438rem\] {
    padding-right: 7.438rem !important;
  }

  .md\:pt-\[2\.813rem\] {
    padding-top: 2.813rem !important;
  }

  .md\:pb-\[8\.5rem\] {
    padding-bottom: 8.5rem !important;
  }

  .md\:pb-\[3\.125rem\] {
    padding-bottom: 3.125rem !important;
  }

  .md\:pb-\[4\.813rem\] {
    padding-bottom: 4.813rem !important;
  }

  .md\:pt-\[4\.375rem\] {
    padding-top: 4.375rem !important;
  }

  .md\:pl-\[60px\] {
    padding-left: 60px !important;
  }

  .md\:pl-\[120px\] {
    padding-left: 120px !important;
  }

  .md\:pb-\[5\.563rem\] {
    padding-bottom: 5.563rem !important;
  }

  .md\:pt-\[3\.125rem\] {
    padding-top: 3.125rem !important;
  }

  .md\:pb-\[3\.375rem\] {
    padding-bottom: 3.375rem !important;
  }

  .md\:pt-\[3\.75rem\] {
    padding-top: 3.75rem !important;
  }

  .md\:pb-\[4\.625rem\] {
    padding-bottom: 4.625rem !important;
  }

  .md\:pb-\[4\.375rem\] {
    padding-bottom: 4.375rem !important;
  }

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

  .md\:pt-\[5rem\] {
    padding-top: 5rem !important;
  }

  .md\:pl-\[4rem\] {
    padding-left: 4rem !important;
  }
}

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

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

  .lg\:-top-\[3\.75rem\] {
    top: -3.75rem !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

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

  .lg\:mb-\[5\.438rem\] {
    margin-bottom: 5.438rem !important;
  }

  .lg\:-mt-\[7\.5rem\] {
    margin-top: -7.5rem !important;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

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

  .lg\:ml-\[9\.875rem\] {
    margin-left: 9.875rem !important;
  }

  .lg\:mb-\[1\.875rem\] {
    margin-bottom: 1.875rem !important;
  }

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

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mb-\[2\.375rem\] {
    margin-bottom: 2.375rem !important;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

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

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

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

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

  .lg\:min-h-\[26\.25rem\] {
    min-height: 26.25rem !important;
  }

  .lg\:min-h-\[35rem\] {
    min-height: 35rem !important;
  }

  .lg\:w-\[150px\] {
    width: 150px !important;
  }

  .lg\:w-\[715px\] {
    width: 715px !important;
  }

  .lg\:max-w-\[41rem\] {
    max-width: 41rem !important;
  }

  .lg\:max-w-\[69\.5\%\] {
    max-width: 69.5% !important;
  }

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

  .lg\:max-w-\[65\.9\%\] {
    max-width: 65.9% !important;
  }

  .lg\:basis-\[66\.7\%\] {
    flex-basis: 66.7% !important;
  }

  .lg\:basis-\[47\.1\%\] {
    flex-basis: 47.1% !important;
  }

  .lg\:basis-\[26\.7\%\] {
    flex-basis: 26.7% !important;
  }

  .lg\:basis-\[10\.625rem\] {
    flex-basis: 10.625rem !important;
  }

  .lg\:basis-\[50\%\] {
    flex-basis: 50% !important;
  }

  .lg\:basis-\[20\.5\%\] {
    flex-basis: 20.5% !important;
  }

  .lg\:basis-\[73\.2\%\] {
    flex-basis: 73.2% !important;
  }

  .lg\:basis-\[10\.75rem\] {
    flex-basis: 10.75rem !important;
  }

  .lg\:basis-\[72\%\] {
    flex-basis: 72% !important;
  }

  .lg\:basis-\[13\.625rem\] {
    flex-basis: 13.625rem !important;
  }

  .lg\:basis-\[26\.4\%\] {
    flex-basis: 26.4% !important;
  }

  .lg\:basis-\[68\.3\%\] {
    flex-basis: 68.3% !important;
  }

  .lg\:basis-\[55\%\] {
    flex-basis: 55% !important;
  }

  .lg\:basis-\[12\.7\%\] {
    flex-basis: 12.7% !important;
  }

  .lg\:basis-\[82\.9\%\] {
    flex-basis: 82.9% !important;
  }

  .lg\:basis-\[54\.4\%\] {
    flex-basis: 54.4% !important;
  }

  .lg\:basis-\[45\.6\%\] {
    flex-basis: 45.6% !important;
  }

  .lg\:basis-\[69\.7\%\] {
    flex-basis: 69.7% !important;
  }

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

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

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:gap-y-\[5\.8\%\] {
    row-gap: 5.8% !important;
  }

  .lg\:gap-x-\[5\.8\%\] {
    -moz-column-gap: 5.8% !important;
         column-gap: 5.8% !important;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-\[2\.5rem\] {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-y-\[3\.75rem\] {
    row-gap: 3.75rem !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-r-\[1px\] {
    border-right-width: 1px !important;
  }

  .lg\:border-r-gray-300 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(161 181 181 / var(--tw-border-opacity)) !important;
  }

  .lg\:px-\[4\.375rem\] {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pt-\[3\.75rem\] {
    padding-top: 3.75rem !important;
  }

  .lg\:pr-\[20px\] {
    padding-right: 20px !important;
  }

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

  .lg\:pb-\[2\.938rem\] {
    padding-bottom: 2.938rem !important;
  }

  .lg\:pr-\[2\.375rem\] {
    padding-right: 2.375rem !important;
  }

  .lg\:pr-\[3\.75rem\] {
    padding-right: 3.75rem !important;
  }

  .lg\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem !important;
  }

  .lg\:pb-\[9\.313rem\] {
    padding-bottom: 9.313rem !important;
  }

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

  .lg\:\!leading-\[2\.5rem\] {
    line-height: 2.5rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:ml-\[7\.5rem\] {
    margin-left: 7.5rem !important;
  }

  .xl\:mr-\[6\.438rem\] {
    margin-right: 6.438rem !important;
  }

  .xl\:ml-\[2\.125rem\] {
    margin-left: 2.125rem !important;
  }

  .xl\:mr-\[7\.438rem\] {
    margin-right: 7.438rem !important;
  }

  .xl\:ml-\[92px\] {
    margin-left: 92px !important;
  }

  .xl\:mr-\[4\.625rem\] {
    margin-right: 4.625rem !important;
  }

  .xl\:ml-\[3\.75rem\] {
    margin-left: 3.75rem !important;
  }

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

  .xl\:min-h-\[43\.75rem\] {
    min-height: 43.75rem !important;
  }

  .xl\:w-\[36px\] {
    width: 36px !important;
  }

  .xl\:max-w-\[98\%\] {
    max-width: 98% !important;
  }

  .xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-\[3\.875rem\] {
    row-gap: 3.875rem !important;
  }

  .xl\:gap-x-\[4\.563rem\] {
    -moz-column-gap: 4.563rem !important;
         column-gap: 4.563rem !important;
  }

  .xl\:gap-x-\[3\.125rem\] {
    -moz-column-gap: 3.125rem !important;
         column-gap: 3.125rem !important;
  }

  .xl\:gap-x-\[3\.75rem\] {
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .xl\:gap-x-\[3\.438rem\] {
    -moz-column-gap: 3.438rem !important;
         column-gap: 3.438rem !important;
  }

  .xl\:gap-y-\[3\.75rem\] {
    row-gap: 3.75rem !important;
  }

  .xl\:gap-x-\[5rem\] {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:pt-\[16\.875rem\] {
    padding-top: 16.875rem !important;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:pb-\[2rem\] {
    padding-bottom: 2rem !important;
  }

  .xl\:pl-\[60px\] {
    padding-left: 60px !important;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .xl\:pt-\[20rem\] {
    padding-top: 20rem !important;
  }

  .xl\:pl-\[2rem\] {
    padding-left: 2rem !important;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pt-\[9\.5rem\] {
    padding-top: 9.5rem !important;
  }

  .xl\:pt-\[18\.75rem\] {
    padding-top: 18.75rem !important;
  }

  .xl\:pb-\[6\.875rem\] {
    padding-bottom: 6.875rem !important;
  }
}