@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,200,0,0");

@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Montserrat:wght@300;400;600&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

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

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: "Montserrat", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  font-size: 1.6rem;
  text-decoration: none;
}

table {
  width:100%;
}

table thead tr th, table tbody tr td, table tbody tr th {
  font-size: 1.6rem;
}

.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;
  }
}

label.required::after{
  margin-left: 5px;
  --tw-text-opacity: 1;
  color: rgb(208 49 45 / var(--tw-text-opacity, 1));
  --tw-content: "*";
  content: var(--tw-content);
}

.standard-container{
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: min(100% - 20rem,120rem);
}

@media not all and (min-width: 1024px){
  .standard-container{
    width: min(100% - 4rem,120rem);
  }
}

.standard-main-title{
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .standard-main-title{
    padding-top: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.standard-section-title{
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.nav-link{
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}

.nav-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 115 107 / var(--tw-text-opacity, 1));
  text-shadow: .5px 0;
}

@media not all and (min-width: 1024px){
  .nav-link{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.4rem;
  }
}

.nav-li-mobile{
  display: flex;
  height: 6rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(157 180 192 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-link-mobile{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-mobile:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 115 107 / var(--tw-text-opacity, 1));
  text-shadow: .5px 0;
}

@media not all and (min-width: 1024px){
  .nav-link-mobile{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.2rem;
  }
}

.standard-h3-title{
  padding-top: 6rem;
  padding-bottom: 3rem;
  font-family: "Merriweather", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.author-image-circle{
  height: 146px;
  width: 146px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(157 180 192 / var(--tw-border-opacity, 1));
}

.author-small-image-circle{
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(157 180 192 / var(--tw-border-opacity, 1));
}

.author-listing-heading{
  font-size: 2rem;
  font-weight: 700;
}

.cadetgray-button{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(157 180 192 / var(--tw-bg-opacity, 1));
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.secondary-button{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 123 203 / var(--tw-bg-opacity, 1));
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.standard-text{
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}

.light-text{
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(51 54 63 / var(--tw-text-opacity, 1));
}

.normal-text{
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(51 54 63 / var(--tw-text-opacity, 1));
}

.standard-line{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 180 192 / var(--tw-bg-opacity, 1));
}

.merriweather-heading{
  margin-bottom: 3rem;
  font-family: "Merriweather", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 54 63 / var(--tw-text-opacity, 1));
}

.dropdown-list{
  position: absolute;
  top: 60px;
  display: none;
  height: 500px;
  min-width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.dropdown-list::-webkit-scrollbar {
  width: 15px;
}

.dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dropdown-list::-webkit-scrollbar-thumb  {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #9DB4C0;
  border: none;
}

.tag{
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 123 203 / var(--tw-bg-opacity, 1));
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px){
  .flex-col-art{
    flex-direction: column;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-top-\[15px\]{
  top: -15px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-\[-30px\]{
  right: -30px;
}

.right-\[-60px\]{
  right: -60px;
}

.right-\[-8\%\]{
  right: -8%;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-\[-100px\]{
  top: -100px;
}

.top-\[-40px\]{
  top: -40px;
}

.top-\[110px\]{
  top: 110px;
}

.top-\[20px\]{
  top: 20px;
}

.top-\[6rem\]{
  top: 6rem;
}

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

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

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

.m-0{
  margin: 0px;
}

.m-\[0_auto\]{
  margin: 0 auto;
}

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

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

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

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

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[4rem\]{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

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

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

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

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

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

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

.mb-\[5px\]{
  margin-bottom: 5px;
}

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

.mb-\[8px\]{
  margin-bottom: 8px;
}

.me-auto{
  margin-inline-end: auto;
}

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

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

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

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

.ml-\[20px\]{
  margin-left: 20px;
}

.ml-\[3px\]{
  margin-left: 3px;
}

.ml-\[auto\]{
  margin-left: auto;
}

.ml-auto{
  margin-left: auto;
}

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

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

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

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

.mr-\[-70px\]{
  margin-right: -70px;
}

.mr-\[10px\]{
  margin-right: 10px;
}

.ms-auto{
  margin-inline-start: auto;
}

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

.mt-10{
  margin-top: 2.5rem;
}

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

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

.mt-20{
  margin-top: 5rem;
}

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

.mt-40{
  margin-top: 10rem;
}

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

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

.mt-\[100px\]{
  margin-top: 100px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[60px\]{
  margin-top: 60px;
}

.mt-\[8px\]{
  margin-top: 8px;
}

.mt-auto{
  margin-top: auto;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-48{
  height: 12rem;
}

.h-7{
  height: 1.75rem;
}

.h-\[1000px\]{
  height: 1000px;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[14rem\]{
  height: 14rem;
}

.h-\[19rem\]{
  height: 19rem;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[30rem\]{
  height: 30rem;
}

.h-\[31rem\]{
  height: 31rem;
}

.h-\[37px\]{
  height: 37px;
}

.h-\[40rem\]{
  height: 40rem;
}

.h-\[45rem\]{
  height: 45rem;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[700px\]{
  height: 700px;
}

.h-\[8rem\]{
  height: 8rem;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-\[0\]{
  max-height: 0;
}

.max-h-\[1500px\]{
  max-height: 1500px;
}

.max-h-\[400px\]{
  max-height: 400px;
}

.max-h-\[45rem\]{
  max-height: 45rem;
}

.min-h-\[1000px\]{
  min-height: 1000px;
}

.min-h-\[170px\]{
  min-height: 170px;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-24{
  width: 6rem;
}

.w-7{
  width: 1.75rem;
}

.w-80{
  width: 20rem;
}

.w-\[1100px\]{
  width: 1100px;
}

.w-\[150px\]{
  width: 150px;
}

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

.w-\[20\%\]{
  width: 20%;
}

.w-\[200px\]{
  width: 200px;
}

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

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

.w-\[25\%\]{
  width: 25%;
}

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

.w-\[288px\]{
  width: 288px;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[30px\]{
  width: 30px;
}

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

.w-\[32\%\]{
  width: 32%;
}

.w-\[340px\]{
  width: 340px;
}

.w-\[35\%\]{
  width: 35%;
}

.w-\[40\%\]{
  width: 40%;
}

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

.w-\[45\%\]{
  width: 45%;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[55\%\]{
  width: 55%;
}

.w-\[60\%\]{
  width: 60%;
}

.w-\[65\%\]{
  width: 65%;
}

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

.w-\[70\%\]{
  width: 70%;
}

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

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

.w-\[80px\]{
  width: 80px;
}

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

.w-\[90\%\]{
  width: 90%;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

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

.max-w-\[450px\]{
  max-width: 450px;
}

.max-w-\[50\%\]{
  max-width: 50%;
}

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

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

.max-w-full{
  max-width: 100%;
}

.max-w-screen-lg{
  max-width: 1024px;
}

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

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

.origin-center{
  transform-origin: center;
}

.-translate-y-\[5px\]{
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-5px\]{
  --tw-translate-x: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[5px\]{
  --tw-translate-y: 5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-end{
  justify-items: end;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-32{
  gap: 8rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[\.2rem\]{
  gap: .2rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[3\.5rem\]{
  gap: 3.5rem;
}

.gap-\[4px\]{
  gap: 4px;
}

.gap-\[5rem\]{
  gap: 5rem;
}

.gap-\[60px\]{
  gap: 60px;
}

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

.gap-y-16{
  row-gap: 4rem;
}

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

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

.justify-self-end{
  justify-self: end;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-\[\#a9a9a9\]{
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
}

.border-\[\#cafcd9\]{
  --tw-border-opacity: 1;
  border-color: rgb(202 252 217 / var(--tw-border-opacity, 1));
}

.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#eee\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

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

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-b-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-b-paynesgray{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(92 107 115 / var(--tw-border-opacity, 1));
}

.bg-\[\#33363F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 54 63 / var(--tw-bg-opacity, 1));
}

.bg-\[\#333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9292ad\]{
  --tw-bg-opacity: 1;
  background-color: rgb(146 146 173 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cafcd9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(202 252 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f0f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f6fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f9f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fcfcfc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}

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

.bg-cadetgray{
  --tw-bg-opacity: 1;
  background-color: rgb(157 180 192 / var(--tw-bg-opacity, 1));
}

.bg-lightcyan{
  --tw-bg-opacity: 1;
  background-color: rgb(224 251 252 / var(--tw-bg-opacity, 1));
}

.bg-main{
  --tw-bg-opacity: 1;
  background-color: rgb(58 78 120 / var(--tw-bg-opacity, 1));
}

.bg-paynesgray{
  --tw-bg-opacity: 1;
  background-color: rgb(92 107 115 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

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

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

.fill-white{
  fill: #fff;
}

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

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

.object-\[30\%_0\%\]{
  -o-object-position: 30% 0%;
     object-position: 30% 0%;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[3px\]{
  padding: 3px;
}

.p-\[5rem\]{
  padding: 5rem;
}

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

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

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

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

.px-\[100px\]{
  padding-left: 100px;
  padding-right: 100px;
}

.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[5\%\]{
  padding-left: 5%;
  padding-right: 5%;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[10rem\]{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[6\%\]{
  padding-top: 6%;
  padding-bottom: 6%;
}

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

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

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

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

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

.pb-\[2\.5rem\]{
  padding-bottom: 2.5rem;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

.pl-10{
  padding-left: 2.5rem;
}

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

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

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

.pl-\[100px\]{
  padding-left: 100px;
}

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

.pr-\[20px\]{
  padding-right: 20px;
}

.pr-\[40px\]{
  padding-right: 40px;
}

.pr-\[50px\]{
  padding-right: 50px;
}

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

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

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

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

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

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

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

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

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

.pt-\[100px\]{
  padding-top: 100px;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

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

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

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

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

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

.font-merriweather{
  font-family: "Merriweather", sans-serif;
}

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

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

.text-\[1\.2rem\]{
  font-size: 1.2rem;
}

.text-\[1\.4rem\]{
  font-size: 1.4rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[1\.6rem\]{
  font-size: 1.6rem;
}

.text-\[1\.8rem\]{
  font-size: 1.8rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[2\.4rem\]{
  font-size: 2.4rem;
}

.text-\[2\.6rem\]{
  font-size: 2.6rem;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[2rem\]{
  font-size: 2rem;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[3rem\]{
  font-size: 3rem;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[4rem\]{
  font-size: 4rem;
}

.text-\[54px\]{
  font-size: 54px;
}

.text-\[5rem\]{
  font-size: 5rem;
}

.text-\[6rem\]{
  font-size: 6rem;
}

.font-\[1\.2rem\]{
  font-weight: 1.2rem;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[1\.8\]{
  line-height: 1.8;
}

.leading-\[1\]{
  line-height: 1;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[normal\]{
  line-height: normal;
}

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

.tracking-\[1px\]{
  letter-spacing: 1px;
}

.text-\[\#050a30\]{
  --tw-text-opacity: 1;
  color: rgb(5 10 48 / var(--tw-text-opacity, 1));
}

.text-\[\#313c59\]{
  --tw-text-opacity: 1;
  color: rgb(49 60 89 / var(--tw-text-opacity, 1));
}

.text-\[\#33363F\]{
  --tw-text-opacity: 1;
  color: rgb(51 54 63 / var(--tw-text-opacity, 1));
}

.text-\[\#444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-\[\#586373\]{
  --tw-text-opacity: 1;
  color: rgb(88 99 115 / var(--tw-text-opacity, 1));
}

.text-\[\#656565\]{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.text-\[\#6bc5c0\]{
  --tw-text-opacity: 1;
  color: rgb(107 197 192 / var(--tw-text-opacity, 1));
}

.text-\[\#aaa\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-brokenblack{
  --tw-text-opacity: 1;
  color: rgb(51 54 63 / var(--tw-text-opacity, 1));
}

.text-cadetgray{
  --tw-text-opacity: 1;
  color: rgb(157 180 192 / var(--tw-text-opacity, 1));
}

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

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

.text-main{
  --tw-text-opacity: 1;
  color: rgb(58 78 120 / var(--tw-text-opacity, 1));
}

.text-paynesgray{
  --tw-text-opacity: 1;
  color: rgb(92 107 115 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

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

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-75{
  opacity: 0.75;
}

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

.shadow-\[0_0_15px_rgba\(255\2c 255\2c 255\2c 0\.8\)\]{
  --tw-shadow: 0 0 15px rgba(255,255,255,0.8);
  --tw-shadow-colored: 0 0 15px 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-\[0_2px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[3px\]{
  --tw-blur: blur(3px);
  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);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

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

.ease-\[cubic-bezier\(\.5\2c \.85\2c \.25\2c 1\.1\)\]{
  transition-timing-function: cubic-bezier(.5,.85,.25,1.1);
}

.ease-\[cubic-bezier\(\.5\2c \.85\2c \.25\2c 1\.8\)\]{
  transition-timing-function: cubic-bezier(.5,.85,.25,1.8);
}

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

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

.dot-before::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 37%;
  width: 4px;
  height: 4px;
  background-color: #33363F;
  border-radius: 50%;
}

.grid-template-areas {
  grid-template-areas: 'one two three four five';
}

.one {
  grid-area: one;
}

.two {
  grid-area: two;
}

.three {
  grid-area: three;
}

.four {
  grid-area: four;
}

.five {
  grid-area: five;
}

/* TODO remove classes below, use js controller */

.dropdown-1:hover .js-dropdown-content-1 {
  display:block!important;
}

.dropdown-2:hover .js-dropdown-content-2 {
  display:block!important;
}

.dropdown:hover > a {
  color: #12736B;
  background-color: #eee;
  text-shadow: .5px 0;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 15px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb  {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #9DB4C0;
  border: none;
}

.ckeditor-text p {
  margin-bottom: 10px;
}

.ckeditor-text h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase!important;
  color:#6bc5c0;
  display:inline-block;
}

.li-checkmark:before {
  content: '';
  background-image: url("../images/check-mark-3f6d48e24feecfb991aafcd4984ff22d.png");
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.dashed-border-background {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='14' ry='14' stroke='%235C6B73' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='18' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius:14px;
}

.background-advertisement {
  background-image: url("../images/background-advert-98194cf7789bef901b1d3c6316f8c5b1.png");
}

.flash-message {
  /* Style dla komunikatów flash */
  opacity: 1;
  transition: opacity 1s ease-in-out;
  /* Animacja zanikania */
}

.flash-message.fade-out {
  animation: fadeOut 1s ease-in-out 10s forwards;
  /* Animacja po 10 sekundach */
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
    /* Ukryj element po zaniknięciu */
  }
}

.text-red-700 {
  color: rgb(185 28 28 / 1);
  padding-bottom:5px;
  font-size:12px!important;
}

.footnote ol {
  list-style-type: decimal;
  padding-left:20px;
}

.author-bio p {
  margin-bottom: 10px;
}

.magazine-short-lead-content {
  font-size: 1.6rem;
  color: #33363F;
}

.magazine-short-lead-content p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.magazine-short-lead-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.magazine-short-lead-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.magazine-short-lead-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.magazine-short-lead-content h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.magazine-short-lead-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.magazine-short-lead-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.magazine-short-lead-content ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.magazine-short-lead-content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.magazine-short-lead-content li {
  display: list-item;
}

.magazine-short-lead-content a {
  color: #12736B;
  /* Kolor linków */
  text-decoration: underline;
}

.backdrop\:bg-black\/80::backdrop{
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:text-\[\#12736B\]:hover{
  --tw-text-opacity: 1;
  color: rgb(18 115 107 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-shadow:hover{
  text-shadow: .5px 0;
}

.group[aria-pressed=true] .group-\[\[aria-pressed\=true\]\]\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-pressed=true] .group-\[\[aria-pressed\=true\]\]\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-pressed=true] .group-\[\[aria-pressed\=true\]\]\:rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-pressed=true] .group-\[\[aria-pressed\=true\]\]\:rotate-\[135deg\]{
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-pressed=true] .group-\[\[aria-pressed\=true\]\]\:rotate-\[315deg\]{
  --tw-rotate: 315deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1280px){
  .max-xl\:h-\[25rem\]{
    height: 25rem;
  }

  .max-xl\:w-\[20rem\]{
    width: 20rem;
  }

  .max-xl\:w-\[30\%\]{
    width: 30%;
  }

  .max-xl\:w-\[70\%\]{
    width: 70%;
  }

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

  .max-xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .max-xl\:p-0{
    padding: 0px;
  }

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

  .max-xl\:pt-\[20px\]{
    padding-top: 20px;
  }

  .max-xl\:text-\[2rem\]{
    font-size: 2rem;
  }

  .max-xl\:text-\[30px\]{
    font-size: 30px;
  }

  .max-xl\:text-\[4\.5rem\]{
    font-size: 4.5rem;
  }

  .max-xl\:text-\[44px\]{
    font-size: 44px;
  }

  .max-xl\:text-\[4rem\]{
    font-size: 4rem;
  }

  .max-xl\:before\:hidden::before{
    content: var(--tw-content);
    display: none;
  }
}

@media (max-width: 1150px){
  .max-\[1150px\]\:max-w-\[900px\]{
    max-width: 900px;
  }
}

@media not all and (min-width: 1024px){
  .max-lg\:right-\[-9\%\]{
    right: -9%;
  }

  .max-lg\:m-\[0_auto\]{
    margin: 0 auto;
  }

  .max-lg\:mr-\[-50px\]{
    margin-right: -50px;
  }

  .max-lg\:mt-8{
    margin-top: 2rem;
  }

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

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

  .max-lg\:h-\[1300px\]{
    height: 1300px;
  }

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

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

  .max-lg\:w-\[200px\]{
    width: 200px;
  }

  .max-lg\:w-\[20rem\]{
    width: 20rem;
  }

  .max-lg\:w-\[25\%\]{
    width: 25%;
  }

  .max-lg\:w-\[70\%\]{
    width: 70%;
  }

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

  .max-lg\:w-\[90\%\]{
    width: 90%;
  }

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

  .max-lg\:max-w-\[768px\]{
    max-width: 768px;
  }

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:items-end{
    align-items: flex-end;
  }

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

  .max-lg\:gap-4{
    gap: 1rem;
  }

  .max-lg\:gap-6{
    gap: 1.5rem;
  }

  .max-lg\:gap-8{
    gap: 2rem;
  }

  .max-lg\:gap-\[20px\]{
    gap: 20px;
  }

  .max-lg\:p-10{
    padding: 2.5rem;
  }

  .max-lg\:p-8{
    padding: 2rem;
  }

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

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

  .max-lg\:pl-\[50px\]{
    padding-left: 50px;
  }

  .max-lg\:pl-\[70px\]{
    padding-left: 70px;
  }

  .max-lg\:pr-\[10px\]{
    padding-right: 10px;
  }

  .max-lg\:pt-16{
    padding-top: 4rem;
  }

  .max-lg\:text-\[1rem\]{
    font-size: 1rem;
  }

  .max-lg\:text-\[20px\]{
    font-size: 20px;
  }

  .max-lg\:text-\[34px\]{
    font-size: 34px;
  }

  .max-lg\:text-\[4rem\]{
    font-size: 4rem;
  }
}

@media (max-width: 930px){
  .max-\[930px\]\:right-\[-5\%\]{
    right: -5%;
  }

  .max-\[930px\]\:hidden{
    display: none;
  }

  .max-\[930px\]\:flex-col{
    flex-direction: column;
  }
}

@media (max-width: 900px){
  .max-\[900px\]\:flex-col{
    flex-direction: column;
  }
}

@media (max-width: 860px){
  .max-\[860px\]\:hidden{
    display: none;
  }
}

@media not all and (min-width: 768px){
  .max-md\:right-\[-10px\]{
    right: -10px;
  }

  .max-md\:right-\[2px\]{
    right: 2px;
  }

  .max-md\:top-0{
    top: 0px;
  }

  .max-md\:top-\[2px\]{
    top: 2px;
  }

  .max-md\:order-first{
    order: -9999;
  }

  .max-md\:m-0{
    margin: 0px;
  }

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

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

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

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

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

  .max-md\:mt-8{
    margin-top: 2rem;
  }

  .max-md\:flex{
    display: flex;
  }

  .max-md\:inline-flex{
    display: inline-flex;
  }

  .max-md\:hidden{
    display: none;
  }

  .max-md\:h-\[15rem\]{
    height: 15rem;
  }

  .max-md\:h-\[20rem\]{
    height: 20rem;
  }

  .max-md\:h-\[300px\]{
    height: 300px;
  }

  .max-md\:h-\[5rem\]{
    height: 5rem;
  }

  .max-md\:h-\[700px\]{
    height: 700px;
  }

  .max-md\:h-auto{
    height: auto;
  }

  .max-md\:w-\[100\%\]{
    width: 100%;
  }

  .max-md\:w-\[120px\]{
    width: 120px;
  }

  .max-md\:w-\[18rem\]{
    width: 18rem;
  }

  .max-md\:w-\[25rem\]{
    width: 25rem;
  }

  .max-md\:w-\[30\%\]{
    width: 30%;
  }

  .max-md\:w-\[50\%\]{
    width: 50%;
  }

  .max-md\:w-\[5rem\]{
    width: 5rem;
  }

  .max-md\:w-\[70\%\]{
    width: 70%;
  }

  .max-md\:w-\[95\%\]{
    width: 95%;
  }

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

  .max-md\:flex-col{
    flex-direction: column;
  }

  .max-md\:items-start{
    align-items: flex-start;
  }

  .max-md\:items-center{
    align-items: center;
  }

  .max-md\:justify-start{
    justify-content: flex-start;
  }

  .max-md\:justify-center{
    justify-content: center;
  }

  .max-md\:gap-16{
    gap: 4rem;
  }

  .max-md\:gap-5{
    gap: 1.25rem;
  }

  .max-md\:gap-6{
    gap: 1.5rem;
  }

  .max-md\:gap-8{
    gap: 2rem;
  }

  .max-md\:gap-\[3\.5rem\]{
    gap: 3.5rem;
  }

  .max-md\:p-0{
    padding: 0px;
  }

  .max-md\:p-8{
    padding: 2rem;
  }

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

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

  .max-md\:px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .max-md\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .max-md\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

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

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

  .max-md\:pr-0{
    padding-right: 0px;
  }

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

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

  .max-md\:pt-16{
    padding-top: 4rem;
  }

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

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

  .max-md\:pt-\[50px\]{
    padding-top: 50px;
  }

  .max-md\:text-center{
    text-align: center;
  }

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

  .max-md\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }

  .max-md\:text-\[1rem\]{
    font-size: 1rem;
  }

  .max-md\:text-\[2rem\]{
    font-size: 2rem;
  }

  .max-md\:text-\[35px\]{
    font-size: 35px;
  }

  .max-md\:text-\[36px\]{
    font-size: 36px;
  }

  .max-md\:text-\[3rem\]{
    font-size: 3rem;
  }

  .max-md\:text-\[40px\]{
    font-size: 40px;
  }

  .max-md\:text-\[4rem\]{
    font-size: 4rem;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:right-\[0\]{
    right: 0;
  }

  .max-sm\:right-\[2px\]{
    right: 2px;
  }

  .max-sm\:top-0{
    top: 0px;
  }

  .max-sm\:top-\[1px\]{
    top: 1px;
  }

  .max-sm\:order-first{
    order: -9999;
  }

  .max-sm\:m-0{
    margin: 0px;
  }

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

  .max-sm\:mt-8{
    margin-top: 2rem;
  }

  .max-sm\:mt-\[50px\]{
    margin-top: 50px;
  }

  .max-sm\:hidden{
    display: none;
  }

  .max-sm\:h-\[180px\]{
    height: 180px;
  }

  .max-sm\:h-\[200px\]{
    height: 200px;
  }

  .max-sm\:h-\[500px\]{
    height: 500px;
  }

  .max-sm\:h-auto{
    height: auto;
  }

  .max-sm\:min-h-\[400px\]{
    min-height: 400px;
  }

  .max-sm\:w-\[100\%\]{
    width: 100%;
  }

  .max-sm\:w-\[280px\]{
    width: 280px;
  }

  .max-sm\:w-\[70\%\]{
    width: 70%;
  }

  .max-sm\:w-\[98\%\]{
    width: 98%;
  }

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

  .max-sm\:max-w-\[30\%\]{
    max-width: 30%;
  }

  .max-sm\:flex-col{
    flex-direction: column;
  }

  .max-sm\:items-center{
    align-items: center;
  }

  .max-sm\:justify-items-center{
    justify-items: center;
  }

  .max-sm\:gap-20{
    gap: 5rem;
  }

  .max-sm\:gap-5{
    gap: 1.25rem;
  }

  .max-sm\:gap-\[1rem\]{
    gap: 1rem;
  }

  .max-sm\:p-0{
    padding: 0px;
  }

  .max-sm\:p-6{
    padding: 1.5rem;
  }

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

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

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

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

  .max-sm\:text-center{
    text-align: center;
  }

  .max-sm\:text-\[30px\]{
    font-size: 30px;
  }

  .max-sm\:text-\[3rem\]{
    font-size: 3rem;
  }

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

  .max-sm\:leading-\[1\.5\]{
    line-height: 1.5;
  }

  .max-sm\:before\:hidden::before{
    content: var(--tw-content);
    display: none;
  }
}

@media (max-width: 500px){
  .max-\[500px\]\:order-last{
    order: 9999;
  }

  .max-\[500px\]\:w-full{
    width: 100%;
  }

  .max-\[500px\]\:flex-col{
    flex-direction: column;
  }

  .max-\[500px\]\:items-start{
    align-items: flex-start;
  }

  .max-\[500px\]\:gap-8{
    gap: 2rem;
  }
}

@media (max-width: 480px){
  .max-\[480px\]\:hidden{
    display: none;
  }
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 1024px){
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}



