

@import url("https://use.typekit.net/jyj0xxh.css");/*
! tailwindcss v3.2.0 | 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: #A4A4A4; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #7B7F8C; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #7B7F8C; /* 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;
}@font-face {
        font-family: 'Big Caslon';
        font-display: swap;
        src: url('/app/themes/eab/assets/fonts/BigCaslonFB-Regular-new.woff2') format('woff2'),
        url('/app/themes/eab/assets/fonts/BigCaslonFB-Regular-new.woff') format('woff');
        font-style: normal;
    }*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}/* Base Styles *//*
    Fonts
 */body{
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}main{
  overflow: hidden;
}/*
    Typography
 */h1,
h2,
h3,
h4,
h5,
h6{
  font-family: Big Caslon, serif;
  font-weight: 500;
}h1, .h1{
  font-size: 2.5rem;
  line-height: 1;
}@media (min-width: 768px){h1, .h1{
    font-size: 4.25rem;
  }
}h1 span, .h1 span{
  --tw-text-opacity: 1;
  color: rgb(245 172 187 / var(--tw-text-opacity));
}.dark h1 span{
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}strong{
  font-weight: 600;
}/*
    Forms
 */input[type='text'],
input[type='email'],
select,
textarea{
  margin-bottom: 1.75rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}input[type='text']::placeholder,
