@charset "UTF-8";
/**
 * This injects Tailwind’s base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import «tailwindcss/preflight»;
 */
/*! tailwindcss v3.0.0 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse;  /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
.rotate-180, .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;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border, .border-t-4, .border-t, .border-b, .border-b-4, .byline{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.shadow-lg, .shadow, .hover\:shadow-lg{
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.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,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import «tailwindcss/components»;
 */
.container{
  width: 100%;
}
@media (min-width: 450px){
  .container{
    max-width: 450px;
  }
}
@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
/**
 * Here you would add any of your custom component classes; stuff that you’d
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { … }
 * .form-input { … }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import «components/buttons»;
 * @import «components/forms»;
 */
/**
 * This injects all of Tailwind’s utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import «tailwindcss/utilities»;
 */
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.left-0{
  left: 0px;
}
.top-24{
  top: 6rem;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-auto{
  margin: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mt-2{
  margin-top: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-4{
  margin-top: 1rem;
}
.ml-12{
  margin-left: 3rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.-mt-4{
  margin-top: -1rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.-mt-16{
  margin-top: -4rem;
}
.-mr-16{
  margin-right: -4rem;
}
.-ml-10{
  margin-left: -2.5rem;
}
.-mt-12{
  margin-top: -3rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-6{
  height: 1.5rem;
}
.h-12{
  height: 3rem;
}
.h-24{
  height: 6rem;
}
.h-screen{
  height: 100vh;
}
.h-full{
  height: 100%;
}
.h-16{
  height: 4rem;
}
.h-32{
  height: 8rem;
}
.w-full{
  width: 100%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-5{
  width: 1.25rem;
}
.w-3\/4{
  width: 75%;
}
.w-12{
  width: 3rem;
}
.w-6{
  width: 1.5rem;
}
.w-4\/5{
  width: 80%;
}
.w-10{
  width: 2.5rem;
}
.w-24{
  width: 6rem;
}
.w-auto{
  width: auto;
}
.w-screen{
  width: 100vw;
}
.w-\[20px\]{
  width: 20px;
}
.w-2\/3{
  width: 66.666667%;
}
.w-16{
  width: 4rem;
}
.w-32{
  width: 8rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.transform{
  transform: var(--tw-transform);
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(145 6 0 / var(--tw-border-opacity));
}
.border-grey-light{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(145 6 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 0 / var(--tw-bg-opacity));
}
.bg-turquoise{
  --tw-bg-opacity: 1;
  background-color: rgb(100 175 163 / var(--tw-bg-opacity));
}
.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(141 49 138 / var(--tw-bg-opacity));
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}
.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(125 5 0 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(18 19 20 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-grey-medium{
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(115 168 55 / var(--tw-bg-opacity));
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(223 14 24 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.to-white{
  --tw-gradient-to: #ffffff;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-0{
  padding: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pt-0{
  padding-top: 0px;
}
.pl-4{
  padding-left: 1rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-primary{
  font-family: filson-soft, sans-serif;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 18px;
  line-height: 1.15;
}
.text-sm{
  font-size: 14px;
  line-height: 1.15;
}
.text-xl{
  font-size: 20px;
  line-height: 1.15;
}
.text-base{
  font-size: 16px;
  line-height: 1.15;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.leading-normal{
  line-height: 1.45;
}
.leading-loose{
  line-height: 2;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(145 6 0 / var(--tw-text-opacity));
}
.text-grey-medium{
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(18 19 20 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.no-underline{
  text-decoration: none;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-filter);
}
/**
 * Here you would add any custom utilities you need that don’t come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { … }
 * .skew-45 { … }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import «utilities/background-patterns»;
 * @import «utilities/skew-transforms»;
 */
/**
 * PurgeCSS körs på filerna, så om du skapar styling för en tag som inte redan finns i någon template så kommer den tas bort.
 * Det finns whitelist i webpack.mix.js.
 */
/**
 * Typografi
 */
body {
  line-height: 1.15;
}

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

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

figure {
  margin-bottom: 0.75em;
}

.wrapper {
  width: 96%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

.dingus {
  width: 100%;
}

input, button {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

/**
 * Meny-klasser
 */
.mobile-toggle{
  display: none;
}

#navigation.is-open .mobile-toggle{
  display: block;
}

.footer a {
  color: #fff;
}

/**
 * Artikel-innehåll
 */
.article-content{
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6, .article-content p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6{
  margin-top: 2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(18 19 20 / var(--tw-text-opacity));
}
.article-content a{
  --tw-text-opacity: 1;
  color: rgb(145 6 0 / var(--tw-text-opacity));
}
.article-content h1.article-title{
  margin-top: 0px;
}
@media (min-width: 768px) {
  .article-content h1.article-title{
    margin-top: 2rem;
  }
}
.article-content blockquote{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.article-content blockquote p{
  padding-left: 0.25rem;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(145 6 0 / var(--tw-text-opacity));
  position: relative;
}
.article-content blockquote p:before{
  font-family: filson-soft, sans-serif;
  content: "“";
  position: absolute;
  left: -2rem;
  top: -10px;
  color: #910600;
  font-size: 4em;
  line-height: 100%;
  opacity: 0.2;
}
.article-content .byline{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top-width: 4px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.article-content .byline .author, .article-content .byline .photographer{
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.article-content .byline .author img, .article-content .byline .photographer img{
  margin-right: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: solid #f0f0f0 1px;
}
.article-content .byline .author .title, .article-content .byline .author .name, .article-content .byline .photographer .title, .article-content .byline .photographer .name{
  display: block;
  margin: 0;
}
.article-content .byline .author .title, .article-content .byline .photographer .title{
  margin-bottom: -0.25rem;
  font-family: filson-soft, sans-serif;
  font-size: 14px;
  line-height: 1.15;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.article-content .byline .author .name, .article-content .byline .photographer .name{
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
.article-content .facts{
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(145 6 0 / var(--tw-text-opacity));
  background: rgba(145, 6, 0, 0.05);
}
@media (min-width: 768px) {
  .article-content .facts{
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .article-content .facts{
    padding: 2.5rem;
  }
}
.article-content .facts > *:first-child {
  margin-top: 0;
}
.article-content .facts > *:last-child {
  margin-bottom: 0;
}
.article-content .facts h1, .article-content .facts h2, .article-content .facts h3, .article-content .facts h4, .article-content .facts h5, .article-content .facts h6{
  --tw-text-opacity: 1;
  color: rgb(145 6 0 / var(--tw-text-opacity));
}

/**
 * Overlay för låsta artiklar
 */
.locked-overlay{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(145 6 0 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-75:hover{
  opacity: 0.75;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 450px){
  .xs\:w-\[50px\]{
    width: 50px;
  }
}
@media (min-width: 576px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:text-right{
    text-align: right;
  }
}
@media (min-width: 768px){
  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:-mt-16{
    margin-top: -4rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-32{
    height: 8rem;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:flex-auto{
    flex: 1 1 auto;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pl-6{
    padding-left: 1.5rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-base{
    font-size: 16px;
    line-height: 1.15;
  }
  .md\:text-lg{
    font-size: 18px;
    line-height: 1.15;
  }
}
@media (min-width: 992px){
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-8{
    height: 2rem;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:flex-grow-0{
    flex-grow: 0;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pr-2{
    padding-right: 0.5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-sm{
    font-size: 14px;
    line-height: 1.15;
  }
  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1200px){
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-10{
    height: 2.5rem;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:w-1\/6{
    width: 16.666667%;
  }
  .xl\:w-1\/12{
    width: 8.333333%;
  }
  .xl\:text-base{
    font-size: 16px;
    line-height: 1.15;
  }
  .xl\:text-sm{
    font-size: 14px;
    line-height: 1.15;
  }
}
