@charset "UTF-8";
@font-face {
  font-family: "Whyte";
  src: local("Whyte Medium"), local("Whyte-Medium"), url("../../resources/fonts/Whyte-Medium-New.woff2") format("woff2"), url("../../resources/fonts/Whyte-Medium-New.woff") format("woff"), url("../../resources/fonts/Whyte-Medium-New.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
}
@font-face {
  font-family: "Whyte";
  src: local("Whyte Bold"), local("Whyte-Bold"), url("../../resources/fonts/Whyte-Bold-New.woff2") format("woff2"), url("../../resources/fonts/Whyte-Bold-New.woff") format("woff"), url("../../resources/fonts/Whyte-Bold-New.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
}
@font-face {
  font-family: "Whyte";
  src: local("Whyte Black"), local("Whyte-Black"), url("../../resources/fonts/Whyte-Black.woff2") format("woff2"), url("../../resources/fonts/Whyte-Black.woff") format("woff"), url("../../resources/fonts/Whyte-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  vertical-align: middle;
}
@font-face {
  font-family: "Whyte";
  src: local("Whyte Regular"), local("Whyte-Regular"), url("../../resources/fonts/Whyte-Regular-New.woff2") format("woff2"), url("../../resources/fonts/Whyte-Regular-New.woff") format("woff"), url("../../resources/fonts/Whyte-Regular-New.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
}
@font-face {
  font-family: "Atiza";
  src: url("../../resources/fonts/AtizaText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Atiza";
  src: url("../../resources/fonts/AtizaText-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Atiza";
  src: url("../../resources/fonts/AtizaText-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Swiper 6.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 29, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: 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"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

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

textarea {
  resize: vertical;
}

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

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.prose {
  color: #374151;
  max-width: 65ch;
}

.prose [class~=lead] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong {
  color: #111827;
  font-weight: 600;
}

.prose ol[type=A] {
  --list-counter-style: upper-alpha;
}

.prose ol[type=a] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="A s"] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a s"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type=I] {
  --list-counter-style: upper-roman;
}

.prose ol[type=i] {
  --list-counter-style: lower-roman;
}

.prose ol[type="I s"] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i s"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: 0.6875em;
  left: 0.25em;
}

.prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "“" "”" "‘" "’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose a code {
  color: #111827;
}

.prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: none;
}

.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-4 {
  --tw-aspect-w: 4;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

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

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

.float-none {
  float: none;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-10 {
  height: 2.5rem;
}

.h-auto {
  height: auto;
}

.h-3 {
  height: 0.75rem;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-40 {
  height: 10rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-24 {
  height: 6rem;
}

.h-7 {
  height: 1.75rem;
}

.h-px {
  height: 1px;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-16 {
  height: 4rem;
}

.h-14 {
  height: 3.5rem;
}

.h-28 {
  height: 7rem;
}

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

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-auto {
  width: auto;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-24 {
  width: 6rem;
}

.w-7 {
  width: 1.75rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-12 {
  width: 3rem;
}

.min-w-\[15rem\] {
  min-width: 15rem;
}

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

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

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

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

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

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

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.origin-top-left {
  transform-origin: top left;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

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

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-c-gray-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 204, 204, var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-c-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 164, 240, var(--tw-border-opacity));
}

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

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

.border-c-gray-75 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity));
}

.border-c-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 32, 45, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-c-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 101, 242, var(--tw-border-opacity));
}

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

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-c-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

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

.bg-c-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 32, 45, var(--tw-bg-opacity));
}

.bg-c-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 149, 152, var(--tw-bg-opacity));
}

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

.bg-c-black-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 32, 45, var(--tw-bg-opacity));
}

.bg-c-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 226, 237, var(--tw-bg-opacity));
}

.bg-c-blue-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 71, 247, var(--tw-bg-opacity));
}

.bg-c-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 101, 242, var(--tw-bg-opacity));
}

.bg-c-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.bg-c-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 164, 240, var(--tw-bg-opacity));
}

.bg-c-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 245, 248, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-c-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(18, 65, 89, var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

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

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

.fill-current {
  fill: currentColor;
}

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

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

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

.p-6 {
  padding: 1.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

.font-sans {
  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";
}

.font-whyte {
  font-family: Whyte, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

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

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

.leading-tight {
  line-height: 1.25;
}

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

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

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

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

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-c-blue-150 {
  --tw-text-opacity: 1;
  color: rgba(24, 71, 247, var(--tw-text-opacity));
}

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

.text-c-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(0, 101, 242, var(--tw-text-opacity));
}

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-c-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(109, 164, 240, var(--tw-text-opacity));
}

.text-c-black-100 {
  --tw-text-opacity: 1;
  color: rgba(7, 32, 45, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

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

.text-c-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(7, 32, 45, var(--tw-text-opacity));
}

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

.no-underline {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

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

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

.grayscale {
  --tw-grayscale: grayscale(100%);
}

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

.duration {
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-none {
  -webkit-line-clamp: unset;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:border-c-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 32, 45, var(--tw-border-opacity));
}

.hover\:border-c-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 101, 242, var(--tw-border-opacity));
}

.hover\:border-c-black-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 32, 45, var(--tw-border-opacity));
}

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

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

.hover\:bg-c-black-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 32, 45, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-c-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 164, 240, var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

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

.hover\:text-c-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 101, 242, var(--tw-text-opacity));
}

.hover\:text-c-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(7, 32, 45, var(--tw-text-opacity));
}

