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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1181px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

body {
  font-family: Raleway;
  font-size: 16px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body {
    font-size: 20px;
    line-height: 2rem;
  }
}

h1, 
  h2, 
  h3, 
  h4, 
  h5, 
  h6 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-family: Raleway;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h1, 
  h2, 
  h3, 
  h4, 
  h5, 
  h6 {
    padding-top: 1rem;
  }
}

h1 {
  font-size: 26px;
  line-height: 30px;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2 {
  padding-bottom: 0.75rem;
  font-size: 23px;
  line-height: 27px;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 31px;
    line-height: 36px;
  }
}

h3 {
  padding-bottom: 0.75rem;
  font-size: 21px;
  line-height: 25px;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 27px;
    line-height: 30px;
  }
}

h4 {
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 23px;
    line-height: 26px;
  }
}

h5 {
  padding-bottom: 0.5rem;
  font-size: 19px;
  line-height: 22px;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 19px;
    line-height: 21px;
  }
}

h6 {
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

h5.tagline-silver {
  font-family: Nord;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

@media (min-width: 1024px) {
  h5.tagline-silver {
    font-size: 36px;
    line-height: 42px;
  }
}

h5.tagline-silver {
  background: linear-gradient(90deg, rgba(113, 121, 125, 1) 0%, rgba(186, 187, 192, 1) 52%, rgba(113, 121, 125, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
}

a.tagline-silver {
  font-family: Nord;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

@media (min-width: 1024px) {
  a.tagline-silver {
    font-size: 50px;
    line-height: 54px;
  }
}

a.tagline-silver {
  background: linear-gradient(90deg, rgba(113, 121, 125, 1) 0%, rgba(186, 187, 192, 1) 52%, rgba(113, 121, 125, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
}

#content a:not(.button), 
  .content a:not(.button) {
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

p {
  margin-bottom: 1.25rem;
}

.button {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(186 251 76 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.darkgreenbutton {
  --tw-bg-opacity: 1;
  background-color: rgb(20 55 37 / var(--tw-bg-opacity));
}

.button.darkgreenbutton:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 118 / var(--tw-bg-opacity));
}

input, 
  textarea {
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

input[type="submit"] {
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 118 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 12px;
  padding-top: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 55 37 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#nf-form-title-1, 
  #nf-form-title-2, 
  #nf-form-title-3, 
  #nf-form-title-4 {
  font-family: Raleway;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

@media (min-width: 1024px) {
  #nf-form-title-1, 
  #nf-form-title-2, 
  #nf-form-title-3, 
  #nf-form-title-4 {
    font-size: 31px;
    line-height: 36px;
  }
}

body#tinymce {
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-0 {
  bottom: 0px;
}

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

.-left-9 {
  left: -2.25rem;
}

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

.right-0 {
  right: 0px;
}

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

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

.z-\[999\] {
  z-index: 999;
}

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

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

.z-\[99999\] {
  z-index: 99999;
}

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

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

.z-\[9999\] {
  z-index: 9999;
}

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

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-1 {
  order: 1;
}

.order-4 {
  order: 4;
}

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

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

.m-0 {
  margin: 0px;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

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

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-full {
  height: 100%;
}

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

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

.h-96 {
  height: 24rem;
}

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

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

.h-\[calc\(100\%-68px\)\] {
  height: calc(100% - 68px);
}

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

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

.h-1\/2 {
  height: 50%;
}

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

.h-0 {
  height: 0px;
}

.h-52 {
  height: 13rem;
}

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

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

.\!h-auto {
  height: auto !important;
}

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

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-full {
  max-height: 100%;
}

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

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

.min-h-\[calc\(100\%-68px\)\] {
  min-height: calc(100% - 68px);
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-8 {
  width: 2rem;
}

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

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

.w-24 {
  width: 6rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

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

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

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

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

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

.-translate-y-\[98\%\] {
  --tw-translate-y: -98%;
  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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[10px\] {
  --tw-translate-y: 10px;
  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-\[14px\] {
  --tw-translate-y: -14px;
  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-\[13px\] {
  --tw-translate-y: -13px;
  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));
}

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

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

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

.scroll-mt-60 {
  scroll-margin-top: 15rem;
}

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

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

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

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

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

.grid-cols-\[auto\2c 1fr\] {
  grid-template-columns: auto 1fr;
}

.flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

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

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

.rounded-tr-\[60px\] {
  border-top-right-radius: 60px;
}

.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}

.rounded-tr-\[80px\] {
  border-top-right-radius: 80px;
}

.rounded-bl-\[12px\] {
  border-bottom-left-radius: 12px;
}

.rounded-tl-\[30px\] {
  border-top-left-radius: 30px;
}

.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}

.rounded-bl-\[30px\] {
  border-bottom-left-radius: 30px;
}

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}

.rounded-bl-\[80px\] {
  border-bottom-left-radius: 80px;
}

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

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

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

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

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 118 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(20 55 37 / var(--tw-bg-opacity));
}

.bg-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 220 / var(--tw-bg-opacity));
}

.bg-headlinegreen {
  --tw-bg-opacity: 1;
  background-color: rgb(186 251 76 / var(--tw-bg-opacity));
}

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

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

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-\[\#F3FEDC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 220 / var(--tw-bg-opacity));
}

.bg-\[\#143725\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 55 37 / var(--tw-bg-opacity));
}

.bg-headline {
  --tw-bg-opacity: 1;
  background-color: rgb(20 55 37 / var(--tw-bg-opacity));
}

.bg-\[\#cfe1bd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 225 189 / var(--tw-bg-opacity));
}

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

.bg-golden {
  --tw-bg-opacity: 1;
  background-color: rgb(246 196 67 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-secondary {
  --tw-gradient-from: #143725;
  --tw-gradient-to: rgb(20 55 37 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#143725\] {
  --tw-gradient-from: #143725;
  --tw-gradient-to: rgb(20 55 37 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-primary {
  --tw-gradient-to: #7d9b76;
}

.to-\[\#4E83E6\]\/0 {
  --tw-gradient-to: rgb(78 131 230 / 0);
}

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[600\] {
  font-weight: 600;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(125 155 118 / var(--tw-text-opacity));
}

.text-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

.text-headlinegreen {
  --tw-text-opacity: 1;
  color: rgb(186 251 76 / var(--tw-text-opacity));
}

.\!text-headlinegreen {
  --tw-text-opacity: 1 !important;
  color: rgb(186 251 76 / var(--tw-text-opacity)) !important;
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-headline {
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

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

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(125 155 118 / var(--tw-text-opacity)) !important;
}

.text-golden {
  --tw-text-opacity: 1;
  color: rgb(246 196 67 / var(--tw-text-opacity));
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(20 55 37 / var(--tw-text-opacity)) !important;
}

.text-lightgreen {
  --tw-text-opacity: 1;
  color: rgb(243 254 220 / var(--tw-text-opacity));
}

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

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

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

.opacity-40 {
  opacity: 0.4;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-\[0_7px_9px_rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 7px 9px rgba(255,255,255,0.3));
  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);
}

.drop-shadow-\[0_7px_9px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 7px 9px rgba(0,0,0,0.3));
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

@font-face {
  font-family: 'Nord';

  src:    url('../assets/fonts/Nord-Book.woff2') format('woff2'),
            url('../assets/fonts/Nord-Book.woff') format('woff'),
            url('../assets/fonts/Nord-Book.ttf') format('ttf'),
            url('../assets/fonts/Nord-Book.eot') format('eot');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Nord';

  src:    url('../assets/fonts/Nord-Medium.woff2') format('woff2'),
            url('../assets/fonts/Nord-Medium.woff') format('woff'),
            url('../assets/fonts/Nord-Medium.ttf') format('ttf'),
            url('../assets/fonts/Nord-Medium.eot') format('eot');

  font-weight: medium;

  font-style: normal;
}

@font-face {
  font-family: 'Nord';

  src:    url('../assets/fonts/Nord-Bold.woff2') format('woff2'),
            url('../assets/fonts/Nord-Bold.woff') format('woff'),
            url('../assets/fonts/Nord-Bold.ttf') format('ttf'),
            url('../assets/fonts/Nord-Bold.eot') format('eot');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Nord';

  src:    url('../assets/fonts/Nord-Black.woff2') format('woff2'),
            url('../assets/fonts/Nord-Black.woff') format('woff'),
            url('../assets/fonts/Nord-Black.ttf') format('ttf'),
            url('../assets/fonts/Nord-Black.eot') format('eot');

  font-weight: black;

  font-style: normal;
}

@font-face {
  font-family: 'Nord';

  src:    url('../assets/fonts/Nord-Light.woff2') format('woff2'),
            url('../assets/fonts/Nord-Light.woff') format('woff'),
            url('../assets/fonts/Nord-Light.ttf') format('ttf'),
            url('../assets/fonts/Nord-Light.eot') format('eot');

  font-weight: light;

  font-style: normal;
}

.menu li {
  display: block;
  text-transform: uppercase;
}

.menu li:not(.menu-item-has-children) a {
  display: block;
  color: white;
}

.menu .menu-item-has-children {
  position: relative;
  color: white;
}

ul.menu > li.menu-item {
  position: relative;
  font-weight: 600;
  transition: transform 0.2s ease-in;
}

ul.menu > li.menu-item::after {
  content: "";
  height: 0px;
  width: 100%;
  background-color: #bafb4c;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: height 0.2s ease-in;
}

ul.menu > li.menu-item.showsubmenu {
  transform: translateY(-5px);
}

ul.menu > li.menu-item.showsubmenu::after {
  height: 3px;
}

ul.menu > li.current_page_item::after {
  height: 2px;
}

ul.menu > li.current-menu-ancestor:after {
  height: 2px;
}

ul.menu > li.menu-item-has-children::before {
  content: "";
  border: solid #bafb4c;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  position: absolute;
  right: -20px;
  top: 7px;
  cursor: pointer;
  transition: transform 0.2s ease-in;
}

ul.menu > li.menu-item-has-children.showsubmenu::before {
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .menu .menu-item-has-children ul.sub-menu {
    pointer-events: none;
    position: absolute;
    left: 0px;
    z-index: 10;
    min-width: 200px;
    --tw-translate-y: 2.5rem;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(125 155 118 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    opacity: 0;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .menu .menu-item-has-children ul.sub-menu::after {
    --tw-bg-opacity: 1;
    background-color: rgb(125 155 118 / var(--tw-bg-opacity));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    width: 200vw;
    z-index: -10;
    transform: translateX(-100vw);
    box-shadow: 0px 2px 42px 12px rgba(0, 0, 0, 0.25);
  }
}

.menu .menu-item-has-children ul.sub-menu li {
  z-index: 10;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.menu .menu-item-has-children ul.sub-menu li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .menu .menu-item-has-children ul.sub-menu li {
    margin-top: 0.75rem;
  }
}

.menu .menu-item-has-children ul.sub-menu ul.sub-menu {
  left: unset;
  padding-top: 0.75rem;
  right: calc(100% + 0.1rem);
  top: -0.7rem;
  box-shadow: unset;
}

@media (max-width: 1024px) {
  .menu .menu-item-has-children ul.sub-menu ul.sub-menu {
    padding-top: 0;
    text-align: center;
  }

  .menu .menu-item-has-children ul.sub-menu {
    text-align: center;
  }
}

.menu .menu-item-has-children.showsubmenu > ul.sub-menu {
  pointer-events: auto;
  display: flex;
  --tw-translate-y: 30px;
  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));
  flex-direction: row;
  gap: 2rem;
  opacity: 1;
}

/* //Aktivera de menyer som önskas */

/* @import "mobilemenu.css"; */

#mobilesidebar {
  overflow-x: hidden;
}

.sidebar-slow-moves {
  transition: 0.3s;
}

.sidebar-inactive {
  transform: translateX(-100%);
}

.sidebar-menu-item-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s linear;
}

.sidebar-menu-item-container-child-item {
  right: -500px;
  left: 500px;
}

.move-left {
  left: -500px;
  right: 500px;
}

.move-right {
  right: -50px;
}

.move-inview {
  left: 0;
  right: 0;
}

#mobilesidebar .region-menu ul li {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

/* @import "toolbar_bottom.css"; */

@media (min-width: 1024px) {
  header#header-menu {
    --tw-bg-opacity: 1;
  }
}

header#header-menu {
  transition: all 0.2s ease;
}

.header#header-menu.page-scrolled {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .header#header-menu.page-scrolled {
    --tw-bg-opacity: 1;
  }
}

.header#header-menu .header_logo {
  transition: all 0.2s ease;
}

@media (min-width: 1024px) {
  .header#header-menu.page-scrolled .header_logo {
    max-width: 85px;
  }
}

/* Regionsheader */

@media (min-width: 1024px) {
  .region-site header#header-menu {
    --tw-bg-opacity: 1;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

.region-site header#header-menu .region-menu ul {
}

.region-site header#header-menu .region-menu ul li {
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

.region-site header#header-menu .region-menu ul li a {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

/* Footer */

.footer .footer-pattern {
  overflow: hidden;
}

@media (max-width: 900px) {
  .footer .footer-pattern svg {
    width: 200%;
  }
}

@media (max-width: 1200px) {
  .footer .footer-pattern svg {
    width: 150%;
  }
}

/* Cookie styling */

.cli-style-v2 {
  font-size: 15px;
  line-height: 1.25rem;
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button, 
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, 
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
  margin-left: 0px;
  margin-right: 0.5rem;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .cli-style-v2 .cli-bar-btn_container .cli_action_button, 
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, 
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-top: 0.75rem;
    margin-right: 1.25rem;
  }
}

.cli-plugin-button,  .cli-plugin-button:visited {
  border-radius: 9999px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 13px;
  padding-bottom: 13px;
}

.question-item.active i {
  transform: rotate(45deg);
}

/* Hero */

/* .page-template-startpage .hero-container .hero-info-wrapper .form-wrapper::before {
    content: '';
    width: 100%;
    height: 25px;
    background: #f3fedc;
    position: absolute;
    left: 0;
    top: -25px;
    border-radius: 0 25px 0 0;
} */

.page-template-startpage .hero-container .hero-info-wrapper .form-wrapper #compis-form button.button {
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-template-startpage .hero-container .hero-info-wrapper .form-wrapper #compis-form button.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 251 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

.page-template-startpage .nf-form-fields-required {
  display: none;
}

.page-template-startpage .hero-container .hero-info-wrapper .form-wrapper .nf-field-container .field-wrap .nf-element::-moz-placeholder {
  color: white;
}

.page-template-startpage .hero-container .hero-info-wrapper .form-wrapper .nf-field-container .field-wrap .nf-element::placeholder {
  color: white;
}

@media (min-width: 1024px) {
  /* .page-template-startpage .hero-container .hero-info-wrapper .form-wrapper::before {
        height: 100px;
        top: -100px;
        border-radius: 0 100px 0 0;
    } */
}

/* Poddsektion */

.page-template-startpage .poddsektion-container img.bg-image, .page-template-startpage_region .poddsektion-container img.bg-image{
  transition: all 0.2s ease;
}

.page-template-startpage .poddsektion-container:hover img.bg-image, .page-template-startpage_region .poddsektion-container:hover img.bg-image{
  transform: scale(1.1);
}

.page-template-startpage .poddsektion-container .button, .page-template-startpage_region .poddsektion-container .button {
  opacity: 0;
  transition: all 0.4s ease;
}

.page-template-startpage .poddsektion-container:hover .button, .page-template-startpage_region .poddsektion-container:hover .button {
  opacity: 1;
}

.page-template-startpage .poddsektion-container .podcast-item,  .page-template-startpage_region .poddsektion-container .podcast-item {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .page-template-startpage .poddsektion-container .podcast-item,  .page-template-startpage_region .poddsektion-container .podcast-item {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-template-startpage .poddsektion-container .podcast-item .podcast-image,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-image {
  position: relative;
  grid-column: span 3 / span 3;
}

@media (min-width: 1024px) {
  .page-template-startpage .poddsektion-container .podcast-item .podcast-image,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-image {
    grid-column: span 1 / span 1;
  }
}

.page-template-startpage .poddsektion-container .podcast-item .podcast-image img,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.page-template-startpage .poddsektion-container .podcast-item .podcast-item-text,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-item-text {
  grid-column: span 3 / span 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .page-template-startpage .poddsektion-container .podcast-item .podcast-item-text,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-item-text {
    padding-left: 0.25rem;
  }
}

.page-template-startpage .poddsektion-container .podcast-item .podcast-item-text h3,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-item-text h3 {
  margin-bottom: 0.75rem;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .page-template-startpage .poddsektion-container .podcast-item .podcast-item-text h3,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-item-text h3 {
    font-size: 17px;
    line-height: 24px;
  }
}

.page-template-startpage .poddsektion-container .podcast-item .podcast-item-text audio,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-item-text audio {
  width: 250px;
}

@media (min-width: 1024px) {
  .page-template-startpage .poddsektion-container .podcast-item .podcast-item-text audio,  .page-template-startpage_region .poddsektion-container .podcast-item .podcast-item-text audio {
    width: 100%;
  }
}

.swiper-reportage {
}

.swiper-reportage .swiper-slide {
  height: 340px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .swiper-reportage .swiper-slide {
    transition-property: none;
  }
}

.swiper-reportage .swiper-slide.swiper-slide.swiper-slide-active {
  height: 390px;
}

@media (min-width: 1024px) {
  .swiper-reportage .swiper-slide.itemindex-1,  .swiper-reportage .swiper-slide.itemindex-3 {
    height: 390px;
  }

  .swiper-reportage .swiper-slide.itemindex-2 {
    height: 470px;
  }
}

/* Kontaktsida */

.swiper.puff-wrapper {
}

.swiper.puff-wrapper .swiper-slide {
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .swiper.puff-wrapper .swiper-slide {
    transition-property: none;
  }
}

/* .swiper.puff-wrapper .swiper-slide.swiper-slide.swiper-slide-active {
   @apply min-h-[390px] ;
} */

@media (min-width: 1024px) {
  .swiper.puff-wrapper .swiper-slide.item-one,  .swiper.puff-wrapper .swiper-slide.item-three {
    min-height: 620px;
  }
}

.swiper.puff-wrapper .swiper-slide .button {
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(186 251 76 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .swiper.puff-wrapper .swiper-slide .button {
    margin-top: 1.75rem;
  }

  .swiper.puff-wrapper .swiper-slide.item-two .button {
    --tw-bg-opacity: 1;
    background-color: rgb(186 251 76 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(125 155 118 / var(--tw-text-opacity));
  }
}

@media (max-width: 1024px) {
  .swiper.puff-wrapper .swiper-slide.swiper-slide-active .button {
    --tw-bg-opacity: 1;
    background-color: rgb(186 251 76 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(125 155 118 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .swiper.puff-wrapper .swiper-slide.item-two {
    min-height: 770px;
  }
}

.footer .footer-contact ul li img {
  margin-right: 0.5rem;
  max-width: 30px;
}

/* Nyheter */

.page-id-149 .footer {
  margin-top: 200px;
}

@media (min-width: 768px) {
  .page-id-149 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-149 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-149 .footer {
    margin-top: 500px;
  }
}

/* Bli compis */

.page-id-289 .footer {
  margin-top: 200px;
}

@media (min-width: 768px) {
  .page-id-289 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-289 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-289 .footer {
    margin-top: 520px;
  }
}

/* Om oss */

.page-id-313 .footer {
}

/* Intergritetspolicy */

.page-id-3 .footer {
  margin-top: 200px;
}

@media (min-width: 768px) {
  .page-id-3 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-3 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-3 .footer {
    margin-top: 520px;
  }
}

/* Podcast */

.page-id-332 .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .page-id-332 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-332 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-332 .footer {
    margin-top: 500px;
  }
}

/* Kontakt */

.page-id-336 .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .page-id-336 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-336 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-336 .footer {
    margin-top: 500px;
  }
}

/* Reportage */

.page-id-379 .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .page-id-379 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-379 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-379 .footer {
    margin-top: 500px;
  }
}

/* United by exxence */

.page-id-415 .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .page-id-415 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-415 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-415 .footer {
    margin-top: 500px;
  }
}

/* Kontakt */

.single-nyheter .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .single-nyheter .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .single-nyheter .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .single-nyheter .footer {
    margin-top: 550px;
  }
}

/* Startsida för regioner */

.page-template-startpage_region .footer .footer-pattern {
  z-index: 10;
}

/* undersidoa för regioner */

.region-site.page-template-default .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .region-site.page-template-default .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .region-site.page-template-default .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .region-site.page-template-default .footer {
    margin-top: 550px;
  }
}

/* singelsida för reportage */

.single-reportage .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .single-reportage .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .single-reportage .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .single-reportage .footer {
    margin-top: 550px;
  }
}

/* undersidoa för kommuner */

.page-id-542 .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .page-id-542 .footer {
    margin-top: 350px;
  }
}

@media (min-width: 1024px) {
  .page-id-542 .footer {
    margin-top: 290px;
  }
}

@media (min-width: 1536px) {
  .page-id-542 .footer {
    margin-top: 550px;
  }
}

/* 404 */

.error404 .footer {
  margin-top: 180px;
}

@media (min-width: 768px) {
  .error404 .footer {
    margin-top: 360px;
  }
}

@media (min-width: 1024px) {
  .error404 .footer {
    margin-top: 300px;
  }
}

@media (min-width: 1536px) {
  .error404 .footer {
    margin-top: 580px;
  }
}

/* Om oss */

.page-id-313 .topimage-container {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .page-id-313 .topimage-container {
    margin-bottom: 6rem;
  }
}

.page-id-313 .textfield_image-container.none-bottom-padding {
  margin-bottom: 0px;
}

.page-id-313 .omoss_endimage {
  height: 200px;
}

@media (min-width: 768px) {
  .page-id-313 .omoss_endimage {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .page-id-313 .omoss_endimage {
    height: 500px;
  }
}

/* Bli Compis */

.textfield-colorbg.blicompis_mb {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .textfield-colorbg.blicompis_mb {
    margin-bottom: 9rem;
  }
}

.page-template-default .topimage-container .form-container .form-wrapper #compis-form button.button {
  --tw-bg-opacity: 1;
  background-color: rgb(125 155 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-template-default .topimage-container .form-container .form-wrapper #compis-form button.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 251 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

/* Intergritetspolicy */

.page-id-3 .topimage-container {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .page-id-3 .topimage-container {
    margin-bottom: 6rem;
  }
}

/* Podcast */

.page-id-332 .topimage-container {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .page-id-332 .topimage-container {
    margin-bottom: 6rem;
  }
}

/* Kontakt */

.page-id-336 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 220 / var(--tw-bg-opacity));
}

.page-id-336 .topimage-container {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .page-id-336 .topimage-container {
    margin-bottom: 0px;
  }

  .page-id-336 .topimage-container .inner-content {
    margin-bottom: 6rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.page-id-336 .topimage-container .inner-content .text-container h1 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 60px;
}

@media (min-width: 1024px) {
  .page-id-336 .topimage-container .inner-content .text-container h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

#content .imageform-container .text-wrapper a {
  --tw-text-opacity: 1;
  color: rgb(186 251 76 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.imageform-container .nf-form-fields-required {
  display: none;
}

.imageform-container .formwrapper .ninja-forms-form-wrap .nf-form-content input,
.imageform-container .formwrapper .ninja-forms-form-wrap .nf-form-content textarea {
  border: none;
}

.imageform-container .formwrapper .ninja-forms-form-wrap .nf-form-content input::-moz-placeholder, .imageform-container .formwrapper .ninja-forms-form-wrap .nf-form-content textarea::-moz-placeholder {
  color: white;
}

.imageform-container .formwrapper .ninja-forms-form-wrap .nf-form-content input::placeholder,
.imageform-container .formwrapper .ninja-forms-form-wrap .nf-form-content textarea::placeholder {
  color: white;
}

.imageform-container .formwrapper .ninja-forms-form-wrap #nf-field-8-container {
  margin-bottom: 0;
}

.page-id-336 .kontakt_tagline {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .page-id-336 .kontakt_tagline {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.page-id-336 .kontakt_tagline h2 {
  padding: 0px;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(125 155 118 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .page-id-336 .kontakt_tagline h2 {
    font-size: 48px;
    line-height: 80px;
  }
}

.textfield-colorbg.tagline .max-w-container h2 {
  font-family: "Nord";
  font-weight: bold;
}

.kontakt_tagline h2 {
  font-family: "Nord";
  font-weight: bold;
}

.page-id-427 #content {
  min-height: 1500px;
}

/* 
united by essence */

.page-id-415 #content .unitedessence-text-wrapper .text-wrapper > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .page-id-415 #content .unitedessence-text-wrapper .text-wrapper > div {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Kommuner undersida */

.kommuner-list-container ul.region-list li.list-item {
  overflow: hidden
}

.kommuner-list-container ul.region-list li.list-item .region-cta {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 220 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .kommuner-list-container ul.region-list li.list-item .region-cta {
    --tw-translate-y: 100%;
    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));
  }
}

.kommuner-list-container ul.region-list li.list-item .region-cta {
  transition: all 0.3s ease-in-out;
}

.kommuner-list-container ul.region-list li.list-item:hover .region-cta {
  transform: translateY(0);
}

.kommuner-list-container ul.region-list li.list-item .compassen-signoff {
  --tw-translate-x: 100%;
  --tw-translate-y: -100%;
  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 (min-width: 1024px) {
  .kommuner-list-container ul.region-list li.list-item .compassen-signoff {
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.kommuner-list-container ul.region-list li.list-item .compassen-signoff {
  transition: all 0.3s ease-in-out;
}

.kommuner-list-container ul.region-list li.list-item:hover .compassen-signoff {
  --tw-translate-x: 100%;
  --tw-translate-y: -100%;
  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));
}

/* Youtubefilmer */

.content iframe[src*="youtube.com"],
.content iframe[src*="youtube.com"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* 
Reportage & Nyheter  */

.single-reportage .content ul, 
.single-nyheter .content ul {
  margin-bottom: 1.25rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.single-reportage .content ul li, 
.single-nyheter .content ul li {
  margin-bottom: 0.25rem;
}

.page-template-default .podcast-listing {
  margin-bottom: 3rem;
}

.page-template-default .podcast-listing .podcast-item {
  margin-bottom: 2.25rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 220 / var(--tw-bg-opacity));
}

.page-template-default .podcast-listing .podcast-item .podcast-image {
  position: relative;
  max-width: 200px;
}

.page-template-default .podcast-listing .podcast-item .podcast-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-default .podcast-listing .podcast-item .podcast-item-text {
  padding: 1.25rem;
}

.page-template-default .podcast-listing .podcast-item .podcast-item-text h3 {
  margin-bottom: 1.25rem;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .page-template-default .podcast-listing .podcast-item .podcast-item-text h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}

#compis-form #form-message {
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  #compis-form #form-message {
    margin-top: 2rem;
  }
}

#compis-form #form-message span {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

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

.placeholder\:leading-none::-moz-placeholder {
  line-height: 1;
}

.placeholder\:leading-none::placeholder {
  line-height: 1;
}

.placeholder\:text-secondary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

.placeholder\:text-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

.after\:text-gray-400::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:bg-golden:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 196 67 / var(--tw-bg-opacity));
}

.hover\:bg-headlinegreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 251 76 / var(--tw-bg-opacity));
}

