@import url(https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@900&display=swap);
/* libs */
/* ! tailwindcss v3.3.5 | 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: #e5e7eb; /* 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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
/* src is relative to `main.css` */
@font-face {
    font-family: 'Big Shoulders Display';
    src: url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@900&display=swap');
    font-weight: 900;
    font-style: normal;
  }
@font-face {
    font-family: 'Archivo';
    src: url(b43a40601148fda3ed36.ttf);
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Archivo';
    src: url(609de2a2e0f5febcf2fa.ttf);
    font-weight: 500;
    font-style: normal;
  }
@font-face {
    font-family: 'Archivo';
    src: url(36dd44b715d7bde9c6f0.ttf);
    font-weight: 600;
    font-style: normal;
  }
html {
  scroll-padding-top: 2.5rem;
  scroll-behavior: smooth;
}
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-main {
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
img {
  max-width: 100%;
}
svg {
  height: auto;
  width: 100%;
  max-width: 100%;
}
pre {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
[x-cloak] {
  display: none !important;
}
.sr-only {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.style-guide-pill {
  width: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html > svg .svg-text,
  body > svg .svg-text {
  fill: #000;
}
html,
  body {
  font-family: Archivo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: Archivo, sans-serif;
}
.heading-1 {
  font-family: Big Shoulders Display, sans-serif;
  font-size: 96px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .heading-1 {
    font-size: 128px;
  }
}
.heading-1 {
    font-style: normal;
  }
.heading-2 {
  font-family: Big Shoulders Display, sans-serif;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .heading-2 {
    font-size: 96px;
  }
}
.heading-2 {
    font-style: normal;
  }
.heading-3 {
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .heading-3 {
    font-size: 52px;
  }
}
.heading-3 {
    font-style: normal;
  }
.heading-4 {
  font-family: Big Shoulders Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .heading-4 {
    font-size: 24px;
  }
}
.heading-4 {
    font-style: normal;
  }
.text-quote {
  font-family: Big Shoulders Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 93.2%;
}
@media (min-width: 768px) {
  .text-quote {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .text-quote {
    font-size: 52px;
  }
}
.text-quote {
    font-style: normal;
  }
.text-xl {
  font-size: 27px;
  font-weight: 400;
  line-height: 112.5%;
}
@media (min-width: 992px) {
  .text-xl {
    font-size: 36px;
  }
}
.text-xl {
    font-style: normal;
  }
.text-lg {
  font-size: 20px;
  font-weight: 400;
  line-height: 108%;
    font-style: normal;
}
.text-md {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 992px) {
  .text-md {
    font-size: 18px;
  }
}
.text-md {
    font-style: normal;
  }
.text-base {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
    font-style: normal;
}
.prose strong, .prose b, .wizzy strong, .wizzy b {
  font-weight: 700;
}
.prose a:not(.button, .button-pink, .button-black, .link, .link-primary, .link-secondary ), .wizzy a:not(.button, .button-pink, .button-black, .link, .link-primary, .link-secondary ) {
  font-family: Archivo, sans-serif;
  text-transform: none;
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .prose a:not(.button, .button-pink, .button-black, .link, .link-primary, .link-secondary ):hover, .wizzy a:not(.button, .button-pink, .button-black, .link, .link-primary, .link-secondary ):hover {
    --tw-text-opacity: 1;
    color: rgb(255 63 45 / var(--tw-text-opacity));
  }
}
.prose a, .wizzy a {
  font-family: Big Shoulders Display, sans-serif;
  text-transform: uppercase;
}
.prose .heading-1,
    .prose .heading-2,
    .prose .heading-3,
    .wizzy .heading-1,
    .wizzy .heading-2,
    .wizzy .heading-3 {
  margin-bottom: 3rem;
}
.prose .heading-1:last-child,
    .prose .heading-2:last-child,
    .prose .heading-3:last-child,
    .wizzy .heading-1:last-child,
    .wizzy .heading-2:last-child,
    .wizzy .heading-3:last-child {
  margin-bottom: 0px;
}
.prose .heading-4,.wizzy .heading-4 {
  margin-bottom: 2.5rem;
}
.prose .heading-4:last-child,.wizzy .heading-4:last-child {
  margin-bottom: 0px;
}
.prose p,
    .prose ul,
    .prose ol,
    .wizzy p,
    .wizzy ul,
    .wizzy ol {
  margin-bottom: 1.5rem;
}
.prose p:last-child,
    .prose ul:last-child,
    .prose ol:last-child,
    .wizzy p:last-child,
    .wizzy ul:last-child,
    .wizzy ol:last-child {
  margin-bottom: 0px;
}
.prose ol li, .prose ul li, .wizzy ol li, .wizzy ul li {
  margin-bottom: 0.5rem;
}
.prose ul, .wizzy ul {
  margin-left: 1rem;
  list-style-type: disc;
  padding-left: 0.5rem;
}
.prose ol, .wizzy ol {
  margin-left: 1rem;
  list-style-type: decimal;
  padding-left: 0.5rem;
}
.prose img, .wizzy img {
  border-radius: 0.375rem;
}
.prose img.aligncenter, .wizzy img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.prose img.alignright, .wizzy img.alignright {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
}
.prose img.alignleft, .wizzy img.alignleft {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.75rem;
}
.prose blockquote, .wizzy blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity));
  padding: 2.5rem;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
}
.prose blockquote:last-child, .wizzy blockquote:last-child {
  margin-bottom: 0px;
}
.prose blockquote, .wizzy blockquote {
      line-height: 130%;
    }
*, ::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%;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 575px) {
  .container {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
button {
  font-family: Big Shoulders Display, sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
button:focus-visible {
      outline: thin dotted #6b7280;
    }
.button {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button:hover,
    .button:active,
    .button.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button:focus {
      outline: none;
    }
.button-black {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button-black:hover,.button-black:active,.button-black.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button-black:focus {
      outline: none;
    }
.button-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.button-black:hover > svg .svg-text,
      .button-black:active > svg .svg-text,
      .button-black.no-background:hover > svg .svg-text {
  fill: #000;
}
.button-black:hover,
      .button-black:active,
      .button-black.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity));
}
.button-black:focus {
        box-shadow: 0px 0px 0px 2px #374151;
      }
.button-black.no-background {
  background-color: transparent;
}
.button-white {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button-white:hover,.button-white:active,.button-white.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button-white:focus {
      outline: none;
    }
.button-white > svg .svg-text {
  fill: #000;
}
.button-white {
  --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));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.button-white:hover > svg .svg-text,
      .button-white:active > svg .svg-text,
      .button-white.no-background:hover > svg .svg-text {
  fill: #000;
}
.button-white:hover,
      .button-white:active,
      .button-white.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity));
}
.button-white:focus {
        box-shadow: 0px 0px 0px 2px #374151;
      }