.hover\:text-c-blue-150:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 71, 247, var(--tw-text-opacity));
}

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

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration: underline;
}

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-issue:hover {
  --tw-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-c-blue-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 71, 247, var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

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

.group:hover .group-hover\:text-c-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(109, 164, 240, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-c-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(0, 101, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .sm\:aspect-none {
    /*position: static;*/
    padding-bottom: 0;
  }
  .sm\:aspect-none > * {
    /*position: static;*/
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-48 {
    height: 12rem;
  }
  .sm\:h-56 {
    height: 14rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:w-2\/5 {
    width: 40%;
  }
  .sm\:w-3\/5 {
    width: 60%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-8 {
    width: 2rem;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:max-w-xs {
    max-width: 20rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .md\:right-0 {
    right: 0px;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:z-20 {
    z-index: 20;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:-mt-24 {
    margin-top: -6rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-72 {
    height: 18rem;
  }
  .md\:h-64 {
    height: 16rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-36 {
    height: 9rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:min-h-20 {
    min-height: 20rem;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-200\% {
    width: 200%;
  }
  .md\:max-w-xs {
    max-width: 20rem;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:max-w-sm {
    max-width: 24rem;
  }
  .md\:max-w-md\/2 {
    max-width: 384px;
  }
  .md\:max-w-2xl {
    max-width: 42rem;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:origin-top-right {
    transform-origin: top right;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .md\:gap-x-12 {
    column-gap: 3rem;
  }
  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pr-3 {
    padding-right: 0.75rem;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:leading-tight {
    line-height: 1.25;
  }
  .md\:leading-snug {
    line-height: 1.375;
  }
  .md\:shadow-article {
    --tw-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }
  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .md\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .lg\:container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .lg\:container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .lg\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .lg\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .lg\:container {
    max-width: 1536px;
  }
}
@media (min-width: 1024px) {
  .lg\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }
  .lg\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }
  .lg\:prose-sm [class~=lead] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }
  .lg\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }
  .lg\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }
  .lg\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }
  .lg\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .lg\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .lg\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .lg\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }
  .lg\:prose-sm code {
    font-size: 0.8571429em;
  }
  .lg\:prose-sm h2 code {
    font-size: 0.9em;
  }
  .lg\:prose-sm h3 code {
    font-size: 0.8888889em;
  }
  .lg\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .lg\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }
  .lg\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }
  .lg\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }
  .lg\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }
  .lg\:prose-sm ol > li::before {
    left: 0;
  }
  .lg\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }
  .lg\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.6785715em;
    left: 0.2142857em;
  }
  .lg\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .lg\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }
  .lg\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }
  .lg\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }
  .lg\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }
  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .lg\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }
  .lg\:prose-sm hr + * {
    margin-top: 0;
  }
  .lg\:prose-sm h2 + * {
    margin-top: 0;
  }
  .lg\:prose-sm h3 + * {
    margin-top: 0;
  }
  .lg\:prose-sm h4 + * {
    margin-top: 0;
  }
  .lg\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }
  .lg\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .lg\:prose-sm thead th:first-child {
    padding-left: 0;
  }
  .lg\:prose-sm thead th:last-child {
    padding-right: 0;
  }
  .lg\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .lg\:prose-sm tbody td:first-child {
    padding-left: 0;
  }
  .lg\:prose-sm tbody td:last-child {
    padding-right: 0;
  }
  .lg\:prose-sm > :first-child {
    margin-top: 0;
  }
  .lg\:prose-sm > :last-child {
    margin-bottom: 0;
  }
  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg [class~=lead] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .lg\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:prose-lg code {
    font-size: 0.8888889em;
  }
  .lg\:prose-lg h2 code {
    font-size: 0.8666667em;
  }
  .lg\:prose-lg h3 code {
    font-size: 0.875em;
  }
  .lg\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .lg\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }
  .lg\:prose-lg ol > li::before {
    left: 0;
  }
  .lg\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }
  .lg\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.7222222em;
    left: 0.2222222em;
  }
  .lg\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:prose-lg hr + * {
    margin-top: 0;
  }
  .lg\:prose-lg h2 + * {
    margin-top: 0;
  }
  .lg\:prose-lg h3 + * {
    margin-top: 0;
  }
  .lg\:prose-lg h4 + * {
    margin-top: 0;
  }
  .lg\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg thead th:first-child {
    padding-left: 0;
  }
  .lg\:prose-lg thead th:last-child {
    padding-right: 0;
  }
  .lg\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg tbody td:first-child {
    padding-left: 0;
  }
  .lg\:prose-lg tbody td:last-child {
    padding-right: 0;
  }
  .lg\:prose-lg > :first-child {
    margin-top: 0;
  }
  .lg\:prose-lg > :last-child {
    margin-bottom: 0;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-\[32px\] {
    top: 32px;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .lg\:m-0 {
    margin: 0px;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:-mt-40 {
    margin-top: -10rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-5 {
    height: 1.25rem;
  }
  .lg\:h-2 {
    height: 0.5rem;
  }
  .lg\:h-64 {
    height: 16rem;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-96 {
    height: 24rem;
  }
  .lg\:h-40 {
    height: 10rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-36 {
    height: 9rem;
  }
  .lg\:min-h-24 {
    min-height: 24rem;
  }
  .lg\:w-5 {
    width: 1.25rem;
  }
  .lg\:w-2 {
    width: 0.5rem;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-7 {
    width: 1.75rem;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-xs {
    max-width: 20rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:max-w-sm {
    max-width: 24rem;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:max-w-3xl {
    max-width: 48rem;
  }
  .lg\:max-w-2xl {
    max-width: 42rem;
  }
  .lg\:max-w-lg\/2 {
    max-width: 512px;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-x-12 {
    column-gap: 3rem;
  }
  .lg\:gap-x-8 {
    column-gap: 2rem;
  }
  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }
  .lg\:border-0 {
    border-width: 0px;
  }
  .lg\:bg-c-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 32, 45, var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pt-48 {
    padding-top: 12rem;
  }
  .lg\:pt-56 {
    padding-top: 14rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-snug {
    line-height: 1.375;
  }
  .lg\:leading-tight {
    line-height: 1.25;
  }
  .lg\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .xl\:prose {
    color: #374151;
    max-width: 65ch;
  }
  .xl\:prose [class~=lead] {
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:prose a {
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }
  .xl\:prose strong {
    color: #111827;
    font-weight: 600;
  }
  .xl\:prose ol[type=A] {
    --list-counter-style: upper-alpha;
  }
  .xl\:prose ol[type=a] {
    --list-counter-style: lower-alpha;
  }
  .xl\:prose ol[type="A s"] {
    --list-counter-style: upper-alpha;
  }
  .xl\:prose ol[type="a s"] {
    --list-counter-style: lower-alpha;
  }
  .xl\:prose ol[type=I] {
    --list-counter-style: upper-roman;
  }
  .xl\:prose ol[type=i] {
    --list-counter-style: lower-roman;
  }
  .xl\:prose ol[type="I s"] {
    --list-counter-style: upper-roman;
  }
  .xl\:prose ol[type="i s"] {
    --list-counter-style: lower-roman;
  }
  .xl\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }
  .xl\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }
  .xl\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }
  .xl\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }
  .xl\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }
  .xl\:prose hr {
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .xl\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "“" "”" "‘" "’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }
  .xl\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }
  .xl\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }
  .xl\:prose h1 {
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .xl\:prose h2 {
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .xl\:prose h3 {
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .xl\:prose h4 {
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .xl\:prose figure figcaption {
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .xl\:prose code {
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }
  .xl\:prose code::before {
    content: "`";
  }
  .xl\:prose code::after {
    content: "`";
  }
  .xl\:prose a code {
    color: #111827;
  }
  .xl\:prose pre {
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }
  .xl\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .xl\:prose pre code::before {
    content: none;
  }
  .xl\:prose pre code::after {
    content: none;
  }
  .xl\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .xl\:prose thead {
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }
  .xl\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .xl\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }
  .xl\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }
  .xl\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .xl\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }
  .xl\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .xl\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:prose h2 code {
    font-size: 0.875em;
  }
  .xl\:prose h3 code {
    font-size: 0.9em;
  }
  .xl\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .xl\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .xl\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .xl\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .xl\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }
  .xl\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }
  .xl\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }
  .xl\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }
  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .xl\:prose hr + * {
    margin-top: 0;
  }
  .xl\:prose h2 + * {
    margin-top: 0;
  }
  .xl\:prose h3 + * {
    margin-top: 0;
  }
  .xl\:prose h4 + * {
    margin-top: 0;
  }
  .xl\:prose thead th:first-child {
    padding-left: 0;
  }
  .xl\:prose thead th:last-child {
    padding-right: 0;
  }
  .xl\:prose tbody td:first-child {
    padding-left: 0;
  }
  .xl\:prose tbody td:last-child {
    padding-right: 0;
  }
  .xl\:prose > :first-child {
    margin-top: 0;
  }
  .xl\:prose > :last-child {
    margin-bottom: 0;
  }
  .xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .xl\:prose-lg [class~=lead] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .xl\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .xl\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .xl\:prose-lg code {
    font-size: 0.8888889em;
  }
  .xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }
  .xl\:prose-lg h3 code {
    font-size: 0.875em;
  }
  .xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }
  .xl\:prose-lg ol > li::before {
    left: 0;
  }
  .xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }
  .xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.7222222em;
    left: 0.2222222em;
  }
  .xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }
  .xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }
  .xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }
  .xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }
  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .xl\:prose-lg hr + * {
    margin-top: 0;
  }
  .xl\:prose-lg h2 + * {
    margin-top: 0;
  }
  .xl\:prose-lg h3 + * {
    margin-top: 0;
  }
  .xl\:prose-lg h4 + * {
    margin-top: 0;
  }
  .xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }
  .xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }
  .xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }
  .xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }
  .xl\:prose-lg > :first-child {
    margin-top: 0;
  }
  .xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }
  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .xl\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl [class~=lead] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xl\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .xl\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .xl\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .xl\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .xl\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .xl\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .xl\:prose-xl code {
    font-size: 0.9em;
  }
  .xl\:prose-xl h2 code {
    font-size: 0.8611111em;
  }
  .xl\:prose-xl h3 code {
    font-size: 0.9em;
  }
  .xl\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .xl\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .xl\:prose-xl ol > li {
    padding-left: 1.8em;
  }
  .xl\:prose-xl ol > li::before {
    left: 0;
  }
  .xl\:prose-xl ul > li {
    padding-left: 1.8em;
  }
  .xl\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }
  .xl\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }
  .xl\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }
  .xl\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .xl\:prose-xl hr + * {
    margin-top: 0;
  }
  .xl\:prose-xl h2 + * {
    margin-top: 0;
  }
  .xl\:prose-xl h3 + * {
    margin-top: 0;
  }
  .xl\:prose-xl h4 + * {
    margin-top: 0;
  }
  .xl\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .xl\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .xl\:prose-xl thead th:first-child {
    padding-left: 0;
  }
  .xl\:prose-xl thead th:last-child {
    padding-right: 0;
  }
  .xl\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .xl\:prose-xl tbody td:first-child {
    padding-left: 0;
  }
  .xl\:prose-xl tbody td:last-child {
    padding-right: 0;
  }
  .xl\:prose-xl > :first-child {
    margin-top: 0;
  }
  .xl\:prose-xl > :last-child {
    margin-bottom: 0;
  }
  .xl\:left-0 {
    left: 0px;
  }
  .xl\:right-auto {
    right: auto;
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:ml-12 {
    margin-left: 3rem;
  }
  .xl\:mr-12 {
    margin-right: 3rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .xl\:-mt-48 {
    margin-top: -12rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:h-56 {
    height: 14rem;
  }
  .xl\:h-6 {
    height: 1.5rem;
  }
  .xl\:h-72 {
    height: 18rem;
  }
  .xl\:h-108 {
    height: 28rem;
  }
  .xl\:h-48 {
    height: 12rem;
  }
  .xl\:h-7 {
    height: 1.75rem;
  }
  .xl\:min-h-30 {
    min-height: 30rem;
  }
  .xl\:w-6 {
    width: 1.5rem;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-400\% {
    width: 400%;
  }
  .xl\:w-250\% {
    width: 250%;
  }
  .xl\:w-7 {
    width: 1.75rem;
  }
  .xl\:max-w-5xl {
    max-width: 64rem;
  }
  .xl\:max-w-2xl {
    max-width: 42rem;
  }
  .xl\:max-w-7xl {
    max-width: 80rem;
  }
  .xl\:max-w-lg {
    max-width: 32rem;
  }
  .xl\:max-w-md {
    max-width: 28rem;
  }
  .xl\:max-w-xl\/2 {
    max-width: 640px;
  }
  .xl\:max-w-3xl {
    max-width: 48rem;
  }
  .xl\:max-w-6xl {
    max-width: 72rem;
  }
  .xl\:max-w-4xl {
    max-width: 56rem;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:gap-16 {
    gap: 4rem;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:gap-24 {
    gap: 6rem;
  }
  .xl\:gap-x-24 {
    column-gap: 6rem;
  }
  .xl\:gap-x-12 {
    column-gap: 3rem;
  }
  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)));
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-8 {
    padding: 2rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pr-12 {
    padding-right: 3rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:pt-28 {
    padding-top: 7rem;
  }
  .xl\:pt-56 {
    padding-top: 14rem;
  }
  .xl\:pt-64 {
    padding-top: 16rem;
  }
  .xl\:pb-40 {
    padding-bottom: 10rem;
  }
  .xl\:pr-20 {
    padding-right: 5rem;
  }
  .xl\:pl-20 {
    padding-left: 5rem;
  }
  .xl\:pr-16 {
    padding-right: 4rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pt-44 {
    padding-top: 11rem;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .xl\:pt-\[13rem\] {
    padding-top: 13rem;
  }
  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:leading-snug {
    line-height: 1.375;
  }
  .xl\:leading-tight {
    line-height: 1.25;
  }
  .xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1536px) {
  .\32 xl\:max-w-6xl {
    max-width: 72rem;
  }
  .\32 xl\:max-w-xl {
    max-width: 36rem;
  }
  .\32 xl\:max-w-screen-md {
    max-width: 768px;
  }
  .\32 xl\:gap-x-32 {
    column-gap: 8rem;
  }
  .\32 xl\:gap-x-20 {
    column-gap: 5rem;
  }
  .\32 xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
  .\32 xl\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .\32 xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .\32 xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .\32 xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
body {
  font-family: Atiza, serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Whyte, sans-serif;
  font-weight: 700;
}

[x-cloak] {
  display: none;
}

figure.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /*16:9*/
}

figure.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .nav-home {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .nav-home {
    display: flex !important;
  }
}

footer .nav-head {
  font-family: Whyte, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
footer .nav-head:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 101, 242, var(--tw-text-opacity));
}
footer .nav-sub {
  font-family: Whyte, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}
footer .nav-sub:hover {
  text-decoration: underline;
}

.font-whyte {
  vertical-align: baseline;
}

.grayscale {
  filter: grayscale(1);
}

.prose .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.prose .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.prose .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

/*
.links-black {
  .primary-link {
    .nav-text {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
		  }
  }
  .search-link {
    .nav-text {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
		  }
  }
}
*/
.gfield {
  @apply mb-4 md:flex md:items-center md:w-full;
}
.gfield input, .gfield select, .gfield textarea {
  @apply w-full bg-white focus:outline-none border-0;
}
.gfield.gfield_error input, .gfield.gfield_error select, .gfield.gfield_error textarea {
  @apply border-2 border-red-500;
}
.gfield textarea {
  @apply h-40;
}

.hidden_label label {
  @apply hidden;
}

.gfield_visibility_hidden {
  @apply hidden;
}

.validation_message {
  @apply hidden;
}

.validation_error {
  @apply text-red-500 px-0 mb-4 md:mb-4 md:w-4/5 md:mx-auto md:text-center;
}

.gform_footer {
  @apply md:flex md:justify-end;
}
.gform_footer .gform_button {
  @apply text-white py-4 uppercase font-extrabold tracking-widest w-full cursor-pointer transition duration-150;
}

.gfield_required {
  @apply hidden;
}

.gform_validation_container {
  @apply hidden;
}

.gform_ajax_spinner {
  @apply hidden;
}

.footer-form #gform_1, .signup-form #gform_1 {
  @apply flex flex-wrap;
}
.footer-form .validation_error, .signup-form .validation_error {
  @apply w-full;
}
.footer-form .gform_body, .signup-form .gform_body {
  @apply flex-grow;
}
.footer-form .gform_button, .signup-form .gform_button {
  @apply my-auto bg-c-blue-300 h-full w-10 px-1 py-1 transition duration-300;
}
.footer-form .gform_footer, .signup-form .gform_footer {
  @apply flex items-center bg-c-blue-300;
}
.footer-form .gfield, .signup-form .gfield {
  @apply mb-0;
}
.footer-form .gfield .ginput_container, .signup-form .gfield .ginput_container {
  @apply w-full;
}
.footer-form .gfield input, .signup-form .gfield input {
  @apply py-3 px-4 w-full font-whyte;
}
.footer-form .gform_confirmation_message_1, .signup-form .gform_confirmation_message_1 {
  @apply text-gray-600;
}

.signup-form .gform_button {
  @apply my-auto bg-c-blue-200 h-full w-10 px-1 py-1 transition duration-300;
}
.signup-form .gform_button:hover {
  @apply bg-c-blue-300;
}
.signup-form .gform_footer {
  @apply flex items-center bg-c-blue-200;
}
.signup-form .gform_confirmation_message_1 {
  @apply text-white;
}

.contact-form .validation_error {
  @apply lg:text-lg xl:text-xl;
}
.contact-form .gfield {
  @apply lg:mb-6;
}
.contact-form .gfield input, .contact-form .gfield textarea {
  @apply py-3 placeholder-gray-400 lg:text-lg lg:py-4 xl:text-xl;
}
.contact-form .gfield textarea {
  @apply lg:h-56;
}
.contact-form .ginput_container {
  @apply w-full;
}
.contact-form .gform_footer {
  @apply flex items-center justify-center;
}
.contact-form .gform_button {
  @apply font-whyte font-bold text-white bg-transparent w-auto normal-case px-12 py-3 tracking-wide border border-white md:px-16 hover:bg-white hover:text-c-blue-300 lg:text-lg xl:text-xl;
}
.contact-form .gform_confirmation_message {
  @apply text-white;
}

.post-links a {
  @apply no-underline !important;
}
.post-links a:hover {
  @apply shadow-issue;
}
.post-links a:nth-child(1) {
  @apply bg-c-blue-300 text-white;
}
.post-links a:nth-child(2) {
  @apply bg-c-gray-200 text-white;
}
.post-links a:nth-child(3) {
  @apply bg-c-gray-50;
}

.event-calendar .tribe-events-header {
  @apply bg-c-blue-300 m-0 p-0;
}
.event-calendar .tribe-events-header .tribe-common-h3 {
  @apply font-bold font-whyte uppercase text-white inline-flex;
}
.event-calendar .tribe-events-header .tribe-common-c-svgicon__svg-fill {
  @apply fill-current text-white;
}
.event-calendar .tribe-events-header .tribe-events-header__top-bar {
  @apply mb-0 py-6 justify-center flex-1 flex-nowrap;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__datepicker {
  @apply flex justify-center;
}
.event-calendar .tribe-events-header .datepicker .month.active.focused {
  background: #6DA4F0;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__today-button {
  @apply hidden !important;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav {
  @apply absolute w-full hidden xl:flex xl:justify-between !important;
  top: 50%;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-list {
  @apply relative w-full flex justify-between;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-list-item {
  @apply w-10 h-10 p-2 border border-c-blue-100 border-solid rounded-full;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-list-item:nth-child(1) {
  @apply absolute left-0 -ml-16 top-0 mt-96;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-list-item:nth-child(2) {
  @apply absolute right-0 -mr-16 top-0 mt-96;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev svg {
  @apply mx-auto mt-px;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next {
  @apply w-full;
}
.event-calendar .tribe-events-header .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next svg {
  @apply mx-auto mt-px;
}
.event-calendar .tribe-events-calendar-month {
  @apply bg-c-gray-100;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__header-column-title {
  @apply font-bold text-gray-600 font-whyte normal-case md:text-center;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__header-column {
  @apply py-2;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__header {
  @apply border-b border-gray-200 border-solid;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__week {
  @apply divide-x divide-gray-200 divide-solid;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__body {
  @apply divide-y divide-gray-200 divide-solid;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__day-date-daynum {
  @apply font-whyte font-bold text-black opacity-100;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__day-cell h3 {
  @apply font-whyte font-bold text-black opacity-100;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected {
  @apply bg-c-blue-50;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__mobile-events-icon--event {
  @apply bg-c-blue-100;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-title {
  @apply underline overflow-clip;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-inner {
  @apply pr-1 bg-transparent;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-inner--hover {
  @apply bg-transparent;
}
.event-calendar .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar {
  @apply bg-transparent rounded-none;
}
.event-calendar .calendar-day-has-events {
  @apply bg-c-blue-50;
}

.stats-container .stat:nth-child(1) .stat-inner-container, .stats-container .stat:nth-child(3) .stat-inner-container {
  @apply md:ml-auto md:mr-0 md:pr-12 lg:pr-16 xl:pr-20 2xl:pr-24;
}
.stats-container .stat:nth-child(2) .stat-inner-container, .stats-container .stat:nth-child(4) .stat-inner-container {
  @apply md:mr-auto md:ml-0 md:pl-12 lg:pl-16 xl:pl-20 2xl:pl-24;
}

.career-container > :first-child {
  padding-top: 0px;
}

.split-gradient {
  background: -webkit-linear-gradient(90deg, #07202D 50%, white 0%);
  background: -moz-linear-gradient(left, #07202D 50%, white 0%);
  background: -ms-linear-gradient(left, #07202D 50%, white 0%);
  background: linear-gradient(90deg, #07202D 50%, white 0%);
}

.about-issues h2 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1280px) {
  .about-issues .container > div {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

.page-template-template-container h2 {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  line-height: 2 !important;
}
@media (min-width: 1024px) {
  .page-template-template-container h2 {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

.wp-block-button {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .wp-block-button {
    padding-top: 2rem;
  }
}
.wp-block-button .button, .wp-block-button a.wp-element-button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(7, 32, 45, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(7, 32, 45, var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Whyte, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}

.button, a.wp-element-button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(7, 32, 45, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(7, 32, 45, var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Whyte, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}

.posts-wrapper > :nth-child(odd) .border-container, .posts-ajax-wrapper > :nth-child(odd) .border-container {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.tax-slider {
  @apply overflow-visible;
}
.tax-slider .swiper-slide {
  @apply h-auto w-10/12 sm:w-1/2;
}

.tax-btns {
  @apply cursor-pointer absolute z-10;
  top: calc(50% - 0.75rem);
}
.tax-btns .swiper-button-disabled {
  @apply invisible;
}

.top-tag:checked + div {
  @apply bg-c-blue-200;
}

.feat-container .feat-item:last-of-type {
  @apply border-0;
}

.twitter-container #ctf .ctf-author-box {
  @apply min-h-0;
}
.twitter-container #ctf .ctf-author-box .ctf-tweet-meta a.ctf-tweet-date[style] {
  @apply text-gray-400 text-sm !important;
}
.twitter-container #ctf .ctf-tweet-content {
  @apply lg:text-lg;
}
.twitter-container #ctf .ctf-tweet-content a {
  @apply text-c-blue-100 hover:underline;
}
.twitter-container #ctf .ctf-tweet-items {
  @apply md:mb-8;
}
.twitter-container #ctf #ctf-more {
  @apply w-auto block text-center min-h-0 px-8 py-2 text-c-blue-200 hover:underline bg-transparent font-medium mx-auto;
}

.event-calendar .tribe-events .tribe-common-l-container {
  @apply py-6 min-h-0 px-6 container lg:px-8 relative;
}

.issue-item .issue-image {
  @apply duration-300 ease-in-out;
  transition-property: filter, -webkit-filter, all;
  filter: grayscale(1);
}
.issue-item:hover .issue-image {
  @apply cursor-pointer;
  filter: grayscale(0);
}

.contact-map img {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: filter, -webkit-filter, all;
  filter: grayscale(1);
}
.contact-map:hover img {
  cursor: pointer;
  filter: grayscale(0);
}

.donate .wp-block-button .button:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 32, 45, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(7, 32, 45, var(--tw-text-opacity));
}

.button:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 32, 45, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(7, 32, 45, var(--tw-text-opacity));
}

.consent a {
  text-decoration: underline;
}
.consent a:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 164, 240, var(--tw-text-opacity));
}

.about-issues .issue-grid a {
  border-width: 0px;
  border-style: none;
}

.home .wp-block-issues-block .issue-grid h4 {
  @apply text-2xl md:text-3xl;
}
.home .wp-block-hero .hero-title {
  @apply mb-12 md:mb-4;
}
.home .wp-block-hero .hero-video {
  @apply mb-12;
}
.home .wp-block-hero .hero-content {
  @apply mb-12 md:mb-6 md:leading-normal;
}

.event-calendar .calendar {
  @apply relative font-whyte;
}
.event-calendar .fc-toolbar {
  @apply bg-c-black-100 text-white flex items-center justify-between pl-3 py-3 mb-0 md:px-6 md:pr-3 md:py-4 !important;
}
.event-calendar .fc-toolbar .fc-left {
  @apply text-lg uppercase md:text-xl md:col-span-6;
}
.event-calendar .fc-toolbar .fc-center, .event-calendar .fc-toolbar .fc-clear {
  @apply hidden;
}
.event-calendar .fc-toolbar .fc-right {
  @apply md:flex md:justify-end;
}
@screen lg {
  .event-calendar .fc-toolbar .fc-right {
    top: 50%;
  }
}
.event-calendar .fc-toolbar .fc-right .fc-button-group {
  @apply ml-0 block;
}
.event-calendar .fc-toolbar .fc-right .fc-button-group .fc-button {
  @apply bg-transparent border-none shadow-none px-2 focus:outline-none;
  background-image: none;
}
.event-calendar .fc-toolbar .fc-right .fc-button-group .fc-button .fc-icon {
  @apply text-white;
}
.event-calendar .fc-toolbar .fc-today-button {
  @apply hidden;
}
.event-calendar .fc-toolbar > * > * {
  @apply float-none !important;
}
.event-calendar .fc-view-container .fc-list-item-time {
  @apply hidden;
}
.event-calendar .fc-view-container .fc-month-view .fc-day-header {
  @apply border-r-0 border-l-0;
}
.event-calendar .fc-view-container .fc-month-view table {
  @apply bg-c-gray-100;
}
.event-calendar .fc-view-container .fc-month-view .fc-day-top {
  @apply float-none pl-1 pt-1;
}
.event-calendar .fc-view-container .fc-month-view .fc-day-top .fc-day-number {
  @apply text-xl text-c-black-100 float-none md:text-lg !important;
}
.event-calendar .fc-view-container .fc-month-view .fc-day-grid-event {
  @apply text-c-black-100 bg-transparent border-none hover:text-c-blue-150 !important;
}
.event-calendar .fc-view-container .fc-month-view .fc-day-grid-event .fc-title {
  @apply underline;
}
.event-calendar .fc-view-container .fc-month-view .fc-day-grid-event .fc-time {
  @apply hidden;
}
.event-calendar .fc-view-container .fc-month-view .fc-today {
  @apply border bg-transparent;
  border-color: #DDD;
}
.event-calendar .fc-view-container .fc-month-view .fc-today .fc-day-number {
  @apply text-c-blue-150 !important;
}
.event-calendar .fc-view-container .fc-month-view .fc-has-event {
  @apply bg-c-blue-50 border !important;
  border-color: #DDD;
}
.event-calendar .fc-view-container .fc-list-empty-wrap2 {
  @apply block;
}
.event-calendar .fc-view-container .fc-list-empty-wrap2 .fc-list-empty {
  @apply py-4;
}
.event-calendar .fc-view-container .fc-basic-view .fc-body .fc-row {
  min-height: 3rem;
}

.hero-gradient {
  background: linear-gradient(180.37deg, #041429 0.32%, rgba(19, 42, 70, 0) 34.66%), rgba(7, 32, 45, 0.35);
}

.search #app {
  @apply min-h-screen;
}

.tribe-events-page-template .cal-event-dot {
  @apply hidden sm:block h-3 w-3 lg:h-2 lg:w-2 bg-c-blue-150 rounded-full mb-1 ml-4 hover:opacity-25;
}
.tribe-events-page-template .cal-event-title {
  @apply sm:hidden;
}

@media screen and (min-width: 768px) {
  h3.signup-title {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* contact form */
.gfield span, .gfield input, .gfield textarea {
  width: 100%;
}

.gfield .wpcf7-submit {
  width: 150px;
  font-family: Whyte, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 101, 242, var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  cursor: pointer;
}
.gfield .wpcf7-submit:hover {
  background-color: rgb(0, 41, 182);
}

form.cf7-subscribe {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  form.cf7-subscribe {
    flex-wrap: wrap;
  }
}
form.cf7-subscribe .subscriber-email-form-inside {
  flex-grow: 1;
}
form.cf7-subscribe .subscriber-email-input-label-container {
  margin-bottom: 0px;
}
form.cf7-subscribe .subscriber-email-input-label {
  display: none;
}
form.cf7-subscribe .subscriber-email-input-container {
  width: 100%;
}
form.cf7-subscribe .subscriber-email-input {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Whyte, sans-serif;
  border: none;
}
form.cf7-subscribe .subscribe-submit-container {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0, 101, 242);
  justify-content: flex-end;
}
form.cf7-subscribe .subscribe-button {
  width: 150px;
  font-family: Whyte, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 101, 242, var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  cursor: pointer;
}
form.cf7-subscribe .subscribe-button:hover {
  background-color: rgb(0, 41, 182);
}
form.cf7-subscribe .wpcf7-response-output {
  max-width: 20rem;
  padding: 0;
  margin: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0);
  text-align: center;
}
form.cf7-subscribe .wpcf7-spinner {
  display: none !important;
}

form.cf7-contact .wpcf7-response-output {
  background-color: #46b450;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  font-family: "Whyte";
}

form.cf7-subscribe.sent .subscriber-email-form-inside,
form.cf7-subscribe.sent .subscribe-submit-container {
  display: none;
}

form.cf7-subscribe-footer .subscribe-button {
  background-color: #000;
}
form.cf7-subscribe-footer .wpcf7-response-output {
  color: #000;
}

div.event-date {
  font-weight: bold;
}

div.event-category {
  display: inline-block;
  background-color: #1559b6;
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 1rem;
  font-family: Whyte, sans-serif;
  margin: 10px 0;
}

.footer-form .gform_button, .signup-form .gform_button {
  width: 150px;
  font-family: Whyte, sans-serif;
  font-weight: 700;
}

.gform_required_legend {
  display: none;
}

@media (max-width: 768px) {
  .sec_cal {
    display: none;
  }
}
.sec_cal {
  width: 360px;
  margin: 0 auto;
  font-family: Whyte, sans-serif;
  width: 320px;
  background-color: #eee;
}

.sec_cal .cal_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.75rem;
  background-color: #000;
  color: #fff;
  padding: 23px;
}

.sec_cal .cal_nav .year-month {
  width: 300px;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.sec_cal .cal_nav .nav {
  border: 1px solid #333333;
  border-radius: 5px;
}

.sec_cal .cal_nav .go-prev,
.sec_cal .cal_nav .go-next {
  display: block;
  font-size: 1.3rem;
}

.go-next {
  transform: rotateY(180deg);
}

/* EVENT PAGE CALENDAR */
.sec_cal .cal_wrap {
  padding-top: 10px;
  position: relative;
  margin: 0 auto;
}

.sec_cal .cal_wrap .days {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.sec_cal .cal_wrap::after {
  top: 368px;
}

.sec_cal .cal_wrap .day {
  padding-top: 5px;
  display: flex;
  position: relative;
  justify-content: center;
  width: 14.2857142857%;
  color: #444;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
}

.current.today {
  background: rgb(248, 248, 248);
}

.sec_cal .cal_wrap .dates {
  display: flex;
  flex-flow: wrap;
  height: 290px;
}

.sec_cal .cal_wrap .day.disable {
  color: #ddd;
}

.event-bullet {
  position: absolute;
  left: calc(50% - 5px);
  bottom: 10px;
  color: #1559b6;
  font-size: 150%;
}

div.event-popup {
  position: absolute;
  top: 17px;
  left: 25px;
  background-color: #fff;
  padding: 4px 4px 4px 9px;
  border: 1px solid #444;
  min-width: 230px;
  font-weight: bold;
  font-size: 1rem;
  z-index: 999;
  text-align: left;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.hand {
  cursor: pointer;
}

article.event .actions {
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}

article.single-event .actions {
  justify-content: center;
  margin: 2rem 0;
}

article.event .actions a.button {
  position: relative;
  padding: 0.35rem 1.75rem;
}

.podgrid-container {
  padding: 0;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}

.podgrid-small.podgrid-container {
  gap: 3%;
}

.podgrid-left {
  justify-content: left;
}

.podgrid-item {
  border: 1px solid #d6d6d6;
  flex-basis: auto;
  width: 460px;
  height: auto;
  position: relative;
  padding: 4px;
  font-family: sans-serif;
}

.podgrid-small .podgrid-item {
  width: 31%;
}

.podgrid-image-container {
  width: 100%;
  height: 300px;
  position: relative;
}

.podgrid-small .podgrid-image-container {
  height: 210px;
}

.podgrid-image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  box-shadow: inset 0 -90px 60px -60px rgba(0, 0, 0, 0.7);
  z-index: 50;
}

.podgrid-image-container h2 {
  font-family: Whyte, sans-serif;
  font-size: 120%;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  margin: 0;
  z-index: 999;
  line-height: 130%;
}

.podgrid-image-container h2 a {
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7);
}

.podgrid-small .podgrid-image-container h2 {
  font-size: 0.9rem;
  padding: 5px;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.podgrid-image-container > img {
  height: 300px;
  width: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.podgrid-small .podgrid-image-container > img {
  height: 210px;
  width: 300px;
}

.podgrid-episode {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0.7rem;
  font-family: Whyte, sans-serif;
  margin: 0 0 4px 0;
}

.podgrid-text-container {
  position: relative;
  padding-bottom: 45px;
}

.podgrid a.button {
  padding: 0.25rem 1.5rem;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.podgrid-small .podgrid-text-container {
  padding: 0;
  margin: 5px 0 0;
  text-align: center;
}

.podgrid-small .podgrid-item a.button {
  width: 100%;
  display: block;
  position: relative;
  float: none;
  padding: 3px 10px;
}

.podgrid-excerpt {
  font-size: 14px;
  padding: 8px;
}

.podcast-header {
  padding: 0 2rem;
  margin: 1.5rem auto 0;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: row reverse-wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.podcast-logo {
  /* flex-basis: 15%; */
  height: auto;
  position: relative;
  padding: 4px;
}

.podcast-logo img {
  min-width: 170px;
  max-width: 215px;
  outline: none;
}

.podcast-description {
  /* flex-basis: 75%; */
  height: auto;
  position: relative;
  padding: 4px;
  font-family: Whyte, sans-serif;
  font-weight: bold;
  font-size: 120%;
}

@media (max-width: 768px) {
  .podcast-header {
    padding: 10px 37px;
    flex-direction: column-reverse;
  }
  .podcast-description {
    text-align: justify;
    font-size: 100%;
  }
}
.pagination {
  border: 0;
  margin: 0.7rem 0;
}

.single-header {
  position: relative;
  z-index: 15;
}

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

.single-podcast h2, .single-event h2 {
  font-size: 1.65rem;
  margin: 2.5rem 0.2rem 0.5rem;
}

.podcast-episode-banner, .event-type-banner {
  text-transform: uppercase;
  line-height: 2.75rem;
  text-align: center;
  background-color: #1559b6;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: Whyte, sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .single-header div {
    text-align: center;
  }
  .single-header h1 {
    font-size: 1.5rem;
    padding: 1.2rem;
    text-align: center;
  }
  .podcast-episode-banner, .event-type-banner {
    font-size: 1.1rem;
  }
}
.podcast-transcript {
  display: block;
  border: 1px solid #ccc;
  height: 350px;
  box-shadow: inset 0px -130px 40px -40px rgb(255, 255, 255);
  overflow: scroll;
  padding: 30px;
  cursor: hand;
  resize: vertical;
}

.podcast-transcript.open {
  height: auto;
  padding: 30px;
}

.podcast-pdf-download {
  float: right;
  font-size: 17px;
  padding: 5px 30px;
  margin-right: -0.7rem;
}

.podcast-pdf-download-only {
  float: none;
}

.podcast-guests, .event-speakers {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.podcast-guests > div, .event-speakers > div {
  width: 240px;
  margin: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

.podcast-guests > div > img, .event-speakers > div > img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.podcast-guests > div > b, .event-speakers > div > b {
  display: block;
  font-family: Whyte, sans-serif;
  font-weight: bold;
  font-size: 105%;
  margin: 10px 0 0;
}

.podcast-guests > div > i, .event-speakers > div > i {
  font-weight: italic;
  font-size: 95%;
}

p {
  margin-bottom: 1rem;
}

.podcast-credits > p {
  margin-left: 10px;
}

.podcast-credits > p > b {
  display: block;
  font-family: Whyte, sans-serif;
  font-weight: bold;
  font-size: 102%;
}

.podcast-sponsor {
  position: absolute;
  width: 220px;
  top: -170px;
  z-index: 9999;
  right: 2rem;
  font-family: "Whyte", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .podcast-sponsor {
    position: relative;
    top: 0;
    right: 0;
    color: #000;
    margin: auto;
    padding-top: 1rem;
  }
}
.podcast-search-bar {
  width: 100%;
  background-color: rgb(241, 241, 241);
}

.podcast-search-bar > .container {
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.podcast-search-bar .podcast-search {
  position: relative;
  margin: 0;
  border: none;
  width: 40%;
  background-color: #fff;
}

.podcast-search svg {
  height: 27px;
  padding-left: 11px;
}

@media (max-width: 768px) {
  .podcast-search-bar .podcast-search {
    width: 100%;
  }
}
.podcast-search-bar input {
  margin: 0;
  padding-top: 15px;
  border: none;
  width: 100%;
  font-family: "Whyte", sans-serif;
  font-size: 1.15rem;
  color: #999;
}

.podcast-search-bar button {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 52px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.podcast-search-bar button:hover {
  background-color: #fff;
}

.podcast-search-bar button:hover svg {
  fill: #000;
}

.podcast-search-bar .button {
  text-align: center;
}

.podcast-search-bar .buttons {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}

.podcast-search-bar .buttons .button .button-popup {
  display: block;
  position: absolute;
  top: 110%;
  right: 0;
  width: 100%;
  color: #000;
  padding: 12px;
  z-index: 99999;
  background-color: #eee;
  border: 2px solid #000;
  border: none;
  text-align: left;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .podcast-search-bar .buttons,
  .podcast-search-bar .button {
    width: 100%;
    margin-top: 10px;
  }
}
.event-data-banner {
  margin: 0 0 1.5rem;
  background-color: #1559b6;
  color: #fff;
  font-family: "Whyte", sans-serif;
  font-size: 107%;
}

.event-data-banner button {
  background-color: #fff;
  color: #194076;
  padding: 8px 20px 5px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #194076;
  margin-left: 15px;
}

.event-data-banner button:hover {
  background-color: #194076;
  color: #fff;
  border-color: #fff;
}

.selected-button {
  background-color: #1559b6;
  border-color: #1559b6;
}

.select-button:hover {
  border-color: #1559b6 !important;
}

.podgrid-event-series {
  position: absolute;
  color: #fff;
  width: 100%;
  background-color: #1559b6;
  text-align: center;
  font-weight: 900;
  line-height: 230%;
  letter-spacing: 0.5px;
}

.podcast-search-bar .buttons a {
  margin-left: 20px;
}

iframe[data-name=pb-iframe-player] {
  margin-bottom: 1.5rem;
}

.podcast_player {
  margin-bottom: 1.5rem;
}

ul.podcast-reads, ul.podcast-media {
  list-style: disc inside;
  margin-left: 2rem;
}
ul.podcast-reads li, ul.podcast-media li {
  font-weight: bold;
  padding: 5px 0;
}
ul.podcast-reads li a:hover, ul.podcast-media li a:hover {
  color: #1559b6;
}
ul.podcast-reads span.source, ul.podcast-media span.source {
  font-weight: normal;
  margin-left: 1.4rem;
}

.about-page h2 {
  margin-bottom: 1rem;
}

.additional-resources {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 90%;
  margin: auto;
}
.additional-resources a {
  display: block;
  flex: 1 0 auto;
  margin: 0 1rem 1rem;
  width: 384px;
}
@media (max-width: 768px) {
  .additional-resources a {
    max-width: 100%;
  }
}

.container ul {
  list-style: disc;
  padding-left: 2rem;
}
.container ul li {
  margin-bottom: 0.8rem;
}

.agenda {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.7rem;
  position: relative;
}

div.agenda_time {
  flex-grow: 1;
  flex-basis: 22%;
}

div.agenda_title {
  flex-grow: 3;
  flex-basis: 53%;
  position: relative;
}

span.agenda_title {
  font-weight: bold;
  font-size: 115%;
}

div.agenda_note {
  font-size: 95%;
}

div.agenda_location {
  flex-grow: 1;
  flex-basis: 25%;
}

div.agenda_media {
  flex-grow: 1;
  flex-basis: 25%;
}

.agenda_button {
  padding: 0.35rem 1rem;
  margin-left: 0.6rem;
  display: block;
  float: right;
}

.agenda_edit_link {
  position: absolute;
  top: 4px;
  left: -26px;
  color: #ddd;
}

.agenda_edit_link:hover {
  cursor: pointer;
  color: #1559b6;
}

.agenda_speakers ul {
  margin-left: 1.75rem;
  list-style: disc;
}

.agenda_speakers ul li {
  margin-bottom: 0.25rem;
}

.agenda_speaker_name {
  font-weight: bold;
}

.agenda_speaker_position {
  font-style: italic;
}

/* REDESIGNED HOMEPAGE FEATURED BLOCK - 2025 */
.featured-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 5rem;
}
.featured-container div {
  box-sizing: content-box;
}
.featured-container .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-shadow: none;
}
.featured-container .featured-left {
  flex-basis: 49%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px;
}
.featured-container .featured-left .featured-item {
  position: relative;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 -150px 50px -30px rgba(0, 0, 0, 0.8);
}
.featured-container .featured-left .featured-item .featured-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white !important;
  text-shadow: 2px 2px 2px #000;
}
.featured-container .featured-left .featured-item .featured-text h3 {
  font-size: 180%;
  line-height: 115%;
  margin-bottom: 10px;
}
.featured-container .featured-left .featured-item .featured-text .excerpt {
  display: inline-block;
  float: left;
  width: 70%;
}
.featured-container .featured-left .button {
  background-color: white;
  color: black;
  border-color: white;
}
.featured-container .featured-right {
  flex-basis: 49%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.featured-container .featured-right .featured-item {
  position: relative;
  padding: 20px 20px 30px 180px;
  flex-grow: 1;
  min-height: 140px;
  border-bottom: 1px solid rgb(243, 245, 248);
}
.featured-container .featured-right .featured-item img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 140px;
  height: 140px;
  flex-grow: 1;
}
.featured-container .featured-right .featured-item .featured-text h3 {
  font-size: 120%;
  line-height: 135%;
  margin-bottom: 10px;
}
.featured-container .featured-right .featured-item .featured-text .excerpt {
  display: inline-block;
  float: left;
  width: 70%;
}
.featured-container .featured-right .featured-item .featured-text .button {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .featured-container {
    flex-direction: column;
  }
  .featured-container .featured-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .featured-container .featured-left .featured-item {
    min-height: 80vw;
  }
  .featured-container .featured-left .featured-item .featured-text {
    padding: 20px;
  }
  .featured-container .featured-left .featured-item .featured-text h3 {
    font-size: 130%;
  }
  .featured-container .featured-left .featured-item .featured-text .excerpt {
    display: inline-block;
    font-size: 90%;
    width: 60%;
  }
  .featured-container .featured-left .button {
    margin-top: 6px;
  }
  .featured-container .featured-right .featured-item {
    padding-left: 20px;
    padding-bottom: 60px;
  }
  .featured-container .featured-right .featured-item img {
    display: none;
  }
  .featured-container .featured-right .featured-item .featured-text .excerpt {
    display: block;
    width: 100%;
  }
  .featured-container .featured-right .featured-item .featured-text .button {
    bottom: 20px;
  }
}

/*# sourceMappingURL=app.css.map */
