/*
Theme Name: Merge Consulting
Theme URI: https://merge.consulting/
Author: Merge Consulting
Author URI: https://merge.consulting/
Description: A customizable starter theme for Merge Consulting WordPress projects.
Version: 1.0
Text Domain: mrg
*/

/*
! tailwindcss v3.0.24 | 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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  /* 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 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

#breadcrumbs a:hover {
  color: var(--brand-4);
}

/* # Primary Elements */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul,
ol {
  margin: 0.5rem 0 0.5rem 1.5rem;
  padding-left: 2rem;
}

ul {
  list-style: disc;
  padding-left: 2rem;
}

ol {
  list-style: decimal;
}

li {
  margin: 0.5rem 0;
}

li > ul,
li > ol {
  margin: 0.5rem 0 0.5rem 2rem;
}

dt {
  font-weight: 600;
}

dd {
  margin: 1rem 2rem;
}

img {
  height: auto;
  line-height: 0;
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  margin: 1rem 0;
  width: 100%;
}

/* # Typography */

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'sans-serif';
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--brand-1);
  display: block;
  font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'sans-serif';
  font-weight: 600;
  line-height: 1.375;
  margin: 1rem 0 1rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  margin: 0 0 1rem;
}

dfn,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  margin: 2rem;
}

cite {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

address {
  margin: 2rem;
}

pre {
  background: #eee;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem;
}

code,
kbd,
tt,
var {
  background-color: #f8f8f8;
  border-radius: 0;
  color: black;
  display: block;
  font-family: inherit;
  margin-right: 1rem;
  padding: 12px;
  word-break: break-all;
  word-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #f8f8f8;
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 600;
}

/* # Forms */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: var(--brand-1);
  border: 1px solid var(--brand-1);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 12px;
  text-transform: none;
  transition: all ease-in-out 200ms 75ms;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--brand-4);
  border-color: var(--brand-4);
  color: white;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--brand-4);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: black;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 9px 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: black;
  border: none;
}

select {
  border: none;
  padding: 4px 8px;
}

textarea {
  width: 100%;
}

/* # Navigation */

/* ## Links */

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  transition: all ease-in-out 150ms 75ms;
}

a:hover,
a:focus,
a:active {
  color: var(--brand-2);
  transition: all ease-in-out 150ms 75ms;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

button a:focus {
  color: white;
}

/* ## Comment Navigation and Post Navigation */

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 1.5em 0;
  overflow: hidden;
}

/* ## Menu - Desktop */

.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

.main-navigation ul li a {
  color: #0f172a;
  display: block;
  font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'sans-serif';
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  transition: all ease-in-out 150ms 75ms;
}

html.dark .main-navigation ul li a {
  color: white;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:active,
.main-navigation ul li a:focus,
.main-navigation ul li.current-menu-item a {
  color: #64748b;
  text-decoration: none;
  transition: all ease-in-out 150ms 75ms;
}

html.dark .main-navigation ul li a:hover,
html.dark .main-navigation ul li a:active,
html.dark .main-navigation ul li a:focus,
html.dark .main-navigation ul li.current-menu-item a {
  color: #cbd5e1;
}

.main-navigation ul li ul {
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: 0;
  margin-top: -12px;
  padding: 4px 0 3px;
  overflow: hidden;
  position: absolute;
  left: -999em;
  text-align: left;
  top: 100%;
  z-index: 99999;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul li ul li {
  margin: 0;
  padding: 0;
}

.main-navigation ul li ul li:hover > ul,
.main-navigation ul li ul li.focus > ul {
  left: 0;
}

.main-navigation ul li ul li a {
  color: #f1f5f9;
  margin: 0;
  padding: 0.75rem 1rem;
  text-transform: none;
  width: 260px;
  transition: all ease-in-out 150ms 75ms;
}

.main-navigation ul li ul li a:hover {
  color: #cbd5e1;
  margin: 0;
  transition: all ease-in-out 150ms 75ms;
}

.main-navigation ul li ul li ul {
  box-shadow: none;
  left: -999em;
  left: 0;
  position: relative;
  top: 0;
}

@media screen and (min-width: 1280px) {
  .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .main-navigation > div {
    visibility: hidden;
    transition: all ease-in-out 150ms 75ms;
  }

  .main-navigation.toggled > div {
    visibility: visible;
    transition: all ease-in-out 150ms 75ms;
  }

  .main-navigation ul {
    padding: 0.5rem 1rem;
  }

  .main-navigation ul li {
    float: none;
  }

  .main-navigation ul li a {
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.075rem;
    margin: 0 0.125rem;
    padding: 1rem 1rem 1rem;
    text-decoration: none;
  }

  html.dark .main-navigation ul li a {
    color: #0f172a;
  }

  .main-navigation ul li a:hover,
	.main-navigation ul li a:active,
	.main-navigation ul li a:focus,
	.main-navigation ul li.current-menu-item a {
    text-decoration: none !important;
    -webkit-text-decoration-color: transparent !important;
            text-decoration-color: transparent !important;
    text-decoration-thickness: 0 !important;
  }

  html.dark .main-navigation ul li a:hover {
    color: #64748b;
  }

  .main-navigation ul li ul {
    background: none;
    box-shadow: none;
    display: none !important;
    left: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .main-navigation ul li ul li a {
    background: none;
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem;
    padding-right: 32px;
    padding-top: 0.5rem;
    width: 100%;
  }

  .main-navigation ul li ul li a:hover {
    margin-bottom: 3px;
  }
}

/* # Accessibility */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* # Alignments */

/* # Clearings */

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/* # Widgets */

.widget {
  margin: 0 0 2.5em;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  color: #20535c;
  font-size: 1.25rem;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.widget ul {
  list-style-type: none;
  padding-left: 0;
}

.widget ul li {
  font-size: 1rem;
  margin-bottom: 6px;
  margin-top: 6px;
}

.widget.widget_recent_entries ul li {
  color: #20535c;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.widget.widget_recent_entries ul li a {
  display: block;
}

.widget.widget_recent_entries ul li a:hover {
  color: gray;
}

.widget.widget_recent_entries ul li span {
  color: gray;
}

/* # Content */

/* ## Posts and Pages */

.updated:not(.published) {
  display: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* ## Comments */

/* ## Infinite scroll */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* # WordPress */

table#wp-calendar {
  width: 100%;
  text-align: center;
}

table#wp-calendar th {
  text-align: center;
  padding-bottom: 10px;
}

table#wp-calendar td {
  padding: 5px 0;
}

table#wp-calendar thead tr {
  border-bottom: 2px solid #9b9b9b;
}

table#wp-calendar tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

table#wp-calendar caption {
  text-align: center;
}

