@charset "UTF-8";
/*!
Theme Name:     Trellis Works
Theme URI:
Description:    by PDC
Author:         PDC
Version:        1.2
*/
.word-fade-in {
  opacity: 0;
}

.text-shimmer {
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 15%, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.35) 35%, rgba(255, 255, 255, 0.35) 65%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.35) 85%, rgba(255, 255, 255, 0.35) 100%);
  background-size: 250% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text-shimmer-sweep 4s linear infinite;
}

@keyframes text-shimmer-sweep {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -250% 0;
  }
}
.image-scale-in {
  transform: scale(1.2);
}

.clip-reveal-up {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.clip-reveal-up img:not(.ken-burns) {
  transform: scale(1.15);
}

@keyframes ken-burns-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns {
  animation: ken-burns-zoom 18s ease-in-out infinite alternate;
}

.scrub-up-initial {
  transform: translateY(50px);
  opacity: 0;
}

.scale-in-initial {
  transform: scale(0.9);
  opacity: 0;
}

.scrub-up-first {
  transform: translateY(50px);
  opacity: 0;
}

.reveal-scale {
  transform: scale(0.85) translateY(20px);
  opacity: 0;
}

.shape--list {
  width: 240px;
  height: 240px;
  right: 10px;
  top: 30%;
  max-width: 450px;
  max-height: 410px;
  position: absolute;
  border-radius: 60px 60px 0 60px;
}
@media screen and (min-width: 1024px) {
  .shape--list {
    width: 30vw;
    height: 27vw;
    right: 30px;
    margin-top: -8vw;
    top: initial;
    border-radius: 150px 150px 0 150px;
  }
}
.shape--services {
  min-width: 450px;
  min-height: 456px;
  width: 24vw;
  height: 23vw;
  right: 0;
  top: 0;
  margin-top: -300px;
  z-index: -10;
  position: absolute;
  border-radius: 150px 150px 0 150px;
}

.custom-popup {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.custom-popup.active-popup {
  opacity: 1;
}

.scale-hover {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.scale-hover:hover {
  transform: scale(1.05);
}

.footer-logo {
  top: 100%;
}

.img-load {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-load--primary {
  background: #ff0161;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.img-load--secondary {
  background: #170534;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.img-load--bg {
  transform-origin: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.arrow-roll:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gradient-type-header {
  transition: all 0s ease-in-out;
  background: var(--Text-gradient, linear-gradient(106deg, #ffffff 0%, #ffffff 59.63%, #ffffff 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-type-header.active {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-reveal {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 16px;
  }
  41% {
    background-position: -16px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes ken-burns-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns-zoom-in {
  animation: ken-burns-zoom-in 20s ease-in-out forwards;
  will-change: transform;
}

.scrub-up-delayed {
  transform: translateY(0px);
  opacity: 0;
}

.news-item {
  transform: translateY(50px);
  opacity: 0;
}

.pulse-title--icon {
  opacity: 0;
}
.pulse-title--title {
  opacity: 0;
  transform: translateY(100%);
}

.pin {
  position: relative;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/map-icon.png");
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(15, 226, 255, 0);
  }
}
.fade-in {
  opacity: 0;
}

.list-item-anim--line {
  transform: translateY(100%);
}

.list-item-anim--line--white {
  background: #fff !important;
}

.fade-in-initial {
  opacity: 0;
}

.line {
  overflow: hidden;
  padding-bottom: 5px;
}

.word {
  font-kerning: none;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 126s linear infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(15, 226, 255, 0);
  }
}
/* Marquee styles */
.marquee {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 61%;
}
.marquee__content li {
  font-size: 44px;
  color: white;
  margin-bottom: 0px !important;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .marquee__content li {
    font-size: 60px;
  }
}
.marquee__content li img {
  max-width: 90%;
}
@media screen and (min-width: 640px) {
  .marquee__content li img {
    max-width: none;
  }
}
.marquee__content li.dark {
  color: black;
}

.marquee__content {
  animation: scrollNew 30s linear infinite;
}

@keyframes initialScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(calc(0 - var(--gap)));
  }
}
@keyframes scrollNew {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes bounceNew {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.view-post--open span {
  max-width: 100% !important;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.bg-hero-anim {
  transform: scale(1.8);
}

.view-post-white span {
  color: white;
  font-size: 18px;
}

:root {
  --color: #5A17C7;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.links-list li {
  color: #A0ABBB;
}

.footer-gradient-layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, #000 49.5%);
  opacity: 0.98;
}

.services-line {
  left: -5px;
  position: relative;
}

.pointer-events-none {
  pointer-events: none;
}

.bold-underline {
  font-weight: 500;
  position: relative;
}
.bold-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -2px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 242 0 / var(--tw-bg-opacity));
}

.testimonial-swiper {
  overflow: visible !important;
}

.force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}

@media (min-width: 1024px){
  .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li{
    font-size: 18px;
  }
}

.force-text-white-small p, .force-text-white-small .article-content ul li, .article-content ul .force-text-white-small li {
  color: white !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 1024px){
  .force-text-white-small p, .force-text-white-small .article-content ul li, .article-content ul .force-text-white-small li{
    font-size: 14px;
  }
  .reduced-heading-width h2, .reduced-heading-width h3, .reduced-heading-width h4, .reduced-heading-width h5{
    max-width: 600px;
  }
}

.box-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

.img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 22, 18, 0.5) 0%, rgba(39, 22, 18, 0.5) 100%);
}

.img-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.39%), linear-gradient(90deg, rgba(15, 33, 69, 0.5) 0.2%, rgba(15, 33, 69, 0) 56.33%);
}

.force-text-white h3, .force-text-white h4, .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
}

.rotate-minus-30 {
  transform: rotate(-30deg);
}

.body .overflow-hidden {
  overflow: hidden !important;
}

