@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,400..700;1,75..100,400..700&display=swap");

/* Preflight injected here */

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

/*Custom Base Styles*/

html div.acf-block-component p.custom{
  margin-top: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.acf-block-body.acf-block-preview{
  clear: both;
  display: block;
}

.acf-block-body.acf-block-preview::after{
  --tw-content: '';
  content: var(--tw-content);
}

.wp-block-group{
  clear: both;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(19 37 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 233 234 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.full-padding{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .full-padding{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 640px){
  .xs-no-padding{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  .xs-no-padding{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.wp-block{
  max-width: 100%;
}

html div.acf-block-component{
  clear: both;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(19 37 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 233 234 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

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

/* COLOURS */

/* white */

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

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

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

/* black */

.has-black-color,
.has-black-color a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

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

/* blue */

.has-blue-color,
.has-blue-color a{
  --tw-text-opacity: 1;
  color: rgb(19 37 48 / var(--tw-text-opacity));
}

.has-blue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
}

.has-blue-border{
  --tw-border-opacity: 1;
  border-color: rgb(19 37 48 / var(--tw-border-opacity));
}

/* orange */

.has-orange-color,
.has-orange-color a{
  --tw-text-opacity: 1;
  color: rgb(235 110 31 / var(--tw-text-opacity));
}

.has-orange-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(235 110 31 / var(--tw-bg-opacity));
}

.has-orange-border{
  --tw-border-opacity: 1;
  border-color: rgb(235 110 31 / var(--tw-border-opacity));
}

/*Basic Styles*/

body,
html{
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(19 37 48 / var(--tw-text-opacity));
  font-variation-settings: "wdth" 100;
}

strong{
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6{
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(19 37 48 / var(--tw-text-opacity));
  font-variation-settings: "wdth" 87.5;
}

h2,
h3,
h4,
h5,
h6{
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 640px){
  h2,
h3,
h4,
h5,
h6{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  h2,
h3,
h4,
h5,
h6{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h1,
h2.is-style-large,
h3.is-style-large,
h4.is-style-large,
h5.is-style-large,
h6.is-style-large{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  h1,
h2.is-style-large,
h3.is-style-large,
h4.is-style-large,
h5.is-style-large,
h6.is-style-large{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  h1,
h2.is-style-large,
h3.is-style-large,
h4.is-style-large,
h5.is-style-large,
h6.is-style-large{
    font-size: 3rem;
    line-height: 1;
  }
}

p{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 768px){
  p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p.is-style-lead{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 37 48 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  p.is-style-lead{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  p.is-style-lead{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

hr{
  margin-bottom: 1.5rem;
}

@media (min-width: 768px){
  hr{
    margin-bottom: 2rem;
  }
}

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

p a{
  font-weight: 600;
  text-decoration-line: underline;
}

@media (min-width: 1280px){
  p a:hover{
    --tw-text-opacity: 1;
    color: rgb(235 110 31 / var(--tw-text-opacity));
    text-decoration-line: none;
  }

  a:hover:hover{
    --tw-text-opacity: 1;
    color: rgb(235 110 31 / var(--tw-text-opacity));
  }
}

address{
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
}

@media (min-width: 768px){
  address{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  address{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

blockquote p{
  line-height: 1.75 !important;
}

@media (min-width: 768px){
  blockquote p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  blockquote p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

blockquote cite{
  margin-top: 2rem;
  display: inline-block;
  font-weight: 600;
  font-style: normal;
}

.wp-block-separator{
  border-width: 0px;
  border-top-width: 2px;
  border-style: solid;
}

#content ul:not(.tag-list):not(.pagination):not(.slick-dots){
  margin-bottom: 1.5rem;
}

#content ul:not(.tag-list):not(.pagination):not(.slick-dots) li{
  position: relative;
  margin-bottom: 0.75rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}

#content ul:not(.tag-list):not(.pagination):not(.slick-dots) li::before{
  position: absolute;
  left: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(235 110 31 / var(--tw-text-opacity));
  --tw-content: "•";
  content: var(--tw-content);
}

@media (min-width: 768px){
  #content ul:not(.tag-list):not(.pagination):not(.slick-dots) li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #content ul:not(.tag-list):not(.pagination):not(.slick-dots) li::before{
    content: var(--tw-content);
    line-height: 1.625;
  }
}

@media (min-width: 1280px){
  #content ul:not(.tag-list):not(.pagination):not(.slick-dots) li{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #content ul:not(.tag-list):not(.pagination):not(.slick-dots) li::before{
    content: var(--tw-content);
    line-height: 2;
  }
}

#content ul:not(.tag-list):not(.pagination):not(.slick-dots) li ul,
#content ul:not(.tag-list):not(.pagination):not(.slick-dots) li ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#content ol{
  margin-bottom: 1rem;
  margin-left: 0px;
  counter-reset: level-1-counter;
}

#content ol li{
  position: relative;
  margin-bottom: 0.75rem;
  margin-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 768px){
  #content ol li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  #content ol li{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#content ol li::before{
  position: absolute;
  right: 100%;
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(235 110 31 / var(--tw-text-opacity));
  font-variation-settings: "wdth" 87.5;
  content: counter(level-1-counter, decimal) ".";
  counter-increment: level-1-counter;
}

#content ol > li ul,
#content ol > li ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#content ol > li ol li::before {
  content: counter(level-2-counter, lower-alpha) ".";
  counter-increment: level-2-counter;
}

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

#content{
  padding-top: 82px;
}

@media (min-width: 768px){
  #content{
    padding-top: 100px;
  }
}

@media (min-width: 1280px){
  #content{
    padding-top: 132px;
  }
}

h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background{
  display: inline-block;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (min-width: 768px){
  h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

/*Custom Buttons Styles*/

.wp-block-buttons{
  margin-bottom: 1.5rem;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* Default */

.wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button input[type="submit"],
.cky-banner-element{
  position: relative;
  display: inline-block;
  min-width: 140px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: normal;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1.75rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: 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);
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-buttons .wp-block-button .wp-block-button__link::after,
.wp-block-buttons .wp-block-button input[type="submit"]::after,
.cky-banner-element::after{
  position: absolute;
  top: 50%;
  right: 0.75rem;
  --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));
  --tw-content: ">";
  content: var(--tw-content);
}

.wp-block-buttons .wp-block-button .wp-block-button__link:visited,
.wp-block-buttons .wp-block-button input[type="submit"]:visited,
.cky-banner-element:visited{
  background-color: rgb(19 37 48 );
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button input[type="submit"]:hover,
.cky-banner-element:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
}

.wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button input[type="submit"]:focus,
.cky-banner-element:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
}

.wp-block-buttons .wp-block-button .wp-block-button__link:active,
.wp-block-buttons .wp-block-button input[type="submit"]:active,
.cky-banner-element:active{
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button input[type="submit"],
.cky-banner-element{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .wp-block-buttons .wp-block-button .wp-block-button__link::after,
.wp-block-buttons .wp-block-button input[type="submit"]::after,
.cky-banner-element::after{
    content: var(--tw-content);
    right: 1rem;
  }
}

@media (min-width: 1280px){
  .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button input[type="submit"],
.cky-banner-element{
    min-width: 180px;
    padding-left: 1.25rem;
    padding-right: 2.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button input[type="submit"]:hover,
.cky-banner-element:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(235 110 31 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    --tw-text-opacity: 1;
    color: rgb(19 37 48 / var(--tw-text-opacity));
  }
}

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*Slick Theme Styles*/

/* Slider */

.slick-loading .slick-list {
  background: transparent
    url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4wIiB3aWR0aD0iODBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNjIgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxwYXRoIGZpbGw9IiNlYjZlMWYiIGZpbGwtb3BhY2l0eT0iMC4zNSIgZD0iTTYuNCw0LjhBMy4yLDMuMiwwLDEsMSwzLjIsOCwzLjIsMy4yLDAsMCwxLDYuNCw0LjhabTEyLjgsMEEzLjIsMy4yLDAsMSwxLDE2LDgsMy4yLDMuMiwwLDAsMSwxOS4yLDQuOFpNMzIsNC44QTMuMiwzLjIsMCwxLDEsMjguOCw4LDMuMiwzLjIsMCwwLDEsMzIsNC44Wm0xMi44LDBBMy4yLDMuMiwwLDEsMSw0MS42LDgsMy4yLDMuMiwwLDAsMSw0NC44LDQuOFptMTIuOCwwQTMuMiwzLjIsMCwxLDEsNTQuNCw4LDMuMiwzLjIsMCwwLDEsNTcuNiw0LjhabTEyLjgiLz4KICA8Zz4KICAgIDxwYXRoIGZpbGw9IiNlYjZlMWYiIGZpbGwtb3BhY2l0eT0iMSIgZD0iTS00Mi43LDMuODRBNC4xNiw0LjE2LDAsMCwxLTM4LjU0LDhhNC4xNiw0LjE2LDAsMCwxLTQuMTYsNC4xNkE0LjE2LDQuMTYsMCwwLDEtNDYuODYsOCw0LjE2LDQuMTYsMCwwLDEtNDIuNywzLjg0Wm0xMi44LS42NEE0LjgsNC44LDAsMCwxLTI1LjEsOGE0LjgsNC44LDAsMCwxLTQuOCw0LjhBNC44LDQuOCwwLDAsMS0zNC43LDgsNC44LDQuOCwwLDAsMS0yOS45LDMuMlptMTIuOC0uNjRBNS40NCw1LjQ0LDAsMCwxLTExLjY2LDhhNS40NCw1LjQ0LDAsMCwxLTUuNDQsNS40NEE1LjQ0LDUuNDQsMCwwLDEtMjIuNTQsOCw1LjQ0LDUuNDQsMCwwLDEtMTcuMSwyLjU2WiIvPgogICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJ0cmFuc2xhdGUiIHZhbHVlcz0iMjMgMDszNiAwOzQ5IDA7NjIgMDs3NC41IDA7ODcuNSAwOzEwMCAwOzExMyAwIiBjYWxjTW9kZT0iZGlzY3JldGUiIGR1cj0iNzUwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgPC9nPgo8L3N2Zz4=")
    center center no-repeat;
}

.slick-dots{
  margin-top: 3rem;
  display: flex;
}

.slick-dots li{
  margin-right: 1rem;
  cursor: pointer;
  padding: 0px;
}

.slick-dots li button{
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0;
  line-height: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.slick-dots li.slick-active button{
  --tw-bg-opacity: 1;
  background-color: rgb(235 110 31 / var(--tw-bg-opacity));
}

/*Custom Header Styles*/

#header{
  position: fixed;
  z-index: 100;
  height: 82px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  #header{
    height: 100px;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  #header{
    height: 132px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.fix #header{
  --tw-bg-opacity: 0.95;
  --tw-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 2px 5px 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);
}

#header .branding{
  position: relative;
  z-index: 50;
}

#header .branding img{
  width: 120px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  #header .branding img{
    margin-left: 0.5rem;
    width: 160px;
  }
}

#contact{
  right: 1.5rem;
  top: 1rem;
  grid-auto-columns: min-content;
}

@media (min-width: 768px){
  #contact{
    position: absolute;
    z-index: 50;
  }
}

@media (min-width: 1024px){
  #contact{
    top: 1.75rem;
  }
}

#contact .shortcode{
  display: block;
  height: 40px;
  width: 40px;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  #contact .shortcode{
    display: inline;
    background-image: none;
  }
}

#contact .shortcode.email{
  position: absolute;
  right: 60px;
  top: 18px;
  z-index: 50;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  #contact .shortcode.email{
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 768px){
  #contact .shortcode.email{
    position: static;
  }
}

