html, body {
  cursor: none;
}

@media (min-width: 960px) {
  a {
    cursor: none !important;
  }
}

/*
! tailwindcss v3.3.1 | 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.
*/

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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* 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-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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-left-4 {
  left: -1rem;
}
.-right-4 {
  right: -1rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[15\%\] {
  bottom: 15%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[110vh\] {
  top: 110vh;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[9px\] {
  top: 9px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-founder {
  aspect-ratio: 10 / 13;
}
.aspect-landscape {
  aspect-ratio: 48 / 25;
}
.aspect-portrait {
  aspect-ratio: 21 / 31;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[98vw\] {
  width: 98vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-xxl {
  max-width: 1560px;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(117 111 95 / var(--tw-border-opacity));
}
.border-brand-300 {
  --tw-border-opacity: 1;
  border-color: rgb(206 204 197 / var(--tw-border-opacity));
}
.bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 228 / var(--tw-bg-opacity));
}
.bg-brand-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 204 197 / var(--tw-bg-opacity));
}
.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 177 163 / var(--tw-bg-opacity));
}
.bg-brand-500\/80 {
  background-color: rgb(181 177 163 / 0.8);
}
.bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 65 60 / var(--tw-bg-opacity));
}
.bg-brand\/95 {
  background-color: rgb(117 111 95 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-brand-300 {
  --tw-gradient-from: #CECCC5 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(206 204 197 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-12 {
  padding: 3rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: brother-1816, sans-serif;
}
.font-title {
  font-family: brother-1816, serif;
}
.text-2xl {
  font-size: 2rem;
}
.text-3xl {
  font-size: 2.75rem;
}
.text-4xl {
  font-size: 3.875rem;
}
.text-5xl {
  font-size: 4.5rem;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.5rem;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(117 111 95 / var(--tw-text-opacity));
}
.text-brand-900 {
  --tw-text-opacity: 1;
  color: rgb(66 65 60 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
#wpadminbar {
  background: none;
}
#wpadminbar ul.ab-top-menu:before {
  content: " ";
  background-color: rgba(29, 35, 39, 0.9);
  width: 10px;
  height: 46px;
  display: block;
  float: left;
}
@media (min-width: 782px) {
  #wpadminbar ul.ab-top-menu:before {
    height: 32px;
  }
}
#wpadminbar ul.ab-top-menu:after {
  content: " ";
  width: 40px;
  height: 46px;
  display: block;
  background: rgba(29, 35, 39, 0.9);
  border-radius: 0 0 10px 0;
  float: left;
}
@media (min-width: 782px) {
  #wpadminbar ul.ab-top-menu:after {
    height: 32px;
  }
}
#wpadminbar ul.ab-top-menu > li {
  background: rgba(29, 35, 39, 0.9);
}
#wpadminbar ul.ab-top-menu #wp-admin-bar-site-name a:after {
  content: " Dashboard";
}
#wpadminbar ul.ab-top-menu #wp-admin-bar-site-name .ab-sub-wrapper {
  display: none;
}
#wpadminbar ul.ab-top-secondary {
  display: none;
}

