/**handles:tailwind**/
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

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

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

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 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html {
  font-size: calc(17px + 0.390625vw);
  line-height: calc(24px + 0.390625vw);
}

h2 {
  font-size: calc(40px + 0.390625vw);
  line-height: calc(47px + 0.390625vw);
}

h1 {
  font-size: calc(45px + 0.390625vw);
  line-height: calc(48px + 0.390625vw);
}

@font-face {
  font-family: activ;

  src: 
    url('https://activacre.com.au/wp-content/themes/activacre_v1/assets/fonts/Haffer-Light.woff2'),
    url('https://activacre.com.au/wp-content/themes/activacre_v1/assets/fonts/Haffer-Light.woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: activ-semi;

  src: 
    url('https://activacre.com.au/wp-content/themes/activacre_v1/assets/fonts/Haffer-SemiBold.woff2'),
    url('https://activacre.com.au/wp-content/themes/activacre_v1/assets/fonts/Haffer-SemiBold.woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

/* ----------------------
 --> HTML
------------------------- */

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

html {
  font-family:activ;
  --tw-text-opacity: 1;
  color: rgb(63 43 47 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.activ {
  font-family:activ;
}

.\!activ {
  font-family:activ !important;
}

.activ-semi {
  font-family:activ-semi;
}

.text-body {
  font-size: 18px;
  line-height: 24px;
}

h2, blockquote {
  font-family:activ-semi;
  font-size: 35px;
  line-height: 38px;
}

h3 {
  font-family:activ-semi;
  font-size: 35px;
  line-height: 38px;
}

.text-35 {
  font-family:activ-semi;
  font-size: 35px;
  line-height: 38px;
}

.text-intro-yellow {
  font-family:activ-semi;
  font-size: 35px;
  line-height: 38px;
}

@media (min-width: 640px) {
  .text-intro-yellow {
    font-size: 28px;
    line-height: 31px;
  }
}

@media (min-width: 1024px) {
  .text-intro-yellow {
    font-size: 35px;
    line-height: 38px;
  }
}

.text-intro-sand {
  font-family:activ-semi;
  font-size: 45px;
  line-height: 45px;
}

.text-20 {
  font-size: 20px;
  line-height: 24px;
}

.text-27 {
  font-size: 27px;
  line-height: 30px;
}

.text-16b {
  font-family:activ-semi;
  font-size: 16px;
  line-height: 20px;
}

.text-14 {
  font-size: 14px;
  line-height: 18px;
}

.benefit-point {
  font-size: 20px;
  line-height: 25px;
}

.caption, .caption-sub {
  font-size: 18px;
}

.caption-head {
  font-family:activ-semi;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}

.sust-head {
  font-family:activ-semi;
  font-size: 30px;
  line-height: 33px;
}

.sust-copy {
  font-size: 16px;
  line-height: 19px;
}

.hero-tag {
  font-size: 37px;
  line-height: 40px;
}

@media (min-width: 640px) {
  .hero-tag {
    font-size: 50px;
    line-height: 53px;
  }
}

.facts-number {
  font-family:activ-semi;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -2px;
}

@media (min-width: 640px) {
  .facts-number {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (min-width: 768px) {
  .facts-number {
    font-size: 90px;
    line-height: 100px;
  }
}

.facts-title {
  font-size: 20px;
  line-height: 23px;
}

@media (min-width: 640px) {
  .facts-title {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 768px) {
  .facts-title {
    font-size: 20px;
    line-height: 23px;
  }
}

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

@media (min-width: 1280px) {
  .facts-title {
    font-size: 27px;
    line-height: 30px;
  }
}

.text-cta-sub {
  font-family:activ-semi;
  font-size: 25px;
  line-height: 28px;
}

@media (min-width: 1280px) {
  .text-cta-sub {
    font-size: 22px;
    line-height: 25px;
  }
}

blockquote {
  position: relative;
  margin-top: 53px;
  margin-bottom: 31px;
}

a.underlined, a.underlined:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

div.top-menu ul {
  width: 180px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(63 43 47 / var(--tw-border-opacity));
  padding-top: 9px;
  line-height: 23px;
}

div.top-menu ul li {
  flex-shrink: 0;
  flex-grow: 0;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

div.top-menu ul li a, ul.menu-divided li a {
  display: block;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

div.top-menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 116 71 / var(--tw-text-opacity));
}

ul.menu-divided li {
  padding-left: 8px;
  padding-right: 8px;
}

ul.menu-divided li:first-of-type {
  padding-left: 0px;
}

ul.menu-divided li:last-of-type {
  padding-right: 0px;
}

ul.sub-menu {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  ul.sub-menu {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  ul.sub-menu {
    font-size: 17px;
  }
}

ul.sub-menu li {
  position: relative;
  height: 100%;
}

ul.sub-menu li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-position: top;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

ul.sub-menu.yellow li a:hover {
  --tw-text-opacity: 1;
  color: rgb(223 205 99 / var(--tw-text-opacity));
}

ul.sub-menu.blue li a:hover {
  --tw-text-opacity: 1;
  color: rgb(125 168 174 / var(--tw-text-opacity));
}

ul.sub-menu.orange li a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 116 71 / var(--tw-text-opacity));
}

ul.sub-menu.green li a:hover {
  --tw-text-opacity: 1;
  color: rgb(145 161 134 / var(--tw-text-opacity));
}

div.modal-menu ul {
  text-align: center;
}

div.modal-menu ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.topline {
  font-family:activ-semi;
  margin-bottom: 40px;
  width: 180px;
  border-top-width: 1.1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 43 47 / var(--tw-border-opacity));
  padding-top: 11px;
  font-size: 16px;
  line-height: 20px;
}

.topline-footer {
  font-family:activ-semi;
  margin-bottom: 27px;
  width: 100%;
  border-top-width: 1.1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 11px;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.global-margin {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 640px) {
  .global-margin {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .global-margin {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.global-inner {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 640px) {
  .global-inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .global-inner {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.global-inner {
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 4;
}

@media (min-width: 1024px) {
  .global-inner {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

@media (min-width: 1280px) {
  .global-inner {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

@media (min-width: 1536px) {
  .global-inner {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}

.global-container {
  display: flex;
}

.global-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .global-wrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1536px) {
  .global-wrapper {
    width: 66.666667%;
  }
}

.global-wrapper-vm {
  margin-top: 100px;
  margin-bottom: 100px;
}

.global-wrapper-vp {
  padding-top: 100px;
  padding-bottom: 100px;
}

.global-wrapper-half-left {
  width: 50%;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .global-wrapper-half-left {
    width: 41.666667%;
  }
}

@media (min-width: 1536px) {
  .global-wrapper-half-left {
    width: 33.333333%;
  }
}

.global-wrapper-half-right {
  width: 50%;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .global-wrapper-half-right {
    width: 41.666667%;
  }
}

@media (min-width: 1536px) {
  .global-wrapper-half-right {
    width: 33.333333%;
  }
}

.global-inner {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 640px) {
  .global-inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .global-inner {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.global-inner-vp {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 640px) {
  .global-inner-vp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .global-inner-vp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.global-x-gap {
  -moz-column-gap: 47px;
       column-gap: 47px;
}

button.aa-button, input.aa-button {
  font-family:activ-semi;
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.aa-button-msm {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  color: rgb(255 255 255 / 0.8);
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.aa-button-green {
  --tw-border-opacity: 1;
  border-color: rgb(145 161 134 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.aa-button-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(145 161 134 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button.aa-button-brown, input.aa-button-brown {
  --tw-border-opacity: 1;
  border-color: rgb(63 43 47 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.aa-button-brown:hover, input.aa-button-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 43 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button.aa-button-blue {
  --tw-border-opacity: 1;
  border-color: rgb(125 168 174 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.aa-button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 168 174 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button.aa-button-white_blue {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.aa-button-white_blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(125 168 174 / var(--tw-text-opacity));
}

button.sign-up, input#gform_submit_button_2, input#gform_submit_button_4 {
  font-family:activ-semi;
  cursor: pointer;
  border-radius: 30px;
  border-width: 1.1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.sign-up:hover, input#gform_submit_button_2:hover, input#gform_submit_button_4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 116 71 / var(--tw-text-opacity));
}

button.aa-button-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.aa-button-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(63 43 47 / var(--tw-text-opacity));
}

input.newsletter, div.newsletter > * input {
  border-bottom-width: 1.1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input.newsletter::-moz-placeholder, div.newsletter > * input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input.newsletter:-ms-input-placeholder, div.newsletter > * input:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input.newsletter::placeholder, div.newsletter > * input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input.newsletter:focus::-moz-placeholder, div.newsletter > * input:focus::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

input.newsletter:focus:-ms-input-placeholder, div.newsletter > * input:focus:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

input.newsletter:focus::placeholder, div.newsletter > * input:focus::placeholder {
  color: rgb(255 255 255 / 0.3);
}

div.newsletter > * input {
  margin-bottom: 41px;
  width: 100%;
}

form#gform_2 > * div#field_submit, form#gform_4 > * div#field_submit {
  width: 100%;
  justify-content: flex-end;
}

input.contact-form, div.contact-form > * input, textarea.contact-form, div.contact-form > * textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1.1px;
  border-top-width: 1.1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 43 47 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(63 43 47 / var(--tw-text-opacity));
}

input.contact-form::-moz-placeholder, div.contact-form > * input::-moz-placeholder, textarea.contact-form::-moz-placeholder, div.contact-form > * textarea::-moz-placeholder {
  color: rgb(63 43 47 / 0.6);
}

input.contact-form:-ms-input-placeholder, div.contact-form > * input:-ms-input-placeholder, textarea.contact-form:-ms-input-placeholder, div.contact-form > * textarea:-ms-input-placeholder {
  color: rgb(63 43 47 / 0.6);
}

input.contact-form::placeholder, div.contact-form > * input::placeholder, textarea.contact-form::placeholder, div.contact-form > * textarea::placeholder {
  color: rgb(63 43 47 / 0.6);
}

input.contact-form:focus::-moz-placeholder, div.contact-form > * input:focus::-moz-placeholder, textarea.contact-form:focus::-moz-placeholder, div.contact-form > * textarea:focus::-moz-placeholder {
  color: rgb(63 43 47 / 0.3);
}

input.contact-form:focus:-ms-input-placeholder, div.contact-form > * input:focus:-ms-input-placeholder, textarea.contact-form:focus:-ms-input-placeholder, div.contact-form > * textarea:focus:-ms-input-placeholder {
  color: rgb(63 43 47 / 0.3);
}

input.contact-form:focus::placeholder, div.contact-form > * input:focus::placeholder, textarea.contact-form:focus::placeholder, div.contact-form > * textarea:focus::placeholder {
  color: rgb(63 43 47 / 0.3);
}

input.contact-form, div.contact-form > * input {
  height: 50px;
}

#input_3_1, #input_3_5, #input_3_4, #input_3_7 {
  border-top-width: 0px !important;
}

#input_3_4 {
  padding-top: 10px;
}

div.contact-form .large {
  width: 100%;
}

button.contact-form-button, input#gform_submit_button_3 {
  font-family:activ-semi;
  margin-top: 30px;
  cursor: pointer;
  align-self: flex-end;
  border-radius: 5px;
  border-width: 1.1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 43 47 / var(--tw-border-opacity));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.contact-form-button:hover, input#gform_submit_button_3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 43 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#gform_3 .gform_footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.footer-block a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 116 71 / var(--tw-text-opacity));
}

menu.msm li {
  border-bottom-width: 1.1px;
  border-color: rgb(63 43 47 / 0.3);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
}

menu.msm li:last-of-type {
  border-bottom-width: 0px;
}

.facts-images div {
  margin-bottom: 47px;
}

.facts-images div:last-of-type {
  margin-bottom: 0px;
}

.team-name {
  margin-top: 10px;
}

.team-contact img.icon, .team-contact img.icon-hover {
  height: 45px;
  width: 44px;
}

.text-element p {
  margin-bottom: 20px;
}

/* ----------------------
 --> FOOTER
------------------------- */

.text-footer {
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* ----------------------
 --> HOME PAGE
------------------------- */

/* ----------------------
 --> ACTIVACRE ARTICLE
------------------------- */

.article-wrapper p, .article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6, .article-wrapper ul, .article-wrapper hr, .article-wrapper .wp-block-group {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 640px) {
  .article-wrapper p, .article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6, .article-wrapper ul, .article-wrapper hr, .article-wrapper .wp-block-group {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .article-wrapper p, .article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6, .article-wrapper ul, .article-wrapper hr, .article-wrapper .wp-block-group {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.article-wrapper p, .article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6, .article-wrapper ul, .article-wrapper hr, .article-wrapper .wp-block-group {
  width: calc(100% - 40px);
  max-width: 600px;
}

@media (min-width: 640px) {
  .article-wrapper p, .article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6, .article-wrapper ul, .article-wrapper hr, .article-wrapper .wp-block-group {
    width: calc(100% - 80px);
  }
}

@media (min-width: 1024px) {
  .article-wrapper p, .article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6, .article-wrapper ul, .article-wrapper hr, .article-wrapper .wp-block-group {
    width: calc(100% - 100px);
  }
}

.article-wrapper hr {
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity));
}

/* .article-wrapper p, h1, h2, h3, h4, h5, h6 {
  @apply my-[35px];
} */

.article-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 35px;
}

.article-wrapper h1, .article-wrapper h2, .article-wrapper h3 {
  margin-bottom: 50px;
}

.article-wrapper ul {
  max-width: 600px;
  align-self: flex-end;
}

.article-wrapper ul li {
  margin-left: 17px;
  margin-bottom: 11px;
  list-style-position: outside;
  list-style-type: disclosure-closed;
  padding-left: 17px;
}

.article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6, .article-wrapper strong {
  font-family:activ-semi;
  font-weight: 400;
}

.article-wrapper blockquote.wp-block-quote {
  font-family:activ-semi;
  position: relative;
  margin-top: 77px;
  margin-bottom: 77px;
  font-size: 25px;
  line-height: 28px;
}

.article-wrapper blockquote.wp-block-quote:before, .article-wrapper blockquote.wp-block-quote:after {
  display: none;
}

@media (min-width: 1024px) {
  .article-wrapper .wp-block-gallery.alignfull, .article-wrapper .wp-block-image.alignfull {
    margin-left: -10%;
    margin-right: -10%;
  }
}

.article-wrapper .wp-block-image.alignfull, .article-wrapper .wp-block-image.alignfull a, .article-wrapper .wp-block-image.alignfull > * img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 640px) {
  .article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 4;
}

@media (min-width: 1024px) {
  .article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

@media (min-width: 1280px) {
  .article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

@media (min-width: 1536px) {
  .article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}

.article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 640px) {
  .article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.article-wrapper .wp-block-gallery.has-nested-images figcaption, .article-wrapper .wp-block-image figcaption {
  text-align: left;
  font-size: 14px;
}

.article-wrapper figure.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0px;
}

.wp-block-gallery, .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* ----------------------
 --> BUTTONS & ROLLOVERS
------------------------- */

img.nav-arrow {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

ul.sub-menu li a:hover img.nav-arrow {
  opacity: 1;
}

img.icon-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

img.icon-hover:hover {
  opacity: 1;
}

img.icon {
  position: absolute;
  top: 0px;
  left: 0px;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

img.icon:hover {
  opacity: 0;
}

/* ----------------------
 --> GFORMS
------------------------- */

.gfield_label {
  display: none;
}

.gform_heading {
  display: none;
}

.ginput_container_email input {
  width: 100%;
  background-color: transparent;
}

#field_submit {
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
}

#field_1_1 {
  width: 100%;
}

#gform_confirmation_wrapper_1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}

#gform_fields_1 {
  display: flex;
  max-width: 640px;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mailing_list_form .ginput_container_email {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

.mailing_list_form .ginput_container_email:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mailing_list_form .ginput_container_email input {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

.mailing_list_form .ginput_container_email input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

h2.gform_submission_error {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(63 43 47 / var(--tw-text-opacity));
}

.gfield_description.validation_message {
  margin-top: -35px;
  --tw-text-opacity: 1;
  color: rgb(63 43 47 / var(--tw-text-opacity));
}

form#gform_3 > * .gfield_description.validation_message {
  text-align: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-\[17px\] {
  left: 17px;
}

.top-0 {
  top: 0px;
}

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

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

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

.left-\[-289px\] {
  left: -289px;
}

.left-\[-2px\] {
  left: -2px;
}

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

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

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

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

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

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

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

.top-\[-1\.5px\] {
  top: -1.5px;
}

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

.top-\[-70px\] {
  top: -70px;
}

.top-\[-53px\] {
  top: -53px;
}

.left-\[50\%\] {
  left: 50%;
}

.top-\[-56px\] {
  top: -56px;
}

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

.top-\[-45px\] {
  top: -45px;
}

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

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

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

.left-\[85\%\] {
  left: 85%;
}

.top-\[-33px\] {
  top: -33px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

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

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

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-13 {
  grid-column-end: 13;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-3 {
  grid-row-end: 3;
}

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

.my-\[35px\] {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-\[70px\] {
  margin-top: 70px;
  margin-bottom: 70px;
}

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

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.my-\[100px\] {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[-7px\] {
  margin-left: -7px;
}

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

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

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

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

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

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

.ml-\[30px\] {
  margin-left: 30px;
}

.ml-\[33px\] {
  margin-left: 33px;
}

.ml-\[35px\] {
  margin-left: 35px;
}

.ml-\[55px\] {
  margin-left: 55px;
}

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

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

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

.mr-\[-50\%\] {
  margin-right: -50%;
}

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

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

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

.ml-\[-41px\] {
  margin-left: -41px;
}

.ml-\[46px\] {
  margin-left: 46px;
}

.ml-\[41px\] {
  margin-left: 41px;
}

.ml-\[76px\] {
  margin-left: 76px;
}

.ml-\[40px\] {
  margin-left: 40px;
}

.ml-\[53px\] {
  margin-left: 53px;
}

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

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

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

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

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

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

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

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

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.aspect-\[210\/143\] {
  aspect-ratio: 210 / 143;
}

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

.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

.aspect-\[625\/548\] {
  aspect-ratio: 625 / 548;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.h-1\/3 {
  height: 33.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-\[calc\(864px-118px\)\] {
  max-height: calc(864px - 118px);
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-11\/12 {
  width: 91.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

.grow {
  flex-grow: 1;
}

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

.basis-\[400px\] {
  flex-basis: 400px;
}

.basis-\[100px\] {
  flex-basis: 100px;
}

.basis-\[287px\] {
  flex-basis: 287px;
}

.basis-\[420px\] {
  flex-basis: 420px;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

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

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

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

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

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

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

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

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

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

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

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

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

.\!justify-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[7px\] {
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-\[25px\] {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.gap-x-\[47px\] {
  -moz-column-gap: 47px;
       column-gap: 47px;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.gap-y-\[80px\] {
  row-gap: 80px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-x-\[100px\] {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-y-\[57px\] {
  row-gap: 57px;
}

.gap-x-\[4\%\] {
  -moz-column-gap: 4%;
       column-gap: 4%;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-y-\[34px\] {
  row-gap: 34px;
}

.gap-y-\[50px\] {
  row-gap: 50px;
}

.gap-y-\[13px\] {
  row-gap: 13px;
}

.gap-y-\[67px\] {
  row-gap: 67px;
}

.gap-y-\[90px\] {
  row-gap: 90px;
}

.gap-y-\[100px\] {
  row-gap: 100px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-\[37px\] {
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[47px\] {
  row-gap: 47px;
}

.gap-y-\[37px\] {
  row-gap: 37px;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.self-start {
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

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

.border {
  border-width: 1px;
}

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

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

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.\!border-t-0 {
  border-top-width: 0px !important;
}

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

.border-t {
  border-top-width: 1px;
}

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

.border-b-\[1\.1px\] {
  border-bottom-width: 1.1px;
}

.border-l-\[1\.1px\] {
  border-left-width: 1.1px;
}

.border-aa-green {
  --tw-border-opacity: 1;
  border-color: rgb(145 161 134 / var(--tw-border-opacity));
}

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

.border-aa-sand-dark {
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity));
}

.border-aa-brown {
  --tw-border-opacity: 1;
  border-color: rgb(63 43 47 / var(--tw-border-opacity));
}

.border-aa-70 {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

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

.bg-aa-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(63 43 47 / var(--tw-bg-opacity));
}

.bg-aa-green {
  --tw-bg-opacity: 1;
  background-color: rgb(145 161 134 / var(--tw-bg-opacity));
}

.bg-aa-brown\/80 {
  background-color: rgb(63 43 47 / 0.8);
}

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

.bg-aa-green\/30 {
  background-color: rgb(145 161 134 / 0.3);
}

.bg-aa-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-aa-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(125 168 174 / var(--tw-bg-opacity));
}

.bg-aa-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(223 205 99 / var(--tw-bg-opacity));
}

.bg-aa-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(222 221 221 / var(--tw-bg-opacity));
}

.bg-aa-peach {
  --tw-bg-opacity: 1;
  background-color: rgb(218 195 183 / var(--tw-bg-opacity));
}

.bg-aa-lilac {
  --tw-bg-opacity: 1;
  background-color: rgb(203 210 235 / var(--tw-bg-opacity));
}

.bg-aa-white\/\[\.87\] {
  background-color: rgb(255 255 255 / .87);
}

.bg-aa-orange\/80 {
  background-color: rgb(237 116 71 / 0.8);
}

.bg-aa-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(237 116 71 / var(--tw-bg-opacity));
}

.bg-aa-green\/50 {
  background-color: rgb(145 161 134 / 0.5);
}

.bg-aa-green-lt {
  --tw-bg-opacity: 1;
  background-color: rgb(221 233 234 / var(--tw-bg-opacity));
}

.bg-aa-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-aa-yellow\/90 {
  background-color: rgb(223 205 99 / 0.9);
}

.bg-aa-yellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 210 / var(--tw-bg-opacity));
}

.bg-aa-blue-qual {
  --tw-bg-opacity: 1;
  background-color: rgb(115 151 155 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\'\/assets\/img\/banners\/Planting_2031\.jpg\'\)\] {
  background-image: url('/assets/img/banners/Planting_2031.jpg');
}

.bg-\[url\(\'\/assets\/img\/banners\/Tole__0242\.jpg\'\)\] {
  background-image: url('/assets/img/banners/Tole__0242.jpg');
}

.bg-\[url\(\'\/assets\/svg\/misc\/timelinebg\.svg\'\)\] {
  background-image: url('/assets/svg/misc/timelinebg.svg');
}

.bg-\[url\(\'\/assets\/img\/banners\/Forest_9530_edit\.jpg\'\)\] {
  background-image: url('/assets/img/banners/Forest_9530_edit.jpg');
}

.bg-\[url\(\'\/assets\/img\/landscapes\/Landscape_0038\.jpg\'\)\] {
  background-image: url('/assets/img/landscapes/Landscape_0038.jpg');
}

.bg-\[url\(\'\/assets\/img\/banners\/Nursery_1703\.jpg\'\)\] {
  background-image: url('/assets/img/banners/Nursery_1703.jpg');
}

.bg-\[url\(\'\/assets\/img\/banners\/Nursery_1737\.jpg\'\)\] {
  background-image: url('/assets/img/banners/Nursery_1737.jpg');
}

.bg-\[url\(\'\/assets\/img\/banners\/Nursery_1634\.jpg\'\)\] {
  background-image: url('/assets/img/banners/Nursery_1634.jpg');
}

.bg-\[url\(\'\/assets\/img\/misc\/SFM-Branding-42BG\.jpg\'\)\] {
  background-image: url('/assets/img/misc/SFM-Branding-42BG.jpg');
}

.from-aa-black\/70 {
  --tw-gradient-from: rgb(4 4 5 / 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 4 5 / 0));
}

.from-aa-black\/60 {
  --tw-gradient-from: rgb(4 4 5 / 0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 4 5 / 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(0 0 0 / 0));
}

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

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

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

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

.fill-aa-white {
  fill: #FFFFFF;
}

.fill-aa-green\/50 {
  fill: rgb(145 161 134 / 0.5);
}

.fill-aa-yellow {
  fill: #DFCD63;
}

.fill-aa-sand {
  fill: #DEDDDD;
}

.fill-aa-peach {
  fill: #DAC3B7;
}

.fill-aa-green-lt {
  fill: #dde9ea;
}

.fill-aa-lilac {
  fill: #CBD2EB;
}

.fill-aa-blue {
  fill: #7DA8AE;
}

.fill-aa-brown {
  fill: #3F2B2F;
}

.fill-aa-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-aa-orange\/50 {
  fill: rgb(237 116 71 / 0.5);
}

.stroke-aa-brown {
  stroke: #3F2B2F;
}

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[30px\] {
  padding: 30px;
}

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

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

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

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

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

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

.\!py-\[7px\] {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

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

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

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

.\!py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-\[13px\] {
  padding-left: 13px;
}

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

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

.pl-\[5px\] {
  padding-left: 5px;
}

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

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

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

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

.pr-\[13px\] {
  padding-right: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-aa-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-aa-green {
  --tw-text-opacity: 1;
  color: rgb(145 161 134 / var(--tw-text-opacity));
}

.text-aa-brown {
  --tw-text-opacity: 1;
  color: rgb(63 43 47 / var(--tw-text-opacity));
}

.text-aa-sand-dark {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity));
}

.text-aa-orange {
  --tw-text-opacity: 1;
  color: rgb(237 116 71 / var(--tw-text-opacity));
}

.text-aa-lilac {
  --tw-text-opacity: 1;
  color: rgb(203 210 235 / var(--tw-text-opacity));
}

.text-aa-blue {
  --tw-text-opacity: 1;
  color: rgb(125 168 174 / var(--tw-text-opacity));
}

.text-aa-yellow {
  --tw-text-opacity: 1;
  color: rgb(223 205 99 / var(--tw-text-opacity));
}

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-\[7px\] {
  text-underline-offset: 7px;
}

.underline-offset-\[4px\] {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Chrome, Safari and Opera */

/* =========== */

html {
  scroll-behavior: smooth;
}

body {
  font-family: activ, Open Sans, sans-serif, Helvetica, arial, sans-serif !important;
}

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

.bg-hero {
  background-image: url('/wp-content/themes/activacre/assets/img/hero.jpg');
}

:focus-visible {
  outline: none;
}

input.sf-input-text::-moz-placeholder {
  color: #F4F3EF;
  opacity: 1;
}

input.sf-input-text:-ms-input-placeholder {
  color: #F4F3EF;
  opacity: 1;
}

input.sf-input-text::placeholder {
  color: #F4F3EF;
  opacity: 1;
}

*:focus {
  outline: none;
}

input, textarea {
  border-radius: 0;
}

/* -------------------------------- 

File#: _1_modal-window
Title: Modal Window
Descr: A modal dialog used to display critical information
Usage: codyhouse.co/license

-------------------------------- */

.modal {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.modal:not(.modal--is-visible) {
  pointer-events: none;
  background-color: transparent;
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
}

:root {
  --modal-transition-duration: 0.2s;
}

@media (prefers-reduced-motion: no-preference) {
  .modal--animate-fade {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-fade.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }
}

.modal--is-loading .modal__content {
  visibility: hidden;
}

.modal--is-loading .modal__loader {
  display: flex;
}

.modal__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  pointer-events: none;
}

.text-vertical {
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
}

blockquote::before, blockquote.wp-block-quote p::before {
  content:url('/assets/svg/ui/qt-left.svg');
  position: absolute;
  top:-48px;
  left:0;
}

blockquote.wp-block-quote p::before {
  left:unset !important;
}

blockquote::after, blockquote.wp-block-quote p::after {
  content:url('/assets/svg/ui/qt-left.svg');
  position: absolute;
  bottom:-35px;
}

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

.arrow-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1.5px;
  background: #ED7447;
  transition: width .3s;
}

.arrow-link-white::after {
  background: #FFFFFF !important;
  height: 1.1px;
}

.arrow-link-green::after {
  background: #91A186 !important;
}

.arrow-link:hover::after {
  width: 100%;
}

.mobile-nav-bg {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(63,43,47,1) 50%, rgba(63,43,47,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#3f2b2f",GradientType=1);
}

/* -------------------------------- 

File#: _1_accordion
Title: Accordion
Descr: Create stacked sections of content and allow the user to expand/collapse them
Usage: codyhouse.co/license

-------------------------------- */

/* component */

:root {
  /* general */
  --accordion-border-width: 1px;
  /* icon */
  --accordion-icon-size: 20px;
  --accordion-icon-stroke-width: 2px;
}

.accordion__item::after{
  content:url('/assets/svg/ui/faq_bottom_v2.svg');
  position: absolute;
  bottom:-38px;
  left:37px;
  height:39px;
  width:39px;
}

.accordion__item--is-open::after{
  content:url('/assets/svg/ui/faq_bottom_open_v2.svg');
  position: absolute;
  bottom:-38px;
  left:37px;
  height:39px;
  width:39px;
}

.accordion__header {
  /* button */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.accordion__header svg {
  height: var(--accordion-icon-size);
  width: var(--accordion-icon-size);
}

.accordion__header svg .icon__group {
  stroke-width: var(--accordion-icon-stroke-width);
}

.accordion__icon-arrow .icon__group {
  will-change: transform;
  transform-origin: 50% 50%;
}

.accordion__icon-arrow .icon__group > * {
  transform-origin: 10px 14px;
}

.accordion__panel {
  display: none;
  will-change: height;
  transform: translateZ(0px);
}

.accordion__item--is-open > .accordion__panel {
  display: block;
}

/* animations */

.accordion[data-animation=on] .accordion__item--is-open .accordion__panel > * {
  -webkit-animation: accordion-entry-animation 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: accordion-entry-animation 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion[data-animation=on] .accordion__icon-arrow .icon__group {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion[data-animation=on] .accordion__icon-arrow .icon__group > * {
  transition: transform 0.3s, stroke-dashoffset 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes accordion-entry-animation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes accordion-entry-animation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.accordion__item--is-open {
  background:#3F2B2F;
  color:#ffffff;
}

.accordion__item--is-open .question {
  opacity:.6;
}

.accordion__item--is-open .answer-button {
  color: #3F2B2F;
}

.accordion__item--is-open .faq-close {
  display: block;
}

.accordion__item--is-open .faq-open {
  display: none;
}

/* -------------------------------- 

File#: _1_menu
Title: Menu
Descr: Application menu that provides access to a set of functionalities
Usage: codyhouse.co/license

-------------------------------- */

/* variables */

:root {
  /* colors */
  --mw1-color-primary-hsl: 250, 84%, 54%;
  --mw1-color-bg-hsl: 0, 0%, 100%;
  --mw1-color-contrast-high-hsl: 230, 7%, 23%;
  --mw1-color-contrast-higher-hsl: 230, 13%, 9%;
  --mw1-color-contrast-lower-hsl: 240, 4%, 85%;
  --mw1-color-contrast-medium-hsl: 225, 4%, 47%;
  --mw1-color-bg-light-hsl: 0, 0%, 100%;
  --mw1-color-bg-dark-hsl: 240, 4%, 95%;
  --mw1-color-white-hsl: 0, 0%, 100%;
  --mw1-color-primary-darker-hsl: 250, 84%, 38%;
  --mw1-color-primary-light-hsl: 250, 84%, 60%;
  /* spacing */
  --mw1-space-3xs: 0.25rem;
  --mw1-space-2xs: 0.375rem;
  --mw1-space-xs: 0.5rem;
  --mw1-space-sm: 0.75rem;
  /* typography */
  --mw1-text-sm: 0.833rem;
}

@media(min-width: 64rem){
  :root {
    /* spacing */
    --mw1-space-3xs: 0.375rem;
    --mw1-space-2xs: 0.5625rem;
    --mw1-space-xs: 0.75rem;
    --mw1-space-sm: 1.125rem;
    /* typography */
    --mw1-text-sm: 1rem;
  }
}

/* buttons */

.mw1-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  background: hsl(var(--mw1-color-bg-dark-hsl));
  color: hsl(var(--mw1-color-contrast-higher-hsl));
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  padding: var(--mw1-space-2xs) var(--mw1-space-sm);
  border-radius: 0.25em;
}

/* component */

.ql-menu {
  --menu-vertical-gap: 4px;
  /* vertical gap between the Menu element and its control */
  --menu-item-padding: var(--mw1-space-3xs) var(--mw1-space-xs);
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  /* top/left position set in JS */
  z-index: 5;
  width: 220px;
  padding: 20px;
  border-radius: 0.25em;
  margin-top: var(--menu-vertical-gap);
  margin-bottom: var(--menu-vertical-gap);
  overflow: auto;
  /* use rem units */
  --space-unit: 1rem;
  --text-unit: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
}

.menu--is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s;
}

.menu--overlay {
  z-index: 15;
}

.menu__content {
  display: flex;
  align-items: center;
  padding: var(--menu-item-padding);
  text-decoration: none;
  /* reset link style */
  color: hsl(var(--mw1-color-contrast-high-hsl));
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
}

/* --------------------------------

File#: 1_countup
Title: CountUp
Descr: A widget to animate a numerical value by counting to it
Usage: codyhouse.co/license

-------------------------------- */

.countup {
  font-feature-settings: "proportional-nums";
  font-variant-numeric: proportional-nums;
  opacity: 0;
}

.countup--is-visible {
  opacity: 1;
}

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

.team-block::after {
  content: '';
  flex-grow:1;
  flex-basis:287px;
}

.sus-blocks::after {
  content: '';
  flex-grow:1;
  flex-basis:50%;
}

/* .values-blocks::after {
  content: '';
  flex-grow:1;
  flex-basis:400px;
} */

.process_swiper > * .swiper-slide-active img {
  filter: saturate(1);
}

/* #arrowAnim {

  display: flex;
  justify-content: right;
  align-items: center;
} */

/* .arrow {
  width: 5vw;
  height: 5vw;
  border: 2.5vw solid;
  border-color: black transparent transparent black;
  transform: rotate(-45deg);
} */

/* .arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite; 
          animation: slide 4s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s; 
    animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s; 
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    100% { opacity:0; transform: translateX(15vw); }	
   80% { opacity:1; transform: translateX(9vw); }	
   20% { opacity:1; transform: translateX(-9vw); }	
  0% { opacity:0; transform: translateX(-15vw); }	
}
@keyframes slide {
    100% { opacity:0; transform: translateX(15vw); }	
   80% { opacity:1; transform: translateX(9vw); }	
   20% { opacity:1; transform: translateX(-9vw); }	
  0% { opacity:0; transform: translateX(-15vw); }	
}



.arrow::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 2em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(45deg);
	vertical-align: top;
	width: 2em;
}

.arrow.right:before {
	left: 0;
	transform: rotate(45deg);
} */

.animate-bouncing {
  -webkit-animation: bouncing 2s ease-in-out 7;
          animation: bouncing 2s ease-in-out 7;
}

@-webkit-keyframes bouncing {
  0%, 100% {
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  50% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
}

@keyframes bouncing {
  0%, 100% {
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  50% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
}

@media (max-width: 680px){
  .article-wrapper ul {
    align-self: flex-start;
  }
}

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

.placeholder\:text-aa-white:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.hover\:bg-aa-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-aa-brown\/50:hover {
  background-color: rgb(63 43 47 / 0.5);
}

.hover\:fill-aa-green:hover {
  fill: #91A186;
}

.hover\:fill-aa-brown\/50:hover {
  fill: rgb(63 43 47 / 0.5);
}

.hover\:fill-aa-white\/100:hover {
  fill: rgb(255 255 255 / 1);
}

.hover\:fill-aa-orange:hover {
  fill: #ED7447;
}

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

.hover\:text-aa-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(237 116 71 / var(--tw-text-opacity));
}

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

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:mix-blend-normal:hover {
  mix-blend-mode: normal;
}

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

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

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

.focus\:placeholder\:text-aa-white\/30:focus::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.focus\:placeholder\:text-aa-white\/30:focus:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.focus\:placeholder\:text-aa-white\/30:focus::placeholder {
  color: rgb(255 255 255 / 0.3);
}

@media (min-width: 640px) {
  .sm\:text-35 {
    font-family:activ-semi;
    font-size: 35px;
    line-height: 38px;
  }

  .sm\:global-y-gap {
    row-gap: 47px;
  }

  .sm\:bottom-\[7\%\] {
    bottom: 7%;
  }

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

  .sm\:bottom-\[73px\] {
    bottom: 73px;
  }

  .sm\:top-\[-77px\] {
    top: -77px;
  }

  .sm\:z-40 {
    z-index: 40;
  }

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

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

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

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

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
  }

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

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

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

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

  .sm\:mr-\[50px\] {
    margin-right: 50px;
  }

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

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

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

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

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

  .sm\:ml-\[-80px\] {
    margin-left: -80px;
  }

  .sm\:ml-\[-60px\] {
    margin-left: -60px;
  }

  .sm\:ml-\[-37px\] {
    margin-left: -37px;
  }

  .sm\:ml-\[-54px\] {
    margin-left: -54px;
  }

  .sm\:ml-\[-43px\] {
    margin-left: -43px;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[5\/3\] {
    aspect-ratio: 5 / 3;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:basis-\[200px\] {
    flex-basis: 200px;
  }

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

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

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

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

  .sm\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

  .sm\:gap-x-\[47px\] {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }

  .sm\:border-t-\[1\.1px\] {
    border-top-width: 1.1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:fill-aa-yellow {
    fill: #DFCD63;
  }

  .sm\:p-\[40px\] {
    padding: 40px;
  }

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

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

  .sm\:pl-\[30px\] {
    padding-left: 30px;
  }

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

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

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

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

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

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

  .sm\:opacity-40 {
    opacity: 0.4;
  }
}

@media (min-width: 768px) {
  .md\:text-20 {
    font-size: 20px;
    line-height: 24px;
  }

  .md\:global-margin {
    margin-left: 20px;
    margin-right: 20px;
  }

  @media (min-width: 640px) {
    .md\:global-margin {
      margin-left: 40px;
      margin-right: 40px;
    }
  }

  @media (min-width: 1024px) {
    .md\:global-margin {
      margin-left: 50px;
      margin-right: 50px;
    }
  }

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

  .md\:right-\[50px\] {
    right: 50px;
  }

  .md\:bottom-\[10\%\] {
    bottom: 10%;
  }

  .md\:left-\[-309px\] {
    left: -309px;
  }

  .md\:top-\[-150px\] {
    top: -150px;
  }

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

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

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

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

  .md\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

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

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

  .md\:ml-\[40px\] {
    margin-left: 40px;
  }

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

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

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

  .md\:ml-\[-14px\] {
    margin-left: -14px;
  }

  .md\:ml-\[-7px\] {
    margin-left: -7px;
  }

  .md\:ml-\[13px\] {
    margin-left: 13px;
  }

  .md\:ml-\[-4px\] {
    margin-left: -4px;
  }

  .md\:ml-\[14px\] {
    margin-left: 14px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

  .md\:gap-y-\[20px\] {
    row-gap: 20px;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

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

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-l-\[1\.1px\] {
    border-left-width: 1.1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:p-\[50px\] {
    padding: 50px;
  }

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

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

  .md\:opacity-50 {
    opacity: 0.5;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[10\%\] {
    bottom: 10%;
  }

  .lg\:left-\[-138px\] {
    left: -138px;
  }

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

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

  .lg\:ml-\[18px\] {
    margin-left: 18px;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1280\/563\] {
    aspect-ratio: 1280 / 563;
  }

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

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

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

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

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:p-\[60px\] {
    padding: 60px;
  }

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:bottom-\[10\%\] {
    bottom: 10%;
  }

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

  .xl\:top-\[-48px\] {
    top: -48px;
  }

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

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

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

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

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

  .xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .xl\:ml-\[-59px\] {
    margin-left: -59px;
  }

  .xl\:ml-\[-53px\] {
    margin-left: -53px;
  }

  .xl\:ml-\[-37px\] {
    margin-left: -37px;
  }

  .xl\:ml-\[-43px\] {
    margin-left: -43px;
  }

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

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

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

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

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

  .xl\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

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

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-x-\[47px\] {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }

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

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

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

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

  .\32xl\:h-\[260px\] {
    height: 260px;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }
}