/* HELPERS */

[x-cloak] { display: none; }

/* .bb-red {border: solid red 1px;}
.bb-blue {border: solid blue 1px;}
.bb-green {border: solid green 1px;}
.bb-yellow {border: solid yellow 1px;}
.bb-pink {border: solid pink 1px;}
.bb-dashed {border: dashed black 1px;}
.body-min-width {min-width: 290px; overflow: scroll; }           */

.brpnt2xl{ display: none;}

@media only screen and (min-width:2000px) and (max-width: 5000px) {

.brpnt2xl{display: block}}
.brpnt-xl{ display: none; }
@media only screen and (min-width:1260px) and (max-width: 1999px) {
.brpnt-xl{display: block }}
.brpntlg{ display: none;}
@media only screen and (min-width: 992px) and (max-width: 1259px) {
.brpntlg{display: block}}
.brpntmd{ display: none;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.brpntmd{display: block}}
.brpntsm{ display: none;}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.brpntsm{display: block}}
.brpntxs{ display: none;}
@media only screen and (min-width: 321px) and (max-width: 575px) {
.brpntxs{display: block}}
.brpnt2xs{ display: none;}
@media only screen and (max-width: 320px) {
.brpnt2xs{display: block}}

.fm-min-width {min-width:319px;}

.fm-width { 
  /* border: solid red 1px;  */
  margin-left: auto;  
  margin-right: auto;  
  max-width: 1600px;
  min-width: 280px;


}

/* @media $2xl {width: 1999px;} */

@media only screen and (min-width:2000px) and (max-width: 5000px) {

.fm-width {width: 1240px


}}

/* @media $2xl {width: 1999px; border: dashed black 1px;}
  @media $xl {width: 1280px; border: dashed red 1px;}
  @media $lg {width: 980px; border: solid blue 1px;}
  @media $md {width: 750px; border: solid yellow 1px;}
  @media $sm {width: 560px; border: solid green 1px;}
  @media $xs {width: 90%; border: dashed yellow 1px;}
  @media $2xs {width: 96%; border: solid blue 1px;} */

@media only screen and (min-width:1260px) and (max-width: 1999px) {

.fm-width {width: 1240px


}}

@media only screen and (min-width: 992px) and (max-width: 1259px) {

.fm-width {width: 970px


}}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.fm-width {width: 750px


}}

@media only screen and (min-width: 576px) and (max-width: 767px) {

.fm-width {width: 560px


}}

@media only screen and (min-width: 321px) and (max-width: 575px) {

.fm-width {width: 90%


}}

@media only screen and (max-width: 320px) {

.fm-width {width: 96%


}}

.fm-width.narrow-1 {
    max-width: 1200px;
  }

@media only screen and (min-width:2000px) and (max-width: 5000px) {

.fm-width.narrow-1 {width: 1600px
  }}

@media only screen and (min-width:1260px) and (max-width: 1999px) {

.fm-width.narrow-1 {width: 970px
  }}

@media only screen and (min-width: 992px) and (max-width: 1259px) {

.fm-width.narrow-1 {width: 780px
  }}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.fm-width.narrow-1 {width: 550px
  }}

.fm-width.narrow-2 {
    max-width: 1200px;
  }

@media only screen and (min-width:2000px) and (max-width: 5000px) {

.fm-width.narrow-2 {width: 1069px
  }}

@media only screen and (min-width:1260px) and (max-width: 1999px) {

.fm-width.narrow-2 {width: 830px
  }}

@media only screen and (min-width: 992px) and (max-width: 1259px) {

.fm-width.narrow-2 {width: 646px
  }}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.fm-width.narrow-2 {width: 500px
  }}

html.scroll-smooth {
  scroll-behavior: smooth;
}
.scroll-mt-6 {
  scroll-margin-top: 1.5rem; /* 24px */
}

.resp-br {
  display: block;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {

.resp-br {
    display: none
}
  }

.ctct-inline-form {
    margin: auto;
    text-align: center;
    max-width: 400px;
}

.ctct-form-embed .ctct-form-defaults {
  background-color: transparent !important;
  max-width: 510px;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  display: none;
}

.ctct-form-embed #email_address_field_3 {}

.ctct-form-embed #email_address_label_3 {
  display: none;
}

.ctct-form-embed input#email_address_3 {
  background-color: #FFFDF6;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100px' width='500px'><text x='10' y='28' fill='gray' font-style='italic' font-size='16' font-family='Arial, Helvetica, sans-serif'>Enter your email address</text></svg>");
  background-repeat: no-repeat;
}

.ctct-form-embed input#email_address_3:focus {
  background-image: none;
}

.ctct-inline-form .g-recaptcha {
  display: none !important
}

input.styled {
  font-size: 16px;
  min-height: 50px;
  border-radius: 0px;
  line-height: 20px;
  width: 100%;
  padding: 1% 3%;
  transition: background-color 0.2s;
  border: 1px solid #ccc;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 255, 241, var(--tw-bg-opacity));
}

.search_txt[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0;
  padding: 3px 0 3px 16px;
  width: 300px;
}

.txt[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0 15px 15px;
  width: 100%;
}

.txt_1[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  padding: 4%;
  min-height: 150px;
  width: 100%;
  background-color: #FFFDF6;
}

.txt_1[type="text"]::-moz-placeholder {
  font-style: italic;
}

.txt_1[type="text"]:-ms-input-placeholder {
  font-style: italic;
}