.button-white.no-background {
  background-color: transparent;
}
.button-purple {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button-purple:hover,.button-purple:active,.button-purple.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button-purple:focus {
      outline: none;
    }
.button-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 145 255 / var(--tw-ring-opacity));
}
.button-purple > svg .svg-text {
  fill: #000;
}
.button-purple {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-purple:hover,
      .button-purple:active,
      .button-purple.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity));
}
.button-purple:focus {
        box-shadow: 0px 0px 0px 2px #374151;
      }
.button-purple.no-background {
  background-color: transparent;
}
.button-pink {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button-pink:hover,.button-pink:active,.button-pink.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button-pink:focus {
      outline: none;
    }
.button-pink > svg .svg-text {
  fill: #000;
}
.button-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.button-pink:hover,
      .button-pink:active,
      .button-pink.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button-pink:focus {
        box-shadow: 0px 0px 0px 2px #374151;
      }
.button-pink.no-background {
  background-color: transparent;
}
.button-pink-reverse {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button-pink-reverse:hover,.button-pink-reverse:active,.button-pink-reverse.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button-pink-reverse:focus {
      outline: none;
    }
.button-pink-reverse {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 208 215 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 208 215 / var(--tw-ring-opacity));
}
.button-pink-reverse:hover > svg .svg-text,
	  .button-pink-reverse:active > svg .svg-text,
	  .button-pink-reverse.no-background:hover > svg .svg-text {
  fill: #000;
}
.button-pink-reverse:hover,
	  .button-pink-reverse:active,
	  .button-pink-reverse.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.button-pink-reverse:focus {
	    box-shadow: 0px 0px 0px 2px #374151;
	  }
.button-pink-reverse.no-background {
  background-color: transparent;
}
.button-red-reverse {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button-red-reverse:hover,.button-red-reverse:active,.button-red-reverse.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button-red-reverse:focus {
      outline: none;
    }
.button-red-reverse {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 63 45 / var(--tw-text-opacity));
}
.button-red-reverse:hover > svg .svg-text,
      .button-red-reverse:active > svg .svg-text,
      .button-red-reverse.no-background:hover > svg .svg-text {
  fill: #000;
}
.button-red-reverse:hover,
      .button-red-reverse:active,
      .button-red-reverse.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-red-reverse:focus {
        box-shadow: 0px 0px 0px 2px #374151;
      }
.button-red-reverse.no-background {
  background-color: transparent;
}
a {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  text-decoration-line: underline;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
a:focus-visible {
      outline: thin dotted #9ca3af;
    }
a:has(> sup) {
  text-decoration-line: none !important;
}
.link {
  display: inline-flex;
  align-items: center;
  font-family: Big Shoulders Display, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link svg {
  width: 1rem;
}
.link svg:first-child {
  margin-right: 0.5rem;
}
.link svg:last-child {
  margin-left: 0.5rem;
}
.link-primary {
  display: inline-flex;
  align-items: center;
  font-family: Big Shoulders Display, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link-primary svg {
  width: 1rem;
}
.link-primary svg:first-child {
  margin-right: 0.5rem;
}
.link-primary svg:last-child {
  margin-left: 0.5rem;
}
.link-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link-primary:hover,
      .link-primary:active {
  --tw-text-opacity: 1;
  color: rgb(154 145 255 / var(--tw-text-opacity));
}
.link-secondary {
  display: inline-flex;
  align-items: center;
  font-family: Big Shoulders Display, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link-secondary svg {
  width: 1rem;
}
.link-secondary svg:first-child {
  margin-right: 0.5rem;
}
.link-secondary svg:last-child {
  margin-left: 0.5rem;
}
.link-secondary > svg .svg-text {
  fill: #000;
}
.link-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.link-secondary:hover,
      .link-secondary:active {
  --tw-text-opacity: 1;
  color: rgb(154 145 255 / var(--tw-text-opacity));
}
.reference-copy p {
  margin-bottom: 0.75rem !important;
}
.reference-copy p:last-child {
  margin-bottom: 0px !important;
}
.reference-copy mark {
  background-color: transparent !important;
  --tw-text-opacity: 1;
  color: rgb(255 63 45 / var(--tw-text-opacity));
}
#navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  transition-property: top;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#navbar.hide-nav {
  top: -130px;
}
#navbar.hide-bg.landing {
  background-color: transparent;
}
.svg-v-exclamation {
  fill: #9A91FF;
}
.svg-text {
  fill: #fff;
}
.text-black > svg .svg-text {
  fill: #000;
}
.bottom-angle-stats {
    background: white;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
            clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    transform: skewY(0.001deg);
  }
.top-angle {
    background: black;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    transform: skewY(0.001deg);
  }
.top-angle-form {
    background: black;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 0, 100% 100%);
    transform: skewY(0.001deg);
  }
.bottom-angle-form {
    background: black;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
            clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    transform: skewY(0.001deg);
  }
.top-angle-stories {
    background: white;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 0, 100% 100%);
  }
.slider {
  margin: 10px;
  min-height: 730px;
}
@media (min-width: 768px) {
  .slider {
    min-height: 440px;
  }
}
@media (min-width: 992px) {
  .slider {
    min-height: 500px;
  }
}
.slider .slide {
  position: absolute;
  z-index: 1;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 215 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
}
.slider .slide.active {
    opacity: 1;
    background-color: transparent;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
  }
.slider .navigation {
  position: absolute;
  bottom: 245px;
  left: 50%;
  z-index: 2;
  display: flex;
  --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));
}
@media (min-width: 768px) {
  .slider .navigation {
    bottom: 197px;
  }
}
@media (min-width: 1400px) {
  .slider .navigation {
    bottom: 294px;
  }
}
.slider-pink .slider .navigation .btn {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 215 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.slider-pink .slider .navigation .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.slider-pink .slider .navigation .btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.slider-black .slider .navigation .btn {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 208 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.slider-black .slider .navigation .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 215 / var(--tw-bg-opacity));
}
.slider-black .slider .navigation .btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 215 / var(--tw-bg-opacity));
  	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.clip-path-left {
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
            clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%); 
  }
