@import url("https://fonts.googleapis.com/css2?family=Roboto:opsz,wght@8..144,100..900&display=swap");
/*
! tailwindcss v3.3.2 | 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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1220px){
  .container{
    max-width: 1220px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-\[calc\(50\%_-_2px\)\]{
  left: calc(50% - 2px);
}
.right-0{
  right: 0px;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[25\]{
  z-index: 25;
}
.z-\[3\]{
  z-index: 3;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.m-2{
  margin: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.\!inline-flex{
  display: inline-flex !important;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-4\/3{
  aspect-ratio: 4 / 3;
}
.aspect-\[11\/7\]{
  aspect-ratio: 11/7;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-5{
  height: 1.25rem;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[320px\]{
  height: 320px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[80px\]{
  max-height: 80px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.w-1\/2{
  width: 50%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-5{
  width: 1.25rem;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[calc\(50\%_\+_2px\)\]{
  width: calc(50% + 2px);
}
.w-full{
  width: 100%;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.translate-x-6{
  --tw-translate-x: 1.5rem;
  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-4{
  --tw-translate-y: 1rem;
  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));
}
.scroll-mt-\[200px\]{
  scroll-margin-top: 200px;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.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;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-br-\[56px\]{
  border-bottom-right-radius: 56px;
}
.border{
  border-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-slate-grey-1{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}
.border-b-wind-grey-2{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 209 221 / var(--tw-border-opacity));
}
.border-l-sunset-purple-1{
  --tw-border-opacity: 1;
  border-left-color: rgb(88 0 95 / var(--tw-border-opacity));
}
.border-t-wind-grey-2{
  --tw-border-opacity: 1;
  border-top-color: rgb(210 209 221 / var(--tw-border-opacity));
}
.bg-slate-grey-1{
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity));
}
.bg-slate-grey-5{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-sunset-purple-1{
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.bg-sunset-purple-4{
  --tw-bg-opacity: 1;
  background-color: rgb(239 229 238 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-wind-grey-1{
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
}
.bg-wind-grey-4{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 247 / var(--tw-bg-opacity));
}
.bg-wind-grey-5{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(180deg\2c white_0\%\2c white_20\%\2c \#D2D1DD_20\%\)\]{
  background-image: linear-gradient(180deg,white 0%,white 20%,#D2D1DD 20%);
}
.fill-slate-grey-1{
  fill: #494949;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pr-4{
  padding-right: 1rem !important;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[138px\]{
  padding-top: 138px;
}
.pt-\[184px\]{
  padding-top: 184px;
}
.pt-\[96px\]{
  padding-top: 96px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-roboto{
  font-family: "Roboto", sans-serif;
}
.\!text-\[16px\]{
  font-size: 16px !important;
}
.\!text-body-lg{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-body{
  font-size: 1.125rem;
  line-height: 1.625;
}
.text-body-lg{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-body-sm{
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.text-h1{
  font-size: 3.5rem;
  line-height: 4.125rem;
}
.text-h2{
  font-size: 2.5rem;
  line-height: 3rem;
}
.text-h3{
  font-size: 2rem;
  line-height: 2.375rem;
}
.text-h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-intro{
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.text-label{
  font-size: 1rem;
  line-height: 	1.25rem;
  letter-spacing: 0.02rem;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-\[500\]{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.\!normal-case{
  text-transform: none !important;
}
.leading-tight{
  line-height: 1.25;
}
.text-\[\#BC99BF\]{
  --tw-text-opacity: 1;
  color: rgb(188 153 191 / var(--tw-text-opacity));
}
.text-slate-grey-1{
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}
.text-sunset-purple-1{
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.text-sunset-purple-2{
  --tw-text-opacity: 1;
  color: rgb(188 153 191 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-wind-grey-2{
  --tw-text-opacity: 1;
  color: rgb(210 209 221 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-70{
  opacity: 0.7;
}
.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;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Global */
html{
  scroll-behavior: smooth;
}

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

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/morven/dist/fonts/Roboto-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 20px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

p, p a {
  word-break: break-word;
}

/** Custom ACF choices **/
.bg--transparent{
  background-color: transparent;
}

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

.bg--grey{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}

.bg--purple{
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
}

.bg--light-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}

.text-balance {
  text-wrap: pretty;
  text-wrap: balance;
}

h1{
  font-size: 3.5rem;
  line-height: 4.125rem;
  font-weight: 700;
}

h2{
  font-size: 28px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  line-height: 1.25;
}

h3{
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
}