.txt_1[type="text"]::placeholder {
  font-style: italic;
}

.txt_1[type="text"]::-webkit-input-placeholder,
.txt[type="text"]::-webkit-input-placeholder {
  /* Chrome */
  color: #000;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.search-submit {
  outline: none;
  position: relative;
  padding: 12px 60px;
  border: none;
  background: #ef5323;
  color: #fff;
  border: 1px solid #fff;
}
.search-submit:hover {
  background: #000;
  cursor: pointer;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  -ms-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
  opacity: 0.5;
}

.edit-this {
    display: block;
    position: fixed;
    top: 15px;
    right: -10px;
    z-index: 99;
    padding: 2px 2px;
    transform: rotate(90deg);
    text-decoration: none;
    background-color: #000;
    color: white;
    font-size: 10px;
    font-family: "soleil", "sans-serif";
}

.edit-this:hover {
      background-color: #FFF;
      color: black;
      border: solid black 1px;
    }

body.body-scroll-lock {
  touch-action: none;
  overflow: hidden;
}


/* 2 orphan items */


.dl-item-center:last-child:nth-child(3n - 1) {grid-column-end: -2;}


.dl-item-center:nth-last-child(2):nth-child(3n + 1) {grid-column-end: 4;}


@media only screen and (min-width: 992px) and (max-width: 1259px) {
    .dl-item-center:last-child:nth-child(3n - 1) {grid-column-end: -2;}
    .dl-item-center:nth-last-child(2):nth-child(3n + 1) {grid-column-end: 4;}
  }


@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 321px) and (max-width: 575px), only screen and (max-width: 320px) {
    .dl-item-center:last-child:nth-child(3n - 1) {grid-column-end:5;}
    .dl-item-center:nth-last-child(2):nth-child(3n + 1) {grid-column-end:5;}
  }


/* single orphan */


.dl-item-center:last-child:nth-child(3n - 2) {grid-column-end: 5;}

/* FONTS */