.clip-path-right {
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
            clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
  }
@media (max-width: 991px) {
    .clip-path-left {
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
              clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%); 
    }
    .clip-path-right {
      -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
              clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    }
  }
.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;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-\[-70px\] {
  top: -70px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.order-2 {
  order: 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mb-gap-0 {
  margin-bottom: 0;
}
.-mb-gap-lg {
  margin-bottom: -5rem;
}
.-mb-gap-md {
  margin-bottom: -3rem;
}
.-mb-gap-sm {
  margin-bottom: -2rem;
}
.-mb-gap-xl {
  margin-bottom: -8rem;
}
.-mb-gap-xs {
  margin-bottom: -1.25rem;
}
.-mt-gap-0 {
  margin-top: 0;
}
.-mt-gap-lg {
  margin-top: -5rem;
}
.-mt-gap-md {
  margin-top: -3rem;
}
.-mt-gap-sm {
  margin-top: -2rem;
}
.-mt-gap-xl {
  margin-top: -8rem;
}
.-mt-gap-xs {
  margin-top: -1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-gap-0 {
  margin-bottom: 0;
}
.mb-gap-lg {
  margin-bottom: 5rem;
}
.mb-gap-md {
  margin-bottom: 3rem;
}
.mb-gap-sm {
  margin-bottom: 2rem;
}
.mb-gap-xl {
  margin-bottom: 8rem;
}
.mb-gap-xs {
  margin-bottom: 1.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-24px\] {
  margin-top: -24px;
}
.mt-\[3\.7rem\] {
  margin-top: 3.7rem;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[67px\] {
  margin-top: 67px;
}
.mt-\[75px\] {
  margin-top: 75px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-gap-0 {
  margin-top: 0;
}
.mt-gap-lg {
  margin-top: 5rem;
}
.mt-gap-md {
  margin-top: 3rem;
}
.mt-gap-sm {
  margin-top: 2rem;
}
.mt-gap-xl {
  margin-top: 8rem;
}
.mt-gap-xs {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-8 {
  height: 2rem !important;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[103px\] {
  height: 103px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[279px\] {
  height: 279px;
}
.h-\[47\.5px\] {
  height: 47.5px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[96px\] {
  height: 96px;
}
.h-full {
  height: 100%;
}
.min-h-\[375px\] {
  min-height: 375px;
}
.\!w-8 {
  width: 2rem !important;
}
.w-1\/2 {
  width: 50%;
}
.w-16 {
  width: 4rem;
}
.w-32 {
  width: 8rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[63px\] {
  width: 63px;
}
.w-full {
  width: 100%;
}
.max-w-\[1096px\] {
  max-width: 1096px;
}
.max-w-\[1329px\] {
  max-width: 1329px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[538px\] {
  max-width: 538px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.skew-y-\[-4deg\] {
  --tw-skew-y: -4deg;
  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));
}
.skew-y-\[0deg\] {
  --tw-skew-y: 0deg;
  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));
}
.skew-y-\[4deg\] {
  --tw-skew-y: 4deg;
  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));
}
.resize {
  resize: both;
}
.-scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.-scroll-mb-gap-lg {
  scroll-margin-bottom: -5rem;
}
.-scroll-mb-gap-md {
  scroll-margin-bottom: -3rem;
}
.-scroll-mb-gap-sm {
  scroll-margin-bottom: -2rem;
}
.-scroll-mb-gap-xl {
  scroll-margin-bottom: -8rem;
}
.-scroll-mb-gap-xs {
  scroll-margin-bottom: -1.25rem;
}
.-scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.-scroll-mt-gap-lg {
  scroll-margin-top: -5rem;
}
.-scroll-mt-gap-md {
  scroll-margin-top: -3rem;
}
.-scroll-mt-gap-sm {
  scroll-margin-top: -2rem;
}
.-scroll-mt-gap-xl {
  scroll-margin-top: -8rem;
}
.-scroll-mt-gap-xs {
  scroll-margin-top: -1.25rem;
}
.scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.scroll-mb-gap-lg {
  scroll-margin-bottom: 5rem;
}
.scroll-mb-gap-md {
  scroll-margin-bottom: 3rem;
}
.scroll-mb-gap-sm {
  scroll-margin-bottom: 2rem;
}
.scroll-mb-gap-xl {
  scroll-margin-bottom: 8rem;
}
.scroll-mb-gap-xs {
  scroll-margin-bottom: 1.25rem;
}
.scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.scroll-mt-gap-lg {
  scroll-margin-top: 5rem;
}
.scroll-mt-gap-md {
  scroll-margin-top: 3rem;
}
.scroll-mt-gap-sm {
  scroll-margin-top: 2rem;
}
.scroll-mt-gap-xl {
  scroll-margin-top: 8rem;
}
.scroll-mt-gap-xs {
  scroll-margin-top: 1.25rem;
}
.list-none {
  list-style-type: none;
}
.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-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;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[11px\] {
  gap: 11px;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-full {
  border-radius: 9999px;
}
.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}
.border-t-primary-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(139 131 230 / var(--tw-border-opacity));
}
.bg-accent-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity));
}
.bg-accent-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(93 42 171 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 255 / var(--tw-bg-opacity));
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 228 255 / var(--tw-bg-opacity));
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 211 255 / var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 131 230 / var(--tw-bg-opacity));
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 87 153 / var(--tw-bg-opacity));
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 65 115 / var(--tw-bg-opacity));
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 44 77 / var(--tw-bg-opacity));
}
.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 234 / var(--tw-bg-opacity));
}
.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 203 / var(--tw-bg-opacity));
}
.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 178 171 / var(--tw-bg-opacity));
}
.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
}
.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 57 41 / var(--tw-bg-opacity));
}
.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 38 27 / var(--tw-bg-opacity));
}
.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 28 20 / var(--tw-bg-opacity));
}
.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 19 14 / var(--tw-bg-opacity));
}
.bg-tertiary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 245 / var(--tw-bg-opacity));
}
.bg-tertiary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 239 / var(--tw-bg-opacity));
}
.bg-tertiary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 215 / var(--tw-bg-opacity));
}
.bg-tertiary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 187 194 / var(--tw-bg-opacity));
}
.bg-tertiary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 125 129 / var(--tw-bg-opacity));
}
.bg-tertiary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 94 97 / var(--tw-bg-opacity));
}
.bg-tertiary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 62 65 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-contain {
  background-size: contain;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-4 {
  padding: 1rem;
}
.p-\[5px\] {
  padding: 5px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Archivo, sans-serif;
}
.font-heading {
  font-family: Big Shoulders Display, sans-serif;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[24px\] {
  font-size: 24px;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(255 63 45 / var(--tw-text-opacity));
}
.text-tertiary-500 {
  --tw-text-opacity: 1;
  color: rgb(255 208 215 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-3 {
  text-underline-offset: 3px;
}
.opacity-80 {
  opacity: 0.8;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-\[1\.5px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-tertiary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 208 215 / var(--tw-ring-opacity));
}
.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* base */
/* components */
.gform_wrapper input,
  .gform_wrapper textarea,
  .gform_wrapper select {
  border-radius: 0.375rem !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  border-width: 0px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-inset: inset !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 42 171 / var(--tw-bg-opacity)) !important;
}
.gform_wrapper input:focus,
  .gform_wrapper textarea:focus,
  .gform_wrapper select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(154 145 255 / var(--tw-ring-opacity)) !important;
}
.gform_wrapper input,
  .gform_wrapper textarea,
  .gform_wrapper select {
  font-size: 16px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(154 145 255 / var(--tw-text-opacity)) !important;
  padding: 1rem !important;
}
.gform_wrapper input:not([type="submit"]):not([type="checkbox"]) {
  height: 45px !important;
}
.gform_wrapper input[type="checkbox"] {
  margin-right: 0.5rem;
}
.gform_wrapper input:focus,
  .gform_wrapper textarea:focus,
  .gform_wrapper select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-inset: inset !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity)) !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: none !important;
}
/* Form Grid */
.gform_wrapper.gravity-theme .gform_fields {
  gap: 1.25rem !important;
}
/* Placeholder Text */
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
  .gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(154 145 255 / var(--tw-text-opacity)) !important;
}
/* Submit Button */
.gform_footer .gform_button {
  display: inline-block !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-radius: 70px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}