#header .social{
  display: none;
}

@media (min-width: 768px){
  #header .social{
    display: block;
  }

  .social ul{
    display: flex;
  }

  .social ul li{
    margin-left: 1.5rem;
  }
}

.social ul li a img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .social ul li a img{
    width: 30px;
  }
}

@media (min-width: 1280px){
  .social ul li a img:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }
}

/*Custom Navigation Styles*/

/* MAIN MENU */

#main-menu{
  position: absolute;
  left: 0px;
  top: 82px;
  z-index: 40;
  width: 100%;
}

@media (min-width: 768px){
  #main-menu{
    position: static;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.hamburger{
  position: absolute;
  top: -64px;
  right: 8px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px){
  .hamburger{
    display: none;
  }
}

.navigation-menu{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .navigation-menu{
    margin-bottom: -0.75rem;
    display: block;
    display: flex;
    align-items: flex-end;
    background-color: transparent;
  }
}

.navigation-menu.active{
  display: block;
}

@media (min-width: 768px){
  .navigation-menu > ul{
    margin-right: -0.5rem;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1024px){
  .navigation-menu > ul{
    margin-right: -1rem;
  }
}

.navigation-menu > ul > li{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(89 102 110 / var(--tw-border-opacity));
}

.navigation-menu > ul > li:first-child{
  border-top-width: 0px;
}

@media (min-width: 768px){
  .navigation-menu > ul > li{
    margin-left: 0.5rem;
    border-style: none;
  }
}

.navigation-menu > ul > li > .nav-link{
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .navigation-menu > ul > li > .nav-link{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(19 37 48 / var(--tw-text-opacity));
  }
}

.navigation-menu > ul > li > .nav-link > span::after{
  display: block;
  --tw-scale-x: 0;
  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));
  border-bottom-width: 3px;
  border-style: solid;
  border-color: transparent;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1280px){
  .navigation-menu > ul > li > .nav-link > span:hover::after{
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(235 110 31 / var(--tw-border-opacity));
  }

  .navigation-menu > ul > li > .nav-link:hover > span::after{
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(19 37 48 / var(--tw-border-opacity));
  }
}