table {
  table-layout: auto;
}
@media screen and (min-width: 640px) {
  table {
    table-layout: fixed;
  }
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.line-top {
  width: 0px;
  max-width: 95px;
  height: 3px;
  background: white;
}
.line-top--primary {
  background: #010957;
}

.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-radius {
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .default-radius {
    border-radius: 30px;
  }
}

.primary-border-left {
  border-left: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-left {
    border-left: 1px solid #390E7D;
  }
}

.primary-border-right {
  border-right: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-right {
    border-right: 1px solid #390E7D;
  }
  .primary-border-left-2 {
    border-left: 2px solid #8546EA;
  }
  .primary-border-right-2 {
    border-right: 2px solid #8546EA;
  }
}

.primary-border-top {
  border-top: 1px solid #390E7D;
}

.primary-border-bottom {
  border-bottom: 1px solid #390E7D;
}

.wrapper {
  z-index: 10;
  position: relative;
}

.horizontal-list h4 {
  padding-bottom: 0px !important;
}

.color-tertiary {
  color: #FF0161;
}

.initial-scale-in {
  transform: scale(0.94) translateY(20px);
  opacity: 0;
}

.primary-border {
  border: 2px solid var(--Secondary-100, #B690F2);
}

.custom-top-border {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.border-radius-30 {
  border-radius: 30px;
}

.custom-bottom-border {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.box-shadow {
  border-radius: 10px;
  background: #FFF;
}
.box-shadow--teal {
  box-shadow: 0px 4px 20px 2px rgba(133, 54, 144, 0.3);
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-before {
  position: relative;
  overflow: hidden;
}
.item-before:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 6px solid var(--EV8-Switch-S-600, #174F89);
}

.linear-gradient-fade-out {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.linear-gradient-fade-in {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.rounded-image-radius {
  border-radius: 60px 60px 0 60px;
}
@media screen and (min-width: 1024px) {
  .rounded-image-radius {
    border-radius: 150px 150px 0 150px;
  }
}

.bg-white-shadow {
  box-shadow: 0 3px 19.3px 1px rgba(37, 99, 235, 0.25);
}

.bg-navy-blue h3, .bg-navy-blue p, .bg-navy-blue .article-content ul li, .article-content ul .bg-navy-blue li {
  color: white;
}

table {
  background-color: #313131;
  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
  border-radius: 15px;
}
table a {
  text-decoration: underline;
}
table thead {
  background-color: #353535;
}
table thead th {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #F2BC49;
  border: 1px solid #282828;
  padding: 15px;
  font-size: 12px;
  text-align: left;
}
table tbody {
  font-size: 14px;
}
table tbody tr {
  border: 1px solid #282828;
}
table tbody tr td {
  border: 1px solid #282828;
  padding: 15px; /* Increased padding */
}

@font-face {
  font-family: "Martina Plantijn";
  src: url("../../library/fonts/martina-plantijn-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martina Plantijn";
  src: url("../../library/fonts/martina-plantijn-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martina Plantijn";
  src: url("../../library/fonts/martina-plantijn-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martina Plantijn";
  src: url("../../library/fonts/martina-plantijn-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martina Plantijn";
  src: url("../../library/fonts/martina-plantijn-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martina Plantijn";
  src: url("../../library/fonts/martina-plantijn-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
canvas {
  transition: opacity 0.3s;
  --gradient-color-1: #060106;
  --gradient-color-2: #FC035D;
  --gradient-color-3: #1E0E81;
  --gradient-color-4: #4C68FA;
}

/*! tailwindcss v3.3.6 | 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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}

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

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1320px){
  .container{
    max-width: 1320px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-\[20px\]{
  bottom: -20px;
}
.-bottom-\[40px\]{
  bottom: -40px;
}
.-bottom-\[80px\]{
  bottom: -80px;
}
.-left-\[110px\]{
  left: -110px;
}
.-left-\[200px\]{
  left: -200px;
}
.-left-\[45vw\]{
  left: -45vw;
}
.-right-\[70px\]{
  right: -70px;
}
.-top-\[15\%\]{
  top: -15%;
}
.-top-\[200px\]{
  top: -200px;
}
.-top-\[50px\]{
  top: -50px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[-20px\]{
  bottom: -20px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-\[14\%\]{
  left: 14%;
}
.left-\[15px\]{
  left: 15px;
}
.left-\[16\%\]{
  left: 16%;
}
.left-\[35\%\]{
  left: 35%;
}
.left-\[39\%\]{
  left: 39%;
}
.left-\[4\%\]{
  left: 4%;
}
.left-\[6\%\]{
  left: 6%;
}
.left-\[63\%\]{
  left: 63%;
}
.left-\[66\%\]{
  left: 66%;
}
.left-\[78\%\]{
  left: 78%;
}
.left-\[83\%\]{
  left: 83%;
}
.left-\[90\%\]{
  left: 90%;
}
.right-0{
  right: 0px;
}
.right-\[-40px\]{
  right: -40px;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[calc\(50\%\+30px\)\]{
  right: calc(50% + 30px);
}
.right-\[calc\(60\%\+30px\)\]{
  right: calc(60% + 30px);
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[-240\%\]{
  top: -240%;
}
.top-\[00px\]{
  top: 00px;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[12\%\]{
  top: 12%;
}
.top-\[13\%\]{
  top: 13%;
}
.top-\[21\%\]{
  top: 21%;
}
.top-\[26\%\]{
  top: 26%;
}
.top-\[27\%\]{
  top: 27%;
}
.top-\[37\%\]{
  top: 37%;
}
.top-\[39\%\]{
  top: 39%;
}
.top-\[43\%\]{
  top: 43%;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[54\%\]{
  top: 54%;
}
.top-\[55\%\]{
  top: 55%;
}
.top-\[57\%\]{
  top: 57%;
}
.top-\[6px\]{
  top: 6px;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[90\]{
  z-index: 90;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mb-\[140px\]{
  margin-bottom: -140px;
}
.-mt-\[460px\]{
  margin-top: -460px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[00px\]{
  margin-top: 00px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[185\/160\]{
  aspect-ratio: 185/160;
}
.aspect-\[4\/2\.6\]{
  aspect-ratio: 4/2.6;
}
.aspect-\[4\/3\.4\]{
  aspect-ratio: 4/3.4;
}
.h-0{
  height: 0px;
}
.h-\[100\.02px\]{
  height: 100.02px;
}
.h-\[12\.92vw\]{
  height: 12.92vw;
}
.h-\[130\%\]{
  height: 130%;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[132px\]{
  height: 132px;
}
.h-\[133\.02px\]{
  height: 133.02px;
}
.h-\[14\.27vw\]{
  height: 14.27vw;
}
.h-\[144px\]{
  height: 144px;
}
.h-\[145\.88px\]{
  height: 145.88px;
}
.h-\[15vw\]{
  height: 15vw;
}
.h-\[16\.15vw\]{
  height: 16.15vw;
}
.h-\[165px\]{
  height: 165px;
}
.h-\[17\.01vw\]{
  height: 17.01vw;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[228px\]{
  height: 228px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[460px\]{
  height: 460px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[7px\]{
  height: 7px;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[80vw\]{
  height: 80vw;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[92vw\]{
  height: 92vw;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[138px\]{
  max-height: 138px;
}
.max-h-\[208px\]{
  max-height: 208px;
}
.max-h-\[20px\]{
  max-height: 20px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.min-h-\[395px\]{
  min-height: 395px;
}
.w-1{
  width: 0.25rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[107px\]{
  width: 107px;
}
.w-\[12\.72vw\]{
  width: 12.72vw;
}
.w-\[120\%\]{
  width: 120%;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[131px\]{
  width: 131px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15vw\]{
  width: 15vw;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[20\.16vw\]{
  width: 20.16vw;
}
.w-\[206px\]{
  width: 206px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[233px\]{
  width: 233px;
}
.w-\[24\.56vw\]{
  width: 24.56vw;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[251px\]{
  width: 251px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[29\.8vw\]{
  width: 29.8vw;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[336px\]{
  width: 336px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[384px\]{
  width: 384px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[440px\]{
  width: 440px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[560px\]{
  width: 560px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[8px\]{
  width: 8px;
}
.w-\[98\.5px\]{
  width: 98.5px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[270px\]{
  min-width: 270px;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[362px\]{
  max-width: 362px;
}
.max-w-\[384px\]{
  max-width: 384px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[490px\]{
  max-width: 490px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[590px\]{
  max-width: 590px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[723px\]{
  max-width: 723px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[910px\]{
  max-width: 910px;
}
.max-w-\[95\%\]{
  max-width: 95%;
}
.max-w-\[950px\]{
  max-width: 950px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.5\]{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-none{
  list-style-type: none;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-\[9px\]{
  gap: 9px;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-\[10px\]{
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[30px\]{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[40px\]{
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.gap-x-\[60px\]{
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-x-\[80px\]{
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[20px\]{
  row-gap: 20px;
}
.gap-y-\[35px\]{
  row-gap: 35px;
}
.gap-y-\[40px\]{
  row-gap: 40px;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-bl-\[10px\]{
  border-bottom-left-radius: 10px;
}
.rounded-br-\[10px\]{
  border-bottom-right-radius: 10px;
}
.rounded-tl-\[10px\]{
  border-top-left-radius: 10px;
}
.rounded-tr-\[10px\]{
  border-top-right-radius: 10px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-grey\/20{
  border-color: rgb(154 154 154 / 0.2);
}
.border-grey\/30{
  border-color: rgb(154 154 154 / 0.3);
}
.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.bg-\[\#0F0E0D\]\/\[0\.45\]{
  background-color: rgb(15 14 13 / 0.45);
}
.bg-\[\#0F0E0D\]\/\[0\.59\]{
  background-color: rgb(15 14 13 / 0.59);
}
.bg-\[\#F35042\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 80 66 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/\[0\.39\]{
  background-color: rgb(0 0 0 / 0.39);
}
.bg-brand-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 13 / var(--tw-bg-opacity));
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}
.bg-grey-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-grey-mid{
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}
.bg-inherit{
  background-color: inherit;
}
.bg-off-white{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(157 242 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/75{
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-16{
  padding: 4rem;
}
.p-20{
  padding: 5rem;
}
.p-24{
  padding: 6rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[24px\]{
  padding: 24px;
}
.p-\[26px\]{
  padding: 26px;
}
.\!px-\[15px\]{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[55px\]{
  padding-top: 55px;
  padding-bottom: 55px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}
.\!pb-\[70px\]{
  padding-bottom: 70px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[0px\]{
  padding-bottom: 0px;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[140px\]{
  padding-bottom: 140px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[25vh\]{
  padding-bottom: 25vh;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[45px\]{
  padding-bottom: 45px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[80px\]{
  padding-bottom: 80px;
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[19vw\]{
  padding-left: 19vw;
}
.pr-0{
  padding-right: 0px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[0px\]{
  padding-top: 0px;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[110px\]{
  padding-top: 110px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[2\.5rem\]{
  padding-top: 2.5rem;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pt-\[75px\]{
  padding-top: 75px;
}
.pt-\[90px\]{
  padding-top: 90px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[38px\]{
  font-size: 38px;
}
.\!font-\[600\]{
  font-weight: 600 !important;
}
.\!font-\[700\]{
  font-weight: 700 !important;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[125\%\]{
  line-height: 125%;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-\[15px\]{
  line-height: 15px;
}
.leading-\[16\.5px\]{
  line-height: 16.5px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}
.tracking-\[0px\]{
  letter-spacing: 0px;
}
.tracking-\[1\.32px\]{
  letter-spacing: 1.32px;
}
.tracking-\[1\.3px\]{
  letter-spacing: 1.3px;
}
.tracking-\[1\.4px\]{
  letter-spacing: 1.4px;
}
.tracking-\[1\.5px\]{
  letter-spacing: 1.5px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.\!text-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(15 14 13 / var(--tw-text-opacity)) !important;
}
.\!text-grey{
  --tw-text-opacity: 1 !important;
  color: rgb(154 154 154 / var(--tw-text-opacity)) !important;
}
.text-\[\#2C2E31\]{
  --tw-text-opacity: 1;
  color: rgb(44 46 49 / var(--tw-text-opacity));
}
.text-\[\#565655\]{
  --tw-text-opacity: 1;
  color: rgb(86 86 85 / var(--tw-text-opacity));
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(157 242 0 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(15 14 13 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.text-grey-dark{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-grey-deep{
  --tw-text-opacity: 1;
  color: rgb(111 110 110 / var(--tw-text-opacity));
}
.text-grey-mid{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-grey-soft{
  --tw-text-opacity: 1;
  color: rgb(171 171 170 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(157 242 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.ring{
  --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(3px + 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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-300{
  transition-duration: 300ms;
}
.will-change-transform{
  will-change: transform;
}
html {
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

body {
  color: #141414;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1168px;
  }
}

.container--large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .container--large {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container--large {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .container--large {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .container--large {
    max-width: 1440px;
  }
}
@media (min-width: 1320px) {
  .container--large {
    max-width: 1380px;
  }
}

@media (min-width: 1024px) {
  .container-inset-padding {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.font-primary {
  font-family: "Martina Plantijn", serif;
}

.font-secondary {
  font-family: "Open Sans", sans-serif;
}

.pt-small {
  padding-top: 1.5rem;
}
.pt-medium {
  padding-top: 4rem;
}
.pt-large {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 6rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .pt-xlarge {
    padding-top: 12rem;
  }
}

.pb-small {
  padding-bottom: 1.5rem;
}
.pb-medium {
  padding-bottom: 4rem;
}
.pb-large {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 6rem;
  }
}
.pb-xlarge {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .pb-xlarge {
    padding-bottom: 12rem;
  }
}

.fade-in-elements {
  opacity: 0;
  transform: translateY(40px);
}

.img-white {
  filter: brightness(0) invert(1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 15px;
  font-family: "Martina Plantijn", serif;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-bottom: 18px;
  }
}

p, .article-content ul li, .paragraph-content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

@media (min-width: 1024px){
  p, .article-content ul li, .paragraph-content{
    font-size: 15px;
  }
}
p.p--small, .article-content ul li.p--small, p--small, p .p--small, .article-content ul li .p--small, .paragraph-content.p--small, .paragraph-content--small, .paragraph-content .p--small{
  font-size: 14px;
  font-weight: 400;
  line-height: 190%;
}
p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1024px){
  p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium{
    font-size: 20px;
  }
}
p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
  font-size: 17px;
  line-height: 160%;
}
@media (min-width: 1024px){
  p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 22px;
  }
}
@media (min-width: 1280px){
  p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large{
    font-size: 22px;
  }
}
p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
  font-size: 18px;
  line-height: 150%;
}
@media (min-width: 1024px){
  p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 24px;
  }
}
@media (min-width: 1280px){
  p .p--xlarge, .article-content ul li .p--xlarge, p--xlarge, p.p--xlarge, .article-content ul li.p--xlarge, .paragraph-content .p--xlarge, .paragraph-content--xlarge, .paragraph-content.p--xlarge{
    font-size: 29px;
  }
}
p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
  font-size: 25px;
  line-height: 125%;
}
@media (min-width: 1024px){
  p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 40px;
  }
}
@media (min-width: 1280px){
  p .p--xxlarge, .article-content ul li .p--xxlarge, p--xxlarge, p.p--xxlarge, .article-content ul li.p--xxlarge, .paragraph-content .p--xxlarge, .paragraph-content--xxlarge, .paragraph-content.p--xxlarge{
    font-size: 45px;
  }
}

.p--small p, .article-content ul .p--small li, .p--small ul li{
  font-size: 15px;
  line-height: 160%;
}

@media (min-width: 1024px){
  .p--small p, .article-content ul .p--small li, .p--small ul li{
    font-size: 17px;
  }
}

.p--medium p, .p--medium .article-content ul li, .article-content ul .p--medium li{
  font-size: 16px;
  line-height: 160%;
}

@media (min-width: 1024px){
  .p--medium p, .p--medium .article-content ul li, .article-content ul .p--medium li{
    font-size: 20px;
  }
}

.p--large p, .article-content ul .p--large li, .p--large ul li{
  font-size: 19px;
  line-height: 150%;
}

@media (min-width: 1024px){
  .p--large p, .article-content ul .p--large li, .p--large ul li{
    font-size: 22px;
  }
}

@media (min-width: 1280px){
  .p--large p, .article-content ul .p--large li, .p--large ul li{
    font-size: 27px;
  }
}

.inline-secondary {
  font-family: "Open Sans", sans-serif;
  color: #0F0E0D;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
}

.text-muted-inline{
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

h1, .h1{
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
}
@media (min-width: 1024px) {
  h1, .h1{
    font-size: 52px;
    font-weight: 300;
    line-height: 120%;
  }
}
h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
  font-size: 29px;
  font-weight: 300;
  line-height: 33px;
}
@media (min-width: 1024px){
  h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small{
    font-size: 52px;
    line-height: 120%;
  }
}
h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
  font-size: 38px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 48px;
    line-height: 125%;
  }
}
@media (min-width: 1280px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 48px;
  }
}
@media (min-width: 1320px){
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium{
    font-size: 52px;
  }
}
h1.h1--xlarge, h1 .h1--xlarge, .h1.h1--xlarge, .h1 .h1--xlarge{
  font-size: 42px;
  line-height: 115%;
}
@media (min-width: 1024px){
  h1.h1--xlarge, h1 .h1--xlarge, .h1.h1--xlarge, .h1 .h1--xlarge{
    font-size: 79px;
    line-height: 92px;
  }
}

h2, .h2{
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 51px;
    line-height: 102%;
  }
}
h2.h2--small, h2 .h2--small, .h2.h2--small, .h2 .h2--small{
  font-size: 64px;
  font-weight: 300;
  line-height: 86%;
}
h2.h2--large, .h2.h2--large{
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
}
@media (min-width: 1024px){
  h2.h2--large, .h2.h2--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h2.h2--large, .h2.h2--large{
    font-size: 70px;
  }
}
h2.h2--large-alt, .h2.h2--large-alt{
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
@media (min-width: 1024px){
  h2.h2--large-alt, .h2.h2--large-alt{
    font-size: 62px;
    line-height: 66px;
  }
}
h2.h2--medium, .h2.h2--medium{
  font-size: 25px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium, .h2.h2--medium{
    font-size: 31px;
  }
}
h2.h2--medium-alt, .h2.h2--medium-alt{
  font-size: 25px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h2.h2--medium-alt, .h2.h2--medium-alt{
    font-size: 31px;
  }
}

h3, .h3{
  font-size: 25px;
  font-weight: 300;
  line-height: 115%;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 40px;
  }
}
h3.h3--large, .h3.h3--large{
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--large, .h3.h3--large{
    font-size: 60px;
  }
}
@media (min-width: 1280px){
  h3.h3--large, .h3.h3--large{
    font-size: 70px;
  }
}
h3.h3--medium, .h3.h3--medium{
  font-size: 21px;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 1024px){
  h3.h3--medium, .h3.h3--medium{
    font-size: 30px;
  }
}

h4, .h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

@media (min-width: 1024px){
  h4, .h4{
    font-size: 20px;
  }
}
h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 151 142 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt{
    font-size: 20px;
  }
}
h4.h4--medium, h4 .h4-medium, .h4.h4--medium, .h4 .h4-medium{
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1024px){
  h4.h4--medium, h4 .h4-medium, .h4.h4--medium, .h4 .h4-medium{
    font-size: 15px;
  }
}

h5, .h5{
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

@media (min-width: 1024px){
  h5, .h5{
    font-size: 23px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-family: "Martina Plantijn", serif;
}

a:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

.benefits-list__item {
  position: relative;
  padding-left: 38px;
}

@media (min-width: 1024px){
  .benefits-list__item{
    padding-left: 50px;
  }
}
.benefits-list__item:before {
  content: "";
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  background-image: url(../img/bullet-icon.svg);
  height: 25px;
  width: 25px;
}
@media (min-width: 1024px){
  .benefits-list__item:before{
    min-height: 32px;
    min-width: 32px;
  }
}

.block-list__item {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
}

@media (min-width: 1024px){
  .block-list__item{
    padding-left: 38px;
  }
}
.block-list__item:before {
  content: "";
  margin-right: 8px;
  height: 23px;
  width: 23px;
  top: 1px;
  min-width: 23px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  background-image: url(../img/bullet-icon.svg);
}
.block-list__item p, .block-list__item .article-content ul li, .article-content ul .block-list__item li {
  font-size: 16px;
}

.plan-list__item {
  position: relative;
  padding-left: 38px;
}
.plan-list__item:before {
  content: "";
  margin-right: 8px;
  height: 23px;
  width: 23px;
  top: 1px;
  min-width: 23px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  background-image: url(../img/bullet-icon.svg);
}
.plan-list__item p, .plan-list__item .article-content ul li, .article-content ul .plan-list__item li {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.plan-list__item.active:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.plan-list__item.active p, .plan-list__item.active .article-content ul li, .article-content ul .plan-list__item.active li {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.bg-pink {
  background: #FF978E;
}

.bg-blue {
  background: #1C71BB;
}

.flex-block--bg-black h1, .flex-block--bg-black .h1, .flex-block--bg-black h2, .flex-block--bg-black .h2, .flex-block--bg-black h3, .flex-block--bg-black .h3, .flex-block--bg-black h4, .flex-block--bg-black .h4, .flex-block--bg-black h5, .flex-block--bg-black .h5, .flex-block--bg-black p, .flex-block--bg-black .article-content ul li, .article-content ul .flex-block--bg-black li, .flex-block--bg-black .p {
  color: white;
}

.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple p, .bg-purple .article-content ul li, .article-content ul .bg-purple li, .bg-purple .p {
  color: white;
}

.text-teal p, .text-teal .article-content ul li, .article-content ul .text-teal li {
  color: #949EAC !important;
}

.bg-black {
  background: #000 !important;
}
.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black p, .bg-black .article-content ul li, .article-content ul .bg-black li, .bg-black .p {
  color: white;
}

/* Site Header */
.header {
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.header--hidden {
  transform: translateY(-120px);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}
.header__logo {
  transition: color 0.3s ease-in-out;
  color: #0F0E0D;
}
.header__logo-lottie {
  display: block;
}
.header__logo-lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav-rollover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 27px;
  line-height: 27px;
  vertical-align: top;
}
.header .nav-rollover__lines {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.header .nav-rollover__line {
  display: block;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__nav {
    justify-self: center;
    border-radius: 9999px;
    background-color: rgb(0 0 0 / 0.1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    opacity: 0;
  }
}
.header__nav .menu{
  display: flex;
  gap: 0.5rem;
}
.header__nav .menu > li {
  overflow: hidden;
}
.header__nav .menu > li > a{
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: inline-block;
}
.header__nav li a{
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #0F0E0D;
  font-family: "Open Sans", sans-serif;
  transition: color 0.2s ease-in-out;
}
.header__nav li a:hover {
  color: #676767;
}
.header__nav li.current-menu-item a,
.header__nav li.current_page_item a {
  font-weight: 700;
}
.header__nav a:hover .nav-rollover__lines {
  transform: translateY(-27px);
}
.header--dark .header__logo,
.header--dark .header__nav li a {
  color: #0F0E0D;
}
.header--dark-no-bg .header__logo,
.header--dark-no-bg .header__nav li a {
  color: #0F0E0D;
}
@media (min-width: 1024px) {
  .header--dark-no-bg .header__nav {
    background-color: transparent;
    padding: 0;
  }
}
.header--light .header__logo,
.header--light .header__nav li a {
  color: #fff;
}
.header--light .header__nav li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header--light .header__actions .btn--outline {
  border-color: #fff;
}
.header--light .header__actions .btn--outline .btn__text {
  color: #fff;
}
@media (min-width: 1024px) {
  .header--nav-frosted .header__nav {
    background: rgba(238, 238, 238, 0.91);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
.header--nav-frosted .header__logo,
.header--nav-frosted .header__nav li a {
  color: #0F0E0D;
}
.header--nav-frosted .header__nav li a:hover {
  color: #676767;
}
body.is-open .header .header__logo {
  color: #0F0E0D;
}
.header__actions {
  gap: 20px;
}
@media (min-width: 1024px) {
  .header__actions {
    justify-self: end;
  }
}
.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children:hover .sub-menu{
  pointer-events: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.header .sub-menu{
  display: none;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}
@media (min-width: 1024px) {
  .header .sub-menu {
    display: flex !important;
  }
}
.header .sub-menu li a{
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(15 14 13 / var(--tw-text-opacity));
  font-size: 15px;
}

.m-icon {
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9DF200;
  border: none;
  color: #0F0E0D;
}
@media (min-width: 1024px) {
  .m-icon {
    width: 48px;
    height: 48px;
  }
}

.footer {
  position: relative;
}
.footer__menu .menu{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.footer__menu .sub-menu {
  display: none !important;
}
.footer__menu li a {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-decoration-line: none;
  color: #9A9A9A;
  transition: color 0.2s ease-in-out;
}
.footer__menu li a:hover {
  color: #ffffff;
}
.footer__menu p.font-secondary, .footer__menu .article-content ul li.font-secondary, .article-content ul .footer__menu li.font-secondary {
  font-family: "Open Sans", sans-serif;
  color: #9A9A9A;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li, .footer a {
  font-family: "Martina Plantijn", serif;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li {
  margin-bottom: 0;
}
.footer__wordmark {
  width: 100%;
}
.footer__wordmark-mask {
  width: 100%;
  color: #1E1D1B;
}
.footer__wordmark-mask svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer__wordmark-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer p.footer__nav-title, .footer .article-content ul li.footer__nav-title, .article-content ul .footer li.footer__nav-title {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 1.32px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__nav-list li a {
  font-size: 13px;
}

.footer-reveal {
  pointer-events: none;
}
.footer-reveal a, .footer-reveal button {
  pointer-events: auto;
}

.inline-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 120px;
  z-index: 90;
  pointer-events: none;
  will-change: transform;
}
@media (pointer: coarse) {
  .inline-preview {
    display: none;
  }
}
.inline-preview__mask {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 14, 13, 0.25);
}
.inline-preview__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.data-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
  height: 50px;
  padding: 0 16px 0 12px;
  border: none;
  border-radius: 110px;
  background: #0F0E0D;
  cursor: pointer;
  overflow: hidden;
  will-change: width;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .data-pill {
    width: 245px;
  }
}
.data-pill.is-visible {
  pointer-events: auto;
}
.data-pill.is-collapsed {
  width: 50px;
  padding: 0;
  justify-content: center;
}
.data-pill__ring-wrap {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.data-pill__ring {
  width: 100%;
  height: 100%;
}
.data-pill__ring-track {
  stroke: rgba(255, 255, 255, 0.12);
}
.data-pill__ring-progress {
  stroke: #9DF200;
  transform-origin: center;
  transform-box: fill-box;
  transform: rotate(-90deg);
}
.data-pill__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9DF200;
  transform: translate(-50%, -50%);
}
.data-pill__live {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  color: #9DF200;
  white-space: nowrap;
}
.data-pill__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 50px;
  padding-left: 5px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26.25px;
  white-space: nowrap;
}
.data-pill__sep {
  color: rgba(255, 255, 255, 0.35);
}
.data-pill.is-collapsed .data-pill__live,
.data-pill.is-collapsed .data-pill__stats {
  display: none;
}
.data-pill__hover-message {
  display: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.25px;
  white-space: nowrap;
}
.data-pill.is-hover-message {
  padding-right: 20px;
}
.data-pill.is-hover-message .data-pill__stats {
  display: none;
}
.data-pill.is-hover-message .data-pill__hover-message {
  display: inline;
}
.data-pill__caption-message {
  display: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.25px;
  white-space: nowrap;
  padding-right: 5px;
}
.data-pill.is-caption-message {
  padding-right: 20px;
}
.data-pill.is-caption-message .data-pill__stats {
  display: none;
}
.data-pill.is-caption-message .data-pill__caption-message {
  display: inline;
}

.hero {
  position: relative;
  transition: all 0.3s ease;
}
.hero--active {
  opacity: 1 !important;
}

/* Off Canvas — sits below the fixed header (see .off-canvas__panel's
   padding-top) and is fully driven by GSAP (app.js): the CSS below only
   handles layout, colour and the is-open mount/unmount — every actual
   transform/opacity value on __bg, __item and __divider is seeded by
   gsap.set() on load rather than in CSS, same reasoning as the accordion
   and lottie draw-ins elsewhere in this theme (a CSS-set starting value
   can silently disagree with GSAP's own cache). */
.off-canvas {
  position: fixed;
  inset: 0;
  z-index: 90;
  visibility: hidden;
  pointer-events: none;
}
.off-canvas.is-open {
  visibility: visible;
  pointer-events: auto;
}
.off-canvas__bg {
  position: absolute;
  inset: 0;
  background: #EEEEEE;
  transform-origin: top center;
}
.off-canvas__panel {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 110px 0px 40px;
}
@media (min-width: 1024px) {
  .off-canvas__panel {
    padding: 130px 60px 60px;
  }
}

body.is-open {
  overflow: hidden;
}

.offcanvas__nav {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .offcanvas__nav {
    max-width: 100%;
  }
}
.offcanvas__item {
  display: flex;
  flex-direction: column;
}
.offcanvas__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #0F0E0D;
}
.offcanvas__arrow {
  width: 18px;
  height: auto;
  flex-shrink: 0;
}
.offcanvas__divider {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(15, 14, 13, 0.12);
}
.offcanvas__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
  margin: 34px auto 0;
}
.offcanvas__actions .btn {
  width: 100%;
}
.offcanvas__socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}
.offcanvas__social {
  display: block;
  width: 50px;
  height: 50px;
}
.offcanvas__social-mask {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #D9D9D9;
  color: #0F0E0D;
  transition: background 0.25s ease-in-out;
}
.offcanvas__social-lines {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.offcanvas__social-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.offcanvas__social-line svg {
  width: 18px;
  height: 18px;
}
.offcanvas__social:hover .offcanvas__social-mask {
  background: #9DF200;
}
.offcanvas__social:hover .offcanvas__social-lines {
  transform: translateY(-50px);
}

/* Footer menu styling differences */
footer .drilldown li a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 23px;
}
@media screen and (min-width: 640px) {
  footer .drilldown li a {
    font-size: 33px;
  }
}
footer .drilldown .sub-menu a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  footer .drilldown .sub-menu a {
    font-size: 26px;
  }
}
footer .drilldown > li > a::before {
  display: none;
}
footer .drilldown .menu-item-has-children > a::after {
  right: 50px;
}

/* # Breadcrumbs */
#breadcrumbs .separator {
  padding: 0 15px;
}

.social-links li {
  padding: 0 20px 0 0;
}
.social-links li a {
  border: 1px solid #010957;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s all;
}
.social-links li a svg {
  height: 22px;
}
.social-links li a svg path {
  transition: 0.3s all;
}
.social-links li a:hover {
  background: #010957;
}
.social-links li a:hover svg path {
  color: #fff;
}

.btn {
  position: relative;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  padding: 0 28px;
  transition: all 0.6s ease-in-out;
  border-radius: 40px;
  height: 48px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0 !important;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .btn {
    height: 52px;
    padding: 0 32px;
  }
  .btn--large {
    font-size: 16px;
    height: 60px;
    padding: 0 40px;
  }
  .btn--large .btn__text-line {
    padding: 18px 0;
  }
}
.btn--small {
  font-size: 12px;
  height: 40px;
  padding: 0 22px;
}
.btn--small .btn__text-line {
  padding: 10px 0;
}
.btn--header {
  height: 36px;
  padding: 0 24px;
}
.btn--header .btn__text-line {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .btn--header {
    height: 38px;
    padding: 0 26px;
  }
}
.btn__text {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
  height: 100%;
}
.btn__text-lines {
  display: flex;
  flex-direction: column;
  height: 200%;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.btn__text-line {
  height: 50%;
  display: flex;
  align-items: center;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.btn:hover .btn__text-lines {
  transform: translateY(-50%);
}
.btn--underline {
  position: relative;
  padding: 0px;
  border-radius: 0px;
}
.btn--underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 242 0 / var(--tw-bg-opacity));
  position: absolute;
  left: 0;
  bottom: 8px;
}
.btn--primary{
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(157 242 0 / var(--tw-bg-opacity));
}
.btn--primary .btn__text{
  --tw-text-opacity: 1;
  color: rgb(15 14 13 / var(--tw-text-opacity));
}
.btn--secondary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}
.btn--secondary .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--white{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn--white .btn__text{
  --tw-text-opacity: 1;
  color: rgb(15 14 13 / var(--tw-text-opacity));
}
.btn--dark{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 14 13 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 13 / var(--tw-bg-opacity));
}
.btn--dark .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 14 13 / var(--tw-border-opacity));
  background-color: transparent;
}
.btn--outline .btn__text{
  --tw-text-opacity: 1;
  color: rgb(15 14 13 / var(--tw-text-opacity));
}

.facetwp-display-value {
  padding-right: 0px;
}

.default-form .gform_footer {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
  font-weight: 400 !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  padding: 20px 20px;
  color: #11203D !important;
  padding-left: 20px !important;
  font-size: 16px !important;
  outline: none !important;
  border-radius: 10px !important;
  min-height: 58px !important;
}
.default-form .gform_wrapper input:hover, .default-form .gform_wrapper input:focus, .default-form .gform_wrapper input:active, .default-form .gform_wrapper textarea:hover, .default-form .gform_wrapper textarea:focus, .default-form .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
}
.default-form .gform_wrapper .gform_fields {
  row-gap: 24px;
}
.default-form .gform_wrapper #gform_submit_button_1 {
  background: #84CC16 !important;
  border: 2px solid #E1FCB9 !important;
  padding: 14px 45px !important;
  border-radius: 44px !important;
  color: #263E01 !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
  font-weight: 500 !important;
}
.default-form .gform_wrapper #gform_submit_button_1:hover {
  background: #263E01 !important;
  color: white !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper #gform_submit_button_1 {
    width: auto;
  }
}
.default-form .gform_wrapper label {
  font-size: 28px;
  color: 11203D;
  padding-left: 0px;
  font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
  font-size: 23px;
  color: 11203D;
  font-weight: 400 !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gfield_label {
    font-size: 28px;
  }
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
  flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  /* all: inherit; */
  flex-wrap: wrap !important;
  padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
  width: auto;
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice {
    width: auto;
    display: inline-grid !important;
  }
}
.default-form .gform_wrapper .gchoice label {
  font-size: 15px !important;
  line-height: 15px;
  margin-left: 0px;
  font-weight: 600;
  border: 1.5px solid black;
  border-radius: 50px;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice label {
    width: auto;
    font-size: 18px !important;
    line-height: 18px;
  }
}
.default-form .gform_wrapper .gchoice label:hover {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
  display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input:checked + label {
  background: black;
  color: white;
}
.default-form .gform_validation_errors {
  display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
  color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: white;
}

.icon--circle {
  height: 8px;
  width: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 242 0 / var(--tw-bg-opacity));
  display: block;
  border-radius: 100%;
}

.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  width: 85%;
  background-color: #E2E2E2;
  color: #0F0E0D;
  border-radius: 20px;
  min-height: 340px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media (min-width: 640px) {
  .testimonial-card {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .testimonial-card {
    width: 44%;
  }
}
.testimonial-card__quote {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1024px){
  .testimonial-card__quote{
    font-size: 24px;
    line-height: 36px;
  }
}
.testimonial-card__overlay {
  background-color: #0F0E0D;
  opacity: 0.55;
}
.testimonial-card__meta {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.testimonial-card.swiper-slide-active {
  background-color: transparent;
  color: #fff;
}
.testimonial-card:not(.swiper-slide-active) .testimonial-card__image {
  opacity: 0 !important;
}

.testimonial-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #0F0E0D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F0E0D;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.testimonial-nav:hover {
  background-color: #0F0E0D;
  border-color: #0F0E0D;
  color: #fff;
}
.testimonial-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.article-content p, .article-content ul li, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-top: 20px;
}
.single-post .article-content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.7px;
}
.article-content a {
  color: #2563EB;
  font-weight: 500;
}
.article-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2em;
  list-style-type: disc;
}
.article-content ul li {
  margin-bottom: 0px;
  margin-top: 0px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  z-index: 200;
  background: transparent;
  pointer-events: none;
}
.scroll-progress__bar {
  height: 100%;
  width: 0%;
  background: #9DF200;
  transform-origin: left;
}

.news-filters {
  background: #fff;
  padding: 16px 0;
  position: relative;
  z-index: 20;
}
.news-filters__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
}
.news-filters__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-filters__row {
    flex-direction: column;
    align-items: flex-start;
    height: 0;
  }
}
.news-filters__category-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #141414;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .news-filters__category-label {
    font-size: 14px;
  }
}
.news-filters__category-label .news-filters__triangle {
  transition: transform 0.3s ease-in-out;
}
.news-filters__category-label[aria-expanded=false] .news-filters__triangle {
  transform: rotate(180deg);
}
.news-filters__triangle {
  width: 9px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .news-filters__categories {
    opacity: 0;
    transform: translateY(-6px);
  }
}
.news-filters__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-filters__pill {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  color: rgb(15, 14, 13);
  border: 1px solid #eeeeee;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .news-filters__pill {
    font-size: 12px;
    padding: 8px 18px;
  }
}
.news-filters__pill:hover {
  background: #F0F0F0;
}
.news-filters__pill.is-active {
  background: #141414;
  color: #fff;
}
.news-filters__top-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-filters__search {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  background: #fff;
  min-width: 200px;
}
.news-filters__search:focus {
  outline: none;
  border-color: #9DF200;
  box-shadow: none;
}
.news-filters__sort {
  position: relative;
}
.news-filters__sort-toggle {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #F5F5F5;
  border: none;
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .news-filters__sort-toggle {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.news-filters__sort-toggle span {
  color: #9A9A9A;
}
.news-filters__sort-toggle .news-filters__triangle {
  transition: transform 0.3s ease-in-out;
}
.news-filters__sort-toggle[aria-expanded=true] .news-filters__triangle {
  transform: rotate(180deg);
}
.news-filters__sort-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 6px;
  min-width: 160px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.25s ease-out, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.25s;
}
.news-filters__sort-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.news-filters__sort-menu li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
.news-filters__sort-menu li:hover {
  background: #F5F5F5;
}
.news-filters__sort-menu li.is-active {
  background: #9DF200;
  color: #141414;
}

.post-grid {
  display: grid;
  gap: 20px;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .post-grid {
    row-gap: 60px;
  }
}
.post-grid--featured {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .post-grid--featured {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-grid--cards {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .post-grid--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .post-grid--cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-grid-item--hidden {
  display: none;
}

.post-item {
  height: 100%;
}
.post-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.post-item__image-wrap {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/10;
}
.post-item__image-settle {
  width: 100%;
  height: 100%;
}
.post-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.post-item__link:hover .post-item__image {
  transform: scale(1.06);
}
.post-item__body {
  padding-top: 16px;
}
.post-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.post-item__meta--compact {
  color: #9A9A9A;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  gap: 6px;
}
.post-item__badge {
  background: #9DF200;
  color: #141414;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .post-item__badge {
    font-size: 15px;
  }
}
.post-item__category {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: rgba(15, 14, 13, 0.45);
  text-transform: uppercase;
}
.post-item__title {
  margin-bottom: 8px;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.25s ease-in-out;
}
.post-item__link:hover .post-item__title {
  text-decoration-color: currentColor;
}
.post-item__excerpt {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 160%;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .post-item__excerpt {
    font-size: 15px;
  }
}
.post-item--featured .post-item__title {
  font-family: "Martina Plantijn", serif;
}

.single-post h1 {
  font-size: 26px;
  line-height: 33px;
}
@media (min-width: 1024px) {
  .single-post h1 {
    font-size: 52px;
    line-height: 120%;
  }
}
.single-post .article-content h2 {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .single-post .article-content h2 {
    font-size: 26px;
    line-height: 29px;
  }
}
.single-post__date {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 15px; /* 150% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-bottom: 12px;
}
.single-post__byline {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #4A4A4A;
  margin-top: 20px;
}
.single-post__byline a {
  color: #141414;
  font-weight: 600;
  text-decoration: underline;
}
.single-post__share {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}
.single-post__share-link {
  display: block;
  width: 40px;
  height: 40px;
}
.single-post__share-icon-mask {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #F5F5F5;
  color: #141414;
  transition: background 0.25s ease-in-out;
}
.single-post__share-icon-lines {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.single-post__share-icon-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.single-post__share-link:hover .single-post__share-icon-mask {
  background: #9DF200;
}
.single-post__share-link:hover .single-post__share-icon-lines {
  transform: translateY(-40px);
}
.single-post__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .single-post__layout {
    grid-template-columns: 280px 1fr;
    gap: 60px;
    margin-top: 40px;
  }
}
.single-post__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .single-post__sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.single-post__toc {
  background: #F5F5F5;
  border-radius: 14px;
  padding: 20px;
  position: relative;
}
.single-post__toc-title {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #9A9A9A;
  margin-bottom: 12px;
  padding-right: 24px;
}
.single-post__toc-toggle {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A4A4A;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.single-post__toc-toggle svg {
  width: 8px;
  height: auto;
}
.single-post__toc-toggle:hover {
  color: #141414;
}
.single-post__toc-toggle-v {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.single-post__toc.is-collapsed .single-post__toc-toggle-v {
  opacity: 1;
}
.single-post__toc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  max-height: 600px;
  transition: max-height 0.3s ease-in-out;
}
.single-post__toc.is-collapsed ul {
  max-height: 0;
}
.single-post__toc a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #4A4A4A;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.single-post__toc a::before {
  content: "";
  width: 0;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  margin-right: 0;
  transition: width 0.25s ease-in-out, margin-right 0.25s ease-in-out;
}
.single-post__toc a.is-active {
  color: #141414;
  font-weight: 700;
}
.single-post__toc a.is-active::before {
  width: 5px;
  margin-right: 8px;
}
.single-post__toc-fab {
  position: fixed;
  top: 38%;
  right: 16px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(238, 238, 238);
  border: none;
  cursor: pointer;
  color: #0F0E0D;
  transition: opacity 0.2s ease-in-out;
}
.single-post__toc-fab svg {
  width: 18px;
  height: auto;
}
.single-post__toc-mobile {
  top: 38%;
  right: 16px;
  width: 44px;
  height: 44px;
  max-height: 70vh;
  overflow: hidden;
  background: rgb(238, 238, 238);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(15, 14, 13, 0.18);
  pointer-events: none;
  opacity: 0;
}
.single-post__toc-mobile.is-open {
  pointer-events: auto;
}
.single-post__toc-mobile-content {
  padding: 20px;
  opacity: 0;
  max-height: calc(70vh - 40px);
  overflow-y: auto;
}
.single-post__toc-mobile-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-post__toc-mobile-content a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #4A4A4A;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.single-post__toc-mobile-content a::before {
  content: "";
  width: 0;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  margin-right: 0;
  transition: width 0.25s ease-in-out, margin-right 0.25s ease-in-out;
}
.single-post__toc-mobile-content a.is-active {
  color: #141414;
  font-weight: 700;
}
.single-post__toc-mobile-content a.is-active::before {
  width: 5px;
  margin-right: 8px;
}
.single-post__toc-mobile-title {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #9A9A9A;
  margin-bottom: 12px;
  padding-right: 20px;
}
.single-post__toc-mobile-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A4A4A;
  cursor: pointer;
}
.single-post__toc-mobile-close svg {
  width: 12px;
  height: auto;
}
.single-post__toc-mobile-close:hover {
  color: #141414;
}
.single-post__cta {
  background: #9DF200;
  border-radius: 14px;
  padding: 20px;
}
.single-post__cta-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.single-post__cta-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
}
.single-post__content {
  max-width: 720px;
}
.single-post__related-eyebrow {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9A9A9A;
  margin-bottom: 8px;
}

.outcomes-block__title {
  font-size: 32px;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .outcomes-block__title {
    font-size: 46px;
  }
}
.outcomes-block__intro {
  font-size: 14px;
  line-height: 160%;
}
.outcomes-block__stat-label {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.outcomes-block__stat-value.stat-counter .stat-counter__value {
  font-family: "Martina Plantijn", serif;
  font-weight: 400;
  line-height: 0.95;
  color: #9DF200;
  font-size: 40px;
}
@media (min-width: 1024px) {
  .outcomes-block__stat-value.stat-counter .stat-counter__value {
    font-size: 84.926px;
    font-weight: 300;
    line-height: 83.236px;
    letter-spacing: -1.85px;
  }
}
.outcomes-block__stat-desc {
  font-size: 12px;
  line-height: 24.5px;
  font-weight: 400;
  max-width: 180px;
}
@media (min-width: 1024px) {
  .outcomes-block__stat-desc {
    font-size: 15px;
  }
}
.outcomes-block__divider {
  border-top-color: rgba(255, 255, 255, 0.11);
}
.outcomes-block__view-all {
  transition: gap 0.3s ease-in-out;
}
.outcomes-block__view-all:hover {
  gap: 10px;
}
.outcomes-block__quote-text {
  font-family: "Martina Plantijn", "Martina Plantijn", serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .outcomes-block__quote-text {
    font-size: 25px;
    line-height: 32px;
  }
}
.outcomes-block__quote-attribution {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 26.25px;
}
.outcomes-block__video {
  background: #0F0E0D;
}
.outcomes-block__play {
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(157, 242, 0, 0.47);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .outcomes-block__play {
    width: 144px;
    height: 95px;
  }
}
.outcomes-block__play img {
  width: 14px;
  height: auto;
}
@media (min-width: 1024px) {
  .outcomes-block__play img {
    width: 22px;
  }
}
.outcomes-block__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.outcomes-block__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.icon-block h2 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .icon-block h2 {
    white-space: nowrap;
  }
}

.services-block__r-lottie svg path,
.cta-block__r-lottie svg path,
.cta-banner__r-lottie svg path,
.footer__r-lottie svg path,
.data-hero__r-lottie svg path,
.text-with-card__r-lottie svg path {
  stroke: currentColor !important;
}

.text-with-card__card {
  opacity: 0;
  transform: scale(0.9) translateY(16px);
}

.text-with-card__badge {
  opacity: 0;
  transform: scale(0.5);
}

.cta-banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .cta-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.flex-block.block-hidden {
  opacity: 0;
  height: 0;
  padding: 0px;
}
.flex-block.block-visible {
  opacity: 1;
  height: auto;
}
.flex-block--negative {
  margin-top: -70px;
}
@media screen and (min-width: 1024px) {
  .flex-block--negative {
    margin-top: -145px;
  }
}
.flex-block--bg-dark-blue h2, .flex-block--bg-dark-blue p, .flex-block--bg-dark-blue .article-content ul li, .article-content ul .flex-block--bg-dark-blue li, .flex-block--bg-dark-blue h3, .flex-block--bg-dark-blue h4 {
  color: white;
}

.measure-block__eyebrow {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.4px;
}
.measure-block__doodle {
  z-index: 0;
}

.measure-cards__step {
  font-size: 10px;
  letter-spacing: 1.4px;
}
.measure-cards__title{
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 22.5px;
  color: #0F0E0D;
}
@media (min-width: 1024px) {
  .measure-cards__title {
    font-size: 25px;
  }
}
.measure-cards__desc{
  font-size: 12px;
}
@media (min-width: 1024px){
  .measure-cards__desc{
    font-size: 15px;
  }
}

.steps-block__circle {
  background: #fff;
  color: #0F0E0D;
  font-family: "Martina Plantijn", serif;
  font-weight: 300;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .steps-block__circle {
    font-size: 39px;
  }
}
.steps-block__step-title{
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #0F0E0D;
}
@media (min-width: 1024px) {
  .steps-block__step-title {
    font-size: 25px;
  }
}
.steps-block__line {
  overflow: visible;
}
.steps-block__line-track {
  stroke: #EEEEEE;
}
.steps-block__line-progress {
  stroke: #9DF200;
}
.steps-block__ring-track {
  stroke: #EEEEEE;
}
.steps-block__ring-progress {
  stroke: #9DF200;
}

.data-hero__card {
  opacity: 0;
  transform: scale(0.94) translateY(12px);
}
.data-hero__panel {
  background: radial-gradient(circle at 80% 75%, rgba(51, 122, 26, 0.55) 0%, rgba(6, 25, 8, 0.9) 45%, #060a06 75%), #03140a;
}
.data-hero__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9DF200;
  animation: dataHeroPulse 1.8s ease-in-out infinite;
}
.data-hero__stat {
  background: rgba(15, 14, 13, 0.59);
  border-radius: 10px;
  padding: 10px 12px;
}
.data-hero__stat-label{
  font-size: 14px;
  font-weight: 400;
  color: #9C9797;
}
.data-hero__stat-value{
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-variant-numeric: tabular-nums;
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .data-hero__stat-value {
    font-size: 24px;
    line-height: 19px;
  }
}
.data-hero__stat-value--accent {
  color: #9DF200;
  margin-top: 0px;
}
.data-hero__caption{
  font-size: 12px;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .data-hero__caption{
    font-size: 14px;
  }
}

@keyframes dataHeroPulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(157, 242, 0, 0.55);
  }
  50% {
    opacity: 0.6;
    box-shadow: 0 0 0 5px rgba(157, 242, 0, 0);
  }
}
.cards-block__caption-text {
  font-size: 15px;
  line-height: 20.5px;
}
@media (min-width: 1024px) {
  .cards-block__caption-text {
    font-size: 20px;
    line-height: 27.4px;
  }
}

.hero-block {
  height: 100dvh;
  max-height: 658px;
}
@media screen and (min-width: 1024px) {
  .hero-block {
    height: 100vh;
    max-height: 658px;
  }
}

.hero__scroll-cue {
  color: #fff;
}
.hero__scroll-text {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 42%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.45) 58%, rgba(255, 255, 255, 0.45) 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  cursor: pointer;
  animation: heroScrollTextGlow 5s ease-in-out infinite;
}

@keyframes heroScrollTextGlow {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
.accordion-item h3 {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .accordion-item h3 {
    font-size: 16px;
  }
}

.accordion__toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}
.accordion__toggle.active:after {
  transform: rotate(180deg);
}
.accordion__toggle:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease-in-out;
}

.image-slider .swiper-pagination-bullet {
  height: 2px;
  width: 77px;
  border-radius: 0px;
  opacity: 0.7;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.image-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 100px;
  background: #ffffff;
}
.image-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.image-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-wrap {
  padding: 15px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .swiper-wrap {
    padding: 20px;
  }
}
.swiper-wrap--relative {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .swiper-wrap--relative {
    padding: 10px;
  }
}

.swiper-controls {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .swiper-controls {
    gap: 20px;
  }
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
  width: 25px;
  height: 25px;
  left: initial;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(0.9);
}

.swiper-button-prev, .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}

@media (min-width: 1024px){
  .swiper-button-prev, .swiper-button-next{
    height: 50px;
    width: 50px;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  height: 100%;
  width: 20px;
}
@media (min-width: 1024px){
  .swiper-button-prev:after, .swiper-button-next:after{
    width: 25px;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  background-position: center center;
  background-image: url("../img/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  content: "";
  background-image: url("../img/arrow-right-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.home-testimonials {
  position: relative;
  overflow: visible !important;
  clip-path: inset(0 -9999px 0 0);
  -webkit-clip-path: inset(0 -9999px 0 0);
}

.testimonial__inner:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 69px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/quote-icon.svg");
}
@media screen and (min-width: 1024px) {
  .testimonial__inner:before {
    width: 99px;
    height: 70px;
    top: 10px;
    right: 10px;
  }
}

.test-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .test-slider {
    padding-bottom: 50px;
  }
}
.test-slider__item {
  border-radius: 10px;
}

.article-content p, .article-content ul li, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-top: 20px;
}
.article-content a {
  color: #2563EB;
  font-weight: 500;
}
.article-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2em;
  list-style-type: disc;
}
.article-content ul li {
  margin-bottom: 0px;
  margin-top: 0px;
}

.gradient-linear {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) -5.96%, #111827 87.77%);
}

.stat-counter__value {
  display: flex;
  align-items: flex-start;
  font-family: "Martina Plantijn", serif;
  font-weight: 400;
  line-height: 0.92;
  font-size: 64px;
}

@media (min-width: 1024px){
  .stat-counter__value{
    font-size: 110px;
    letter-spacing: -4.16px;
  }
}

@media (min-width: 1280px){
  .stat-counter__value{
    font-size: 190px;
  }
}

.stat-digit {
  display: inline-block;
  overflow: hidden;
  height: 1em;
}
.stat-digit__track {
  display: flex;
  flex-direction: column;
}
.stat-digit__num {
  display: block;
  height: 1em;
  line-height: 1;
  text-align: center;
}
.stat-digit__num--one {
  width: 90%;
  margin: 0 auto;
}
.stat-digit__sep, .stat-digit__suffix {
  display: inline-block;
  line-height: 1;
}
.stat-digit__suffix{
  margin-top: 0.12em;
  margin-left: 0.02em;
  font-size: 0.55em;
}

.project-marquee {
  overflow: hidden;
}
.project-marquee__track {
  display: flex;
  align-items: flex-end;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  bottom: -30px;
}
.project-marquee__item {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  top: 30px;
  border-radius: 10px;
  margin-right: 1rem;
}
@media (min-width: 1024px){
  .project-marquee__item{
    margin-right: 1.25rem;
  }
}
.project-marquee__item--wide{
  height: 146px;
  width: 230px;
}
@media (min-width: 1024px){
  .project-marquee__item--wide{
    height: 224px;
    width: 355px;
  }
}
.project-marquee__item--tall{
  height: 183px;
  width: 175px;
}
@media (min-width: 1024px){
  .project-marquee__item--tall{
    height: 282px;
    width: 269px;
  }
}
.project-marquee__item--small{
  height: 110px;
  width: 175px;
}
@media (min-width: 1024px){
  .project-marquee__item--small{
    height: 170px;
    width: 269px;
  }
}
.project-marquee__item img {
  transition: transform 0.5s ease-in-out;
}
.project-marquee__item:hover img {
  transform: scale(1.05);
}
.project-marquee__item:hover .project-marquee__caption {
  opacity: 1;
}
.project-marquee__caption {
  position: absolute;
  inset: auto 0 0 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: rgb(15 14 13 / 0.6);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.marquee-reveal {
  opacity: 0;
  transform: translateY(15px);
}

.project-item .h3--medium {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .project-item .h3--medium {
    font-size: 19px;
    line-height: 22.5px;
  }
}
.project-item__stat {
  align-items: flex-end;
}
.project-item__tag{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.project-item__outcome-icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.4);
}
.project-item__outcome-title, .project-item__outcome-body {
  opacity: 0;
  transform: translateY(8px);
}

.video-block__media-outer {
  position: relative;
  width: calc(100vw - 40px);
  margin-inline: auto;
  aspect-ratio: 936/565;
}
@media (min-width: 1024px) {
  .video-block__media-outer {
    width: 936px;
    max-width: min(1100px, 100vw - 120px, (100vh - 160px) * 936 / 565);
  }
}
.video-block__media {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #0F0E0D;
  opacity: 0;
}
.video-block__placeholder, .video-block__main {
  transition: opacity 0.4s ease-in-out;
}
.video-block__play {
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(157, 242, 0, 0.47);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .video-block__play {
    width: 144px;
    height: 95px;
  }
}
.video-block__play img {
  width: 14px;
  height: auto;
}
@media (min-width: 1024px) {
  .video-block__play img {
    width: 22px;
  }
}
.video-block__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.video-block__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.video-block__doodle {
  display: none !important;
  position: absolute;
  color: #9DF200;
  pointer-events: none;
}
.video-block__doodle--1 {
  width: 140px;
  top: -30px;
  left: -40px;
  display: none;
}
@media (min-width: 1024px) {
  .video-block__doodle--1 {
    display: block;
    width: 220px;
    top: -50px;
    left: -80px;
  }
}
.video-block__doodle--2 {
  width: 160px;
  top: -20px;
  right: -30px;
  display: none;
}
@media (min-width: 1024px) {
  .video-block__doodle--2 {
    display: block;
    width: 260px;
    top: -40px;
    right: -100px;
  }
}
.video-block__doodle--3 {
  width: 70px;
  bottom: -60px;
  left: 10%;
  display: none;
}
@media (min-width: 1024px) {
  .video-block__doodle--3 {
    display: block;
    width: 120px;
    bottom: -100px;
  }
}

.quote-outcome-block__quote {
  font-family: "Martina Plantijn", serif;
  font-weight: 300;
  font-size: 22px !important;
  line-height: 136% !important;
}
@media (min-width: 1024px) {
  .quote-outcome-block__quote {
    font-size: 50px !important;
    line-height: 56px !important;
  }
}
.quote-outcome-block__icon svg {
  width: 100%;
  height: 100%;
}
.quote-outcome-block__card, .quote-outcome-block__card p, .quote-outcome-block__card .article-content ul li, .article-content ul .quote-outcome-block__card li, .quote-outcome-block__card h2, .quote-outcome-block__card h3 {
  color: #0F0E0D !important;
}
.quote-outcome-block__icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.4);
}
.quote-outcome-block__label, .quote-outcome-block__body {
  opacity: 0;
  transform: translateY(8px);
}

.about-block {
  --split: 45%;
  background: linear-gradient(to bottom, #EEEEEE 0%, #EEEEEE var(--split), #ffffff calc(var(--split) + 30%));
}
.about-block__image {
  opacity: 0;
}

@media (min-width: 1024px) {
  .who-we-are-block__layout {
    min-height: 720px;
  }
  .who-we-are-block__wordmark {
    height: 100%;
  }
}
.who-we-are-block__wordmark:before {
  content: "";
  position: absolute;
  inset: 0;
  top: -15vh;
  z-index: 2;
  background: linear-gradient(135deg, #EEEEEE 0%, #EEEEEE 10%, transparent 65%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .who-we-are-block__wordmark:before {
    top: 0;
  }
}
.who-we-are-block__wordmark-center {
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .who-we-are-block__wordmark-center {
    transform: translate(-50%, -50%);
  }
}
.who-we-are-block__wordmark-mask {
  max-width: none;
  width: auto;
  height: 115vh;
  opacity: 1;
}
@media (min-width: 1024px) {
  .who-we-are-block__wordmark-mask {
    width: 25vw;
    max-width: 390px;
    height: auto;
  }
}
.who-we-are-block__label {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-bottom: 8px;
}
.who-we-are-block__main-text p, .who-we-are-block__main-text .article-content ul li, .article-content ul .who-we-are-block__main-text li {
  font-family: "Martina Plantijn", serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .who-we-are-block__main-text p, .who-we-are-block__main-text .article-content ul li, .article-content ul .who-we-are-block__main-text li{
    font-size: 40px;
    line-height: 130%;
  }
}

.contact-block__step-number {
  font-family: "Open Sans", sans-serif;
}
.contact-block__badge-dot {
  animation: dataHeroPulse 1.8s ease-in-out infinite;
}
.contact-block__card-label {
  color: #9A9A9A !important;
}
.contact-block__card-stat {
  color: #fff !important;
}
.contact-block__card-link {
  color: #9A9A9A;
  transition: gap 0.3s ease-in-out;
}
.contact-block__card-link:hover {
  gap: 10px;
}
.contact-block__form-note {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 19.2px !important;
  color: #ABABAA !important;
  margin: 0 !important;
  max-width: 220px !important;
}
.contact-block .gform_wrapper form {
  margin: 0;
}
.contact-block .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 28px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gform_fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-block .gform_wrapper .gfield {
  grid-column: span 1/span 1;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gfield {
    grid-column: span 2/span 2;
  }
  .contact-block .gform_wrapper .gfield.gf_left_half, .contact-block .gform_wrapper .gfield.gf_right_half {
    grid-column: span 1/span 1;
  }
}
.contact-block .gform_wrapper .gfield_label {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #9A9A9A;
  margin-bottom: 10px;
}
.contact-block .gform_wrapper .gfield_required {
  display: none !important;
}
.contact-block .gform_wrapper input[type=text],
.contact-block .gform_wrapper input[type=email],
.contact-block .gform_wrapper input[type=tel],
.contact-block .gform_wrapper input[type=url],
.contact-block .gform_wrapper textarea {
  font-family: "Martina Plantijn", serif;
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(15, 14, 13, 0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 6px 0 !important;
  font-size: 17px !important;
  color: #0F0E0D !important;
  transition: border-color 0.3s ease-in-out;
}
.contact-block .gform_wrapper input[type=text]::-moz-placeholder, .contact-block .gform_wrapper input[type=email]::-moz-placeholder, .contact-block .gform_wrapper input[type=tel]::-moz-placeholder, .contact-block .gform_wrapper input[type=url]::-moz-placeholder, .contact-block .gform_wrapper textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #9A9A9A;
  opacity: 1;
}
.contact-block .gform_wrapper input[type=text]::placeholder,
.contact-block .gform_wrapper input[type=email]::placeholder,
.contact-block .gform_wrapper input[type=tel]::placeholder,
.contact-block .gform_wrapper input[type=url]::placeholder,
.contact-block .gform_wrapper textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #9A9A9A;
  opacity: 1;
}
.contact-block .gform_wrapper input[type=text]:hover, .contact-block .gform_wrapper input[type=text]:focus, .contact-block .gform_wrapper input[type=text]:active,
.contact-block .gform_wrapper input[type=email]:hover,
.contact-block .gform_wrapper input[type=email]:focus,
.contact-block .gform_wrapper input[type=email]:active,
.contact-block .gform_wrapper input[type=tel]:hover,
.contact-block .gform_wrapper input[type=tel]:focus,
.contact-block .gform_wrapper input[type=tel]:active,
.contact-block .gform_wrapper input[type=url]:hover,
.contact-block .gform_wrapper input[type=url]:focus,
.contact-block .gform_wrapper input[type=url]:active,
.contact-block .gform_wrapper textarea:hover,
.contact-block .gform_wrapper textarea:focus,
.contact-block .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
  border-bottom-color: #9DF200 !important;
}
.contact-block .gform_wrapper textarea {
  min-height: 70px;
  resize: vertical;
}
.contact-block .gform_wrapper .gform_footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 32px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gform_footer {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.contact-block .gform_wrapper .gform_button {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #0F0E0D !important;
  border: 2px solid #0F0E0D !important;
  border-radius: 40px !important;
  color: white !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 48px !important;
  padding: 0 32px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  width: 100% !important;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .contact-block .gform_wrapper .gform_button {
    width: 100%;
    max-width: 180px !important;
  }
}
.contact-block .gform_wrapper .gform_button .btn__text {
  position: relative !important;
  z-index: 10 !important;
  overflow: hidden !important;
  display: inline-block !important;
  height: 100% !important;
}
.contact-block .gform_wrapper .gform_button .btn__text-lines {
  display: flex !important;
  flex-direction: column !important;
  height: 200% !important;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.contact-block .gform_wrapper .gform_button .btn__text-line {
  height: 50% !important;
  display: flex !important;
  align-items: center !important;
  padding: 14px 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}
.contact-block .gform_wrapper .gform_button:hover .btn__text-lines {
  transform: translateY(-50%) !important;
}
.contact-block .gform_wrapper .gform_description,
.contact-block .gform_wrapper .instruction {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #9A9A9A;
  margin: 0;
  max-width: 220px;
}
.contact-block .gform_wrapper .gform_validation_errors,
.contact-block .gform_wrapper .gfield_validation_message,
.contact-block .gform_wrapper .validation_message {
  font-family: "Open Sans", sans-serif;
  color: #E24C4C !important;
  font-size: 13px !important;
  margin-top: 6px !important;
}

.general-template table {
  margin-top: 20px;
  background-color: #f3f4f6;
  color: #000;
  border-radius: 0px;
}
.general-template table thead {
  background-color: #e5e7eb;
}
.general-template table thead th {
  color: #000;
  border-color: #d1d5db;
}
.general-template table tbody tr {
  border-color: #d1d5db;
}
.general-template table tbody tr td {
  border-color: #d1d5db;
}
.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(15 14 13 / var(--tw-text-opacity));
}
.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media not all and (min-width: 1024px){
  .max-lg\:sticky{
    position: sticky;
  }
  .max-lg\:top-\[20px\]{
    top: 20px;
  }
  .max-lg\:z-30{
    z-index: 30;
  }
  .max-lg\:pb-6{
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 640px){
  .sm\:h-\[320px\]{
    height: 320px;
  }
  .sm\:h-\[440px\]{
    height: 440px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:min-w-\[280px\]{
    min-width: 280px;
  }
  .md\:max-w-\[130px\]{
    max-width: 130px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:rotate-0{
    --tw-rotate: 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));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-stretch{
    align-items: stretch;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:gap-\[12px\]{
    gap: 12px;
  }
  .md\:self-start{
    align-self: flex-start;
  }
  .md\:pr-\[10px\]{
    padding-right: 10px;
  }
  .md\:text-left{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:-bottom-\[30px\]{
    bottom: -30px;
  }
  .lg\:-left-\[260px\]{
    left: -260px;
  }
  .lg\:-right-\[60px\]{
    right: -60px;
  }
  .lg\:bottom-\[40px\]{
    bottom: 40px;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:left-\[max\(8vw\2c 110px\)\]{
    left: max(8vw,110px);
  }
  .lg\:right-\[60px\]{
    right: 60px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-\[100px\]{
    top: 100px;
  }
  .lg\:top-\[12px\]{
    top: 12px;
  }
  .lg\:top-\[160px\]{
    top: 160px;
  }
  .lg\:top-\[80vw\]{
    top: 80vw;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:-mb-\[180px\]{
    margin-bottom: -180px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .lg\:mb-\[18px\]{
    margin-bottom: 18px;
  }
  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[30px\]{
    margin-top: 30px;
  }
  .lg\:mt-\[35px\]{
    margin-top: 35px;
  }
  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:mt-\[50px\]{
    margin-top: 50px;
  }
  .lg\:mt-\[55px\]{
    margin-top: 55px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-\[64px\]{
    margin-top: 64px;
  }
  .lg\:mt-\[70px\]{
    margin-top: 70px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-0{
    height: 0px;
  }
  .lg\:h-\[100vh\]{
    height: 100vh;
  }
  .lg\:h-\[28px\]{
    height: 28px;
  }
  .lg\:h-\[300px\]{
    height: 300px;
  }
  .lg\:h-\[36px\]{
    height: 36px;
  }
  .lg\:h-\[380px\]{
    height: 380px;
  }
  .lg\:h-\[38px\]{
    height: 38px;
  }
  .lg\:h-\[420px\]{
    height: 420px;
  }
  .lg\:h-\[48px\]{
    height: 48px;
  }
  .lg\:h-\[50px\]{
    height: 50px;
  }
  .lg\:h-\[520px\]{
    height: 520px;
  }
  .lg\:h-\[604px\]{
    height: 604px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-\[806px\]{
    height: 806px;
  }
  .lg\:h-\[80px\]{
    height: 80px;
  }
  .lg\:h-\[90px\]{
    height: 90px;
  }
  .lg\:h-\[max\(50vw\2c 680px\)\]{
    height: max(50vw,680px);
  }
  .lg\:h-\[max\(50vw\2c 730px\)\]{
    height: max(50vw,730px);
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:max-h-\[678px\]{
    max-height: 678px;
  }
  .lg\:max-h-\[967px\]{
    max-height: 967px;
  }
  .lg\:max-h-none{
    max-height: none;
  }
  .lg\:min-h-\[72px\]{
    min-height: 72px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-\[100\%\]{
    width: 100%;
  }
  .lg\:w-\[150px\]{
    width: 150px;
  }
  .lg\:w-\[28px\]{
    width: 28px;
  }
  .lg\:w-\[36px\]{
    width: 36px;
  }
  .lg\:w-\[38px\]{
    width: 38px;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[48px\]{
    width: 48px;
  }
  .lg\:w-\[52\%\]{
    width: 52%;
  }
  .lg\:w-\[54\%\]{
    width: 54%;
  }
  .lg\:w-\[5px\]{
    width: 5px;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[720px\]{
    width: 720px;
  }
  .lg\:w-\[760px\]{
    width: 760px;
  }
  .lg\:w-\[80px\]{
    width: 80px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[230px\]{
    max-width: 230px;
  }
  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }
  .lg\:max-w-\[420px\]{
    max-width: 420px;
  }
  .lg\:max-w-\[460px\]{
    max-width: 460px;
  }
  .lg\:max-w-\[462px\]{
    max-width: 462px;
  }
  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }
  .lg\:max-w-\[540px\]{
    max-width: 540px;
  }
  .lg\:max-w-\[552px\]{
    max-width: 552px;
  }
  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }
  .lg\:max-w-\[680px\]{
    max-width: 680px;
  }
  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .lg\:max-w-\[720px\]{
    max-width: 720px;
  }
  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1fr_1\.3fr\]{
    grid-template-columns: 1fr 1.3fr;
  }
  .lg\:grid-cols-\[1fr_380px\]{
    grid-template-columns: 1fr 380px;
  }
  .lg\:grid-cols-\[25\%_1fr\]{
    grid-template-columns: 25% 1fr;
  }
  .lg\:grid-cols-\[35\%_1fr\]{
    grid-template-columns: 35% 1fr;
  }
  .lg\:grid-cols-\[380px_1fr\]{
    grid-template-columns: 380px 1fr;
  }
  .lg\:grid-cols-\[45\%_1fr\]{
    grid-template-columns: 45% 1fr;
  }
  .lg\:grid-cols-\[7fr_5fr_0fr\]{
    grid-template-columns: 7fr 5fr 0fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-\[100px\]{
    gap: 100px;
  }
  .lg\:gap-\[120px\]{
    gap: 120px;
  }
  .lg\:gap-\[12px\]{
    gap: 12px;
  }
  .lg\:gap-\[22px\]{
    gap: 22px;
  }
  .lg\:gap-\[3\.5rem\]{
    gap: 3.5rem;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-\[46px\]{
    gap: 46px;
  }
  .lg\:gap-x-\[100px\]{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .lg\:gap-x-\[146px\]{
    -moz-column-gap: 146px;
         column-gap: 146px;
  }
  .lg\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .lg\:gap-x-\[60px\]{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .lg\:gap-x-\[80px\]{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }
  .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .lg\:self-start{
    align-self: flex-start;
  }
  .lg\:justify-self-center{
    justify-self: center;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-\[24px\]{
    padding: 24px;
  }
  .lg\:p-\[28px\]{
    padding: 28px;
  }
  .lg\:p-\[30px\]{
    padding: 30px;
  }
  .lg\:p-\[32px\]{
    padding: 32px;
  }
  .lg\:p-\[60px\]{
    padding: 60px;
  }
  .lg\:\!px-\[20px\]{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-\[110px\]{
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .lg\:py-\[130px\]{
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-\[0px\]{
    padding-bottom: 0px;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[25vh\]{
    padding-bottom: 25vh;
  }
  .lg\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .lg\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-\[40px\]{
    padding-right: 40px;
  }
  .lg\:pr-\[60px\]{
    padding-right: 60px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[10px\]{
    padding-top: 10px;
  }
  .lg\:pt-\[140px\]{
    padding-top: 140px;
  }
  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg\:pt-\[20px\]{
    padding-top: 20px;
  }
  .lg\:pt-\[24px\]{
    padding-top: 24px;
  }
  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }
  .lg\:pt-\[3rem\]{
    padding-top: 3rem;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }
  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }
  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[52px\]{
    font-size: 52px;
  }
  .lg\:text-\[62px\]{
    font-size: 62px;
  }
}
@media (min-width: 1280px){
  .xl\:mt-\[7vh\]{
    margin-top: 7vh;
  }
  .xl\:w-\[450px\]{
    width: 450px;
  }
  .xl\:w-\[600px\]{
    width: 600px;
  }
  .xl\:max-w-\[70\%\]{
    max-width: 70%;
  }
}
@media (min-width: 1320px){
  .min-\[1320px\]\:ml-\[calc\(\(100vw-1168px\)\/2\)\]{
    margin-left: calc((100vw - 1168px) / 2);
  }
}
@media (min-width: 1450px){
  .min-\[1450px\]\:top-\[73vw\]{
    top: 73vw;
  }
}
@media (min-width: 1700px){
  .min-\[1700px\]\:top-\[63vw\]{
    top: 63vw;
  }
}
@media (min-width: 1955px){
  .min-\[1955px\]\:top-\[53vw\]{
    top: 53vw;
  }
}