html:not(.no-js) [data-inview=fade] {
  opacity: 0;
  transition: opacity 1s;
}
html:not(.no-js) [data-inview=fade].is-inview {
  opacity: 1;
}
html:not(.no-js) [data-inview=icon] .icon-wrap {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: -webkit-clip-path 0.75s ease;
  transition: clip-path 0.75s ease;
  transition: clip-path 0.75s ease, -webkit-clip-path 0.75s ease;
}
html:not(.no-js) [data-inview=icon] .icon {
  transform: translateY(100%);
  transition: transform 0.75s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
html:not(.no-js) [data-inview=icon] .icon-title,
html:not(.no-js) [data-inview=icon] .icon-text {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.75s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.75s 0.3s;
}
html:not(.no-js) [data-inview=icon]:nth-child(1) .icon-wrap {
  transition-delay: 0.1s;
}
html:not(.no-js) [data-inview=icon]:nth-child(1) .icon {
  transition-delay: 0.3s;
}
html:not(.no-js) [data-inview=icon]:nth-child(1) .icon-title {
  transition-delay: 0.4s;
}
html:not(.no-js) [data-inview=icon]:nth-child(1) .icon-text {
  transition-delay: 0.5s;
}
html:not(.no-js) [data-inview=icon]:nth-child(2) .icon-wrap {
  transition-delay: 0.2s;
}
html:not(.no-js) [data-inview=icon]:nth-child(2) .icon {
  transition-delay: 0.6s;
}
html:not(.no-js) [data-inview=icon]:nth-child(2) .icon-title {
  transition-delay: 0.8s;
}
html:not(.no-js) [data-inview=icon]:nth-child(2) .icon-text {
  transition-delay: 1s;
}
html:not(.no-js) [data-inview=icon]:nth-child(3) .icon-wrap {
  transition-delay: 0.3s;
}
html:not(.no-js) [data-inview=icon]:nth-child(3) .icon {
  transition-delay: 0.9s;
}
html:not(.no-js) [data-inview=icon]:nth-child(3) .icon-title {
  transition-delay: 1.2s;
}
html:not(.no-js) [data-inview=icon]:nth-child(3) .icon-text {
  transition-delay: 1.5s;
}
html:not(.no-js) [data-inview=icon]:nth-child(4) .icon-wrap {
  transition-delay: 0.4s;
}
html:not(.no-js) [data-inview=icon]:nth-child(4) .icon {
  transition-delay: 1.2s;
}
html:not(.no-js) [data-inview=icon]:nth-child(4) .icon-title {
  transition-delay: 1.6s;
}
html:not(.no-js) [data-inview=icon]:nth-child(4) .icon-text {
  transition-delay: 2s;
}
html:not(.no-js) [data-inview=icon]:nth-child(5) .icon-wrap {
  transition-delay: 0.5s;
}
html:not(.no-js) [data-inview=icon]:nth-child(5) .icon {
  transition-delay: 1.5s;
}
html:not(.no-js) [data-inview=icon]:nth-child(5) .icon-title {
  transition-delay: 2s;
}
html:not(.no-js) [data-inview=icon]:nth-child(5) .icon-text {
  transition-delay: 2.5s;
}
html:not(.no-js) [data-inview=icon]:nth-child(6) .icon-wrap {
  transition-delay: 0.6s;
}
html:not(.no-js) [data-inview=icon]:nth-child(6) .icon {
  transition-delay: 1.8s;
}
html:not(.no-js) [data-inview=icon]:nth-child(6) .icon-title {
  transition-delay: 2.4s;
}
html:not(.no-js) [data-inview=icon]:nth-child(6) .icon-text {
  transition-delay: 3s;
}
html:not(.no-js) [data-inview=icon].is-inview .icon-wrap {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
html:not(.no-js) [data-inview=icon].is-inview .icon {
  transform: translateY(0);
}
html:not(.no-js) [data-inview=icon].is-inview .icon-title,
html:not(.no-js) [data-inview=icon].is-inview .icon-text {
  opacity: 1;
  transform: translateY(0);
}
html:not(.no-js) [data-inview=clip] {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 2s ease;
  transition: clip-path 2s ease;
  transition: clip-path 2s ease, -webkit-clip-path 2s ease;
}
html:not(.no-js) [data-inview=clip].is-inview {
  -webkit-clip-path: inset(0 0 0% 0);
          clip-path: inset(0 0 0% 0);
}
html:not(.no-js) [data-inview=contact] .contact-image {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 2s ease;
  transition: clip-path 2s ease;
  transition: clip-path 2s ease, -webkit-clip-path 2s ease;
}
html:not(.no-js) [data-inview=contact] .contact-image-inner {
  transform: translateX(-200px);
  transition: transform 1.5s ease-out;
}
html:not(.no-js) [data-inview=contact] .contact-content {
  transform: translateX(-200px);
  transition: transform 1.5s ease-out;
}
html:not(.no-js) [data-inview=contact].is-inview .contact-image {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
html:not(.no-js) [data-inview=contact].is-inview .contact-image-inner {
  transform: translateX(0);
}
html:not(.no-js) [data-inview=contact].is-inview .contact-content {
  transform: translateX(0);
}

.custom-cursor {
  pointer-events: none;
  position: fixed;
  display: none;
  border-radius: 9999px;
  border-width: 0px;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #CECCC5 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(206 204 197 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #756F5F var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 9999;
  opacity: 0.5;
}
@media (min-width: 960px) {
  .custom-cursor {
    display: inline;
  }
}

[data-form-name="Contact Form"] .sfu {
  display: none;
}

.section-full-width-image > div {
  transition: all 2s cubic-bezier(0.52, 0, 0.42, 1);
}
.section-full-width-image > div.scaled {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.52, 0, 0.42, 1);
}

html {
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.2s;
}
html.wf-loading {
  opacity: 0;
}
html.no-js.wf-inactive, html.wf-active, html.wf-inactive {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.embed-wrap {
  position: relative;
  height: 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed-wrap iframe, .embed-wrap object, .embed-wrap embed, .embed-wrap video {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

::-moz-placeholder {
  color: #a9a9a9;
}

::placeholder {
  color: #a9a9a9;
}

::-moz-selection {
  background: #ACCEF7;
  color: #FFFFFF;
}

::selection {
  background: #ACCEF7;
  color: #FFFFFF;
}

.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gfield .screen-reader-text {
  display: none;
}
.gform_wrapper .gform_footer img {
  display: none;
}
.section-header-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 23, 19, 0) 50%, rgb(19, 23, 19) 100%);
  opacity: 0.35;
}
.section-header-carousel__arrow {
  position: absolute;
  bottom: 52px;
  right: 32px;
}
.section-header-carousel__arrow svg {
  width: 16px;
  height: auto;
}

.site-header {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: color 0.1s linear;
  z-index: 9910;
}
.site-header.dark {
  --tw-text-opacity: 1;
  color: rgb(66 65 60 / var(--tw-text-opacity));
  transition: color 0.1s linear;
}

.toggle-menu {
  position: relative;
  right: 0px;
  margin: 0px;
  display: block;
  height: 1.25rem;
  width: 4rem;
  overflow: hidden;
  font-weight: 400;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: top 0.2s;
  z-index: 9999;
  /* active state, i.e. menu open */
}
.toggle-menu:focus {
  outline: none;
}
.toggle-menu span {
  pointer-events: none;
  position: relative;
  top: 9px;
  float: right;
  display: inline-block;
  height: 0.125rem;
  width: 4rem;
  background-color: currentColor;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: background 0s 0.1s cubic-bezier(0.25, 1, 0.5, 1);
}
.toggle-menu span::before, .toggle-menu span::after {
  position: absolute;
  display: block;
  height: 0.125rem;
  background-color: currentColor;
  content: "";
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-delay: 0.3s, 0s, 0s, 0s;
}
.toggle-menu span::before {
  left: 0px;
  top: -0.5rem;
  width: 100%;
  transition-property: top, transform, width;
}
.toggle-menu span::after {
  left: 0px;
  bottom: -0.5rem;
  width: 100%;
  transition-property: bottom, transform, width;
}
.toggle-menu:hover span:after {
  width: 100%;
}
.toggle-menu.active span {
  background: none;
}
.toggle-menu.active span::before, .toggle-menu.active span::after {
  transition-delay: 0s, 0.2s, 0.2s;
}
.toggle-menu.active span::before {
  top: 0;
  transform: rotate(17deg);
}
.toggle-menu.active span::after {
  bottom: 0;
  right: 0;
  transform: rotate(-17deg);
  width: 100%;
}

.main-navigation {
  position: fixed;
  top: 110vh;
  left: 0px;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(181 177 163 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 65 60 / var(--tw-text-opacity));
}

@media (min-width: 960px) {

  .main-navigation {
    padding: 2.5rem;
  }
}

.main-navigation {
  transition: all 0.4s cubic-bezier(0.52, 0, 0.42, 1);
  z-index: 9900;
}
.main-navigation.active {
  top: 0px;
  transition: all 0.4s cubic-bezier(0.52, 0, 0.42, 1);
}
.main-navigation .menu {
  font-family: brother-1816, serif;
  font-size: 2.75rem;
  line-height: 1;
}
@media (min-width: 782px) {
  .main-navigation .menu {
    font-size: 3.875rem;
  }
}
@media (min-width: 960px) {
  .main-navigation .menu {
    font-size: 3.875rem;
  }
}
.main-navigation .menu-item {
  position: relative;
  display: block;
  height: 3rem;
  overflow: hidden;
}
.main-navigation .menu-item a {
  display: block;
  transition: all 0.4s cubic-bezier(0.52, 0, 0.42, 1);
}
.main-navigation .menu-item a:hover {
  transform: translateY(-50%);
  transition: all 0.4s cubic-bezier(0.52, 0, 0.42, 1);
}
.main-navigation .menu-item .label {
  display: flex;
  height: 3rem;
  align-items: center;
}
.main-navigation .menu-item .hover {
  display: flex;
  height: 3rem;
  align-items: center;
  font-family: brother-1816, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {
  .main-navigation .menu-item {
    height: 4rem;
  }
  .main-navigation .menu-item .label {
    height: 4rem;
  }
  .main-navigation .menu-item .hover {
    height: 4rem;
  }
}
@media (min-width: 960px) {
  .main-navigation .menu-item {
    height: 5rem;
  }
  .main-navigation .menu-item .label {
    height: 5rem;
  }
  .main-navigation .menu-item .hover {
    height: 5rem;
  }
}

.section-our-ethos .modish-model-animation {
  filter: brightness(0.2);
}
@media screen and (max-width: 782px) {
  .section-our-ethos .modish-model {
    padding: 24px 24px 10px;
  }
}

.services {
  position: relative;
}
.services__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.services__panel .editor + img {
  margin: 50px 0 0;
}
@media screen and (max-width: 782px) {
  .services__panel .editor + img {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .services__panel {
    width: 50%;
  }
}
@media screen and (max-width: 782px) {
  .services__panel {
    position: relative;
    width: 100%;
    min-height: 0;
  }
  .services__panel .swiper-slide {
    height: auto;
    min-height: 100%;
    min-height: 0;
  }
  .services__panel .swiper-slide div {
    min-height: 100%;
  }
  .services__panel .swiper-wrapper {
    flex-direction: column;
  }
}
.services__content {
  color: #42413C;
}
@media screen and (max-width: 782px) {
  .services__content {
    text-align: left;
    align-items: flex-start;
  }
}
.services__images {
  position: relative;
}
@media screen and (max-width: 782px) {
  .services__images {
    display: none;
  }
}
.services__images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 782px) {
  .services__images .swiper-slide {
    min-height: 0;
    aspect-ratio: 16/9;
  }
}
.services__images .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.services__mobile-image {
  display: none;
}
@media screen and (max-width: 782px) {
  .services__mobile-image {
    display: block;
  }
}
.services__pagination {
  position: absolute;
  left: 34px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.services__pagination-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #B5B1A3;
  margin: 0 0 6px;
  transition: background 0.3s;
}
.services__pagination-dot.active {
  background: #131713;
}

.social-media-icons {
  display: flex;
  list-style-type: none;
}
.social-media-icons .item {
  margin: 0 8px 0 0;
}
.social-media-icons .item:last-child {
  margin: 0;
}
.social-media-icons .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #000000;
  transition: background 0.3s;
}
.social-media-icons .link:before {
  width: 22px;
  height: 22px;
  display: block;
}
.social-media-icons .link:focus, .social-media-icons .link:hover {
  background: #ffffff;
}
.social-media-icons .link.twitter:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M32,6.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6C25.7,3.8,24,3,22.2,3 c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5C10.3,10.8,5.5,8.2,2.2,4.2c-0.6,1-0.9,2.1-0.9,3.3c0,2.3,1.2,4.3,2.9,5.5 c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1 c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1C2.9,27.9,6.4,29,10.1,29c12.1,0,18.7-10,18.7-18.7 c0-0.3,0-0.6,0-0.8C30,8.5,31.1,7.4,32,6.1z'/%3E%3C/svg%3E");
}
.social-media-icons .link.facebook:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M30.7,0H1.3C0.6,0,0,0.6,0,1.3v29.3C0,31.4,0.6,32,1.3,32H17V20h-4v-5h4v-4c0-4.1,2.6-6.2,6.3-6.2C25.1,4.8,26.6,5,27,5v4.3l-2.6,0c-2,0-2.5,1-2.5,2.4V15h5l-1,5h-4l0.1,12h8.6c0.7,0,1.3-0.6,1.3-1.3V1.3C32,0.6,31.4,0,30.7,0z'/%3E%3C/svg%3E");
}
.social-media-icons .link.instagram:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 98 98' style='enable-background:new 0 0 98 98;' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M68,8c12.2,0,22,9.8,22,22v38c0,12.2-9.8,22-22,22H30C17.8,90,8,80.2,8,68V30C8,17.8,17.8,8,30,8H68 M68,0H30C13.5,0,0,13.5,0,30v38c0,16.5,13.5,30,30,30h38c16.5,0,30-13.5,30-30V30C98,13.5,84.5,0,68,0z'/%3E%3Cpath fill='%23753090' d='M75.1,17c-3.2,0-5.7,2.6-5.7,5.7s2.6,5.7,5.7,5.7c3.2,0,5.7-2.6,5.7-5.7C80.9,19.6,78.3,17,75.1,17L75.1,17z'/%3E%3Cpath fill='%23753090' d='M49.3,31.5C59,31.5,67,39.4,67,49.1s-7.9,17.7-17.7,17.7s-17.7-7.9-17.7-17.7c0,0,0,0,0,0C31.6,39.4,39.5,31.5,49.3,31.5 M49.3,23.5c-14.2,0-25.7,11.5-25.6,25.7c0,14.2,11.5,25.7,25.7,25.6C63.5,74.8,75,63.3,75,49.1C75,35,63.5,23.5,49.3,23.5C49.3,23.5,49.3,23.5,49.3,23.5z'/%3E%3C/svg%3E");
}
.social-media-icons .link.linkedin:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M30.7,0H1.3C0.6,0,0,0.6,0,1.3v29.3C0,31.4,0.6,32,1.3,32h29.3c0.7,0,1.3-0.6,1.3-1.3V1.3 C32,0.6,31.4,0,30.7,0z M9.5,27.3H4.7V12h4.8V27.3z M7.1,9.9c-1.5,0-2.8-1.2-2.8-2.8c0-1.5,1.2-2.8,2.8-2.8c1.5,0,2.8,1.2,2.8,2.8 C9.9,8.7,8.6,9.9,7.1,9.9z M27.3,27.3h-4.7v-7.4c0-1.8,0-4-2.5-4c-2.5,0-2.8,1.9-2.8,3.9v7.6h-4.7V12H17v2.1h0.1 c0.6-1.2,2.2-2.5,4.5-2.5c4.8,0,5.7,3.2,5.7,7.3V27.3z'/%3E%3C/svg%3E%0A");
}
.social-media-icons .link.youtube:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M31.7,9.6c0,0-0.3-2.2-1.3-3.2c-1.2-1.3-2.6-1.3-3.2-1.4C22.7,4.7,16,4.7,16,4.7h0c0,0-6.7,0-11.2,0.3c-0.6,0.1-2,0.1-3.2,1.4c-1,1-1.3,3.2-1.3,3.2S0,12.2,0,14.8v2.4c0,2.6,0.3,5.2,0.3,5.2s0.3,2.2,1.3,3.2c1.2,1.3,2.8,1.2,3.5,1.4C7.7,27.2,16,27.3,16,27.3s6.7,0,11.2-0.3c0.6-0.1,2-0.1,3.2-1.4c1-1,1.3-3.2,1.3-3.2s0.3-2.6,0.3-5.2v-2.4C32,12.2,31.7,9.6,31.7,9.6z M12.7,20.2l0-9l8.6,4.5L12.7,20.2z'/%3E%3C/svg%3E");
}
.social-media-icons .link.mail:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 90' style='enable-background:new 0 0 90 90;' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M89.2,71.2c0.5-1.1,0.8-2.3,0.8-3.5V22.3c0-1.3-0.3-2.5-0.8-3.5L58.9,45L89.2,71.2z'/%3E%3Cpath fill='%23753090' d='M43.3,48.3c0.3,0.3,0.9,0.6,1.7,0.6c0.8,0,1.4-0.3,1.7-0.6l1.8-1.6l36.7-31.8c-1.1-0.5-2.3-0.8-3.5-0.8H8.2c-1.3,0-2.5,0.3-3.5,0.8L43.3,48.3z'/%3E%3Cpath fill='%23753090' d='M0.8,18.8C0.3,19.8,0,21,0,22.3v45.4c0,1.3,0.3,2.5,0.8,3.5L31.1,45L0.8,18.8z'/%3E%3Cpath fill='%23753090' d='M54.8,48.6l-4.5,3.9c-1.5,1.3-3.4,1.9-5.3,1.9c-1.9,0-3.8-0.7-5.3-1.9l-4.5-3.9L4.7,75.1c1.1,0.5,2.3,0.8,3.5,0.8h73.6c1.3,0,2.5-0.3,3.5-0.8L54.8,48.6z'/%3E%3C/svg%3E");
}
.social-media-icons .label {
  display: none;
}

.section-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.large-title {
  margin-bottom: 2rem;
  font-family: brother-1816, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 782px) {
  .large-title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media (min-width: 960px) {
  .large-title {
    margin-bottom: 4rem;
    font-size: 2.75rem;
    line-height: 1.25;
  }
}
@media (min-width: 1280px) {
  .large-title {
    font-size: 3.875rem;
    line-height: 1.25;
  }
}
@media (min-width: 1560px) {
  .large-title {
    font-size: 4.5rem;
    line-height: 1.25;
  }
}

.main-title {
  margin-bottom: 1.5rem;
  font-family: brother-1816, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 782px) {
  .main-title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media (min-width: 1280px) {
  .main-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.editor p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 300;
}
.editor p:last-child {
  margin-bottom: 0px;
}
.hover\:text-brand-300:hover {
  --tw-text-opacity: 1;
  color: rgb(206 204 197 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 600px) {

  .sm\:w-\[45\%\] {
    width: 45%;
  }
}
@media (min-width: 782px) {

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

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

  .md\:-top-6 {
    top: -1.5rem;
  }

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 960px) {

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

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

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

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

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

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

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

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

  .lg\:gap-36 {
    gap: 9rem;
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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