input[type='email']::placeholder,
select::placeholder,
textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.white-form input[type='text'],
    .white-form input[type='email'],
    .white-form select,
    .white-form textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}label{
  width: 100%;
}input[type='checkbox']{
  margin-right: 0.5rem;
}.wpcf7-list-item.first{
  margin: 0px;
}.wpcf7-checkbox{
  margin-bottom: 1.75rem;
  display: block;
}.wpcf7-submit{
  float: right;
  margin-top: 1.75rem;
}.wpcf7-spinner{
  margin-top: 1.75rem;
}.wpcf7-form-control{
  margin-bottom: 0.75rem !important;
  display: block;
}.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-text{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.wpcf7-response-output{
  margin-top: 2.5rem;
}.wpcf7-not-valid-tip{
  margin-bottom: 0.75rem;
  display: block;
}.container{
  width: 100%;
}@media (min-width: 475px){.container{
    max-width: 475px;
  }
}@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;
  }
}.container{
  width: 100%;
  max-width: 1282px;
  padding: 0 1.5rem;
  margin: 0 auto;
}.container--wide{
  width: 100%;
  max-width: 1840px;
  padding: 0 1.5rem;
  margin: 0 auto;
}.btn{
  display: inline-block;
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.btn--light{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
}.btn--light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 21 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 21 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn--dark{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn--dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.hero-section .btn.btn--dark{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
}.hero-section .btn.btn--dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 21 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 21 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px){.blog-results__result:nth-child(1){
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row: span 2 / span 2;
  }.blog-results__result:nth-child(5){
    grid-row-start: 4;
  }.blog-results__result:nth-child(6){
    grid-column-start: 2;
    grid-row: span 2 / span 2;
  }.blog-results__result:nth-child(7){
    grid-column-start: 3;
    grid-row: span 2 / span 2;
  }.blog-results__result:nth-child(9){
    grid-row-start: 5;
  }
}.blog-results__result img{
  height: 234px;
}@media (min-width: 768px){.blog-results__result img{
    height: 147px;
  }
}@media (min-width: 1024px){.blog-results__result img{
    height: 234px;
  }
}.blog-results__result:nth-child(1) img{
  height: 234px;
}@media (min-width: 768px){.blog-results__result:nth-child(1) img{
    height: 500px;
  }
}@media (min-width: 1024px){.blog-results__result:nth-child(1) img{
    height: 710px;
  }
}.blog-results__result:nth-child(6) img{
  height: 234px;
}@media (min-width: 768px){.blog-results__result:nth-child(6) img{
    height: 500px;
  }
}@media (min-width: 1024px){.blog-results__result:nth-child(6) img{
    height: 710px;
  }
}.blog-results__result:nth-child(7) img{
  height: 234px;
}@media (min-width: 768px){.blog-results__result:nth-child(7) img{
    height: 500px;
  }
}@media (min-width: 1024px){.blog-results__result:nth-child(7) img{
    height: 710px;
  }
}/* Component Styles */.logo  a{
  display: block;
  height: 37px;
  width: 45px;
  background-image: url('../../img/logo.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999999px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.main-menu{
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}@media (min-width: 1024px){.main-menu{
    display: flex;
  }
}.main-menu > li{
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}@media (min-width: 768px){.main-menu > li{
    width: 100px;
  }
}@media (min-width: 1024px){.main-menu > li{
    width: 140px;
  }
}.main-menu > li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.main-menu > li a:hover{
  --tw-text-opacity: 1;
  color: rgb(245 172 187 / var(--tw-text-opacity));
}.main-menu > li.logo{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.main-menu > li.logo a{
  height: 81px;
  width: 100px;
}@media (min-width: 768px){.main-menu > li:last-child{
    position: absolute;
    right: 0px;
  }
}.main-menu > li:last-child a{
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.main-menu > li:last-child a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(11 21 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 21 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.main-menu > li ul{
  pointer-events: none;
  position: absolute;
  top: 100%;
  display: flex;
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}@media (min-width: 1024px){.main-menu > li ul{
    width: 140px;
  }
}.main-menu > li ul li{
  display: block;
  text-align: left;
}.main-menu > li:hover > ul{
  pointer-events: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}.page-template-landing-page .main-menu .menu-item:not(.logo):not(:last-of-type){
  display: none;
}.page-template-landing-page #menubutton{
  display: none !important;
}.mobile-menu{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.offscreen-menu .logo a{
  background-image: url('../../img/logo-black.svg');
}.offscreen-menu .menu-btn{
  background-image: url('../../img/menu-black.svg');
}.offscreen-menu ul li a{
  font-family: Big Caslon, serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}.offscreen-menu ul li.current-menu-item a,
    .offscreen-menu ul li a:hover{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.menu-btn{
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('../../img/menu.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.shrink .main-menu > li.logo a, .dark .main-menu > li.logo a{
  height: 43px;
  width: 53px;
  background-image: url('../../img/logo-black.svg');
}.shrink .main-menu > li.has-submenu::before, .dark .main-menu > li.has-submenu::before{
  position: absolute;
  bottom: 0.25rem;
  left: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  transform-origin: top left;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.shrink .main-menu > li.has-submenu:hover::before, .dark .main-menu > li.has-submenu:hover::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.shrink .main-menu > li a, .dark .main-menu > li a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.shrink .main-menu > li:last-child a, .dark .main-menu > li:last-child a{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.shrink .main-menu > li:last-child a:hover, .dark .main-menu > li:last-child a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.shrink .main-menu > li:hover > ul, .dark .main-menu > li:hover > ul{
  top: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.shrink .main-menu > li:hover > ul li a, .dark .main-menu > li:hover > ul li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.shrink .main-menu > li:hover > ul li a:hover, .dark .main-menu > li:hover > ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(245 172 187 / var(--tw-text-opacity));
}.shrink .mobile-menu, .dark .mobile-menu{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.shrink .mobile-menu .logo a, .dark .mobile-menu .logo a{
  background-image: url('../../img/logo-black.svg');
}.shrink .mobile-menu .menu-btn, .dark .mobile-menu .menu-btn{
  background-image: url('../../img/menu-black.svg');
}.shrink{
  background-color: rgb(238 238 238 / 0.8);
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}/*
    Wysiwyg
 *//*
    Wysiwyg
 */.wysiwyg a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
}.wysiwyg > p,
        .wysiwyg > a,
        .wysiwyg > ul,
        .wysiwyg > ol{
  margin-bottom: 1rem;
}.wysiwyg > p:last-child,
        .wysiwyg > a:last-child,
        .wysiwyg > ul:last-child,
        .wysiwyg > ol:last-child{
  margin-bottom: 0px;
}@media (min-width: 1280px){.wysiwyg > p,
        .wysiwyg > a,
        .wysiwyg > ul,
        .wysiwyg > ol{
    margin-bottom: 2rem;
  }
}.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6{
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
}@media (min-width: 1280px){.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6{
    font-size: 1.125rem;
  }
}.wysiwyg ol{
  list-style-position: inside;
  list-style-type: decimal;
}.wysiwyg ol li {
        counter-increment: item;
        position: relative;
        margin-bottom: 1rem;
        margin-left: 3rem;
    }.wysiwyg ol li:last-child{
  margin-bottom: 0px;
}@media (min-width: 1280px){.wysiwyg ol li{
    margin-bottom: 2rem;
  }
}.wysiwyg ol li
        ::before {
            content: counter(item) '.';
            position: absolute;
            left: -2rem;
            display: inline-block;
            width: 1.5rem;
            padding-right: 0.5rem;
            text-align: right;
            font-weight: 700;
        }.wysiwyg > ul{
  list-style-position: outside;
  list-style-type: disc;
}.wysiwyg > ul li{
  margin-bottom: 1rem;
  margin-left: 2rem;
}.wysiwyg > ul li:last-child{
  margin-bottom: 0px;
}@media (min-width: 1280px){.wysiwyg > ul li{
    margin-bottom: 2rem;
  }
}.wysiwyg--styled{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}@media (min-width: 1024px){.wysiwyg--styled{
    row-gap: 1.5rem;
  }
}.wysiwyg--styled h1, .wysiwyg--styled h2, .wysiwyg--styled h3, .wysiwyg--styled h4{
  font-weight: 600;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
}.wysiwyg--styled h1{
  font-size: 1.75rem;
}@media (min-width: 1536px){.wysiwyg--styled h1{
    font-size: 2.5rem;
    line-height: 1.1;
  }
}.wysiwyg--styled h2{
  font-size: 1.75rem;
}@media (min-width: 1536px){.wysiwyg--styled h2{
    font-size: 2.5rem;
    line-height: 1.1;
  }
}.wysiwyg--styled h3{
  font-size: 1.75rem;
}@media (min-width: 1536px){.wysiwyg--styled h3{
    font-size: 2.375rem;
  }
}.wysiwyg--styled h4{
  font-size: 1.75rem;
}.wysiwyg--styled p, .wysiwyg--styled ol, .wysiwyg--styled ul{
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 300;
}.wysiwyg--styled * + h2,
    .wysiwyg--styled * + h3,
    .wysiwyg--styled * + h4{
  margin-top: 1.5rem;
}.wysiwyg--styled ol li::before{
  font-weight: 400;
}.wysiwyg--styled a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
  text-decoration-line: underline;
}.wysiwyg--styled strong, .wysiwyg--styled b{
  font-weight: 600;
}.wysiwyg--styled .responsive-table{
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow-x: auto;
}.wysiwyg--styled table th{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 21 27 / var(--tw-border-opacity));
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}.wysiwyg--styled table th,
    .wysiwyg--styled table td{
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  vertical-align: top;
  font-size: 1rem;
}.wysiwyg--styled table td{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(11 21 27 / var(--tw-text-opacity));
}.wysiwyg--styled .alignleft{
  float: left;
}.wysiwyg--styled .aligncenter{
  margin-left: auto;
  margin-right: auto;
}.wysiwyg--styled .alignright{
  float: right;
}/*
    Popup, Note: not sure about how to force important with tailwind so just done plain css to overwrite plugin styles.
 */.sl-overlay {
   background: #000!important;
    opacity: 0.8!important;
}.sl-wrapper .sl-navigation button {
    width: 106px!important;
    height: 40px!important;
}.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
    text-indent: -999em;
}.sl-wrapper .sl-navigation button.sl-next:before, .sl-wrapper .sl-navigation button.sl-prev:before {
        content: "";
        background-image: url('../../img/arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 106px;
        height: 22px;
         position: absolute;
     }.sl-wrapper .sl-navigation button.sl-prev{
    left: 2rem!important;
}.sl-wrapper .sl-navigation button.sl-prev:before {
        right: 0;
        transform: scaleX(-1);
    }.sl-wrapper .sl-navigation button.sl-next {
    right: 2rem!important;
}.sl-wrapper .sl-navigation button.sl-next:before {
        left: 0;
    }.sl-close {
    display: none!important;
}.owl-nav .owl-prev, .owl-nav .owl-next{
  position: absolute;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        top: calc(50% - 22px);
}.owl-nav .owl-prev svg, .owl-nav .owl-next svg{
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 1280px){.owl-nav .owl-prev svg, .owl-nav .owl-next svg{
    width: 3rem;
  }
}.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus{
  outline-width: 0px;
}.owl-nav .owl-prev{
  left: 0px;
  margin-left: 0.5rem;
}@media (min-width: 1280px){.owl-nav .owl-prev{
    margin-left: 1.5rem;
  }
}@media (min-width: 768px){.owl-nav .owl-prev:hover{
    --tw-translate-x: -0.25rem;
    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));
  }
}.owl-nav .owl-next{
  right: 0px;
  margin-right: 0.5rem;
}@media (min-width: 1280px){.owl-nav .owl-next{
    margin-right: 1.5rem;
  }
}@media (min-width: 768px){.owl-nav .owl-next:hover{
    --tw-translate-x: 0.25rem;
    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));
  }
}.owl-dots{
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}@media (min-width: 1280px){.owl-dots{
    margin-bottom: 1.5rem;
  }
}.owl-dots .owl-dot {
        border: 1px solid #fff !important;
        margin-right: 0.75rem;
        height: 1rem;
        width: 1rem;
        border-radius: 9999px;
    }.owl-dots .owl-dot:last-child{
  margin-right: 0px;
}.owl-dots .owl-dot.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.owl-dots .owl-dot:focus{
  outline-width: 0px;
}/*
Popup
*/.slbCloseBtn{
  display: none;
}.slbElement .slbOverlay{
  opacity: 0.8;
}.slbElement .slbContentOuter{
  max-width: 80%;
}@media (min-width: 768px){.slbElement .slbArrow.next{
    right: 1.5rem;
  }
}.slbElement .slbArrow.next:before{
  left: 2rem;
  height: 12px;
  width: 106px;
  border-style: none;
  background-image: url('../../img/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}@media (min-width: 768px){.slbElement .slbArrow.next:before{
    left: -0.625rem;
    height: 22px;
  }.slbElement .slbArrow.prev{
    left: 1.5rem;
  }
}.slbElement .slbArrow.prev:before{
  left: -2rem;
  height: 12px;
  width: 106px;
  --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));
  border-style: none;
  background-image: url('../../img/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}@media (min-width: 768px){.slbElement .slbArrow.prev:before{
    left: 0.625rem;
    height: 22px;
  }
}.invisible{
  visibility: hidden !important;
}.fixed{
  position: fixed !important;
}.absolute{
  position: absolute !important;
}.relative{
  position: relative !important;
}.top-0{
  top: 0px !important;
}.right-0{
  right: 0px !important;
}.left-0{
  left: 0px !important;
}.bottom-3{
  bottom: 0.75rem !important;
}.-right-16{
  right: -4rem !important;
}.z-10{
  z-index: 10 !important;
}.z-20{
  z-index: 20 !important;
}.z-0{
  z-index: 0 !important;
}.col-span-1{
  grid-column: span 1 / span 1 !important;
}.col-span-2{
  grid-column: span 2 / span 2 !important;
}.col-span-3{
  grid-column: span 3 / span 3 !important;
}.col-span-5{
  grid-column: span 5 / span 5 !important;
}.col-span-4{
  grid-column: span 4 / span 4 !important;
}.col-span-10{
  grid-column: span 10 / span 10 !important;
}.col-start-1{
  grid-column-start: 1 !important;
}.row-span-2{
  grid-row: span 2 / span 2 !important;
}.row-span-1{
  grid-row: span 1 / span 1 !important;
}.row-start-1{
  grid-row-start: 1 !important;
}.row-start-2{
  grid-row-start: 2 !important;
}.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}.-mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}.mb-7{
  margin-bottom: 1.75rem !important;
}.mb-4{
  margin-bottom: 1rem !important;
}.mt-8{
  margin-top: 2rem !important;
}.mb-8{
  margin-bottom: 2rem !important;
}.mb-6{
  margin-bottom: 1.5rem !important;
}.mt-25{
  margin-top: 6.25rem !important;
}.mb-11{
  margin-bottom: 2.75rem !important;
}.mb-24{
  margin-bottom: 6rem !important;
}.mt-5{
  margin-top: 1.25rem !important;
}.mb-12{
  margin-bottom: 3rem !important;
}.mb-14{
  margin-bottom: 3.5rem !important;
}.mb-10{
  margin-bottom: 2.5rem !important;
}.mb-5{
  margin-bottom: 1.25rem !important;
}.mb-16{
  margin-bottom: 4rem !important;
}.mr-8{
  margin-right: 2rem !important;
}.mr-1{
  margin-right: 0.25rem !important;
}.block{
  display: block !important;
}.inline-block{
  display: inline-block !important;
}.flex{
  display: flex !important;
}.grid{
  display: grid !important;
}.hidden{
  display: none !important;
}.aspect-video{
  aspect-ratio: 16 / 9 !important;
}.h-full{
  height: 100% !important;
}.h-\[235px\]{
  height: 235px !important;
}.h-\[234px\]{
  height: 234px !important;
}.h-\[400px\]{
  height: 400px !important;
}.h-screen{
  height: 100vh !important;
}.h-\[390px\]{
  height: 390px !important;
}.h-\[600px\]{
  height: 600px !important;
}.h-8{
  height: 2rem !important;
}.h-\[350px\]{
  height: 350px !important;
}.h-\[20vh\]{
  height: 20vh !important;
}.w-\[3px\]{
  width: 3px !important;
}.w-full{
  width: 100% !important;
}.w-14{
  width: 3.5rem !important;
}.w-1\/3{
  width: 33.333333% !important;
}.w-8{
  width: 2rem !important;
}.w-24{
  width: 6rem !important;
}.w-\[50vw\]{
  width: 50vw !important;
}.w-6{
  width: 1.5rem !important;
}.max-w-lg{
  max-width: 32rem !important;
}.max-w-xl{
  max-width: 36rem !important;
}.max-w-\[725px\]{
  max-width: 725px !important;
}.max-w-\[100px\]{
  max-width: 100px !important;
}.max-w-2xl{
  max-width: 42rem !important;
}.max-w-xs{
  max-width: 20rem !important;
}.max-w-\[932px\]{
  max-width: 932px !important;
}.max-w-\[920px\]{
  max-width: 920px !important;
}.max-w-\[963px\]{
  max-width: 963px !important;
}.max-w-\[680px\]{
  max-width: 680px !important;
}.flex-grow{
  flex-grow: 1 !important;
}.scale-\[4\]{
  --tw-scale-x: 4 !important;
  --tw-scale-y: 4 !important;
  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)) !important;
}.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)) !important;
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite !important;
}.cursor-pointer{
  cursor: pointer !important;
}.grid-flow-col{
  grid-auto-flow: column !important;
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}.flex-col{
  flex-direction: column !important;
}.flex-wrap{
  flex-wrap: wrap !important;
}.items-start{
  align-items: flex-start !important;
}.items-end{
  align-items: flex-end !important;
}.items-center{
  align-items: center !important;
}.justify-end{
  justify-content: flex-end !important;
}.justify-center{
  justify-content: center !important;
}.justify-between{
  justify-content: space-between !important;
}.gap-5{
  gap: 1.25rem !important;
}.gap-4{
  gap: 1rem !important;
}.gap-11{
  gap: 2.75rem !important;
}.gap-12{
  gap: 3rem !important;
}.gap-9{
  gap: 2.25rem !important;
}.gap-8{
  gap: 2rem !important;
}.gap-1{
  gap: 0.25rem !important;
}.gap-6{
  gap: 1.5rem !important;
}.gap-2{
  gap: 0.5rem !important;
}.gap-7{
  gap: 1.75rem !important;
}.gap-y-16{
  row-gap: 4rem !important;
}.gap-y-5{
  row-gap: 1.25rem !important;
}.gap-y-8{
  row-gap: 2rem !important;
}.gap-y-10{
  row-gap: 2.5rem !important;
}.gap-y-7{
  row-gap: 1.75rem !important;
}.gap-y-4{
  row-gap: 1rem !important;
}.gap-y-14{
  row-gap: 3.5rem !important;
}.gap-y-11{
  row-gap: 2.75rem !important;
}.gap-x-2{
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}.overflow-hidden{
  overflow: hidden !important;
}.overflow-y-hidden{
  overflow-y: hidden !important;
}.whitespace-nowrap{
  white-space: nowrap !important;
}.border-b-2{
  border-bottom-width: 2px !important;
}.border-t-3{
  border-top-width: 3px !important;
}.border-b-3{
  border-bottom-width: 3px !important;
}.border-b{
  border-bottom-width: 1px !important;
}.border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}.border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}.border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
}.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}.object-top{
  -o-object-position: top !important;
     object-position: top !important;
}.p-8{
  padding: 2rem !important;
}.p-2{
  padding: 0.5rem !important;
}.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}.pt-20\.5{
  padding-top: 5.125rem !important;
}.pb-30\.5{
  padding-bottom: 7.75rem !important;
}.pt-20{
  padding-top: 5rem !important;
}.pb-4{
  padding-bottom: 1rem !important;
}.pt-40{
  padding-top: 10rem !important;
}.pb-72{
  padding-bottom: 18rem !important;
}.pt-8{
  padding-top: 2rem !important;
}.pb-6{
  padding-bottom: 1.5rem !important;
}.pt-\[58\.82\%\]{
  padding-top: 58.82% !important;
}.pt-\[45\%\]{
  padding-top: 45% !important;
}.pt-32{
  padding-top: 8rem !important;
}.pt-10{
  padding-top: 2.5rem !important;
}.pb-10{
  padding-bottom: 2.5rem !important;
}.pt-18{
  padding-top: 4.5rem !important;
}.pt-24{
  padding-top: 6rem !important;
}.pb-8{
  padding-bottom: 2rem !important;
}.pb-16{
  padding-bottom: 4rem !important;
}.pb-24{
  padding-bottom: 6rem !important;
}.pr-10{
  padding-right: 2.5rem !important;
}.text-left{
  text-align: left !important;
}.text-center{
  text-align: center !important;
}.font-secondary{
  font-family: open-sans, sans-serif !important;
}.font-primary{
  font-family: Big Caslon, serif !important;
}.text-34{
  font-size: 2.125rem !important;
}.text-16{
  font-size: 1rem !important;
}.text-18{
  font-size: 1.125rem !important;
}.text-24{
  font-size: 1.5rem !important;
}.text-38{
  font-size: 2.375rem !important;
}.text-40{
  font-size: 2.5rem !important;
}.text-28{
  font-size: 1.75rem !important;
}.font-semibold{
  font-weight: 600 !important;
}.font-medium{
  font-weight: 500 !important;
}.font-bold{
  font-weight: 700 !important;
}.uppercase{
  text-transform: uppercase !important;
}.leading-1\.1{
  line-height: 1.1 !important;
}.leading-1{
  line-height: 1 !important;
}.leading-1\.4{
  line-height: 1.4 !important;
}.leading-1\.5{
  line-height: 1.5 !important;
}.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(164 164 164 / var(--tw-text-opacity)) !important;
}.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(123 127 140 / var(--tw-text-opacity)) !important;
}.text-primary-800{
  --tw-text-opacity: 1 !important;
  color: rgb(11 21 27 / var(--tw-text-opacity)) !important;
}.no-underline{
  text-decoration-line: none !important;
}.opacity-25{
  opacity: 0.25 !important;
}.opacity-75{
  opacity: 0.75 !important;
}.opacity-0{
  opacity: 0 !important;
}.shadow-primary{
  --tw-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.duration-300{
  transition-duration: 300ms !important;
}.duration-500{
  transition-duration: 500ms !important;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.line-clamp-2 {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }.line-clamp-3 {
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }.bg-blur {
        background: #000 !important;
        filter: blur(45px) !important;
    }.fade-in {
        animation: fadeInAnimation ease 0.3s !important;
        animation-iteration-count: 0.3s !important;
        animation-fill-mode: forwards !important;
    }.fade-in--long {
             animation: fadeInAnimationDelay ease 1s !important;
             animation-iteration-count: 1s !important;
        }@keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }@keyframes fadeInAnimationDelay {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }/* Utility Styles */.after\:absolute::after{
  content: var(--tw-content) !important;
  position: absolute !important;
}.after\:left-0::after{
  content: var(--tw-content) !important;
  left: 0px !important;
}.after\:right-0::after{
  content: var(--tw-content) !important;
  right: 0px !important;
}.after\:bottom-0::after{
  content: var(--tw-content) !important;
  bottom: 0px !important;
}.after\:mx-auto::after{
  content: var(--tw-content) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.after\:h-0\.5::after{
  content: var(--tw-content) !important;
  height: 0.125rem !important;
}.after\:h-0::after{
  content: var(--tw-content) !important;
  height: 0px !important;
}.after\:w-\[100px\]::after{
  content: var(--tw-content) !important;
  width: 100px !important;
}.after\:bg-white::after{
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.after\:bg-black::after{
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}.hover\:text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(164 164 164 / var(--tw-text-opacity)) !important;
}.group:hover .group-hover\:opacity-100{
  opacity: 1 !important;
}@media (min-width: 475px){.xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}@media (min-width: 640px){.sm\:h-\[200px\]{
    height: 200px !important;
  }.sm\:w-auto{
    width: auto !important;
  }.sm\:w-12{
    width: 3rem !important;
  }
}@media (min-width: 768px){.md\:static{
    position: static !important;
  }.md\:left-0{
    left: 0px !important;
  }.md\:bottom-6{
    bottom: 1.5rem !important;
  }.md\:-right-32{
    right: -8rem !important;
  }.md\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }.md\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }.md\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }.md\:row-start-1{
    grid-row-start: 1 !important;
  }.md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }.md\:mt-40{
    margin-top: 10rem !important;
  }.md\:mb-0{
    margin-bottom: 0px !important;
  }.md\:flex{
    display: flex !important;
  }.md\:grid{
    display: grid !important;
  }.md\:h-\[500px\]{
    height: 500px !important;
  }.md\:h-\[147px\]{
    height: 147px !important;
  }.md\:h-\[60vh\]{
    height: 60vh !important;
  }.md\:w-auto{
    width: auto !important;
  }.md\:max-w-\[712px\]{
    max-width: 712px !important;
  }.md\:max-w-md{
    max-width: 28rem !important;
  }.md\:scale-\[2\]{
    --tw-scale-x: 2 !important;
    --tw-scale-y: 2 !important;
    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)) !important;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }.md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }.md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.md\:flex-col{
    flex-direction: column !important;
  }.md\:content-center{
    align-content: center !important;
  }.md\:justify-center{
    justify-content: center !important;
  }.md\:gap-7{
    gap: 1.75rem !important;
  }.md\:gap-5{
    gap: 1.25rem !important;
  }.md\:gap-14{
    gap: 3.5rem !important;
  }.md\:gap-16{
    gap: 4rem !important;
  }.md\:gap-4{
    gap: 1rem !important;
  }.md\:gap-2{
    gap: 0.5rem !important;
  }.md\:gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }.md\:gap-x-18{
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }.md\:gap-y-8{
    row-gap: 2rem !important;
  }.md\:gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }.md\:gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }.md\:gap-y-16{
    row-gap: 4rem !important;
  }.md\:p-6{
    padding: 1.5rem !important;
  }.md\:p-4{
    padding: 1rem !important;
  }.md\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }.md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }.md\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }.md\:pt-0{
    padding-top: 0px !important;
  }.md\:pr-0{
    padding-right: 0px !important;
  }.md\:pr-10{
    padding-right: 2.5rem !important;
  }.md\:text-center{
    text-align: center !important;
  }.md\:text-18{
    font-size: 1.125rem !important;
  }.md\:text-24{
    font-size: 1.5rem !important;
  }.md\:text-34{
    font-size: 2.125rem !important;
  }.md\:text-38{
    font-size: 2.375rem !important;
  }.md\:text-68{
    font-size: 4.25rem !important;
  }.md\:\[\&\:nth-child\(3\)\]\:col-span-1:nth-child(3){
    grid-column: span 1 / span 1 !important;
  }.md\:\[\&\:nth-child\(5\)\]\:col-span-1:nth-child(5){
    grid-column: span 1 / span 1 !important;
  }.md\:\[\&\:nth-child\(7\)\]\:col-span-3:nth-child(7){
    grid-column: span 3 / span 3 !important;
  }.md\:\[\&\:nth-child\(8\)\]\:col-span-1:nth-child(8){
    grid-column: span 1 / span 1 !important;
  }.md\:\[\&\:nth-child\(9\)\]\:col-span-3:nth-child(9){
    grid-column: span 3 / span 3 !important;
  }.md\:\[\&\:nth-child\(13\)\]\:col-span-1:nth-child(13){
    grid-column: span 1 / span 1 !important;
  }
}@media (min-width: 1024px){.lg\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }.lg\:mb-10{
    margin-bottom: 2.5rem !important;
  }.lg\:mt-7{
    margin-top: 1.75rem !important;
  }.lg\:mb-12\.5{
    margin-bottom: 3.125rem !important;
  }.lg\:mb-12{
    margin-bottom: 3rem !important;
  }.lg\:flex{
    display: flex !important;
  }.lg\:hidden{
    display: none !important;
  }.lg\:h-\[705px\]{
    height: 705px !important;
  }.lg\:h-\[710px\]{
    height: 710px !important;
  }.lg\:h-\[223px\]{
    height: 223px !important;
  }.lg\:h-screen-stickyheader{
    height: calc(100vh - 91px) !important;
  }.lg\:h-\[234px\]{
    height: 234px !important;
  }.lg\:h-\[560px\]{
    height: 560px !important;
  }.lg\:h-\[252px\]{
    height: 252px !important;
  }.lg\:h-\[275px\]{
    height: 275px !important;
  }.lg\:w-auto{
    width: auto !important;
  }.lg\:w-1\/6{
    width: 16.666667% !important;
  }.lg\:min-w-\[500px\]{
    min-width: 500px !important;
  }.lg\:max-w-\[500px\]{
    max-width: 500px !important;
  }.lg\:flex-none{
    flex: none !important;
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.lg\:flex-row{
    flex-direction: row !important;
  }.lg\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }.lg\:items-center{
    align-items: center !important;
  }.lg\:justify-center{
    justify-content: center !important;
  }.lg\:gap-16{
    gap: 4rem !important;
  }.lg\:gap-14{
    gap: 3.5rem !important;
  }.lg\:gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }.lg\:gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }.lg\:gap-y-12{
    row-gap: 3rem !important;
  }.lg\:gap-y-14{
    row-gap: 3.5rem !important;
  }.lg\:gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }.lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }.lg\:py-23{
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }.lg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }.lg\:pt-40{
    padding-top: 10rem !important;
  }.lg\:pt-10{
    padding-top: 2.5rem !important;
  }.lg\:pt-20{
    padding-top: 5rem !important;
  }.lg\:pt-28{
    padding-top: 7rem !important;
  }.lg\:pb-10{
    padding-bottom: 2.5rem !important;
  }.lg\:pb-18{
    padding-bottom: 4.5rem !important;
  }.lg\:pb-28{
    padding-bottom: 7rem !important;
  }.lg\:pb-20{
    padding-bottom: 5rem !important;
  }.lg\:text-38{
    font-size: 2.375rem !important;
  }.lg\:text-68{
    font-size: 4.25rem !important;
  }.lg\:leading-1\.1{
    line-height: 1.1 !important;
  }.lg\:leading-1{
    line-height: 1 !important;
  }
}@media (min-width: 1280px){.xl\:h-\[300px\]{
    height: 300px !important;
  }.xl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }.xl\:gap-y-20{
    row-gap: 5rem !important;
  }.xl\:pt-\[56\.25\%\]{
    padding-top: 56.25% !important;
  }.xl\:pt-14{
    padding-top: 3.5rem !important;
  }.xl\:pb-14{
    padding-bottom: 3.5rem !important;
  }
}@media (min-width: 1536px){.\32xl\:mt-24{
    margin-top: 6rem !important;
  }.\32xl\:h-\[350px\]{
    height: 350px !important;
  }.\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }.\32xl\:gap-y-4{
    row-gap: 1rem !important;
  }.\32xl\:pt-18{
    padding-top: 4.5rem !important;
  }.\32xl\:pt-24{
    padding-top: 6rem !important;
  }.\32xl\:pt-32{
    padding-top: 8rem !important;
  }.\32xl\:pb-16{
    padding-bottom: 4rem !important;
  }.\32xl\:pb-24{
    padding-bottom: 6rem !important;
  }.\32xl\:pb-32{
    padding-bottom: 8rem !important;
  }
}