.gform_footer .gform_button > svg .svg-text {
  fill: #000;
}
.gform_footer .gform_button {
  font-family: Big Shoulders Display, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .gform_footer .gform_button:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 63 45 / var(--tw-bg-opacity)) !important;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity)) !important;
  }
}
.gform_footer .gform_button:focus {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity)) !important;
}
.gform_footer .gform_button:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity)) !important;
}
.gform_footer .gform_button {
  cursor: pointer !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
}
/* Confirmation Message */
.gform_confirmation_message {
  font-size: 20px;
  font-weight: 400;
  line-height: 108%;
    font-style: normal !important;
}
/* Error Messages */
.gform_wrapper.gravity-theme .gform_validation_errors,
  .gform_wrapper.gravity-theme .gfield_validation_message, 
  .gform_wrapper.gravity-theme .validation_message {
  border-radius: 0.375rem !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  padding: 1rem !important;
  font-size: 16px !important;
  line-height: 1rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity)) !important;
}
.gform_submission_error {
  font-size: 16px !important;
}
.blog .posts-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 60px;
}
.blog .posts-container article {
	flex: 0 1 calc(33% - 11px);
}
@media (max-width: 992px) {
.blog .posts-container article {
		flex-basis: calc(50% - 10px)
}
	}
@media (max-width: 768px) {
.blog .posts-container article {
		flex-basis: 100%
}
	}
.blog .posts-container article:first-child,
.blog .posts-container article:nth-child(2) {
	flex-basis: calc(50% - 10px);
}
@media (max-width: 768px) {
.blog .posts-container article:first-child,
.blog .posts-container article:nth-child(2) {
		flex-basis: 100%
}
	}
.entry-title a {
	text-transform: none;
}
.single-post article {
	width: 100%;
	max-width: 900px;
}
@media (max-width: 992px) {
.single-post article {
		max-width: unset
}
	}