.gallery:after {
  content:"";
  display:table;
  clear:both;
}

figure {
  max-width: 100%;
  height: auto;
  margin:1em 0;
}

@media (max-width:767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display:block;
    margin:1em auto;
    float:none;
  }

  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width:100%;
    margin:0 0 1em 0;
    float:none;
  }
}

/* ## Media */

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed, iframe, object {
  max-width: 100%;
}

.custom-logo {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  max-width: 100%;
  width: 200px;
}

@media (min-width: 1024px) {
  .custom-logo {
    width: 200px;
  }
}

.footer-contact .custom-logo {
  width: 200px;
}

/* ## Captions */

/* ## Galleries */

.gallery {
  margin-bottom: 1.5em;
}

.gallery figure img {
  max-width:100%;
  height:auto;
  margin:0 auto;
  display:block;
}

.gallery figure {
  float:left;
  margin:0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width:100%;
  margin:0 0 1em 0;
  float:none;
}

.gallery.gallery-columns-3 figure {
  width:32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right:0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear:left;
}

.gallery.gallery-columns-2 figure {
  width:49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right:0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear:left;
}

.gallery.gallery-columns-4 figure {
  width:23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right:0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear:left;
}

.gallery.gallery-columns-5 figure {
  width:18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right:0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear:left;
}

.gallery.gallery-columns-6 figure {
  width:14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right:0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear:left;
}

.gallery.gallery-columns-7 figure {
  width:12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right:0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear:left;
}

.gallery.gallery-columns-8 figure {
  width:10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right:0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear:left;
}

.gallery.gallery-columns-9 figure {
  width:8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right:0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear:left;
}

/* ## Galleries v2 */

/* ## Embed Containers */

/* ## Miscellaneous */

.single-post .post-thumbnail img {
  border-radius: 0.25rem;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-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;
  }
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.float-right {
  float: right;
}

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

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

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

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

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-80 {
  margin-right: 20rem;
}

.-mt-56 {
  margin-top: -14rem;
}

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-20 {
	height: 5rem;
}

.h-16 {
  height: 4rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-80 {
  height: 20rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-112 {
  height: 30rem;
}

.w-full {
  width: 100%;
}

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

.w-1\/4 {
  width: 25%;
}

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

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-56 {
  width: 14rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-64 {
  width: 16rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

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

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

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.border-brand-3 {
  --tw-border-opacity: 1;
  border-color: rgb(226 227 228 / var(--tw-border-opacity));
}

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

.bg-brand-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 195 184 / var(--tw-bg-opacity));
}

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

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: rgba(0,0,0,0);
}

.bg-brand-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 64 80 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

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

.from-sky-400 {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(56 189 248 / 0));
}

.to-violet-600 {
  --tw-gradient-to: #7c3aed;
}

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

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

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

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

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

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

.fill-slate-900 {
  fill: #0f172a;
}

.fill-sky-500\/20 {
  fill: rgb(14 165 233 / 0.2);
}

.fill-slate-400\/20 {
  fill: rgb(148 163 184 / 0.2);
}

.fill-slate-400 {
  fill: #94a3b8;
}

.stroke-sky-500 {
  stroke: #0ea5e9;
}