.hover\:bg-lightgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 220 / var(--tw-bg-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(20 55 37 / var(--tw-text-opacity));
}

.hover\:\!text-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(20 55 37 / var(--tw-text-opacity)) !important;
}

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.prose-h2\:mb-5 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
}

.prose-h2\:p-0 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  padding: 0px;
}

.prose-h2\:text-\[19px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 19px;
}

.prose-h2\:leading-\[28px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  line-height: 28px;
}

.prose-h2\:text-white :is(:where(h2):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-h3\:text-white :is(:where(h3):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-h4\:text-white :is(:where(h4):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-h5\:text-white :is(:where(h5):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-p\:drop-shadow-\[1px_2px_4px_rgba\(255\2c 255\2c 255\2c 0\.3\)\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-drop-shadow: drop-shadow(1px 2px 4px rgba(255,255,255,0.3));
  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);
}

.prose-p\:drop-shadow-\[1px_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-drop-shadow: drop-shadow(1px 2px 4px rgba(0,0,0,0.3));
  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);
}

.prose-img\:w-full :is(:where(img):not(:where([class~="not-prose"] *))) {
  width: 100%;
}

.prose-img\:max-w-\[275px\] :is(:where(img):not(:where([class~="not-prose"] *))) {
  max-width: 275px;
}

@media (min-width: 640px) {
  .sm\:pb-56 {
    padding-bottom: 14rem;
  }
}

@media (min-width: 768px) {
  .md\:mt-\[350px\] {
    margin-top: 350px;
  }

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

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

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:max-w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1181px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:rounded-tr-\[100px\] {
    border-top-right-radius: 100px;
  }

  .lg\:rounded-tr-\[60px\] {
    border-top-right-radius: 60px;
  }

  .lg\:rounded-bl-\[60px\] {
    border-bottom-left-radius: 60px;
  }

  .lg\:rounded-tl-\[230px\] {
    border-top-left-radius: 230px;
  }

  .lg\:rounded-tr-\[230px\] {
    border-top-right-radius: 230px;
  }

  .lg\:rounded-br-\[230px\] {
    border-bottom-right-radius: 230px;
  }

  .lg\:rounded-bl-\[230px\] {
    border-bottom-left-radius: 230px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }

  .lg\:rounded-tr-\[200px\] {
    border-top-right-radius: 200px;
  }

  .lg\:rounded-bl-\[200px\] {
    border-bottom-left-radius: 200px;
  }

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

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pb-\[35rem\] {
    padding-bottom: 35rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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);
  }

  .lg\:prose-h2\:mb-8 :is(:where(h2):not(:where([class~="not-prose"] *))) {
    margin-bottom: 2rem;
  }

  .lg\:prose-h2\:text-\[36px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 36px;
  }

  .lg\:prose-h2\:leading-\[45px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
    line-height: 45px;
  }
}

@media (min-width: 1280px) {
  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

@media (min-width: 1536px) {
  .\32xl\:mt-\[500px\] {
    margin-top: 500px;
  }

  .\32xl\:pb-\[580px\] {
    padding-bottom: 580px;
  }
}