.social-buttons {
	display: none;
}
.social-buttons.visible {
		display: block;
		top: calc(100% + 1.5px);
		right: 0;
		width: calc(300px - 1.25rem);
		padding: 1.25rem;
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity));
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
		border-radius: 20px;
	}
.social-buttons .md\:flex-row {
		flex-direction: column;
	}
.story-video {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.story-video iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
.story-video img {
		position: absolute;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
.post .entry-content h1 {
  margin-bottom: 2rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .post .entry-content h1 {
    font-size: 52px;
  }
}
.post .entry-content h1 {
		font-style: normal;
	}
.post .entry-content h2 {
  margin-bottom: 2rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .post .entry-content h2 {
    font-size: 44px;
  }
}
.post .entry-content h2 {
		font-style: normal;
	}
.post .entry-content h3 {
  margin-bottom: 2rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .post .entry-content h3 {
    font-size: 26px;
  }
}
.post .entry-content h3 {
		font-style: normal;
	}
.post .entry-content h4 {
  margin-bottom: 2rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.2%;
}
@media (min-width: 992px) {
  .post .entry-content h4 {
    font-size: 21px;
  }
}
.post .entry-content h4 {
		font-style: normal;
	}
.nav-links {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 20px;
}
.nav-links a {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav-links a:hover,.nav-links a:active,.nav-links a.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nav-links a:focus {
      outline: none;
    }
.nav-links a {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-radius: 70px;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav-links a:hover,.nav-links a:active,.nav-links a.no-background:hover {
  --tw-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nav-links a:focus {
      outline: none;
    }
.nav-links a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.nav-links a:hover > svg .svg-text,.nav-links a:active > svg .svg-text,.nav-links a.no-background:hover > svg .svg-text {
  fill: #000;
}
.nav-links a:hover,.nav-links a:active,.nav-links a.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity));
}
.nav-links a:hover > svg .svg-text,.nav-links a:active > svg .svg-text,.nav-links a.no-background:hover > svg .svg-text {
  fill: #000;
}
.nav-links a:hover,.nav-links a:active,.nav-links a.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity));
}
.nav-links a:hover > svg .svg-text,.nav-links a:active > svg .svg-text,.nav-links a.no-background:hover > svg .svg-text {
  fill: #000;
}
.nav-links a:hover,.nav-links a:active,.nav-links a.no-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 63 45 / var(--tw-ring-opacity));
}
.nav-links a:focus {
        box-shadow: 0px 0px 0px 2px #374151;
      }