p > a {color: #EF5224; text-decoration: underline;}
b, strong {font-weight: 700;}

.jos {
  font-family: 'Josefin Sans', sans-serif;
  /* 
  300;0,600;0,700;1,300;1,600;1,700
  font-light light: 300,
  font-normal: 400,
  font-semibold semibold: 600,
  font-bold bold: 700  
  */
}
.lato {
  font-family: 'Lato', sans-serif;  
  /* 
ital,wght@0,300;0,400;0,700;1,300;1,400;1,700
font-light	font-weight: 300;
font-normal	font-weight: 400;
font-bold	font-weight: 700;
  */
}

.fm-body-copy, .fm-body, .fm-copy {margin-bottom: 1rem;font-family: "Lato", "serif";font-size: 1.000em;font-weight: 300;line-height: 1.5;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}

.dark .fm-body-copy, .dark .fm-body, .dark .fm-copy {--tw-text-opacity: 1;color: rgba(255, 255, 255, var(--tw-text-opacity));}

@media (min-width: 576px) {

.fm-body-copy, .fm-body, .fm-copy {font-size: 1.125em;}}
p.fm-copy {margin-bottom: 0px;padding-bottom: 0.5rem;font-weight: 300;}
a.fm-a {--tw-text-opacity: 1;color: rgba(239, 82, 36, var(--tw-text-opacity));text-decoration: underline;}
h2.fm-copy {margin-bottom: 1rem;font-family: "Josefin Sans", "sans-serif";font-size: 1.500em;font-weight: 700;--tw-text-opacity: 1;color: rgba(239, 82, 36, var(--tw-text-opacity));}
h4.fm-copy {margin-bottom: 0px;font-family: "Josefin Sans", "sans-serif";font-size: 1.250em;font-weight: 600;--tw-text-opacity: 1;color: rgba(239, 82, 36, var(--tw-text-opacity));}
a.fm-dl {margin-bottom: 1rem;font-family: "Lato", "serif";font-size: 1.250em;font-weight: 400;--tw-text-opacity: 1;color: rgba(239, 82, 36, var(--tw-text-opacity));text-decoration: underline;}
.fm-ol {margin-bottom: 1rem;margin-left: 0.5rem;list-style-position: inside;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}
.dark .fm-ol {--tw-text-opacity: 1;color: rgba(255, 255, 255, var(--tw-text-opacity));}
@media (min-width: 768px) {

.fm-ol {margin-left: 1rem;}}
.fm-ol, .fm-li {margin-bottom: 0.25rem;list-style-type: decimal;font-family: "Lato", "serif";font-size: 1.000em;font-weight: 300;line-height: 1.5;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}
.dark .fm-ol, .dark .fm-li {--tw-text-opacity: 1;color: rgba(255, 255, 255, var(--tw-text-opacity));}
@media (min-width: 576px) {

.fm-ol, .fm-li {font-size: 1.125em;}}
.fm-ul {margin-bottom: 1rem;margin-left: 0.5rem;list-style-position: inside;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}
.dark .fm-ul {--tw-text-opacity: 1;color: rgba(255, 255, 255, var(--tw-text-opacity));}
@media (min-width: 768px) {

.fm-ul {margin-left: 1rem;}}
.fm-ul .fm-li {margin-bottom: 0.25rem;list-style-type: disc;font-family: "Lato", "serif";font-size: 1.000em;font-weight: 300;line-height: 1.5;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}
.dark .fm-ul .fm-li {--tw-text-opacity: 1;color: rgba(255, 255, 255, var(--tw-text-opacity));}
@media (min-width: 576px) {

.fm-ul .fm-li {font-size: 1.125em;}}
/* .voa-page-ul {@apply list-inside text-black dark:text-white mb-4 ml-2 md:ml-4} */
.fm-color-underline {margin-bottom: 0.25rem;padding-left: 0.25rem;padding-right: 0.25rem;font-family: "Lato", "serif";font-weight: 300;line-height: 1.5;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}
.dark .fm-color-underline {--tw-text-opacity: 1;color: rgba(255, 255, 255, var(--tw-text-opacity));}

.fm-blockquote {margin: 1rem;padding: 0.5rem;padding-left: 1rem;font-family: "Lato", "serif";font-size: 1.000em;font-weight: 300;line-height: 1.5;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}

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

@media (min-width: 576px) {

.fm-blockquote {font-size: 1.125em;}}

.fm-subhead {font-family: "Josefin Sans", "sans-serif";font-size: 1.125em;font-weight: 700;line-height: 1.5;--tw-text-opacity: 1;color: rgba(0, 0, 0, var(--tw-text-opacity));}

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

@media (min-width: 576px) {

.fm-subhead {font-size: 1.250em;}}

@media (min-width: 768px) {

.fm-subhead {font-size: 1.375em;}}
/* BUTTONS */

.fm-button {
  margin: 0 auto;
  min-width: 260px;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: soleil, sans-serif;
  color: #000;
  padding: 1.6rem;
  cursor: pointer;
  background-color: #ffffff; 
  border: solid #000 1px;
}

.fm-button.green {background-color: #1E5C2B; color: #ffffff; border: none;}

.fm-button.red {background-color: #EB1414; color: #ffffff; border: none;}

.fm-button.sand {background-color: #F5F3EB; color:#63503C; border: solid #63503C 1px;}

.fm-button.brown {background-color: #63503C; color:#F5F3EB; border: none;}

.fm-button.blue {background-color: #27558B; color:#F5F3EB; border: none;}

.fm-button.white {background-color: #ffffff; color:#000000; border: solid #000 1px;}

@media only screen and (min-width: 992px) and (max-width: 1259px), only screen and (min-width:1260px) and (max-width: 1999px) {

.fm-button {min-width: 110px; padding: 1rem; padding-left: 1.5rem; font-size:20px
}}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {

.fm-button {min-width: 140px; padding: 0.8rem; padding-left: 1.5rem; font-size: 16px
}}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px) {

.fm-button {min-width: 100px; padding: 0.6rem; padding-left: 1.5rem; font-size: 12px
}}
.fm-button p {margin-right:26px;}
.fm-button svg {min-width: 32px; margin-right:10px;}
.fm-button.green svg .rounder {fill:#E1E6D0;}
.fm-button.green svg .pointer {fill:#1E5C2B;}
.fm-button.green:hover {background-color:#EB1414;}
.fm-button.green:hover svg .rounder {fill:#FFF;}
.fm-button.green:hover svg .pointer {fill:#EB1414;}
.fm-button.red svg .rounder {fill:#E1E6D0;}
.fm-button.red svg .pointer {fill:#EB1414;}
.fm-button.red:hover {background-color:#1E5C2B;}
.fm-button.red:hover svg .rounder {fill:#FFF;}
.fm-button.red:hover svg .pointer {fill:#1E5C2B;}
.fm-button.blue svg .rounder {fill:#E1E6D0;}
.fm-button.blue svg .pointer {fill:#27558B;}
.fm-button.blue:hover {background-color:#EB1414; color: white;}
.fm-button.blue:hover svg .rounder {fill:#FFF;}
.fm-button.blue:hover svg .pointer {fill:#EB1414;}
.fm-button.sand svg .rounder {fill:#E9E7D8;}
.fm-button.sand svg .pointer {fill:#63503C;}
.fm-button.sand:hover {background-color:#63503C; color: white;}
.fm-button.sand:hover svg .rounder {fill:#FFF;}
.fm-button.sand:hover svg .pointer {fill:#63503C;}
.fm-button.sand:hover {border: solid white 1px;}
.fm-button.brown svg .rounder {fill:#E9E7D8;}
.fm-button.brown svg .pointer {fill:#63503C;}
.fm-button.brown:hover {background-color:#EB1414; color: white;}
.fm-button.brown:hover svg .rounder {fill:#FFF;}
.fm-button.brown:hover svg .pointer {fill:#EB1414;}
.fm-button.white svg .rounder {fill:#000000;}
.fm-button.white svg .pointer {fill:#ffffff;}
.fm-button.white:hover {background-color:#000000; color: white;}
.fm-button.white:hover svg .rounder {fill:#FFF;}
.fm-button.white:hover svg .pointer {fill:#000000;}


/* VIDEO */

.video-bg {
  height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

.video-bg {height: 400px
}}

@media only screen and (min-width: 321px) and (max-width: 575px) {

.video-bg {height: 300px
}}

@media only screen and (max-width: 320px) {

.video-bg {height: 300px
}}

.video-bg__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video-bg__media video {
  position: relative;
  top: 50%;
  left: 50%;transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-bg__media video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) and (-ms-ime-align: auto) {
  .video-bg__media video {
    height: auto;
    width: auto;
  }
}
.video-bg__media img {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .video-bg__media video {
    visibility: hidden;
  }
  .video-bg__media img {
    display: block;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

/* NICE WORLD INDUSTRIES FM 2 */
/* October 19 2022 */

/* npx stylelint public/web/src/nice.css */
/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.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).
*/
html {
	-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, /* Firefox supports this but not yet `system-ui` */
		'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;
}
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: "Lato", "sans-serif"; /* 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: currentColor; /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
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;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
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;
}
/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
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;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--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);
}
.container{
	width: 100%;
}
@media (min-width: 200px){
	.container{
		max-width: 200px;
	}
}
@media (min-width: 321px){
	.container{
		max-width: 321px;
	}
}
@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: 1260px){
	.container{
		max-width: 1260px;
	}
}
@media (min-width: 2000px){
	.container{
		max-width: 2000px;
	}
}
.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-16{
	--tw-aspect-w: 16;
}
.aspect-h-9{
	--tw-aspect-h: 9;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.top-4{
	top: 1rem;
}
.top-2{
	top: 0.5rem;
}
.top-6{
	top: 1.5rem;
}
.top-0{
	top: 0px;
}
.left-0{
	left: 0px;
}
.top-\[-4px\]{
	top: -4px;
}
.top-\[-2px\]{
	top: -2px;
}
.top-8{
	top: 2rem;
}
.right-10{
	right: 2.5rem;
}
.z-50{
	z-index: 50;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.float-none{
	float: none;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}
.clear-both{
	clear: both;
}
.m-0{
	margin: 0px;
}
.m-2{
	margin: 0.5rem;
}
.m-4{
	margin: 1rem;
}
.m-8{
	margin: 2rem;
}
.m-auto{
	margin: auto;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-8{
	margin-left: 2rem;
	margin-right: 2rem;
}
.my-20{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.mb-8{
	margin-bottom: 2rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-20{
	margin-top: 5rem;
}
.mb-20{
	margin-bottom: 5rem;
}
.mr-auto{
	margin-right: auto;
}
.ml-auto{
	margin-left: auto;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-8{
	margin-top: 2rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mr-4{
	margin-right: 1rem;
}
.mr-8{
	margin-right: 2rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.ml-4{
	margin-left: 1rem;
}
.ml-8{
	margin-left: 2rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.ml-20{
	margin-left: 5rem;
}
.mr-20{
	margin-right: 5rem;
}
.mb-0{
	margin-bottom: 0px;
}
.ml-0{
	margin-left: 0px;
}
.mt-\[6px\]{
	margin-top: 6px;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.hidden{
	display: none;
}
.h-6{
	height: 1.5rem;
}
.h-12{
	height: 3rem;
}
.h-24{
	height: 6rem;
}
.h-32{
	height: 8rem;
}
.h-40{
	height: 10rem;
}
.h-48{
	height: 12rem;
}
.h-64{
	height: 16rem;
}
.h-\[300px\]{
	height: 300px;
}
.h-\[400px\]{
	height: 400px;
}
.h-\[140px\]{
	height: 140px;
}
.h-\[60px\]{
	height: 60px;
}
.h-10{
	height: 2.5rem;
}
.h-20{
	height: 5rem;
}
.h-90px{
	height: 90px;;
}
.h-\[56px\]{
	height: 56px;
}
.w-full{
	width: 100%;
}
.w-\[256px\]{
	width: 256px;
}
.w-\[200px\]{
	width: 200px;
}
.w-1\/2{
	width: 50%;
}
.w-1\/3{
	width: 33.333333%;
}
.w-2\/3{
	width: 66.666667%;
}
.w-2\/5{
	width: 40%;
}
.w-3\/5{
	width: 60%;
}
.w-1\/4{
	width: 25%;
}
.w-3\/4{
	width: 75%;
}
.w-\[30px\]{
	width: 30px;
}
.w-\[40px\]{
	width: 40px;
}
.w-\[50px\]{
	width: 50px;
}
.w-\[150px\]{
	width: 150px;
}
.w-\[250px\]{
	width: 250px;
}
.w-20px{
	width: 20px;;
}
.w-\[400px\]{
	width: 400px;
}
.w-\[260px\]{
	width: 260px;
}
.w-\[236px\]{
	width: 236px;
}
.max-w-\[200px\]{
	max-width: 200px;
}
.max-w-\[400px\]{
	max-width: 400px;
}
.max-w-\[300px\]{
	max-width: 300px;
}
.flex-1{
	flex: 1 1 0%;
}
.-rotate-2{
	--tw-rotate: -2deg;
	transform: var(--tw-transform);
}
.scale-90{
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}
.scale-100{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.list-inside{
	list-style-position: inside;
}
.list-decimal{
	list-style-type: decimal;
}
.list-disc{
	list-style-type: disc;
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.items-center{
	align-items: center;
}
.justify-center{
	justify-content: center;
}
.justify-items-start{
	justify-items: start;
}
.gap-6{
	gap: 1.5rem;
}
.gap-10{
	gap: 2.5rem;
}
.self-start{
	align-self: flex-start;
}
.self-end{
	align-self: flex-end;
}
.self-center{
	align-self: center;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.border{
	border-width: 1px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-brown{
	--tw-border-opacity: 1;
	border-color: rgba(60, 31, 20, var(--tw-border-opacity));
}
.bg-green-light{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 255, 241, var(--tw-bg-opacity));
}
.bg-green{
	--tw-bg-opacity: 1;
	background-color: rgba(116, 191, 68, var(--tw-bg-opacity));
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-orange{
	--tw-bg-opacity: 1;
	background-color: rgba(239, 82, 36, var(--tw-bg-opacity));
}
.p-0{
	padding: 0px;
}
.p-2{
	padding: 0.5rem;
}
.p-4{
	padding: 1rem;
}
.p-8{
	padding: 2rem;
}
.p-12{
	padding: 3rem;
}
.p-14{
	padding: 3.5rem;
}
.p-20{
	padding: 5rem;
}
.p-6{
	padding: 1.5rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-14{
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-14{
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pt-4{
	padding-top: 1rem;
}
.pt-8{
	padding-top: 2rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pl-2{
	padding-left: 0.5rem;
}
.pl-4{
	padding-left: 1rem;
}
.pl-8{
	padding-left: 2rem;
}
.pr-2{
	padding-right: 0.5rem;
}
.pr-4{
	padding-right: 1rem;
}
.pr-8{
	padding-right: 2rem;
}
.pt-\[18px\]{
	padding-top: 18px;
}
.pl-0{
	padding-left: 0px;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-jos{
	font-family: "Josefin Sans", "sans-serif";
}
.font-lato{
	font-family: "Lato", "serif";
}
.text-2xl{
	font-size: 28px;
}
.text-3xl{
	font-size: 30px;
}
.text-xl{
	font-size: 1.500em;
}
.text-sm{
	font-size: 1.125em;
}
.text-2xs{
	font-size: .875em;
}
.text-xs{
	font-size: 1.000em;
}
.text-md{
	font-size: 1.250em;
}
.text-lg{
	font-size: 1.375em;
}
.text-3xs{
	font-size: .750em;
}
.font-semibold{
	font-weight: 600;
}
.font-bold{
	font-weight: 700;
}
.font-normal{
	font-weight: 400;
}
.font-light{
	font-weight: 300;
}
.uppercase{
	text-transform: uppercase;
}
.italic{
	font-style: italic;
}
.leading-tight{
	line-height: 1.25;
}
.leading-3{
	line-height: .75rem;
}
.leading-none{
	line-height: 1;
}
.leading-relaxed{
	line-height: 1.625;
}
.leading-normal{
	line-height: 1.5;
}
.text-brown{
	--tw-text-opacity: 1;
	color: rgba(60, 31, 20, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-orange{
	--tw-text-opacity: 1;
	color: rgba(239, 82, 36, var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.underline{
	text-decoration: underline;
}
.opacity-0{
	opacity: 0;
}
.opacity-100{
	opacity: 1;
}
.drop-shadow{
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}
.drop-shadow-lg{
	--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	filter: var(--tw-filter);
}
.drop-shadow-xl{
	--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
	filter: var(--tw-filter);
}
.invert{
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.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-300{
	transition-duration: 300ms;
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

[x-cloak] { display: none !important; }

body {
  height: 100vh;
  margin: 0;
}

.tile{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 255, 241, var(--tw-bg-opacity));
	padding: 1rem;
	text-align: center;
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}
.tile-hover{
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(249, 255, 241, var(--tw-bg-opacity));
	padding: 1rem;
	text-align: center;
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}
.tile-hover:hover{
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.active {text-decoration: underline;}

.pagination ul{
	display: flex;
	flex-direction: row;
}
.pagination ul li{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 255, 241, var(--tw-bg-opacity));
	padding: 1rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(60, 31, 20, var(--tw-text-opacity));
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}
.pagination ul li:hover{
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(239, 82, 36, var(--tw-text-opacity));
}


/* #overlay {
  top:0;
  left:0;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  position: fixed;
  overflow-y: auto;
  z-index: 30;
  background-color: #333;
} */

#overlay {
  position: fixed;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  z-index: 30;
  background-color: #333;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; /* Optional: Prevent background scroll on iOS */
  display: flex;
  flex-direction: column;
}




.img-overlay{
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}




@media (min-width: 768px){
	.img-overlay{
		width: 75%;
	}
}

.award-copy strong {
  color: #ffffff;
  background-color: #EF5323;
  padding: 0 4px;
}

.news-img-full {width:100%;}

.news-img-half {width: 50%;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {

.news-img-half {
    margin: 0 auto;
    width: 100%
}
  }

.news-img-half.news-img-align-left {
    float: left;
    margin: 0 20px 20px 0;
  }

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {

.news-img-half.news-img-align-left {
      margin: 0 auto;
      float: none
  }
    }

.news-img-half.news-img-align-right {
    float:right;
    margin: 0 0 20px 20px;
  }

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {

.news-img-half.news-img-align-right {
      margin: 0 auto;
      float: none
  }
    }

.news-img-third {
  width: 35%;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px) {

.news-img-third {
    margin: 0 auto;
    width: 100%
}
  }

.news-img-third.news-img-align-left {
    float: left;
    margin: 0 20px 20px 0;
  }

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px) {

.news-img-third.news-img-align-left {
      margin: 0 auto;
      float: none
  }
    }

.news-img-third.news-img-align-right {
    float:right;
    margin: 0 0 20px 20px;
  }

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 575px) {

.news-img-third.news-img-align-right {
      margin: 0 auto;
      float: none
  }
    }


figcaption {
  width: 100%;
  /* border: solid red 1px; */
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
}


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


.hover\:bg-orange:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(239, 82, 36, var(--tw-bg-opacity));
}


.hover\:bg-green:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(116, 191, 68, var(--tw-bg-opacity));
}


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


.hover\:text-brown:hover{
	--tw-text-opacity: 1;
	color: rgba(60, 31, 20, var(--tw-text-opacity));
}


.group:hover .group-hover\:text-orange{
	--tw-text-opacity: 1;
	color: rgba(239, 82, 36, var(--tw-text-opacity));
}


.group:hover .group-hover\:text-green{
	--tw-text-opacity: 1;
	color: rgba(116, 191, 68, var(--tw-text-opacity));
}


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


@media (min-width: 200px){
	.\32xs\:block{
		display: block;
	}
}


@media (min-width: 321px){
	.xs\:block{
		display: block;
	}
	.xs\:hidden{
		display: none;
	}
	.xs\:h-\[160px\]{
		height: 160px;
	}
	.xs\:text-sm{
		font-size: 1.125em;
	}
}


@media (min-width: 576px){
	.sm\:m-0{
		margin: 0px;
	}
	.sm\:m-2{
		margin: 0.5rem;
	}
	.sm\:m-4{
		margin: 1rem;
	}
	.sm\:m-8{
		margin: 2rem;
	}
	.sm\:my-2{
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.sm\:my-4{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.sm\:mx-8{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.sm\:mx-2{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.sm\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.sm\:mt-2{
		margin-top: 0.5rem;
	}
	.sm\:mt-4{
		margin-top: 1rem;
	}
	.sm\:mt-8{
		margin-top: 2rem;
	}
	.sm\:mr-2{
		margin-right: 0.5rem;
	}
	.sm\:mr-4{
		margin-right: 1rem;
	}
	.sm\:mr-8{
		margin-right: 2rem;
	}
	.sm\:ml-2{
		margin-left: 0.5rem;
	}
	.sm\:ml-4{
		margin-left: 1rem;
	}
	.sm\:ml-8{
		margin-left: 2rem;
	}
	.sm\:mb-2{
		margin-bottom: 0.5rem;
	}
	.sm\:mb-4{
		margin-bottom: 1rem;
	}
	.sm\:mb-8{
		margin-bottom: 2rem;
	}
	.sm\:mr-10{
		margin-right: 2.5rem;
	}
	.sm\:ml-6{
		margin-left: 1.5rem;
	}
	.sm\:mt-0{
		margin-top: 0px;
	}
	.sm\:ml-\[2px\]{
		margin-left: 2px;
	}
	.sm\:block{
		display: block;
	}
	.sm\:hidden{
		display: none;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:w-2\/3{
		width: 66.666667%;
	}
	.sm\:w-full{
		width: 100%;
	}
	.sm\:w-1\/3{
		width: 33.333333%;
	}
	.sm\:w-2\/5{
		width: 40%;
	}
	.sm\:w-3\/5{
		width: 60%;
	}
	.sm\:w-1\/4{
		width: 25%;
	}
	.sm\:w-3\/4{
		width: 75%;
	}
	.sm\:w-\[300px\]{
		width: 300px;
	}
	.sm\:flex-row{
		flex-direction: row;
	}
	.sm\:p-0{
		padding: 0px;
	}
	.sm\:p-2{
		padding: 0.5rem;
	}
	.sm\:p-4{
		padding: 1rem;
	}
	.sm\:p-8{
		padding: 2rem;
	}
	.sm\:p-12{
		padding: 3rem;
	}
	.sm\:p-14{
		padding: 3.5rem;
	}
	.sm\:p-20{
		padding: 5rem;
	}
	.sm\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.sm\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.sm\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.sm\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sm\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.sm\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.sm\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.sm\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.sm\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.sm\:py-14{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:pt-2{
		padding-top: 0.5rem;
	}
	.sm\:pt-4{
		padding-top: 1rem;
	}
	.sm\:pt-8{
		padding-top: 2rem;
	}
	.sm\:pb-2{
		padding-bottom: 0.5rem;
	}
	.sm\:pb-4{
		padding-bottom: 1rem;
	}
	.sm\:pb-8{
		padding-bottom: 2rem;
	}
	.sm\:pl-2{
		padding-left: 0.5rem;
	}
	.sm\:pl-4{
		padding-left: 1rem;
	}
	.sm\:pl-8{
		padding-left: 2rem;
	}
	.sm\:pr-2{
		padding-right: 0.5rem;
	}
	.sm\:pr-4{
		padding-right: 1rem;
	}
	.sm\:pr-8{
		padding-right: 2rem;
	}
	.sm\:text-left{
		text-align: left;
	}
	.sm\:text-md{
		font-size: 1.250em;
	}
	.sm\:text-2xl{
		font-size: 28px;
	}
	.sm\:text-4xl{
		font-size: 34px;
	}
	.sm\:text-sm{
		font-size: 1.125em;
	}
}


@media (min-width: 768px){
	.md\:top-12{
		top: 3rem;
	}
	.md\:right-16{
		right: 4rem;
	}
	.md\:float-right{
		float: right;
	}
	.md\:m-0{
		margin: 0px;
	}
	.md\:m-2{
		margin: 0.5rem;
	}
	.md\:m-4{
		margin: 1rem;
	}
	.md\:m-8{
		margin: 2rem;
	}
	.md\:my-2{
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.md\:my-4{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.md\:mx-8{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.md\:mx-2{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.md\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.md\:mt-2{
		margin-top: 0.5rem;
	}
	.md\:mt-4{
		margin-top: 1rem;
	}
	.md\:mt-8{
		margin-top: 2rem;
	}
	.md\:mr-2{
		margin-right: 0.5rem;
	}
	.md\:mr-4{
		margin-right: 1rem;
	}
	.md\:mr-8{
		margin-right: 2rem;
	}
	.md\:ml-2{
		margin-left: 0.5rem;
	}
	.md\:ml-4{
		margin-left: 1rem;
	}
	.md\:ml-8{
		margin-left: 2rem;
	}
	.md\:mb-2{
		margin-bottom: 0.5rem;
	}
	.md\:mb-4{
		margin-bottom: 1rem;
	}
	.md\:mb-8{
		margin-bottom: 2rem;
	}
	.md\:mb-10{
		margin-bottom: 2.5rem;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:mb-6{
		margin-bottom: 1.5rem;
	}
	.md\:mt-20{
		margin-top: 5rem;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:h-6{
		height: 1.5rem;
	}
	.md\:h-12{
		height: 3rem;
	}
	.md\:h-24{
		height: 6rem;
	}
	.md\:h-32{
		height: 8rem;
	}
	.md\:h-40{
		height: 10rem;
	}
	.md\:h-48{
		height: 12rem;
	}
	.md\:h-64{
		height: 16rem;
	}
	.md\:h-120px{
		height: 120px;;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-2\/5{
		width: 40%;
	}
	.md\:w-3\/5{
		width: 60%;
	}
	.md\:w-1\/4{
		width: 25%;
	}
	.md\:w-3\/4{
		width: 75%;
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:whitespace-nowrap{
		white-space: nowrap;
	}
	.md\:p-0{
		padding: 0px;
	}
	.md\:p-2{
		padding: 0.5rem;
	}
	.md\:p-4{
		padding: 1rem;
	}
	.md\:p-8{
		padding: 2rem;
	}
	.md\:p-12{
		padding: 3rem;
	}
	.md\:p-14{
		padding: 3.5rem;
	}
	.md\:p-20{
		padding: 5rem;
	}
	.md\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.md\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.md\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.md\:py-14{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.md\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:pt-2{
		padding-top: 0.5rem;
	}
	.md\:pt-4{
		padding-top: 1rem;
	}
	.md\:pt-8{
		padding-top: 2rem;
	}
	.md\:pb-2{
		padding-bottom: 0.5rem;
	}
	.md\:pb-4{
		padding-bottom: 1rem;
	}
	.md\:pb-8{
		padding-bottom: 2rem;
	}
	.md\:pl-2{
		padding-left: 0.5rem;
	}
	.md\:pl-4{
		padding-left: 1rem;
	}
	.md\:pl-8{
		padding-left: 2rem;
	}
	.md\:pr-2{
		padding-right: 0.5rem;
	}
	.md\:pr-4{
		padding-right: 1rem;
	}
	.md\:pr-8{
		padding-right: 2rem;
	}
	.md\:pl-10{
		padding-left: 2.5rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-right{
		text-align: right;
	}
	.md\:text-md{
		font-size: 1.250em;
	}
	.md\:text-xl{
		font-size: 1.500em;
	}
	.md\:text-4xl{
		font-size: 34px;
	}
	.md\:text-lg{
		font-size: 1.375em;
	}
}


@media (min-width: 992px){
	.lg\:m-0{
		margin: 0px;
	}
	.lg\:m-2{
		margin: 0.5rem;
	}
	.lg\:m-4{
		margin: 1rem;
	}
	.lg\:m-8{
		margin: 2rem;
	}
	.lg\:my-2{
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.lg\:my-4{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.lg\:mx-8{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.lg\:mx-2{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.lg\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.lg\:my-0{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.lg\:mt-2{
		margin-top: 0.5rem;
	}
	.lg\:mt-4{
		margin-top: 1rem;
	}
	.lg\:mt-8{
		margin-top: 2rem;
	}
	.lg\:mr-2{
		margin-right: 0.5rem;
	}
	.lg\:mr-4{
		margin-right: 1rem;
	}
	.lg\:mr-8{
		margin-right: 2rem;
	}
	.lg\:ml-2{
		margin-left: 0.5rem;
	}
	.lg\:ml-4{
		margin-left: 1rem;
	}
	.lg\:ml-8{
		margin-left: 2rem;
	}
	.lg\:mb-2{
		margin-bottom: 0.5rem;
	}
	.lg\:mb-4{
		margin-bottom: 1rem;
	}
	.lg\:mb-8{
		margin-bottom: 2rem;
	}
	.lg\:ml-20{
		margin-left: 5rem;
	}
	.lg\:mr-20{
		margin-right: 5rem;
	}
	.lg\:block{
		display: block;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:h-6{
		height: 1.5rem;
	}
	.lg\:h-12{
		height: 3rem;
	}
	.lg\:h-24{
		height: 6rem;
	}
	.lg\:h-32{
		height: 8rem;
	}
	.lg\:h-40{
		height: 10rem;
	}
	.lg\:h-48{
		height: 12rem;
	}
	.lg\:h-64{
		height: 16rem;
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:w-2\/5{
		width: 40%;
	}
	.lg\:w-3\/5{
		width: 60%;
	}
	.lg\:w-1\/4{
		width: 25%;
	}
	.lg\:w-3\/4{
		width: 75%;
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:p-0{
		padding: 0px;
	}
	.lg\:p-2{
		padding: 0.5rem;
	}
	.lg\:p-4{
		padding: 1rem;
	}
	.lg\:p-8{
		padding: 2rem;
	}
	.lg\:p-12{
		padding: 3rem;
	}
	.lg\:p-14{
		padding: 3.5rem;
	}
	.lg\:p-20{
		padding: 5rem;
	}
	.lg\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.lg\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.lg\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.lg\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.lg\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.lg\:py-14{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.lg\:pt-2{
		padding-top: 0.5rem;
	}
	.lg\:pt-4{
		padding-top: 1rem;
	}
	.lg\:pt-8{
		padding-top: 2rem;
	}
	.lg\:pb-2{
		padding-bottom: 0.5rem;
	}
	.lg\:pb-4{
		padding-bottom: 1rem;
	}
	.lg\:pb-8{
		padding-bottom: 2rem;
	}
	.lg\:pl-2{
		padding-left: 0.5rem;
	}
	.lg\:pl-4{
		padding-left: 1rem;
	}
	.lg\:pl-8{
		padding-left: 2rem;
	}
	.lg\:pr-2{
		padding-right: 0.5rem;
	}
	.lg\:pr-4{
		padding-right: 1rem;
	}
	.lg\:pr-8{
		padding-right: 2rem;
	}
	.lg\:text-6xl{
		font-size: 54px;
	}
}


@media (min-width: 1260px){
	.xl\:m-0{
		margin: 0px;
	}
	.xl\:m-2{
		margin: 0.5rem;
	}
	.xl\:m-4{
		margin: 1rem;
	}
	.xl\:m-8{
		margin: 2rem;
	}
	.xl\:my-2{
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.xl\:my-4{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.xl\:mx-8{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.xl\:mx-2{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.xl\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.xl\:mt-2{
		margin-top: 0.5rem;
	}
	.xl\:mt-4{
		margin-top: 1rem;
	}
	.xl\:mt-8{
		margin-top: 2rem;
	}
	.xl\:mr-2{
		margin-right: 0.5rem;
	}
	.xl\:mr-4{
		margin-right: 1rem;
	}
	.xl\:mr-8{
		margin-right: 2rem;
	}
	.xl\:ml-2{
		margin-left: 0.5rem;
	}
	.xl\:ml-4{
		margin-left: 1rem;
	}
	.xl\:ml-8{
		margin-left: 2rem;
	}
	.xl\:mb-2{
		margin-bottom: 0.5rem;
	}
	.xl\:mb-4{
		margin-bottom: 1rem;
	}
	.xl\:mb-8{
		margin-bottom: 2rem;
	}
	.xl\:block{
		display: block;
	}
	.xl\:hidden{
		display: none;
	}
	.xl\:h-6{
		height: 1.5rem;
	}
	.xl\:h-12{
		height: 3rem;
	}
	.xl\:h-24{
		height: 6rem;
	}
	.xl\:h-32{
		height: 8rem;
	}
	.xl\:h-40{
		height: 10rem;
	}
	.xl\:h-48{
		height: 12rem;
	}
	.xl\:h-64{
		height: 16rem;
	}
	.xl\:w-full{
		width: 100%;
	}
	.xl\:w-1\/2{
		width: 50%;
	}
	.xl\:w-1\/3{
		width: 33.333333%;
	}
	.xl\:w-2\/3{
		width: 66.666667%;
	}
	.xl\:w-2\/5{
		width: 40%;
	}
	.xl\:w-3\/5{
		width: 60%;
	}
	.xl\:w-1\/4{
		width: 25%;
	}
	.xl\:w-3\/4{
		width: 75%;
	}
	.xl\:p-0{
		padding: 0px;
	}
	.xl\:p-2{
		padding: 0.5rem;
	}
	.xl\:p-4{
		padding: 1rem;
	}
	.xl\:p-8{
		padding: 2rem;
	}
	.xl\:p-12{
		padding: 3rem;
	}
	.xl\:p-14{
		padding: 3.5rem;
	}
	.xl\:p-20{
		padding: 5rem;
	}
	.xl\:px-40{
		padding-left: 10rem;
		padding-right: 10rem;
	}
	.xl\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.xl\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.xl\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.xl\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.xl\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.xl\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.xl\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.xl\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.xl\:py-14{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.xl\:pt-2{
		padding-top: 0.5rem;
	}
	.xl\:pt-4{
		padding-top: 1rem;
	}
	.xl\:pt-8{
		padding-top: 2rem;
	}
	.xl\:pb-2{
		padding-bottom: 0.5rem;
	}
	.xl\:pb-4{
		padding-bottom: 1rem;
	}
	.xl\:pb-8{
		padding-bottom: 2rem;
	}
	.xl\:pl-2{
		padding-left: 0.5rem;
	}
	.xl\:pl-4{
		padding-left: 1rem;
	}
	.xl\:pl-8{
		padding-left: 2rem;
	}
	.xl\:pr-2{
		padding-right: 0.5rem;
	}
	.xl\:pr-4{
		padding-right: 1rem;
	}
	.xl\:pr-8{
		padding-right: 2rem;
	}
}


@media (min-width: 2000px){
	.\32xl\:block{
		display: block;
	}
	.\32xl\:hidden{
		display: none;
	}
}