.navigation-menu > ul > li.current-menu-item > .nav-link{
  --tw-text-opacity: 1;
  color: rgb(235 110 31 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .navigation-menu > ul > li.current-menu-item > .nav-link > span::after{
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(235 110 31 / var(--tw-border-opacity));
  }
}

.navigation-menu .dropdown-toggle{
  position: relative;
}

.navigation-menu .dropdown-toggle::after{
  position: absolute;
  top: 50%;
  right: 0px;
  width: 43px;
  --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));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: "+";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .navigation-menu .dropdown-toggle{
    padding-right: 1.75rem;
  }

  .navigation-menu .dropdown-toggle::after{
    right: 0.5rem;
    width: 24px;
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(19 37 48 / var(--tw-text-opacity));
  }
}

.navigation-menu li .dropdown-toggle.show::after{
  --tw-content: "-";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .navigation-menu li .dropdown-toggle.show{
    --tw-bg-opacity: 1;
    background-color: rgb(19 37 48 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .navigation-menu li .dropdown-toggle.show::after{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.navigation-menu .dropdown-menu{
  display: none;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(89 102 110 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .navigation-menu .dropdown-menu{
    position: absolute;
    border-style: none;
  }
}

.navigation-menu .dropdown-menu.active{
  display: block;
}

@media (min-width: 1280px){
  .navigation-menu li:hover .dropdown-menu{
    display: block;
  }

  .navigation-menu li:hover .dropdown-toggle{
    --tw-bg-opacity: 1;
    background-color: rgb(19 37 48 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .navigation-menu li:hover .dropdown-toggle::after{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.navigation-menu .dropdown-menu li{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(89 102 110 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(42 58 68 / var(--tw-bg-opacity));
}

.navigation-menu .dropdown-menu li:first-child{
  border-top-width: 0px;
}

@media (min-width: 768px){
  .navigation-menu .dropdown-menu li{
    --tw-bg-opacity: 1;
    background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  }
}

.navigation-menu .dropdown-menu li a{
  padding-inline-start: 1.5rem;
}

@media (min-width: 768px){
  .navigation-menu .dropdown-menu li a{
    padding-inline-start: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px){
  .navigation-menu .dropdown-menu li a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(42 58 68 / var(--tw-bg-opacity));
  }
}

.mobile-menu-button{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-menu-button .menu-toggle-icon{
  position: relative;
  margin: 0.5rem;
  display: inline-block;
  height: 24px;
  width: 27px;
  background-image: none;
  vertical-align: middle;
}

.mobile-menu-button .menu-toggle-icon > span{
  display: block;
  height: 4px;
  width: 27px;
  transform-origin: center;
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-button .menu-toggle-icon > span:first-of-type{
  position: relative;
  top: 50%;
  left: 0px;
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile-menu-button .menu-toggle-icon > span:nth-of-type(2),
.mobile-menu-button .menu-toggle-icon > span:last-of-type{
  position: absolute;
  top: 50%;
  z-index: 10;
  --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));
}

.mobile-menu-button .menu-toggle-icon > span:last-of-type{
  top: calc(50% + 7px);
  opacity: 0;
}

.mobile-menu-button.collapsed .menu-toggle-icon > span:first-of-type{
  transform: translateY(-50%);
}

.mobile-menu-button.collapsed .menu-toggle-icon > span:nth-of-type(2),
.mobile-menu-button.collapsed .menu-toggle-icon > span:last-of-type{
  top: calc(50% - 11px);
  transform: none;
}

.mobile-menu-button.collapsed .menu-toggle-icon > span:last-of-type{
  top: calc(50% + 7px);
  opacity: 1;
}

@media (min-width: 1280px){
  .dropdown:hover ul{
    display: block;
  }
}

/* PAGINATION */

#pagination{
  display: flex;
  justify-content: center;
}

.pagination{
  margin-top: 2rem;
  display: flex;
}

@media (min-width: 640px){
  .pagination{
    margin-top: 3rem;
  }
}

@media (min-width: 1024px){
  .pagination{
    margin-top: 4rem;
  }
}

.pagination .page-number,
.pagination .page-direction{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 1024px){
  .pagination .page-number,
.pagination .page-direction{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.pagination .page-number .page-numbers{
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .pagination .page-number .page-numbers{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .pagination .page-number .page-numbers{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.pagination .page-number .current{
  --tw-text-opacity: 1;
  color: rgb(235 110 31 / var(--tw-text-opacity));
}

.pagination .page-direction .page-numbers{
  font-weight: 700;
}

.pagination .page-direction .page-numbers::before{
  display: inline-block;
  padding: 0.5rem;
  content: var(--tw-content);
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  .pagination .page-direction .page-numbers::before{
    content: var(--tw-content);
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .pagination .page-direction .page-numbers::before{
    content: var(--tw-content);
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.pagination .page-direction .prev{
  margin-right: 1rem;
}

.pagination .page-direction .prev::before{
  --tw-content: "<";
  content: var(--tw-content);
}

.pagination .page-direction .next{
  margin-left: 1rem;
}

.pagination .page-direction .next::before{
  --tw-content: ">";
  content: var(--tw-content);
}

.pagination .page-direction .page-numbers span{
  display: none;
}

/*Projects Styles*/

.project{
  position: relative;
  margin-bottom: 4rem;
}

@media (min-width: 640px){
  .project{
    margin-bottom: 0px;
  }
}

.project a{
  cursor: default;
}

.project .image{
  position: relative;
  height: 100%;
}

.project .image img{
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project .desc{
  position: absolute;
  left: 0px;
  bottom: -3rem;
  z-index: 10;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  background-color: rgb(19 37 48 / 0.8);
  padding: 1rem;
  text-align: center;
}

@media (min-width: 640px){
  .project .desc{
    bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.project .copy-title{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .project .copy-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.project p{
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){
  .project p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px){
  .project p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.project .tags{
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  z-index: 1;
  text-align: right;
}

.project .tags .button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.125rem;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.project .tags .button::after{
  position: absolute;
  right: 0.5rem;
  top: 50%;
  display: inline-block;
  --tw-content: "+";
  content: var(--tw-content);
  transform: translateY(-50%);
}

@media (min-width: 1280px){
  .project .tags .button{
    --tw-bg-opacity: 0.8;
  }

  .project .tags .button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(235 110 31 / var(--tw-bg-opacity));
  }
}

.project .tags .button.active::after{
  --tw-content: "-";
  content: var(--tw-content);
}

.tags ul{
  display: flex;
  flex-wrap: wrap;
}

.project .tags ul{
  display: flex;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tags ul li{
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
}

.project .tags ul li{
  margin-right: 0px;
  margin-left: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

.tags ul li a,
.tags ul li span{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 110 31 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tags ul li a:hover,
.tags ul li span:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .tags ul li a:hover,
.tags ul li span:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(42 58 68 / var(--tw-bg-opacity));
  }
}

.project-gallery .open-gallery {
  background: transparent
    url('data:image/svg+xml,<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" width="800" height="800" version="1.1" viewBox="0 0 800 800"><defs><style> .cls-1 { fill: %23fff; stroke-width: 0px; } </style></defs><path class="cls-1" d="M606.9,527.9c-10.9,15.1-23,29.4-36.3,42.7-13.3,13.3-27.6,25.4-42.7,36.3l186.5,186.5c8.7,8.7,22.9,8.7,31.6,0l47.4-47.4c8.7-8.7,8.7-22.9,0-31.6l-186.5-186.5Z"/><path class="cls-1" d="M325,649.9c69.6,0,134-21.9,186.9-59.1,30.7-21.6,57.4-48.4,79-79,37.2-52.9,59.1-117.3,59.1-186.9C650,145.5,504.5,0,325,0S0,145.5,0,325c0,179.5,145.5,325,325,325ZM163.8,297.9c0-9.9,8-17.9,17.9-17.9h98.8v-98.8c0-9.9,8-17.9,17.9-17.9h53.6c9.9,0,17.9,8,17.9,17.9v98.8h98.8c9.9,0,17.9,8,17.9,17.9v53.6c0,9.9-8,17.9-17.9,17.9h-98.8v98.8c0,9.9-8,17.9-17.9,17.9h-53.6c-9.9,0-17.9-8-17.9-17.9v-98.8h-98.8c-9.9,0-17.9-8-17.9-17.9v-53.6h0Z"/></svg>')
    center center/25px auto no-repeat scroll;
  position: absolute;
  left: 2.25rem;
  top: 2.5rem;
  z-index: 2;
  display: block;
  height: 50px;
  width: 50px;
  --tw-translate-x: -50%;
  --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));
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

#project-gallery{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 50;
  display: block;
  display: none;
  height: 66px;
  width: 66px;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  background-color: transparent;
  --tw-bg-opacity: 0.8;
}

#project-gallery.show {
  background: transparent
    url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><style>.spinner_Wezc{transform-origin:center;animation:spinner_Oiah .75s step-end infinite}@keyframes spinner_Oiah{8.3%{transform:rotate(30deg)}16.6%{transform:rotate(60deg)}25%{transform:rotate(90deg)}33.3%{transform:rotate(120deg)}41.6%{transform:rotate(150deg)}50%{transform:rotate(180deg)}58.3%{transform:rotate(210deg)}66.6%{transform:rotate(240deg)}75%{transform:rotate(270deg)}83.3%{transform:rotate(300deg)}91.6%{transform:rotate(330deg)}100%{transform:rotate(360deg)}}</style><g class="spinner_Wezc"><circle fill="%23132530" cx="12" cy="2.5" r="1.5" opacity=".14"/><circle fill="%23132530" cx="16.75" cy="3.77" r="1.5" opacity=".29"/><circle fill="%23132530" cx="20.23" cy="7.25" r="1.5" opacity=".43"/><circle fill="%23132530" cx="21.50" cy="12.00" r="1.5" opacity=".57"/><circle fill="%23132530" cx="20.23" cy="16.75" r="1.5" opacity=".71"/><circle fill="%23132530" cx="16.75" cy="20.23" r="1.5" opacity=".86"/><circle fill="%23132530" cx="12" cy="21.5" r="1.5"/></g></svg>')
    center center/50px auto no-repeat scroll;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
  --tw-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 0px 10px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#gallery{
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#gallery a img{
  max-width: 100%;
}

/*Custom Footer Styles*/

#footer{
  --tw-bg-opacity: 1;
  background-color: rgb(19 37 48 / var(--tw-bg-opacity));
  padding-top: 2rem;
}

@media (min-width: 1024px){
  #footer{
    padding-top: 3rem;
  }
}

#footer .social{
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 768px){
  #footer .social{
    order: 3;
    display: flex;
    width: auto;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media (min-width: 1024px){
  #footer .social{
    width: 33.333333%;
  }
}

#footer .social ul{
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px){
  #footer .social ul{
    margin-bottom: 2.5rem;
  }
}

#footer .social ul li{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

#footer .branding{
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  justify-content: center;
}

@media (min-width: 768px){
  #footer .branding{
    order: 1;
    margin-bottom: 2.5rem;
    width: auto;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px){
  #footer .branding{
    width: 33.333333%;
  }
}

#footer .branding img{
  width: 120px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  #footer .branding img{
    width: 160px;
  }
}

#footer-menu{
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 768px){
  #footer-menu{
    order: 2;
    display: flex;
    width: auto;
    align-items: flex-end;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  #footer-menu{
    width: 33.333333%;
  }
}

#footer-menu ul{
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px){
  #footer-menu ul{
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px){
  #footer-menu ul{
    margin-bottom: 2.5rem;
    align-items: flex-end;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#footer-menu ul li{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

@media (min-width: 768px){
  #footer-menu ul li{
    margin-bottom: 0px;
  }
}

#footer-menu ul li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#footer-menu ul li a:hover{
  text-decoration-line: underline;
}

#footer p,
#footer address{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #footer p,
#footer address{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  #footer p,
#footer address{
    text-align: start;
  }
}

#footer .legal,
#footer .copyright{
  margin-bottom: 1.5rem;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 768px){
  #footer .legal,
#footer .copyright{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  #footer .legal,
#footer .copyright{
    width: auto;
    width: 50%;
  }
}

@media (min-width: 768px){
  #footer .legal{
    order: 5;
  }

  #footer .copyright{
    order: 5;
  }
}

@media (min-width: 1024px){
  #footer .copyright p{
    text-align: end;
  }
}

#footer #additions{
  padding-bottom: 2rem;
}

#footer #additions img{
  margin-left: auto;
  margin-right: auto;
}

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-36{
  margin-top: 9rem;
}

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

.resize{
  resize: both;
}

.grid-flow-col{
  grid-auto-flow: column;
}

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

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

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

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

.gap-4{
  gap: 1rem;
}

.border{
  border-width: 1px;
}

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

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

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

.pb-14{
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

.pb-36{
  padding-bottom: 9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-40{
  padding-top: 10rem;
}

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

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

.\!text-center{
  text-align: center !important;
}

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

.outline{
  outline-style: solid;
}

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

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

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

/*Custom Font Styles*/

.font-body {
  font-variation-settings: "wdth" 100;
}

.font-condensed {
  font-variation-settings: "wdth" 87.5;
}

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

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

@media (min-width: 768px){
  .md\:inline{
    display: inline;
  }

  .md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

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

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

@media (min-width: 1024px){
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-start-3{
    grid-column-start: 3;
  }
}