.nav-links a.no-background {
  background-color: transparent;
}
/* templates */
.top-skew-left,
.top-skew-right {
	margin-top: -150px;
	z-index: 1;
}
.top-skew-left.bottom-skew-left {
	-webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 86%);
	        clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 86%);
}
.top-skew-left.bottom-skew-right {
	-webkit-clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);
	        clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);
}
.top-skew-right.bottom-skew-left {
	-webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 86%);
	        clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 86%);
}
.top-skew-right.bottom-skew-right {
	-webkit-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
	        clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
}
.cwb-gallery-image:first-child {
  height: 20vw;
  width: 20vw;
}
@media (min-width: 768px) {
  .cwb-gallery-image:first-child {
    height: 167px;
    width: 167px;
  }
}
.cwb-gallery-image:first-child {
  position: absolute;
  left: 17px;
}
@media (min-width: 1400px) {
  .cwb-gallery-image:first-child {
    left: 47px;
  }
}
.cwb-gallery-image:first-child {
  top: -50px;
	z-index: 20;
}
.cwb-gallery-image:nth-child(2) {
  height: 50vw;
  width: 50vw;
}
@media (min-width: 768px) {
  .cwb-gallery-image:nth-child(2) {
    height: 423px;
    width: 423px;
  }
}
.cwb-gallery-image:nth-child(2) {
  position: relative;
}
@media (min-width: 992px) {
  .cwb-gallery-image:nth-child(2) {
    position: absolute;
    right: -43px;
  }
}
@media (min-width: 1400px) {
  .cwb-gallery-image:nth-child(2) {
    right: 87px;
  }
}
.cwb-gallery-image:nth-child(2) {
  left: calc(50% - 25vw);
}
@media (min-width: 768px) {
  .cwb-gallery-image:nth-child(2) {
    left: calc(50% - 217px);
  }
}
@media (min-width: 992px) {
  .cwb-gallery-image:nth-child(2) {
    left: auto;
  }
}
.cwb-gallery-image:nth-child(2) {
	z-index: 1;
}
.cwb-gallery-image:nth-child(3) {
  height: 20vw;
  width: 20vw;
}
@media (min-width: 575px) {
  .cwb-gallery-image:nth-child(3) {
    height: 15vw;
    width: 15vw;
  }
}
@media (min-width: 768px) {
  .cwb-gallery-image:nth-child(3) {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .cwb-gallery-image:nth-child(3) {
    height: 238px;
    width: 238px;
  }
}
.cwb-gallery-image:nth-child(3) {
  position: absolute;
  right: 5vw;
}
@media (min-width: 992px) {
  .cwb-gallery-image:nth-child(3) {
    right: -50px;
  }
}
@media (min-width: 1400px) {
  .cwb-gallery-image:nth-child(3) {
    right: 10px;
  }
}
.cwb-gallery-image:nth-child(3) {
  top: -50px;
}
@media (min-width: 992px) {
  .cwb-gallery-image:nth-child(3) {
    top: -250px;
  }
}
.cwb-gallery-image:nth-child(3) {
	z-index: 5;
}
.cwb-gallery-image:nth-child(4) {
  height: 15vw;
  width: 15vw;
}
@media (min-width: 768px) {
  .cwb-gallery-image:nth-child(4) {
    height: 127px;
    width: 127px;
  }
}
.cwb-gallery-image:nth-child(4) {
  position: absolute;
  right: 30px;
}
@media (min-width: 992px) {
  .cwb-gallery-image:nth-child(4) {
    right: -50px;
  }
}
@media (min-width: 1400px) {
  .cwb-gallery-image:nth-child(4) {
    right: -30px;
  }
}
.cwb-gallery-image:nth-child(4) {
  bottom: 0px;
}
@media (min-width: 992px) {
  .cwb-gallery-image:nth-child(4) {
    bottom: -130px;
  }
}
@media (min-width: 1400px) {
  .cwb-gallery-image:nth-child(4) {
    bottom: -20px;
  }
}
.cwb-gallery-image img,
.cwb-gallery-image-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: screen;
}
.cwb-gallery-image:first-child>.image-overlay,
.cwb-gallery-image:nth-child(4)>.image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity));
}
.cwb-gallery-image:nth-child(2)>.image-overlay,
.cwb-gallery-image:nth-child(3)>.image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
}
.cwb-gallery-image-left:first-child {
  height: 400px;
  width: 400px;
  position: absolute;
  left: 41px;
	z-index: 20;
}
.cwb-gallery-image-left:nth-child(2) {
  height: 130px;
  width: 130px;
  position: absolute;
  right: 80px;
  top: -98px;
}
.cwb-gallery-image-left:nth-child(3) {
  height: 155px;
  width: 155px;
  position: absolute;
  bottom: -41px;
  left: -47px;
	z-index: 5;
}
.cwb-gallery-image-left:nth-child(4) {
  height: 93px;
  width: 93px;
  position: absolute;
  top: -13px;
  left: -18px;
}
.cwb-gallery-image-left:first-child>.image-overlay,
.cwb-gallery-image-left:nth-child(4)>.image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
}
.cwb-gallery-image-left:nth-child(2)>.image-overlay,
.cwb-gallery-image-left:nth-child(3)>.image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity));
}
.gallery-image:first-child {
  height: 400px;
  width: 400px;
  position: absolute;
  right: 107px;
  z-index: 20;
}
.gallery-image:nth-child(2) {
  height: 130px;
  width: 130px;
  position: absolute;
  right: -13px;
  top: 0px;
}
.gallery-image:nth-child(3) {
  height: 155px;
  width: 155px;
  position: absolute;
  bottom: -8px;
}
@media (min-width: 992px) {
  .gallery-image:nth-child(3) {
    bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .gallery-image:nth-child(3) {
    bottom: -8px;
  }
}
.gallery-image:nth-child(3) {
  left: 61px;
  z-index: 5;
}
.gallery-image:nth-child(4) {
  height: 155px;
  width: 155px;
  position: absolute;
  top: -117px;
  left: 59px;
}
.gallery-image img,
.gallery-image-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: screen;
}
.gallery-image:first-child > .image-overlay,
.gallery-image:nth-child(4) > .image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity));
}
.gallery-image:nth-child(2) > .image-overlay,
.gallery-image:nth-child(3) > .image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
}
.gallery-image-left:first-child {
  height: 400px;
  width: 400px;
  position: absolute;
  left: 41px;
  z-index: 20;
}
.gallery-image-left:nth-child(2) {
  height: 130px;
  width: 130px;
  position: absolute;
  right: 80px;
  top: -98px;
}
.gallery-image-left:nth-child(3) {
  height: 155px;
  width: 155px;
  position: absolute;
  bottom: -41px;
  left: -47px;
  z-index: 5;
}
.gallery-image-left:nth-child(4) {
  height: 93px;
  width: 93px;
  position: absolute;
  top: -13px;
  left: -18px;
}
.gallery-image-left:first-child > .image-overlay,
.gallery-image-left:nth-child(4) > .image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(255 63 45 / var(--tw-bg-opacity));
}
.gallery-image-left:nth-child(2) > .image-overlay,
.gallery-image-left:nth-child(3) > .image-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(154 145 255 / var(--tw-bg-opacity));
}
/* large devices and below */
@media screen and (max-width: 991px) {
  .gallery-image:first-child,
  .gallery-image-left:first-child {
    height: 250px;
    width: 250px;
    position: relative;
    right: 0px;
    left: 0px;
    margin: auto;
    z-index: 20;
  }

  .gallery-image:nth-child(2),
  .gallery-image-left:nth-child(2) {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0px;
    right: 151px;
  }

  .gallery-image:nth-child(3),
  .gallery-image-left:nth-child(3) {
    height: 90px;
    width: 90px;
    position: absolute;
    bottom: -8px;
    left: 199px;
  }

  .gallery-image:nth-child(4),
  .gallery-image-left:nth-child(4) {
    height: 90px;
    width: 90px;
    position: absolute;
    top: -9px;
    left: 155px;
  }
}
/* medium devices and below */
@media screen and (max-width: 767px) {
  .gallery-image:nth-child(2),
  .gallery-image-left:nth-child(2) {
    right: 5px;
    top: -36px;
  }

  .gallery-image:nth-child(3),
  .gallery-image-left:nth-child(3) {
    left: 7px;
  }

  .gallery-image:nth-child(4),
  .gallery-image-left:nth-child(4) {
    top: -67px;
    left: 20px;
  }
}
.embed #iframe {
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 1400px) {
	.xl\:grid-cols-2-uneven {
		grid-template-columns: 60% 40% !important;
	}
}
@media (min-width: 575px) {

  .sm\:text-base {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    font-style: normal;
  }
}
@media (min-width: 768px) {

  .md\:heading-1 {
    font-family: Big Shoulders Display, sans-serif;
    font-size: 96px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 93.2%;
  }

  @media (min-width: 992px) {
    .md\:heading-1 {
      font-size: 128px;
    }
  }

  .md\:heading-1 {
    font-style: normal;
  }

  .md\:heading-2 {
    font-family: Big Shoulders Display, sans-serif;
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 93.2%;
  }

  @media (min-width: 992px) {
    .md\:heading-2 {
      font-size: 96px;
    }
  }

  .md\:heading-2 {
    font-style: normal;
  }

    .prose .md\:heading-1,
    .wizzy .md\:heading-1 {
    margin-bottom: 3rem;
  }

    .prose .md\:heading-1:last-child,
    .wizzy .md\:heading-1:last-child {
    margin-bottom: 0px;
  }

    
    .prose .md\:heading-2,
    .wizzy .md\:heading-2 {
    margin-bottom: 3rem;
  }

    
    .prose .md\:heading-2:last-child,
    .wizzy .md\:heading-2:last-child {
    margin-bottom: 0px;
  }

    .prose .md\:heading-1,
    .wizzy .md\:heading-1 {
    margin-bottom: 3rem;
  }

    .prose .md\:heading-1:last-child,
    .wizzy .md\:heading-1:last-child {
    margin-bottom: 0px;
  }

    
    .prose .md\:heading-2,
    .wizzy .md\:heading-2 {
    margin-bottom: 3rem;
  }

    
    .prose .md\:heading-2:last-child,
    .wizzy .md\:heading-2:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {

  .lg\:text-base {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  @media (min-width: 400px) {
    .md\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 575px) {
    .md\:container {
      max-width: 575px;
    }
  }
  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px;
      padding-right: 60px;
      padding-left: 60px;
    }
  }
  @media (min-width: 1400px) {
    .md\:container {
      max-width: 1400px;
    }
  }
}
@media (hover: hover) and (pointer: fine) {
  .hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 145 255 / var(--tw-bg-opacity));
  }
  .hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(154 145 255 / var(--tw-text-opacity));
  }
  .hover\:text-secondary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(255 63 45 / var(--tw-text-opacity));
  }
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:ring-primary-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(154 145 255 / var(--tw-ring-opacity));
  }
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:text-secondary-500:focus {
  --tw-text-opacity: 1;
  color: rgb(255 63 45 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 145 255 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}
.active\:text-secondary-500:active {
  --tw-text-opacity: 1;
  color: rgb(255 63 45 / var(--tw-text-opacity));
}
@media (min-width: 400px) {
  .xs\:w-\[6rem\] {
    width: 6rem;
  }
}
@media (min-width: 575px) {
  .sm\:ml-\[16px\] {
    margin-left: 16px;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-32 {
    width: 8rem;
  }
  .sm\:px-\[1\.25rem\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
  .md\:-order-none {
    order: 0;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-end-13 {
    grid-column-end: 13;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:-mb-gap-lg {
    margin-bottom: -5rem;
  }
  .md\:-mb-gap-md {
    margin-bottom: -3rem;
  }
  .md\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .md\:-mb-gap-xl {
    margin-bottom: -8rem;
  }
  .md\:-mb-gap-xs {
    margin-bottom: -1.25rem;
  }
  .md\:-mt-gap-0 {
    margin-top: 0;
  }
  .md\:-mt-gap-lg {
    margin-top: -5rem;
  }
  .md\:-mt-gap-md {
    margin-top: -3rem;
  }
  .md\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .md\:-mt-gap-xl {
    margin-top: -8rem;
  }
  .md\:-mt-gap-xs {
    margin-top: -1.25rem;
  }
  .md\:mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:mb-gap-lg {
    margin-bottom: 5rem;
  }
  .md\:mb-gap-md {
    margin-bottom: 3rem;
  }
  .md\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .md\:mb-gap-xl {
    margin-bottom: 8rem;
  }
  .md\:mb-gap-xs {
    margin-bottom: 1.25rem;
  }
  .md\:ml-\[34px\] {
    margin-left: 34px;
  }
  .md\:mt-\[103px\] {
    margin-top: 103px;
  }
  .md\:mt-\[113px\] {
    margin-top: 113px;
  }
  .md\:mt-gap-0 {
    margin-top: 0;
  }
  .md\:mt-gap-lg {
    margin-top: 5rem;
  }
  .md\:mt-gap-md {
    margin-top: 3rem;
  }
  .md\:mt-gap-sm {
    margin-top: 2rem;
  }
  .md\:mt-gap-xl {
    margin-top: 8rem;
  }
  .md\:mt-gap-xs {
    margin-top: 1.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:grid {
    display: grid;
  }
  .md\:h-\[114px\] {
    height: 114px;
  }
  .md\:h-\[365px\] {
    height: 365px;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:min-h-\[130px\] {
    min-height: 130px;
  }
  .md\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -5rem;
  }
  .md\:-scroll-mb-gap-md {
    scroll-margin-bottom: -3rem;
  }
  .md\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .md\:-scroll-mb-gap-xl {
    scroll-margin-bottom: -8rem;
  }
  .md\:-scroll-mb-gap-xs {
    scroll-margin-bottom: -1.25rem;
  }
  .md\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:-scroll-mt-gap-lg {
    scroll-margin-top: -5rem;
  }
  .md\:-scroll-mt-gap-md {
    scroll-margin-top: -3rem;
  }
  .md\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .md\:-scroll-mt-gap-xl {
    scroll-margin-top: -8rem;
  }
  .md\:-scroll-mt-gap-xs {
    scroll-margin-top: -1.25rem;
  }
  .md\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:scroll-mb-gap-lg {
    scroll-margin-bottom: 5rem;
  }
  .md\:scroll-mb-gap-md {
    scroll-margin-bottom: 3rem;
  }
  .md\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .md\:scroll-mb-gap-xl {
    scroll-margin-bottom: 8rem;
  }
  .md\:scroll-mb-gap-xs {
    scroll-margin-bottom: 1.25rem;
  }
  .md\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:scroll-mt-gap-lg {
    scroll-margin-top: 5rem;
  }
  .md\:scroll-mt-gap-md {
    scroll-margin-top: 3rem;
  }
  .md\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .md\:scroll-mt-gap-xl {
    scroll-margin-top: 8rem;
  }
  .md\:scroll-mt-gap-xs {
    scroll-margin-top: 1.25rem;
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:bg-cover {
    background-size: cover;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-\[33px\] {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-\[18rem\] {
    padding-bottom: 18rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pt-64 {
    padding-top: 16rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-\[14px\] {
    font-size: 14px;
  }
  .md\:text-\[32px\] {
    font-size: 32px;
  }
  .md\:leading-\[41px\] {
    line-height: 41px;
  }
}
@media (min-width: 992px) {
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-full {
    grid-column: 1 / -1;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .lg\:col-end-13 {
    grid-column-end: 13;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:-mb-gap-lg {
    margin-bottom: -5rem;
  }
  .lg\:-mb-gap-md {
    margin-bottom: -3rem;
  }
  .lg\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .lg\:-mb-gap-xl {
    margin-bottom: -8rem;
  }
  .lg\:-mb-gap-xs {
    margin-bottom: -1.25rem;
  }
  .lg\:-mt-gap-0 {
    margin-top: 0;
  }
  .lg\:-mt-gap-lg {
    margin-top: -5rem;
  }
  .lg\:-mt-gap-md {
    margin-top: -3rem;
  }
  .lg\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .lg\:-mt-gap-xl {
    margin-top: -8rem;
  }
  .lg\:-mt-gap-xs {
    margin-top: -1.25rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:mb-gap-lg {
    margin-bottom: 5rem;
  }
  .lg\:mb-gap-md {
    margin-bottom: 3rem;
  }
  .lg\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .lg\:mb-gap-xl {
    margin-bottom: 8rem;
  }
  .lg\:mb-gap-xs {
    margin-bottom: 1.25rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-\[150px\] {
    margin-top: 150px;
  }
  .lg\:mt-gap-0 {
    margin-top: 0;
  }
  .lg\:mt-gap-lg {
    margin-top: 5rem;
  }
  .lg\:mt-gap-md {
    margin-top: 3rem;
  }
  .lg\:mt-gap-sm {
    margin-top: 2rem;
  }
  .lg\:mt-gap-xl {
    margin-top: 8rem;
  }
  .lg\:mt-gap-xs {
    margin-top: 1.25rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[125px\] {
    height: 125px;
  }
  .lg\:h-\[365px\] {
    height: 365px;
  }
  .lg\:h-\[558px\] {
    height: 558px;
  }
  .lg\:h-\[95px\] {
    height: 95px;
  }
  .lg\:min-h-\[200px\] {
    min-height: 200px;
  }
  .lg\:w-\[126px\] {
    width: 126px;
  }
  .lg\:w-\[262px\] {
    width: 262px;
  }
  .lg\:max-w-\[330px\] {
    max-width: 330px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .lg\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -5rem;
  }
  .lg\:-scroll-mb-gap-md {
    scroll-margin-bottom: -3rem;
  }
  .lg\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .lg\:-scroll-mb-gap-xl {
    scroll-margin-bottom: -8rem;
  }
  .lg\:-scroll-mb-gap-xs {
    scroll-margin-bottom: -1.25rem;
  }
  .lg\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:-scroll-mt-gap-lg {
    scroll-margin-top: -5rem;
  }
  .lg\:-scroll-mt-gap-md {
    scroll-margin-top: -3rem;
  }
  .lg\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .lg\:-scroll-mt-gap-xl {
    scroll-margin-top: -8rem;
  }
  .lg\:-scroll-mt-gap-xs {
    scroll-margin-top: -1.25rem;
  }
  .lg\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:scroll-mb-gap-lg {
    scroll-margin-bottom: 5rem;
  }
  .lg\:scroll-mb-gap-md {
    scroll-margin-bottom: 3rem;
  }
  .lg\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .lg\:scroll-mb-gap-xl {
    scroll-margin-bottom: 8rem;
  }
  .lg\:scroll-mb-gap-xs {
    scroll-margin-bottom: 1.25rem;
  }
  .lg\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:scroll-mt-gap-lg {
    scroll-margin-top: 5rem;
  }
  .lg\:scroll-mt-gap-md {
    scroll-margin-top: 3rem;
  }
  .lg\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .lg\:scroll-mt-gap-xl {
    scroll-margin-top: 8rem;
  }
  .lg\:scroll-mt-gap-xs {
    scroll-margin-top: 1.25rem;
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-32 {
    gap: 8rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-\[34px\] {
    gap: 34px;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-64 {
    padding-bottom: 16rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pr-\[120px\] {
    padding-right: 120px;
  }
  .lg\:pr-\[134px\] {
    padding-right: 134px;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pt-44 {
    padding-top: 11rem;
  }
  .lg\:pt-72 {
    padding-top: 18rem;
  }
  .lg\:text-\[44px\] {
    font-size: 44px;
  }
}
@media (min-width: 1400px) {
  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .xl\:col-end-11 {
    grid-column-end: 11;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:h-\[187px\] {
    height: 187px;
  }
  .xl\:min-h-\[99px\] {
    min-height: 99px;
  }
  .xl\:w-\[187px\] {
    width: 187px;
  }
  .xl\:w-\[538px\] {
    width: 538px;
  }
  .xl\:max-w-\[35\%\] {
    max-width: 35%;
  }
  .xl\:max-w-\[910px\] {
    max-width: 910px;
  }
  .xl\:max-w-\[915px\] {
    max-width: 915px;
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-0 {
    gap: 0px;
  }
}