h4{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

p.body-sm{
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
}

p.body{
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}

p.body-lg{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

p.intro{
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 300;
}

.label-lg{
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  font-weight: 400;
  text-transform: uppercase;
}

.label{
  font-size: 1rem;
  line-height: 	1.25rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  text-transform: uppercase;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol{
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5{
  margin-top: 2rem;
}
.wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child{
  margin-top: 0px;
}
.wysiwyg ol{
  margin-left: 1rem;
  font-family: "Roboto", sans-serif;
  list-style-type: auto;
}
.wysiwyg ul{
  margin-left: 1rem;
  font-family: "Roboto", sans-serif;
  list-style-type: disc;
}

/* Utilities */
.full-container{
  margin-left: 5%;
  display: flex;
  height: 100%;
  width: 90%;
  max-width: 992px;
  flex-direction: row;
  align-items: flex-end;
}

.video-container{
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
.video-container iframe{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.btn-container:hover {
  cursor: pointer;
}

.circle-btn{
  position: relative;
  display: flex;
  height: 48px;
  width: 48px;
  transform-origin: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-btn .circle-btn--icon-wrapper{
  position: absolute;
  left: 12px;
  top: 12px;
  height: 24px;
  width: 24px;
}
.circle-btn .circle-btn--icon{
  height: 24px;
  width: 24px;
  transform-origin: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-btn.diagonal .circle-btn--icon-wrapper{
  left: 7px;
  top: 7px;
  height: 34px;
  width: 34px;
}
.circle-btn.diagonal .circle-btn--icon{
  height: 34px;
  width: 34px;
}
.circle-btn.light-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.circle-btn.light-purple svg{
  fill: #58005F;
}
.circle-btn.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.circle-btn.purple svg{
  fill: #ffffff;
}
.circle-btn.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.circle-btn.white svg{
  fill: #494949;
}
.circle-btn.grey{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}
.circle-btn.grey svg{
  fill: #ffffff;
}
.circle-btn.right .circle-btn--icon.hover {
  transform: translate(calc(-50% - 48px));
}
.circle-btn.diagonal .circle-btn--icon.hover {
  transform: translate(calc(-50% - 48px), calc(50% + 48px));
}
.circle-btn.left .circle-btn--icon.hover {
  transform: translate(calc(50% + 48px));
}
.circle-btn.down .circle-btn--icon.hover {
  transform: translateY(calc(-50% - 48px));
}

.btn-container:hover .circle-btn.right .circle-btn--icon.active {
  transform: translate(calc(-50% + 48px));
}

.btn-container:hover .circle-btn.diagonal .circle-btn--icon.active {
  transform: translate(calc(50% + 48px), calc(-50% - 48px));
}

.btn-container:hover .circle-btn.left .circle-btn--icon.active {
  transform: translate(calc(50% - 48px));
}

.btn-container:hover .circle-btn.down .circle-btn--icon.active {
  transform: translateY(calc(-50% + 48px));
}

.btn-container:hover .circle-btn.right .circle-btn--icon.hover {
  transform: translate(calc(-50% + 12px));
}

.btn-container:hover .circle-btn.diagonal .circle-btn--icon.hover {
  transform: translate(calc(50% - 16px), calc(-50% + 16px));
}

.btn-container:hover .circle-btn.left .circle-btn--icon.hover {
  transform: translate(50%);
}

.btn-container:hover .circle-btn.down .circle-btn--icon.hover {
  transform: translateY(calc(-50% + 12px));
}

.circle-chevron-btn{
  position: relative;
  height: 3rem;
  width: 3rem;
  transform-origin: center;
  overflow: hidden;
  border-radius: 9999px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-chevron-btn .circle-chevron-btn--icon-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.circle-chevron-btn .circle-chevron-btn--icon{
  height: 1.5rem;
  width: 1.5rem;
  transform-origin: center;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-chevron-btn.light-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.circle-chevron-btn.light-purple svg{
  fill: #58005F;
}
.circle-chevron-btn.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.circle-chevron-btn.purple svg{
  fill: #ffffff;
}
.circle-chevron-btn.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.circle-chevron-btn.white svg{
  fill: #494949;
}
.circle-chevron-btn.grey{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}
.circle-chevron-btn.grey svg{
  fill: #ffffff;
}

.swiper-button-disabled .circle-chevron-btn{
  background-color: transparent;
}
.swiper-button-disabled .circle-chevron-btn.purple, .swiper-button-disabled .circle-chevron-btn.light-purple{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(188 153 191 / var(--tw-border-opacity));
}
.swiper-button-disabled .circle-chevron-btn.purple svg, .swiper-button-disabled .circle-chevron-btn.light-purple svg{
  fill: #BC99BF;
}
.swiper-button-disabled .circle-chevron-btn.white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(142 140 171 / var(--tw-border-opacity));
}
.swiper-button-disabled .circle-chevron-btn.white svg{
  fill: #8E8CAB;
}
.swiper-button-disabled .circle-chevron-btn.grey{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.swiper-button-disabled .circle-chevron-btn.grey svg{
  fill: #ffffff;
}

.btn-container:hover .circle-chevron-btn.right .circle-chevron-btn--icon {
  transform: translate(3px, 0);
}

.btn-container:hover .circle-chevron-btn.left .circle-chevron-btn--icon {
  transform: translate(-3px, 0);
}

.swiper-button-disabled .btn-container:hover .circle-chevron-btn .circle-chevron-btn--icon {
  transform: none;
  cursor: initial;
}

.swiper-button-disabled, .swiper-button-disabled .btn-container:hover {
  cursor: initial;
}

.virtual-consultation-btn{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .virtual-consultation-btn{
    margin-right: 3rem;
    width: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(88 0 95 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px){
  .virtual-consultation-btn{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.circle-btn--link{
  margin-left: 0.75rem;
  border-bottom-width: 1px;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 700;
}

.btn-container:hover .circle-btn--link.white{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.btn-container:hover .circle-btn--link.grey{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.btn-container:hover .circle-btn--link.light-purple{
  --tw-border-opacity: 1;
  border-color: rgb(233 232 238 / var(--tw-border-opacity));
}

.btn-container:hover .circle-btn--link.purple{
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
}

.link-btn-hover {
  transform: translate(-50px);
}

.btn-arrow-sm .circle-btn{
  height: 2rem;
  width: 2rem;
}
.btn-arrow-sm .circle-btn .circle-btn--icon-wrapper{
  left: 0.5rem;
  top: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.btn-arrow-sm .circle-btn .circle-btn--icon{
  height: 1rem;
  width: 1rem;
}
.btn-arrow-sm:hover .circle-btn.right .circle-btn--icon.hover {
  transform: translate(calc(-50% + 8px));
}

@media (min-width: 768px) {
  .peekaboo{
    position: absolute;
    top: -2.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: calc(100% + 2.75rem);
  }
  .peekaboo img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .peekaboo-text{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2.5rem;
    width: auto;
    min-width: 130px;
    --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));
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(73 73 73 / var(--tw-text-opacity));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    line-height: 	1.25rem;
    letter-spacing: 0.02rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .peekaboo-container:hover .peekaboo{
    top: -2.75rem;
  }
  .peekaboo-container:hover .peekaboo img{
    opacity: 0.6;
  }
  .peekaboo-container:hover .peekaboo .peekaboo-text{
    opacity: 1;
  }
}
.peekaboo-mask{
  position: absolute;
  left: 0px;
  bottom: -1rem;
  grid-column: span 12 / span 12;
  display: none;
  height: 1rem;
  width: 100%;
}
@media (min-width: 768px){
  .peekaboo-mask{
    display: block;
  }
}

.form-wrap h2{
  margin-bottom: 1.5rem;
}
.form-wrap h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.form-wrap .gfield--type-html:has(+ .gfield--type-textarea) h3{
  margin-bottom: 0px;
}
.form-wrap p{
  margin-bottom: 1.5rem;
  font-size: 18px;
}
.form-wrap p.gform_label{
  margin-bottom: 0px;
  font-weight: 700;
}
.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap input[type=number],
.form-wrap select,
.form-wrap textarea{
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-wrap input[type=text]:active, .form-wrap input[type=text]:focus,
.form-wrap input[type=email]:active,
.form-wrap input[type=email]:focus,
.form-wrap input[type=number]:active,
.form-wrap input[type=number]:focus,
.form-wrap select:active,
.form-wrap select:focus,
.form-wrap textarea:active,
.form-wrap textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input{
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline-style: solid;
  outline-offset: 1px;
  outline-color: transparent;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:active, .form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:checked {
  box-shadow: inset 0 0 0 3px white;
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input{
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline-style: solid;
  outline-offset: 1px;
  outline-color: transparent;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:active, .form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:checked {
  box-shadow: inset 0 0 0 3px white;
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.form-wrap .ginput_container_consent{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-wrap .ginput_container_consent input{
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline-style: solid;
  outline-offset: 1px;
  outline-color: transparent;
}
.form-wrap .ginput_container_consent input:checked {
  box-shadow: inset 0 0 0 3px white;
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.form-wrap .ginput_container_consent .gfield_consent_label{
  margin-left: 0.5rem;
  font-size: 16px;
}
.form-wrap .custom-gf-submit{
  margin-left: auto;
  display: inline-flex;
  height: 3rem;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-wrap .custom-gf-submit svg{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-wrap .custom-gf-submit:hover svg{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_validation_message,
.form-wrap .gform_wrapper.gravity-theme .validation_message{
  border-radius: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(239 229 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 229 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_error label,
.form-wrap .gform_wrapper.gravity-theme .gfield_error legend{
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gform_validation_errors,
.form-wrap .gform_required_legend{
  display: none;
}
.form-wrap .gform_wrapper.gravity-theme fieldset.gfield--type-radio,
.form-wrap .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox,
.form-wrap .gform_wrapper.gravity-theme .gfield--type-textarea,
.form-wrap .gform_wrapper.gravity-theme .gfield--type-text,
.form-wrap .gform_wrapper.gravity-theme .gfield--type-email{
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
}
.form-wrap .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_label,
.form-wrap .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_label,
.form-wrap .gform_wrapper.gravity-theme .gfield--type-textarea .gfield_label,
.form-wrap .gform_wrapper.gravity-theme .gfield--type-text .gfield_label,
.form-wrap .gform_wrapper.gravity-theme .gfield--type-email .gfield_label{
  margin-bottom: 1.5rem;
  font-size: 18px;
}
.form-wrap .gform_wrapper.gravity-theme .gfield--type-address{
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
}
.form-wrap .gform_wrapper.gravity-theme .gfield--type-address .gfield_label{
  font-size: 18px;
}

/* Partials */
.header {
  transition: transform 500ms ease-out;
  position: fixed;
  top: 0px;
  z-index: 9999;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.header .header--inner{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px){
  .header .header--inner{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.header .header-logo{
  display: block;
}
.header .header-logo-min{
  display: none;
}

@media (min-width: 768px){
  .page-404 .header{
    position: relative;
  }
}

.header.scrolled {
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.05);
}
.header.scrolled .header-logo{
  display: block;
}
@media (min-width: 768px){
  .header.scrolled .header-logo{
    display: none;
  }
}
.header.scrolled .header-logo-min{
  display: none;
}
@media (min-width: 768px){
  .header.scrolled .header-logo-min{
    display: block;
  }
  .header.scrolled .header--inner{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.header-logo {
  width: 145px;
  height: 64px;
}
@media (min-width: 768px) {
  .header-logo {
    width: 200px;
    height: 88px;
  }
}

.header-logo-min {
  width: 62px;
  height: 62px;
}

.nav-underline:after {
  content: "";
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  transform-origin: bottom right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.nav-underline:hover:after {
  transform-origin: bottom left;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[x-cloak] {
  display: none !important;
}

.footer{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer .footer--primary{
  margin-top: 2rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px){
  .footer .footer--primary{
    margin-left: auto;
    margin-top: 0px;
    width: 50%;
  }
}
@media (min-width: 1280px){
  .footer .footer--primary{
    width: 33.333333%;
  }
}
.footer .footer--primary .footer--primary-menu{
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer--primary .footer--primary-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .footer .footer--primary .footer--primary-menu{
    margin-top: 0px;
  }
}
.footer .footer--primary .footer--primary-menu li a{
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer .footer--primary .footer--primary-menu li a:hover{
  opacity: 0.5;
}
.footer .footer--secondary{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){
  .footer .footer--secondary{
    gap: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer .footer--secondary a{
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .footer .footer--secondary a{
    width: auto;
  }
}
.footer .footer--secondary a:hover{
  opacity: 0.5;
}
.footer .footer--secondary-menu{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .footer .footer--secondary-menu{
    margin-bottom: 0px;
    gap: 1.5rem;
  }
}
.footer .footer--secondary-menu ul, .footer .footer--secondary-menu li{
  width: 100%;
}
@media (min-width: 768px){
  .footer .footer--secondary-menu ul, .footer .footer--secondary-menu li{
    width: auto;
  }
}

.salad-link{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.consultation-notice{
  pointer-events: none;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 8;
  display: none;
  width: calc(100% - 4rem);
}

@media (min-width: 768px){
  .consultation-notice{
    width: 100%;
    max-width: 400px;
  }
}

@media (min-width: 1024px){
  .consultation-notice{
    bottom: 3rem;
  }
}
.consultation-notice.active{
  pointer-events: auto;
  display: block;
  opacity: 1;
}
.consultation-notice.hide{
  pointer-events: none;
  display: none;
  opacity: 0;
}
.consultation-notice .consultation-notice-inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
.consultation-notice .consultation-notice-inner h4{
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.consultation-notice .consultation-notice-inner p{
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(222 205 223 / var(--tw-text-opacity));
}
.consultation-notice .close{
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.consultation-notice .close span{
  position: relative;
  height: 2px;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.consultation-notice .close span:before {
  content: "";
  position: absolute;
  inset: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.consultation-notice .consultation-notice-btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.consultation-notice .consultation-notice-btn span{
  margin-left: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 600;
}

.popup-modal{
  position: fixed;
  inset: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.popup-modal.active{
  display: flex;
}
.popup-modal.hide{
  display: none;
}
.popup-modal .popup-modal-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 1;
}
.popup-modal .popup-modal-body{
  position: relative;
  margin: 2.5rem;
  display: block;
  width: 91.666667%;
  max-width: 480px;
  border-bottom-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.popup-modal .popup-modal-body .popup-modal-close{
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.popup-modal .popup-modal-body .popup-modal-close span{
  position: relative;
  display: block;
  height: 2px;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.popup-modal .popup-modal-body .popup-modal-close span:before {
  content: "";
  position: absolute;
  inset: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* PRIMARY MENU */
.nav-main > ul{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-main > ul .menu-item > a{
  position: relative;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 1280px){
  .nav-main > ul .menu-item > a{
    font-size: 1.125rem;
    line-height: 1.625;
  }
}
.nav-main > ul .menu-item.current-menu-item > a, .nav-main > ul .menu-item.current_page_item > a, .nav-main > ul .menu-item.current-menu-parent > a, .nav-main > ul .menu-item.current-menu-ancestor > a{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.nav-main > ul .menu-item.current-menu-item > a:hover:after, .nav-main > ul .menu-item.current_page_item > a:hover:after, .nav-main > ul .menu-item.current-menu-parent > a:hover:after, .nav-main > ul .menu-item.current-menu-ancestor > a:hover:after {
  display: none !important;
}

/* Menu Button */
.menu-button{
  z-index: 9998;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-button span{
  position: relative;
  display: block;
  height: 2px;
  width: 21px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.menu-button span:before, .menu-button span:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.menu-button span:before{
  top: -0.5rem;
}
.menu-button span:after{
  top: 0.5rem;
}
.menu-button.close span{
  background-color: transparent;
}
.menu-button.close span:before, .menu-button.close span:after{
  top: 0px;
}
.menu-button.close span:before {
  transform: rotate(45deg);
}
.menu-button.close span:after {
  transform: rotate(-45deg);
}

/* Mobile Menu - Utilities */
.mobile--menu{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 9999;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}
@media (min-width: 1024px){
  .mobile--menu{
    display: none;
  }
}
.mobile--menu .mobile-menu--menu{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  padding: 1rem;
}
.mobile--menu .mobile-menu--header{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.mobile--menu .mobile-menu--button{
  width: 100%;
}
.mobile--menu .mobile--menu-close{
  margin-right: 21px;
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile--menu .mobile--menu-close svg{
  fill: #ffffff;
}
.mobile--menu .menu--mobile{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.mobile--menu .menu--mobile > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.mobile--menu .menu--mobile{
  padding: 1.5rem;
}
.mobile--menu .menu--mobile .menu-item.active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@keyframes rotateMinus90 {
  to {
    transform: rotate(-90deg);
  }
}
@keyframes rotateMinus90Pause {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-90deg);
  }
  80% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.circle-mask-animate {
  animation: rotateMinus90Pause 8s infinite;
  animation-timing-function: linear;
}

.subtract-img {
  /* transform-origin: bottom right !important; */
  /* transform: rotate(-45deg); */
}
.subtract-img:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  width: 200%;
  height: 100%;
  background-color: #58005F;
}
.subtract-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  width: 100%;
  height: 200%;
  background-color: #58005F;
}

.clip-addition {
  clip-path: url("{{theme.url}}/src/images/addition.svg#addition-clip");
}

.clip-parent {
  position: relative;
  width: 100%;
  height: 100%;
}

.clip-child {
  width: 100%;
  height: 100%;
  clip-path: circle(50vw at 0% 100%);
  transform-origin: 100% 100%; /* bottom right */
}

.hero-text .hero-text-wrap{
  width: 100%;
}

@media (min-width: 1024px){
  .hero-text .hero-text-wrap{
    width: 75%;
  }
}

@media (min-width: 1280px){
  .hero-text .hero-text-wrap{
    width: 66.666667%;
  }
}
.hero-text .hero-text-wrap h1{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px){
  .hero-text .hero-text-wrap h1{
    font-size: 40px;
  }
}
@media (min-width: 1280px){
  .hero-text .hero-text-wrap h1{
    font-size: 56px;
  }
}
.hero-text .hero-text-wrap .wysiwyg p{
  font-size: 1.125rem;
  line-height: 1.625;
}
@media (min-width: 1024px){
  .hero-text .hero-text-wrap .wysiwyg p{
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .hero-text-image .hero-text-wrap{
    padding-right: 2rem;
  }
}
.hero-text-image .hero-text-wrap h1{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px){
  .hero-text-image .hero-text-wrap h1{
    font-size: 40px;
  }
}
@media (min-width: 1280px){
  .hero-text-image .hero-text-wrap h1{
    font-size: 56px;
  }
}
.hero-text-image .hero-text-wrap .wysiwyg p{
  font-size: 1.125rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .hero-text-image .hero-text-wrap .wysiwyg p{
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.hero-text-image .hero-image-wrap{
  display: flex;
  flex-direction: column;
}
.hero-text-image .hero-image-wrap .hero-image{
  position: relative;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-text-image .hero-image-wrap .hero-image img{
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.hero-text-image .hero-image-wrap .hero-image-caption{
  position: relative;
  margin-left: auto;
  margin-top: 1rem;
  display: inline-block;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.post-card{
  position: relative;
  height: 100%;
  width: 100%;
}
.post-card > a{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.post-card .post-card-image{
  aspect-ratio: 3 / 2;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.post-card .post-card-image img{
  display: block;
  height: 100%;
  width: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  will-change: transform;
}
.post-card .post-card-content{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}
.post-card .post-card-content h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.post-card .post-card-content p{
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 100;
}
.post-card:hover > a{
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}
.post-card:hover .post-card-image img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

/* Layouts */
.project-stats-row{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){
  .project-stats-row{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.project-stats-row .project-stats-list{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1024px){
  .project-stats-row .project-stats-list{
    width: 58.333333%;
  }
}
.project-stats-row .project-stat{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 112px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px){
  .project-stats-row .project-stat{
    height: 112px;
  }
}
.project-stats-row .project-stat .project-stat-icon{
  position: relative;
  height: 5rem;
  width: 5rem;
  border-radius: 9999px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-stats-row .project-stat .project-stat-icon .project-stat-icon-purple,
.project-stats-row .project-stat .project-stat-icon .project-stat-icon-white{
  position: absolute;
  inset: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.project-stats-row .project-stat .project-stat-icon .project-stat-icon-white{
  opacity: 0;
}
.project-stats-row .project-stat span{
  width: calc(100% - 48px);
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px){
  .project-stats-row .project-stat span{
    font-size: 18px;
  }
}
@media (min-width: 1280px){
  .project-stats-row .project-stat span{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.project-stats-row.in-view{
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.project-stats-row.in-view .project-stat{
  --tw-border-opacity: 1;
  border-color: rgb(188 153 191 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.project-stats-row.in-view .project-stat .project-stat-icon .project-stat-icon-purple{
  opacity: 0;
}
.project-stats-row.in-view .project-stat .project-stat-icon .project-stat-icon-white{
  opacity: 1;
}

.timeline-row{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .timeline-row{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.timeline-row .timeline-container{
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.timeline-row .timeline-sidebar{
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
}
@media (min-width: 1024px){
  .timeline-row .timeline-sidebar{
    position: sticky;
    top: 45%;
    margin-bottom: 132px;
    width: 41.666667%;
  }
}
.timeline-row .timeline-item{
  position: relative;
  margin-left: 2rem;
  display: flex;
  width: calc(100% - 32px);
  flex-direction: row;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(188 153 191 / var(--tw-border-opacity));
  padding-left: 3.5rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(188 153 191 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .timeline-row .timeline-item{
    margin-left: 0px;
    width: 100%;
    padding-left: 6rem;
  }
}
.timeline-row .timeline-item:last-of-type{
  border-left-color: transparent;
}
.timeline-row .timeline-item .timeline-item-number{
  position: absolute;
  top: 0px;
  left: -32px;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
  font-size: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .timeline-row .timeline-item .timeline-item-number{
    left: -40px;
    height: 5rem;
    width: 5rem;
    font-size: 40px;
  }
}
.timeline-row .timeline-item .timeline-item-content h3{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 2.375rem;
}
@media (min-width: 768px){
  .timeline-row .timeline-item .timeline-item-content h3{
    margin-top: 1.25rem;
  }
}
.timeline-row .timeline-item .timeline-item-content .wysiwyg{
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}
.timeline-row .timeline-item.active-timeline-item{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row .timeline-item.active-timeline-item .timeline-item-number{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row .timeline-item.last-active-timeline-item{
  --tw-border-opacity: 1;
  border-left-color: rgb(188 153 191 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row.in-view{
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}

.news-card-slide {
  height: auto !important;
  width: 100%;
}

.home-news-container{
  position: relative;
}
.home-news-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 2rem;
  display: block;
  aspect-ratio: 1 / 1;
  width: calc(100% - 4rem);
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .home-news-container:after{
    left: 0px;
    width: 66.666667%;
  }
}
@media (min-width: 1024px){
  .home-news-container:after{
    top: auto;
    bottom: 0px;
    width: 50%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 9999px;
  }
}

.benefits{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .benefits > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .benefits{
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-left-color: rgb(222 205 223 / var(--tw-border-opacity));
  }
}

.benefit{
  position: relative;
  opacity: 0.5;
}
.benefit:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -3px;
  display: none;
  height: 0px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 768px){
  .benefit:before{
    display: block;
  }
}
.benefit.active{
  opacity: 1;
}
.benefit.active:before{
  height: 100%;
}

.centered-image-row{
  position: relative;
  width: 100%;
}
.centered-image-row .w--small{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .centered-image-row .w--small{
    width: 50%;
  }
}
.centered-image-row .w--normal{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .centered-image-row .w--normal{
    width: 66.666667%;
  }
  .centered-image-row .w--large{
    width: 100%;
  }
}
.centered-image-row img{
  display: block;
  height: auto;
  width: 100%;
}

.homepage-grid--grid{
  position: relative;
  z-index: 9997;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 4rem;
}

@media (min-width: 768px){
  .homepage-grid--grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .homepage-grid--grid{
    row-gap: 5rem;
  }
}
.homepage-grid--grid .wysiwyg{
  font-weight: 400;
}
.homepage-grid--grid .grid-item img{
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  .homepage-grid--grid .grid-item.staggered{
    margin-top: 33%;
  }
}

.information-grid-row{
  width: 100%;
}
.information-grid-row .row-header{
  margin-bottom: 4rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 768px){
  .information-grid-row .row-header{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.information-grid-row .row-header .wysiwyg{
  font-size: 1.125rem;
  line-height: 1.625;
}
@media (min-width: 1024px){
  .information-grid-row .row-header .wysiwyg{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.information-grid-row .row-header .information-grid--header{
  grid-column: span 1 / span 1;
}
@media (min-width: 768px){
  .information-grid-row .row-header .information-grid--header{
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1024px){
  .information-grid-row .row-header .information-grid--header{
    grid-column: span 1 / span 1;
  }
}
.information-grid-row .row-header .information-grid--stats{
  grid-column: span 1 / span 1;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 640px){
  .information-grid-row .row-header .information-grid--stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .information-grid-row .row-header .information-grid--stats{
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1024px){
  .information-grid-row .row-header .information-grid--stats{
    grid-column: span 1 / span 1;
  }
}
.information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 83.333333%;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble{
    width: 100%;
    max-width: none;
  }
}
.information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble span {
  text-wrap: balance;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 400;
}
@media (min-width: 1024px){
  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble span{
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble p {
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 85%;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}
@media (min-width: 1024px){
  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble p{
    font-size: 0.8125rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
@media (min-width: 1280px){
  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.information-grid-row .information-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
@media (min-width: 768px){
  .information-grid-row .information-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .information-grid-row .information-grid.cols--3{
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.information-grid-row .information-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.information-grid-row .information-card .card-image{
  position: relative;
  margin-bottom: 2.5rem;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
.information-grid-row .information-card .card-image img, .information-grid-row .information-card .card-image video{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information-grid-row .information-card .card-heading{
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  .information-grid-row .information-card .card-heading{
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.information-grid-row .information-card .card-text{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}
.information-grid-row .information-card .card-text strong{
  font-weight: 700;
}
.information-grid-row .information-card .card-text p{
  margin-bottom: 1rem;
}
.information-grid-row .information-card .card-text ul{
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
}
.information-grid-row .information-card .card-text ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.information-grid-row .information-card .card-text ul{
  padding-left: 1.25rem;
}
.information-grid-row .information-card .card-text ul *::marker{
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ul::marker{
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ol{
  display: flex;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
}
.information-grid-row .information-card .card-text ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.information-grid-row .information-card .card-text ol{
  padding-left: 1.25rem;
}
.information-grid-row .information-card .card-text ol *::marker{
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ol::marker{
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ul li a, .information-grid-row .information-card .card-text ol li a{
  text-decoration-line: underline;
  text-decoration-color: #58005F;
  text-underline-offset: 4px;
}
.information-grid-row .information-card .card-text ul li a:hover, .information-grid-row .information-card .card-text ol li a:hover{
  text-decoration-color: #ffffff;
}
.information-grid-row .information-card .card-text:last-child{
  margin-bottom: 0px;
}
.information-grid-row .information-card .card-button{
  margin-top: auto;
}

.home-blog{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .home-blog{
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.home-blog .home-blog-container{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-blog .home-blog-container:after {
  content: "";
  position: absolute;
  right: 66.666667%;
  top: 0px;
  z-index: 2;
  display: none;
  height: 100%;
  width: 50vw;
}
@media (min-width: 1024px){
  .home-blog .home-blog-container:after{
    display: block;
  }
}
.home-blog .home-blog-header{
  position: relative;
  z-index: 3;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px){
  .home-blog .home-blog-header{
    margin-bottom: 0px;
    width: 33.333333%;
  }
}
.home-blog .home-blog-header .home-blog-title{
  margin-bottom: 1rem;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-blog .home-blog-header .home-blog-text{
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  font-size: 34px;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .home-blog .home-blog-header .home-blog-text{
    width: 75%;
  }
}
.home-blog .home-blog-header .home-blog-buttons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px){
  .home-blog .home-blog-header .home-blog-buttons{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.home-blog .home-blog-header .home-blog-slider-nav{
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px){
  .home-blog .home-blog-header .home-blog-slider-nav{
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn svg{
  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));
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.nav-btn-next{
  margin-left: 1rem;
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.nav-btn-next svg{
  --tw-rotate: -90deg;
  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));
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.nav-btn-prev svg{
  --tw-rotate: 90deg;
  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));
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.swiper-button-disabled svg{
  pointer-events: none;
  cursor: not-allowed;
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.swiper-button-disabled:hover{
  cursor: not-allowed;
}
.home-blog .home-blog-header .home-blog-btn{
  margin-left: auto;
}
@media (min-width: 1024px){
  .home-blog .home-blog-header .home-blog-btn{
    margin-left: 0px;
    margin-top: 1rem;
  }
}
.home-blog .blog-card-slide{
  height: auto;
  width: 100%;
}
@media (min-width: 1024px){
  .home-blog .blog-card-slide{
    width: 50%;
  }
}
.home-blog .blog-card{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.home-blog .blog-card .blog-card-image{
  margin-bottom: 1rem;
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.home-blog .blog-card .blog-card-image img{
  display: block;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  will-change: auto;
}
.home-blog .blog-card .blog-card-title{
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.375;
}
.home-blog .blog-card .blog-card-text{
  margin-bottom: 3.5rem;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}
.home-blog .blog-card .blog-card-text p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-blog .blog-card .btn-arrow-wrap{
  margin-top: auto;
}
.home-blog .blog-card .btn-arrow-wrap svg{
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.home-blog .blog-card:hover .blog-card-image img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.home-blog .blog-card:hover .btn-arrow-wrap svg{
  --tw-translate-x: 100%;
  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));
}

.news-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.spacer-row{
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.spacer-row.m--none{
  height: 0px;
}
.spacer-row.m--sm{
  height: 1.25rem;
}
.spacer-row.m--md{
  height: 2.5rem;
}
.spacer-row.m--lg{
  height: 5rem;
}
@media (min-width: 1024px){
  .spacer-row.d--none{
    height: 0px;
  }
  .spacer-row.d--sm{
    height: 2.5rem;
  }
  .spacer-row.d--md{
    height: 5rem;
  }
  .spacer-row.d--lg{
    height: 10rem;
  }
}

.text-media-row .text-media-container{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1024px){
  .text-media-row .text-media-container.media--right{
    flex-direction: row-reverse;
  }
}
.text-media-row .text-media-container.text--top{
  align-items: flex-start;
}
.text-media-row .text-media-container.text--center{
  align-items: center;
}
.text-media-row .text-media-container.text--bottom{
  align-items: flex-end;
}
.text-media-row .media--col{
  margin-bottom: 2.5rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px){
  .text-media-row .media--col{
    margin-bottom: 0px;
    width: 50%;
  }
}
.text-media-row .media--col .image-container,
.text-media-row .media--col .video-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1024px){
  .text-media-row .media--col .image-container,
.text-media-row .media--col .video-container{
    width: 80%;
  }
}
.text-media-row .media--col .image-container.square,
.text-media-row .media--col .video-container.square{
  aspect-ratio: 1 / 1;
}
.text-media-row .media--col .image-container.square img,
.text-media-row .media--col .video-container.square img{
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-media-row .media--col .image-container.image-border,
.text-media-row .media--col .video-container.image-border{
  isolation: isolate;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-media-row .media--col .image-container.image-border:before,
.text-media-row .media--col .video-container.image-border:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: -1;
  display: block;
}
.text-media-row .media--col .image-container.image-border:after,
.text-media-row .media--col .video-container.image-border:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: -1;
  display: block;
}
.text-media-row .text--col{
  width: 100%;
}
@media (min-width: 1024px){
  .text-media-row .text--col{
    width: 50%;
  }
}
.text-media-row .text--col .text-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1024px){
  .text-media-row .text--col .text-container{
    width: 80%;
  }
}

.wysiwyg{
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}
.wysiwyg > *{
  margin-bottom: 1.5rem;
}
.wysiwyg > :last-child{
  margin-bottom: 0px;
}
.wysiwyg h2{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .wysiwyg h2{
    font-size: 34px;
  }
}
.wysiwyg h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .wysiwyg h3{
    font-size: 28px;
  }
}
.wysiwyg h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .wysiwyg h4{
    font-size: 24px;
  }
}
.wysiwyg h5{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .wysiwyg h5{
    font-size: 20px;
  }
}
.wysiwyg h6{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px){
  .wysiwyg h6{
    font-size: 18px;
  }
}
.wysiwyg ul{
  display: flex;
  width: auto;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
}
.wysiwyg ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wysiwyg ul{
  padding-left: 1.25rem;
}
.wysiwyg ul *::marker{
  font-size: 20px;
  color: rgb(88 0 95 );
}
.wysiwyg ul::marker{
  font-size: 20px;
  color: rgb(88 0 95 );
}
.wysiwyg ol{
  display: flex;
  width: auto;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
}
.wysiwyg ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.wysiwyg ol{
  padding-left: 1.25rem;
}
.wysiwyg ol *::marker{
  font-weight: 500;
  color: rgb(88 0 95 );
}
.wysiwyg ol::marker{
  font-weight: 500;
  color: rgb(88 0 95 );
}
.wysiwyg li{
  width: auto;
}
.wysiwyg li a{
  font-family: "Roboto", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: none;
  text-decoration-color: #58005F;
  text-underline-offset: 4px;
}
.wysiwyg li a:hover{
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.wysiwyg a{
  font-family: "Roboto", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: none;
  text-decoration-color: #58005F;
  text-underline-offset: 4px;
}
.wysiwyg a:hover{
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.wysiwyg a.btn-container{
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}
.wysiwyg a.btn-container:hover{
  text-decoration-line: none;
}
.wysiwyg blockquote{
  position: relative;
  display: block;
  width: 100%;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(142 140 171 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 247 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 20px;
  font-weight: 700;
}
.card-grid-row.wysiwyg blockquote {
  background-color: #F4F3F7;
}
@media (min-width: 768px){
  .wysiwyg blockquote{
    font-size: 24px;
  }
}
.wysiwyg blockquote p {
  margin-bottom: 0 !important;
}
.wysiwyg a.btn{
  text-decoration-line: none;
}
.wysiwyg strong{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.wysiwyg iframe{
  display: block;
  height: auto;
  width: 100%;
}
.wysiwyg.w--small{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .wysiwyg.w--small{
    width: 50%;
  }
}
.wysiwyg.w--normal{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .wysiwyg.w--normal{
    width: 66.666667%;
  }
}
.wysiwyg.w--large{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .wysiwyg.w--large{
    width: 83.333333%;
  }
}

.wysiwyg-bg-animation{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  display: none;
  height: 100%;
  opacity: 0.5;
}

@media (min-width: 768px){
  .wysiwyg-bg-animation{
    display: block;
  }
}
.wysiwyg-bg-animation svg{
  transform-origin: bottom;
}
@media (min-width: 768px){
  .wysiwyg-bg-animation svg{
    transform-origin: bottom left;
  }
}
.wysiwyg-bg-animation svg {
  animation: growSvg 1.5s ease-in forwards;
}

@keyframes growSvg {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1.5);
  }
}
.card-grid-row.bg-wind-grey-4 {
  background-color: #F4F3F7;
}

.resource--wrapper{
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  border-bottom-right-radius: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.resource--wrapper:hover {
  cursor: pointer;
}

.resource--wrapper:hover .circle-btn.right .circle-btn--icon.active {
  transform: translate(calc(-50% + 48px));
}

.resource--wrapper:hover .circle-btn.diagonal .circle-btn--icon.active {
  transform: translate(calc(50% + 48px), calc(-50% - 48px));
}

.resource--wrapper:hover .circle-btn.left .circle-btn--icon.active {
  transform: translate(calc(50% - 48px));
}

.resource--wrapper:hover .circle-btn.down .circle-btn--icon.active {
  transform: translateY(calc(-50% + 48px));
}

.resource--wrapper:hover .circle-btn.right .circle-btn--icon.hover {
  transform: translate(calc(-50% + 12px));
}

.resource--wrapper:hover .circle-btn.diagonal .circle-btn--icon.hover {
  transform: translate(calc(50% - 16px), calc(-50% + 16px));
}

.resource--wrapper:hover .circle-btn.left .circle-btn--icon.hover {
  transform: translate(50%);
}

.resource--wrapper:hover .circle-btn.down .circle-btn--icon.hover {
  transform: translateY(calc(-50% + 12px));
}

.resource--wrapper:hover .circle-chevron-btn.right .circle-chevron-btn--icon {
  transform: translate(3px, 0);
}

.resource--wrapper:hover .circle-chevron-btn.left .circle-chevron-btn--icon {
  transform: translate(-3px, 0);
}

.swiper-button-disabled .resource--wrapper:hover .circle-chevron-btn .circle-chevron-btn--icon {
  transform: none;
  cursor: initial;
}

 .swiper-button-disabled .resource--wrapper:hover {
  cursor: initial;
}

.resource--wrapper:hover .circle-btn--link.white{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.resource--wrapper:hover .circle-btn--link.grey{
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.resource--wrapper:hover .circle-btn--link.light-purple{
  --tw-border-opacity: 1;
  border-color: rgb(233 232 238 / var(--tw-border-opacity));
}

.resource--wrapper:hover .circle-btn--link.purple{
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .resource--wrapper:hover .peekaboo{
    top: -2.75rem;
  }
  .resource--wrapper:hover .peekaboo img{
    opacity: 0.6;
  }
  .resource--wrapper:hover .peekaboo .peekaboo-text{
    opacity: 1;
  }
}

.wysiwyg a.resource--wrapper{
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

.wysiwyg a.resource--wrapper:hover{
  text-decoration-line: none;
}
.resource--wrapper .resource--info{
  grid-column: span 10 / span 10;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){
  .resource--wrapper .resource--info{
    grid-column: span 6 / span 6;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){
  .resource--wrapper .resource--info{
    grid-column: span 7 / span 7;
  }
}
.resource--wrapper .resource--info h3{
  font-size: 1.75rem;
}
@media (min-width: 1024px){
  .resource--wrapper .resource--info h3{
    font-size: 2rem;
  }
}
.resource--wrapper .resource--thumbnail{
  position: relative;
  grid-column: span 7 / span 7;
  display: none;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .resource--wrapper .resource--thumbnail{
    position: relative;
    grid-column: span 3 / span 3;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px){
  .resource--wrapper .resource--thumbnail{
    grid-column: span 2 / span 2;
  }
}
.resource--wrapper .resource--thumbnail .peekaboo{
  aspect-ratio: 4 / 3;
  width: 100%;
}
@media (min-width: 768px){
  .resource--wrapper .resource--thumbnail .peekaboo{
    aspect-ratio: auto;
  }
}
.resource--wrapper .resource--thumbnail img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.resource--wrapper .resource--thumbnail .peekaboo-text{
  display: none;
}
@media (min-width: 768px){
  .resource--wrapper .resource--thumbnail .peekaboo-text{
    display: inline-flex;
  }
}
.resource--wrapper .resource--button{
  grid-column: span 3 / span 3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem;
}
@media (min-width: 768px){
  .resource--wrapper .resource--button{
    grid-column: span 1 / span 1;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
}

.map-descriptors{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

.map-descriptors > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.map-descriptors li{
  display: inline-flex;
}

.number-icon{
  margin-right: 1rem;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.webinar-cta-row{
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .webinar-cta-row{
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
.webinar-cta-row .webinar-cta{
  display: block;
  width: 100%;
  border-bottom-right-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .webinar-cta-row .webinar-cta{
    width: 58.333333%;
    padding: 3rem;
  }
}
.webinar-cta-row .webinar-cta .h3{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .md\:h-\[600px\]{
    height: 600px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:max-w-\[750px\]{
    max-width: 750px;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:border-l-transparent{
    border-left-color: transparent;
  }
  .md\:bg-sunset-purple-1{
    --tw-bg-opacity: 1;
    background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:pt-\[184px\]{
    padding-top: 184px;
  }
  .md\:pt-\[224px\]{
    padding-top: 224px;
  }
  .md\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .md\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:opacity-70{
    opacity: 0.7;
  }
}
@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }
  .lg\:top-\[45\%\]{
    top: 45%;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-4\/3{
    aspect-ratio: 4 / 3;
  }
  .lg\:\!w-10\/12{
    width: 83.333333% !important;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-10\/12{
    width: 83.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:translate-y-\[50\%\]{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\: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));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:bg-sunset-purple-1{
    --tw-bg-opacity: 1;
    background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .lg\:py-\[160px\]{
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-44{
    padding-top: 11rem;
  }
  .lg\:\!text-\[60px\]{
    font-size: 60px !important;
  }
  .lg\:\!text-body-lg{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[2rem\]{
    font-size: 2rem;
  }
  .lg\:text-h2{
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .lg\:text-intro{
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .lg\:\!leading-\[1\.166\]{
    line-height: 1.166 !important;
  }
  .lg\:leading-snug{
    line-height: 1.375;
  }
}
@media (min-width: 1280px){
  .xl\:aspect-\[3\.2\/4\.8\]{
    aspect-ratio: 3.2/4.8;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-h1{
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
  .xl\:leading-snug{
    line-height: 1.375;
  }
}
@media (min-width: 1536px){
  .\32xl\:text-intro{
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}