.p-6 {
  padding: 1.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-0 {
  padding: 0px;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.font-semibold {
  font-weight: 600;
}

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

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

.text-brand-2 {
  --tw-text-opacity: 1;
  color: rgb(168 162 156 / var(--tw-text-opacity));
}

.text-brand-1 {
  --tw-text-opacity: 1;
  color: rgb(23 64 80 / var(--tw-text-opacity));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-brand-3 {
  --tw-text-opacity: 1;
  color: rgb(226 227 228 / var(--tw-text-opacity));
}

.text-brand-4 {
  --tw-text-opacity: 1;
  color: rgb(94 139 150 / 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;
}

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

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

.grayscale {
  --tw-grayscale: grayscale(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);
}

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

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

.text-focus-in {
  -webkit-animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) both;
          animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) both;
}

.text-focus-in-2 {
  -webkit-animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) 0.2s both;
          animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) 0.2s both;
}

.text-focus-in-3 {
  -webkit-animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) 0.4s both;
          animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) 0.4s both;
}

.text-focus-in-4 {
  -webkit-animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) 0.6s both;
          animation:text-focus-in 0.6s cubic-bezier(.55,.085,.68,.53) 0.6s both;
}

@-webkit-keyframes text-focus-in{
  0%{
    filter:blur(12px);
    opacity:0
  }

  100%{
    filter:blur(0);
    opacity:1
  }
}

@keyframes text-focus-in{
  0%{
    filter:blur(12px);
    opacity:0
  }

  100%{
    filter:blur(0);
    opacity:1
  }
}

@-webkit-keyframes slide-in-left{
  0%{
    transform:translateX(-500px);
    opacity:0;
  }

  100%{
    transform:translateX(0);
    opacity:1
  }
}

@keyframes slide-in-left{
  0%{
    transform:translateX(-500px);
    opacity:0;
  }

  100%{
    transform:translateX(0);
    opacity:1
  }
}

@-webkit-keyframes slide-in-right{
  0%{
    transform:translateX(500px);
    opacity:0
  }

  100%{
    transform:translateX(0);
    opacity:1
  }
}

@keyframes slide-in-right{
  0%{
    transform:translateX(500px);
    opacity:0
  }

  100%{
    transform:translateX(0);
    opacity:1
  }
}

@-webkit-keyframes slide-in-bottom{
  0%{
    transform:translateY(1000px);
    opacity:0
  }

  100%{
    transform:translateY(0);
    opacity:1
  }
}

@keyframes slide-in-bottom{
  0%{
    transform:translateY(1000px);
    opacity:0
  }

  100%{
    transform:translateY(0);
    opacity:1
  }
}

@-webkit-keyframes fade-in{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

@keyframes fade-in{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

/* ## Gravity Forms */

.site-content .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem;
  font-weight: 400;
}

.site-content .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}

.site-content .gform_wrapper.gravity-theme #field_submit input,
.site-content .gform_wrapper.gravity-theme .gform_footer input {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}

.hover\:bg-transparent:hover {
  background-color: rgba(0,0,0,0);
}

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

.hover\:text-brand-1:hover {
  --tw-text-opacity: 1;
  color: rgb(23 64 80 / var(--tw-text-opacity));
}

.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.hover\:text-brand-4:hover {
  --tw-text-opacity: 1;
  color: rgb(94 139 150 / var(--tw-text-opacity));
}

.hover\:text-brand-3:hover {
  --tw-text-opacity: 1;
  color: rgb(226 227 228 / var(--tw-text-opacity));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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);
}

.brightness-25 { 
  --tw-brightness: brightness(0.25);
  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);
}

.brightness-75 { 
  --tw-brightness: brightness(0.75);
  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);
}

.hover\:brightness-100:hover {
  --tw-brightness: brightness(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);
}

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

.dark .dark\:border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.dark .dark\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.dark .dark\:bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.dark .dark\:from-sky-800 {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(7 89 133 / 0));
}

.dark .dark\:to-violet-900 {
  --tw-gradient-to: #4c1d95;
}

.dark .dark\:fill-slate-100 {
  fill: #f1f5f9;
}

.dark .dark\:fill-slate-100\/20 {
  fill: rgb(241 245 249 / 0.2);
}

.dark .dark\:fill-sky-400\/20 {
  fill: rgb(56 189 248 / 0.2);
}

.dark .dark\:fill-sky-400 {
  fill: #38bdf8;
}

.dark .dark\:stroke-slate-100 {
  stroke: #f1f5f9;
}

.dark .dark\:text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.dark .dark\:brightness-150 {
  --tw-brightness: brightness(1.5);
  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);
}

.dark .dark\:brightness-200 {
  --tw-brightness: brightness(2);
  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);
}

.dark .dark\:brightness-110 {
  --tw-brightness: brightness(1.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);
}

.dark .dark\:brightness-100 {
  --tw-brightness: brightness(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);
}

.dark .hover\:dark\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.dark .hover\:dark\:text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.dark .hover\:dark\:brightness-100:hover {
  --tw-brightness: brightness(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);
}

@media (min-width: 640px) {
  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

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

  .sm\:w-80 {
    width: 20rem;
  }

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

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

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

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

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

  .lg\:inline {
    display: inline;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:relative {
    position: relative;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:top-auto {
    top: auto;
  }

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

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

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

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

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:w-auto {
    width: auto;
  }

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

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

  .xl\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

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

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

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

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