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

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 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}@font-face{font-family:"Proxima Nova";src:url("./../fonts/Proxima Nova Regular.woff2") format("woff2"),url("./../fonts/Proxima Nova Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url("./../fonts/Proxima Nova Bold.woff2") format("woff2"),url("./../fonts/Proxima Nova Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}.front-end *[data-oat=fade-top]{opacity:0;transform:translateY(-3rem)}.front-end *[data-oat=fade-top].inview{animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}.front-end *[data-oat=fade-bot]{opacity:0;transform:translateY(3rem)}.front-end *[data-oat=fade-bot].inview{animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}.front-end *[data-oat=fade-text]{opacity:0}.front-end *[data-oat=fade-text].inview{opacity:1}.front-end *[data-oat=fade-text] span{display:inline-flex;opacity:0;transform:translateY(200%) skew(-0.06turn, 12deg);transition:opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1)}.front-end *[data-oat=fade-text] span.inview{opacity:1;animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text}.front-end *[data-oat=screen-l-to-r]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-l-to-r]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-l-to-r].inview:before{content:"";transform:translateX(100%)}.front-end *[data-oat=screen-r-to-l]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-r-to-l]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-r-to-l].inview:before{content:"";transform:translateX(-100%)}.front-end *[data-oat=screen-t-to-b]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-t-to-b]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-t-to-b].inview:before{content:"";transform:translateY(100%)}@keyframes fade-opacity{to{opacity:1}}@keyframes fade-translate{to{transform:translateY(0)}}@keyframes fade-text{to{transform:translateY(0%) skew(0)}}.col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4rem;
}@media (max-width: 768px) {

  .col {
    gap: 3rem;
  }
}.flex-grid{--gutter: 4rem;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter)*-0.5);margin-right:calc(var(--gutter)*-0.5)}.flex-grid-col{padding-left:calc(var(--gutter)*.5);padding-right:calc(var(--gutter)*.5)}.rtl-grid{direction:rtl}.wrap-xl{--width: 0rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xl._with-paddings{--gutter: 4rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap{--width: 116rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap._with-paddings{--gutter: 4rem;--width: 116rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-md{--width: 98rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-md._with-paddings{--gutter: 4rem;--width: 98rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-sm{--width: 76rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-sm._with-paddings{--gutter: 4rem;--width: 76rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-xs{--width: 0rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xs._with-paddings{--gutter: 4rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin: 0px;overflow-x: hidden;font-family: Proxima Nova, serif;font-size: 1.8rem;font-weight: 400;line-height: 1.625}body.has-no-scroll {
  overflow: hidden;
}h1,h2,h3,h4,h5,h6 {
  line-height: 1.25;
}html {
  font-size: 62.5%;
}@media (max-width: 1020px) {

  html {
    font-size: 52.5%;
  }
}@media (max-width: 480px) {

  html {
    font-size: 48%;
  }
}html {
  scroll-behavior: smooth;
}.\!container {
  width: 100% !important;
}.container {
  width: 100%;
}.button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(196 160 203 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: 2px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 115 179 / var(--tw-bg-opacity));
}.button__text {
  display: flex;
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: 700;
  color: currentColor;
}.button svg {
  fill: white;
}.button._white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.button._orange {
  --tw-bg-opacity: 1;
  background-color: rgb(249 223 201 / var(--tw-bg-opacity));
}.button._orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 149 96 / var(--tw-bg-opacity));
}.button._yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 114 / var(--tw-bg-opacity));
}.button._yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 193 46 / var(--tw-bg-opacity));
}.button._darkorange {
  --tw-bg-opacity: 1;
  background-color: rgb(206 108 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._darkorange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 68 16 / var(--tw-bg-opacity));
}.button._darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(8 112 103 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._darkgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 79 73 / var(--tw-bg-opacity));
}.button._purple {
  --tw-bg-opacity: 1;
  background-color: rgb(196 160 201 / var(--tw-bg-opacity));
}.button._purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 117 179 / var(--tw-bg-opacity));
}.button._green {
  --tw-bg-opacity: 1;
  background-color: rgb(173 191 186 / var(--tw-bg-opacity));
}.button._green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 164 151 / var(--tw-bg-opacity));
}.button._outline {
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.button._outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline svg {
  fill: currentColor;
}.button._outline._white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.button._outline._green {
  --tw-text-opacity: 1;
  color: rgb(1 142 143 / var(--tw-text-opacity));
}.button._outline._green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 142 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 142 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._yellow {
  --tw-text-opacity: 1;
  color: rgb(255 206 1 / var(--tw-text-opacity));
}.button._outline._yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 206 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._red {
  --tw-text-opacity: 1;
  color: rgb(237 41 92 / var(--tw-text-opacity));
}.button._outline._red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 41 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 41 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._blue {
  --tw-text-opacity: 1;
  color: rgb(196 160 203 / var(--tw-text-opacity));
}.button._outline._blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 160 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(196 160 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.illustration svg {
  overflow: visible;
}.illustration svg g {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}.heading-base {
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content {
  font-family: Proxima Nova, serif;
}.text-content h1 {
  font-size: 5.6rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h2 {
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h3 {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h4 {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h5 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h6 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content:first-child {
  margin-top: 0px;
}.text-content:last-child {
  margin-bottom: 0px;
}.text-content p {
  line-height: 1.625;
}.text-content b,.text-content strong {
  font-weight: 700;
}.text-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}.text-content ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}.text-content ul li {
  position: relative;
  padding-left: 2rem;
}.text-content ul li:before{content:"";height: 0.75rem;width: 0.75rem;border-radius: 9999px;--tw-bg-opacity: 1;background-color: rgb(196 160 203 / var(--tw-bg-opacity));position: absolute;top: 1rem;left: 0px}.text-content a {
  text-decoration-line: underline;
  opacity: 0.6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.text-content .heading-1 {
  font-size: 5.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content .heading-2 {
  font-size: 3.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content .heading-3 {
  font-size: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content .heading-4 {
  font-size: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content .heading-5 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content .heading-6 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.checkbox-container label:before {
  left: -27px !important;
  font-size: 1.6rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(196 160 203 / var(--tw-text-opacity)) !important;
}.textbox-container,.email-container,.textarea-container {
  margin-bottom: 2rem !important;
}.textbox-container input,.textbox-container textarea,.email-container input,.email-container textarea,.textarea-container input,.textarea-container textarea {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 225 225 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 28 26 / var(--tw-text-opacity)) !important;
}.textbox-container input::-moz-placeholder, .textbox-container textarea::-moz-placeholder, .email-container input::-moz-placeholder, .email-container textarea::-moz-placeholder, .textarea-container input::-moz-placeholder, .textarea-container textarea::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.textbox-container input::placeholder,.textbox-container textarea::placeholder,.email-container input::placeholder,.email-container textarea::placeholder,.textarea-container input::placeholder,.textarea-container textarea::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.textbox-container input,.textbox-container textarea,.email-container input,.email-container textarea,.textarea-container input,.textarea-container textarea {
  border-radius: 2px !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 400ms !important;
}.textbox-container input:focus,.textbox-container textarea:focus,.email-container input:focus,.email-container textarea:focus,.textarea-container input:focus,.textarea-container textarea:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 74 74 / var(--tw-border-opacity)) !important;
}.file_upload-wrap .ninja-forms-field {
  width: 100% !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  border-style: dashed !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 160 203 / var(--tw-border-opacity)) !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 28 26 / var(--tw-text-opacity)) !important;
}.submit-container input {
  width: 100% !important;
  cursor: pointer !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 235 114 / var(--tw-bg-opacity)) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.submit-container input:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 193 46 / var(--tw-bg-opacity)) !important;
}.splide-list {
  position: relative;
}.splide-list .splide__arrows {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}.splide-list .splide__nav {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}.splide-list .splide__pagination {
  font-size: 1.6rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.splide-list .splide__arrow {
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  margin: 0px;
  border-radius: 2px;
  padding: 1.25rem;
}.splide-list .splide__arrow--prev {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.splide-list .splide__arrow svg path {
  fill: white;
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.static {
  position: static;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.-left-2 {
  left: -0.5rem;
}.left-0 {
  left: 0px;
}.right-8 {
  right: 2rem;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-4 {
  top: 1rem;
}.top-8 {
  top: 2rem;
}.-z-20 {
  z-index: -20;
}.z-10 {
  z-index: 10;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.col-span-4 {
  grid-column: span 4 / span 4;
}.col-span-5 {
  grid-column: span 5 / span 5;
}.col-span-6 {
  grid-column: span 6 / span 6;
}.col-span-7 {
  grid-column: span 7 / span 7;
}.col-span-8 {
  grid-column: span 8 / span 8;
}.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}.my-\[5rem\] {
  margin-top: 5rem;
  margin-bottom: 5rem;
}.-mt-4 {
  margin-top: -1rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-\[2\.5rem\] {
  margin-left: 2.5rem;
}.mr-12 {
  margin-right: 3rem;
}.mr-4 {
  margin-right: 1rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[0\.85rem\] {
  margin-top: 0.85rem;
}.mt-\[14rem\] {
  margin-top: 14rem;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.aspect-\[300\/200\] {
  aspect-ratio: 300/200;
}.\!h-\[12rem\] {
  height: 12rem !important;
}.h-16 {
  height: 4rem;
}.h-8 {
  height: 2rem;
}.h-\[15rem\] {
  height: 15rem;
}.h-\[32px\] {
  height: 32px;
}.h-\[45rem\] {
  height: 45rem;
}.h-\[64rem\] {
  height: 64rem;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.max-h-\[45rem\] {
  max-height: 45rem;
}.max-h-\[80rem\] {
  max-height: 80rem;
}.min-h-\[30rem\] {
  min-height: 30rem;
}.min-h-\[4rem\] {
  min-height: 4rem;
}.\!w-\[12rem\] {
  width: 12rem !important;
}.w-1\/4 {
  width: 25%;
}.w-24 {
  width: 6rem;
}.w-8 {
  width: 2rem;
}.w-\[138px\] {
  width: 138px;
}.w-auto {
  width: auto;
}.w-full {
  width: 100%;
}.max-w-\[55rem\] {
  max-width: 55rem;
}.max-w-\[70rem\] {
  max-width: 70rem;
}.max-w-full {
  max-width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer {
  cursor: pointer;
}.resize {
  resize: both;
}.scroll-mt-40 {
  scroll-margin-top: 10rem;
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-0 {
  gap: 0px;
}.gap-12 {
  gap: 3rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-\[3rem\] {
  gap: 3rem;
}.self-start {
  align-self: flex-start;
}.overflow-hidden {
  overflow: hidden;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 4px;
}.rounded-\[2px\] {
  border-radius: 2px;
}.rounded-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}.border {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-r-2 {
  border-right-width: 2px;
}.border-none {
  border-style: none;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}.border-grey-400 {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(1 142 143 / var(--tw-bg-opacity));
}.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(196 160 203 / 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));
}.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.\!object-center {
  -o-object-position: center !important;
     object-position: center !important;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.p-0 {
  padding: 0px;
}.p-12 {
  padding: 3rem;
}.p-28 {
  padding: 7rem;
}.p-4 {
  padding: 1rem;
}.p-8 {
  padding: 2rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[5rem\] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.pl-20 {
  padding-left: 5rem;
}.text-center {
  text-align: center;
}.text-2xl {
  font-size: 2.8rem;
}.text-3xl {
  font-size: 3.6rem;
}.text-\[1\.3rem\] {
  font-size: 1.3rem;
}.text-\[1\.4rem\] {
  font-size: 1.4rem;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[4\.2rem\] {
  font-size: 4.2rem;
}.text-md {
  font-size: 2rem;
}.text-xl {
  font-size: 2.4rem;
}.text-xs {
  font-size: 1.6rem;
}.text-xxs {
  font-size: 1.4rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.uppercase {
  text-transform: uppercase;
}.leading-\[1\.4rem\] {
  line-height: 1.4rem;
}.leading-\[1\] {
  line-height: 1;
}.leading-tight {
  line-height: 1.25;
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}.text-green {
  --tw-text-opacity: 1;
  color: rgb(1 142 143 / var(--tw-text-opacity));
}.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.opacity-0 {
  opacity: 0;
}.opacity-100 {
  opacity: 1;
}.opacity-40 {
  opacity: 0.4;
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.duration-700 {
  transition-duration: 700ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}li{line-height:2.5rem}.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.before\:from-black\/40::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.4);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.group:hover .group-hover\:scale-105 {
  --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));
}.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(196 160 203 / var(--tw-border-opacity));
}.group:hover .group-hover\:border-red {
  --tw-border-opacity: 1;
  border-color: rgb(237 41 92 / var(--tw-border-opacity));
}.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(196 160 203 / var(--tw-bg-opacity));
}.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}.group:hover .group-hover\:text-red {
  --tw-text-opacity: 1;
  color: rgb(237 41 92 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}@media (max-width: 768px) {

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

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

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

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

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

  .tablet\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:my-\[3rem\] {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:max-w-\[8rem\] {
    max-width: 8rem;
  }

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

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

  .tablet\:gap-y-\[2rem\] {
    row-gap: 2rem;
  }

  .tablet\:gap-y-\[7rem\] {
    row-gap: 7rem;
  }

  .tablet\:rounded {
    border-radius: 4px;
  }

  .tablet\:border {
    border-width: 1px;
  }

  .tablet\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .tablet\:border-transparent {
    border-color: transparent;
  }

  .tablet\:p-16 {
    padding: 4rem;
  }

  .tablet\:px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}@media (max-width: 480px) {

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

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

  .mobile\:mt-40 {
    margin-top: 10rem;
  }
}@media (max-width: 880px) {

  .menu\:block {
    display: block;
  }
}
