.toggle-menu {
				position: relative;
				z-index: 9999;
				margin: 0px;
				display: flex;
				cursor: pointer;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				align-items: center;
				gap: 1rem;
				overflow: hidden;
				background-color: transparent;
				font-weight: 600;
				text-transform: uppercase;
}

@media (min-width: 1024px) {

				.toggle-menu {
								display: none;
				}
}

	.toggle-menu svg {
				pointer-events: none;
				transition-property: all;
				transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				transition-duration: 500ms;
}

	/* active state, i.e. menu open */

	.toggle-menu.active svg {
				--tw-rotate: 135deg;
				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));
}

.main-navigation {
				display: none;
				align-items: center;
				gap: 1.5rem;
}

@media (min-width: 1024px) {

				.main-navigation {
								display: flex;
				}
}

@media (min-width: 1280px) {

				.main-navigation {
								gap: 3rem;
				}
}

.main-navigation .wpml-ls {
				border-width: 0px;
				padding: 0px;
}

@media (min-width: 1280px) {

				.main-navigation .wpml-ls ul {
								gap: 1.5rem;
				}
}

.main-navigation .wpml-ls ul li {
				font-size: 1.125rem;
				line-height: 1.75rem;
				font-weight: 500;
				letter-spacing: 0.025em;
}

.main-navigation .wpml-ls ul li a {
				padding: 0px;
}

.main-navigation .wpml-ls ul li.wpml-ls-current-language a {
				text-decoration-line: underline;
				text-decoration-color: #FFFFFF;
				text-decoration-thickness: 2px;
				text-underline-offset: 4px;
}

.main-navigation ul {
				display: flex;
				align-items: center;
				justify-content: flex-end;
				gap: 1.5rem;
}

@media (min-width: 1280px) {

				.main-navigation ul {
								gap: 3rem;
				}
}

.main-navigation ul li a {
				display: flex;
				align-items: center;
				gap: 0.5rem;
				font-size: 1rem;
				line-height: 1.5rem;
				font-weight: 600;
				text-transform: uppercase;
				letter-spacing: 0.025em;
				text-decoration-line: underline;
				text-decoration-color: transparent;
				text-decoration-thickness: 2px;
				text-underline-offset: 8px;
				transition-property: all;
				transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				transition-duration: 150ms;
}

.main-navigation ul li a:hover {
				text-decoration-color: #64BE5A;
				text-underline-offset: 4px;
}

.main-navigation ul li.current_page_parent > a,
		.main-navigation ul li.current-menu-item > a {
				text-decoration-color: #64BE5A;
				text-underline-offset: 4px;
}

.main-navigation ul li.menu-item-has-children {
				position: relative;
				cursor: pointer;
}

.main-navigation ul li.menu-item-has-children.current_page_parent> a {
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ED7571' stroke-width='2' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
			}

.main-navigation ul li.menu-item-has-children > a {
				pointer-events: none;
				cursor: pointer;
				padding-right: 2rem;

				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
				background-position: 100% 50%;
				background-repeat: no-repeat;
}

.main-navigation ul li.menu-item-has-children > .sub-menu {
				position: absolute;
				top: 100%;
				left: 0px;
				z-index: 20;
				display: none;
				min-width: 320px;
				--tw-bg-opacity: 1;
				background-color: rgb(100 190 90 / var(--tw-bg-opacity, 1));
				padding: 2rem;
				padding-top: 1rem;
				--tw-text-opacity: 1;
				color: rgb(255 255 255 / var(--tw-text-opacity, 1));
				--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);
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li > a {
				position: relative;
				display: block;
				padding-left: 0px;
				padding-right: 0px;
				padding-top: 1rem;
				padding-bottom: 1rem;
				font-size: 1rem;
				line-height: 1.5rem;
				font-weight: 100;
				--tw-text-opacity: 1;
				color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li > a:after {
				position: absolute;
				left: 0px;
				right: 0px;
				bottom: 0px;
				display: block;
				height: 1px;
				background-image: linear-gradient(to right, var(--tw-gradient-stops));
				--tw-gradient-from: #0B1628 var(--tw-gradient-from-position);
				--tw-gradient-to: rgb(11 22 40 / 0) var(--tw-gradient-to-position);
				--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
				--tw-gradient-to: #0B1628 var(--tw-gradient-to-position);
				transition-property: all;
				transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				transition-duration: 1000ms;

							content: '';
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li a:hover {
				--tw-text-opacity: 1;
				color: rgb(11 22 40 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li a:hover:after {
				--tw-gradient-to: #0B1628 var(--tw-gradient-to-position);
				transition-property: all;
				transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				transition-duration: 1000ms;
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li.current-menu-item > a {
				font-weight: 700;
}

.main-navigation ul li.menu-item-has-children:hover,
			.main-navigation ul li.menu-item-has-children.active {
				--tw-text-opacity: 1;
				color: rgb(11 22 40 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children:hover > a, .main-navigation ul li.menu-item-has-children.active > a {
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ED7571' stroke-width='2' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
				}

.main-navigation ul li.menu-item-has-children:hover .sub-menu, .main-navigation ul li.menu-item-has-children.active .sub-menu {
				display: block;
}

.mobile-navigation {
				position: fixed;
				top: 0px;
				bottom: 0px;
				right: 0px;
				z-index: 7900;
				display: flex;
				display: none;
				width: 66.666667%;
				flex-direction: column;
				align-items: flex-start;
				justify-content: flex-start;
				--tw-bg-opacity: 1;
				background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));
				padding-left: 2rem;
				padding-right: 2rem;
				padding-top: 2rem;
				padding-bottom: 2rem;
				--tw-text-opacity: 1;
				color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-navigation.active {
				display: flex;
}

.mobile-navigation .wpml-ls {
				margin-top: 1.5rem;
				border-width: 0px;
				padding: 0px;
}

.mobile-navigation .wpml-ls ul {
				display: flex;
				gap: 1rem;
}

.mobile-navigation .wpml-ls ul li {
				font-size: 1.125rem;
				line-height: 1.75rem;
				font-weight: 500;
				letter-spacing: 0.025em;
}

.mobile-navigation .wpml-ls ul li a {
				padding: 0px;
}

.mobile-navigation .wpml-ls ul li.wpml-ls-current-language a {
				text-decoration-line: underline;
				text-decoration-color: #FFFFFF;
				text-decoration-thickness: 2px;
				text-underline-offset: 8px;
}

.mobile-navigation .mobile-nav {
				margin-top: 3rem;
				display: flex;
				width: 100%;
				flex-direction: column;
				align-items: flex-start;
				justify-content: flex-start;
				gap: 0.5rem;
				text-align: left;
				font-size: 1.125rem;
				line-height: 1.75rem;
				text-transform: uppercase;
				line-height: 2;
				letter-spacing: 0.025em;
}

.mobile-navigation .mobile-nav > li {
				width: 100%;
				padding-top: 0.25rem;
				padding-bottom: 0.25rem;
				font-weight: 500;
				letter-spacing: 0.025em;
}

.mobile-navigation .mobile-nav > li.menu-item-has-children {
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
				background-position: 100% 8px;
				background-repeat: no-repeat;
			}

.mobile-navigation .mobile-nav > li.menu-item-has-children > a {
				pointer-events: none;
}

.mobile-navigation .mobile-nav > li.menu-item-has-children.active {
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");
				}

.mobile-navigation .mobile-nav > li.menu-item-has-children.active .sub-menu {
				display: flex;
}

.mobile-navigation .mobile-nav > li.current_page_parent > a,
			.mobile-navigation .mobile-nav > li.current_page_item > a {
				text-decoration-line: underline;
				text-decoration-color: #64BE5A;
				text-decoration-thickness: 2px;
				text-underline-offset: 4px;
}

.mobile-navigation ul.sub-menu {
				display: none;
				flex: 1 1 0%;
				flex-direction: column;
				padding-top: 0.5rem;
				padding-left: 1rem;
}

.mobile-navigation ul.sub-menu > li {
				margin-bottom: 0.5rem;
				padding-top: 0.5rem;
				padding-bottom: 0.5rem;
				font-family: Montserrat, sans-serif;
				font-size: 1.125rem;
				line-height: 1.75rem;
				font-weight: 400;
}

.mobile-navigation ul.sub-menu > li:last-child {
				margin-bottom: 0px;
}
.btn {
		position: relative;
		display: flex;
		width: auto;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		border-radius: 9999px;
		border-width: 2px;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1.5rem;
		padding-right: 6rem;
		text-align: center;
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: 600;
		text-transform: uppercase;
		--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-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}

	.btn:before {
		position: absolute;
		top: 0.75rem;
		bottom: 0.75rem;
		right: 0.75rem;
		z-index: -1;
		aspect-ratio: 1 / 1;
		border-radius: 9999px;
		background-color: currentColor;
		transition-property: all;
		transition-duration: 200ms;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		content: '';
}

	.btn:after {
		position: absolute;
		top: 0.75rem;
		bottom: 0.75rem;
		right: 0.75rem;
		z-index: -1;
		display: flex;
		aspect-ratio: 1 / 1;
		align-items: center;
		justify-content: center;
		border-radius: 9999px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.99978 5.99978L1 10.9996' stroke='white'/%3E%3C/svg%3E%0A");
		content: '';
}

	.btn:hover:before {
		inset: 0px;
		aspect-ratio: auto;
		transition-property: all;
		transition-duration: 200ms;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__primary,
.btn__brand {
		--tw-border-opacity: 1;
		border-color: rgb(11 22 40 / var(--tw-border-opacity, 1));
		background-color: transparent;
		--tw-text-opacity: 1;
		color: rgb(11 22 40 / var(--tw-text-opacity, 1));
}

.btn__primary:before, .btn__brand:before {
		--tw-bg-opacity: 1;
		background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));
}

.btn__primary:hover, .btn__brand:hover {
		--tw-border-opacity: 1;
		border-color: rgb(11 22 40 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn__white {
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		background-color: transparent;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.btn__white:after {
		background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.99978 5.99978L1 10.9996' stroke='%230B1628'/%3E%3C/svg%3E%0A");
	}

.btn__white:hover {
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(11 22 40 / var(--tw-text-opacity, 1));
}

.btn__feature {
		--tw-border-opacity: 1;
		border-color: rgb(11 22 40 / var(--tw-border-opacity, 1));
		background-color: transparent;
		--tw-text-opacity: 1;
		color: rgb(11 22 40 / var(--tw-text-opacity, 1));
}

.btn__feature:before {
		--tw-bg-opacity: 1;
		background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));
}

.btn__feature:hover {
		--tw-border-opacity: 1;
		border-color: rgb(11 22 40 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-green .btn__feature,
	.bg-dark-green .btn__feature {
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-green .btn__feature:hover, .bg-dark-green .btn__feature:hover {
		--tw-border-opacity: 1;
		border-color: rgb(11 22 40 / var(--tw-border-opacity, 1));
		--tw-bg-opacity: 1;
		background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/**
 * Basic Content Styles
 */

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {

    margin-bottom: 1.5rem
}

.wysiwyg h2:last-child, .wysiwyg h3:last-child, .wysiwyg h4:last-child, .wysiwyg h5:last-child, .wysiwyg p:last-child, .wysiwyg ul:last-child, .wysiwyg ol:last-child {

    margin-bottom: 0px
}

.wysiwyg p, .wysiwyg li {

    font-size: 1rem;

    line-height: 1.5rem;

    line-height: 2
}

.wysiwyg p a:not(.btn), .wysiwyg li a:not(.btn) {

    text-decoration-line: underline
}

.wysiwyg p a:not(.btn):hover, .wysiwyg li a:not(.btn):hover {

    text-decoration-line: none
}

.bg-white .wysiwyg strong {

    --tw-text-opacity: 1;

    color: rgb(11 22 40 / var(--tw-text-opacity, 1))
}

.wysiwyg ul {

    margin-left: 1.5rem;

    padding-left: 0px
}

.wysiwyg ul li {

    margin-bottom: 0.5rem;

    list-style-type: disc;

    padding-left: 0.5rem
}

.wysiwyg ol {

    margin-left: 1.5rem;

    padding-left: 1.5rem
}

.wysiwyg ol li {

    margin-bottom: 0.5rem;

    list-style-type: decimal
}

.wysiwyg blockquote {

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 1.5rem;

    max-width: 48rem;

    text-align: center;

    font-style: italic
}

.wysiwyg table {

    margin-bottom: 1.5rem;

    width: 100%
}

.wysiwyg table td {

    padding: 0.5rem;

    vertical-align: top;

    font-size: 0.875rem;

    line-height: 1.25rem;

    line-height: 2
}

.wysiwyg .alignleft {

    float: left;

    margin-right: 1rem;

    margin-bottom: 1rem;

    width: 40%
}

@media (min-width: 640px) {

    .wysiwyg .alignleft {

        margin-right: 1.5rem;

        margin-bottom: 1.5rem
    }
}

@media (min-width: 768px) {

    .wysiwyg .alignleft {

        margin-left: -1.5rem
    }
}

@media (min-width: 1024px) {

    .wysiwyg .alignleft {

        margin-left: -3rem
    }
}

@media (min-width: 1280px) {

    .wysiwyg .alignleft {

        margin-left: -6rem
    }
}

.wysiwyg .aligncenter {

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 1.5rem;

    max-width: 100%
}

.wysiwyg .alignnone {

    margin-bottom: 1.5rem;

    display: flex;

    max-width: 100%
}

.wysiwyg .alignright {

    float: right;

    margin-left: 1rem;

    margin-bottom: 1rem;

    width: 40%
}

@media (min-width: 640px) {

    .wysiwyg .alignright {

        margin-bottom: 1.5rem;

        margin-right: -6rem
    }
}
.flexible-row {

}
.flexible-row__single-column {

}
.flexible-row__two-columns {

}
.flexible-row__feature-text-image {

}
.flexible-row__feature-testimonial blockquote svg {
    --tw-text-opacity: 1;
    color: rgb(100 190 90 / var(--tw-text-opacity, 1))
}
	.flexible-row__feature-testimonial.bg-green blockquote svg, .flexible-row__feature-testimonial.bg-dark-green blockquote svg {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.flexible-row__image-gallery .image-gallery {

    display: grid;

    gap: 1rem
}

@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery {

        gap: 1.5rem
    }
}

		.flexible-row__image-gallery .image-gallery a {

    display: block;

    height: 100%;

    width: 100%;

    overflow: hidden;

    --tw-bg-opacity: 1;

    background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1))
}

		.flexible-row__image-gallery .image-gallery a:hover img {

    --tw-scale-x: 1.1;

    --tw-scale-y: 1.1;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    opacity: 0.9
}

		.flexible-row__image-gallery .image-gallery img {

    height: 100%;

    width: 100%;

    -o-object-fit: cover;

       object-fit: cover;

    -o-object-position: center;

       object-position: center;

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 500ms
}

		@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-2 {

        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-3 {

    grid-template-columns: repeat(4, minmax(0, 1fr))
}

		@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-3 {

        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-3 .image-01 {

    grid-column: span 4 / span 4
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-3 .image-02 {

    grid-column: span 2 / span 2
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-3 .image-03 {

    grid-column: span 2 / span 2
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-4 {

    grid-template-columns: repeat(2, minmax(0, 1fr))
}

		@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-4 {

        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

		@media (min-width: 1024px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-4 {

        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-01 {

    order: 1;

    grid-column: span 2 / span 2;

    grid-row: span 2 / span 2;

    aspect-ratio: 1 / 1
}

		@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-01 {

        grid-column: span 4 / span 4
    }
}

		@media (min-width: 1024px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-01 {

        grid-column: span 3 / span 3
    }
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-02 {

    order: 2;

    grid-row: span 1 / span 1;

    aspect-ratio: 6/4
}

		@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-02 {

        grid-column: span 2 / span 2
    }
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-03 {

    order: 3;

    grid-row: span 1 / span 1;

    aspect-ratio: 6/4
}

		@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-03 {

        order: 4;

        grid-column: span 2 / span 2
    }
}

		.flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-04 {

    order: 4;

    grid-column: span 2 / span 2;

    grid-row: span 2 / span 2
}

		@media (min-width: 768px) {

    .flexible-row__image-gallery .image-gallery.image-gallery__size-4 .image-04 {

        order: 3
    }
}
.flexible-row__call-to-action .cta-gradient {
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	}
.flexible-row__approach {

}
.flexible-row__project-grid .grid-container {

    display: grid;

    grid-template-columns: repeat(6, minmax(0, 1fr));

    gap: 1.5rem
}

@media (min-width: 768px) {

    .flexible-row__project-grid .grid-container {

        grid-template-columns: repeat(11, minmax(0, 1fr))
    }
}

		.flexible-row__project-grid .grid-container .grid-item {

    grid-column: span 6 / span 6
}

		@media (min-width: 768px) {

    .flexible-row__project-grid .grid-container .grid-item {

        grid-column: span 4 / span 4
    }
}

		.flexible-row__project-grid .grid-container .grid-item.grid-case-study {

    display: flex;

    min-height: 220px;

    flex-direction: column;

    justify-content: flex-end;

    gap: 0.5rem;

    --tw-bg-opacity: 1;

    background-color: rgb(37 110 65 / var(--tw-bg-opacity, 1));

    padding: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

		@media (min-width: 768px) {

    .flexible-row__project-grid .grid-container .grid-item.grid-case-study {

        gap: 1rem;

        padding: 2rem
    }
}

		.flexible-row__project-grid .grid-container .grid-item.grid-case-study span {

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.1em
}

		.flexible-row__project-grid .grid-container .grid-item.grid-case-study strong {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500
}

		@media (min-width: 768px) {

    .flexible-row__project-grid .grid-container .grid-item.grid-case-study strong {

        font-size: 1.5rem;

        line-height: 2rem
    }
}

		@media (min-width: 1024px) {

    .flexible-row__project-grid .grid-container .grid-item.grid-case-study strong {

        font-size: 1.875rem;

        line-height: 2.25rem
    }
}

		@media (min-width: 768px) {

    .flexible-row__project-grid .grid-container .grid-item__1 {

        grid-column: span 3 / span 3
    }

    .flexible-row__project-grid .grid-container .grid-item__2 {

        grid-column: span 5 / span 5
    }

    .flexible-row__project-grid .grid-container .grid-item__3 {

        grid-column: span 3 / span 3
    }

    .flexible-row__project-grid .grid-container .grid-item__4 {

        grid-column: span 4 / span 4
    }

    .flexible-row__project-grid .grid-container .grid-item__5 {

        grid-column: span 3 / span 3
    }

    .flexible-row__project-grid .grid-container .grid-item__6 {

        grid-column: span 4 / span 4
    }

    .flexible-row__project-grid .grid-container .grid-item__7 {

        grid-column: span 3 / span 3
    }

    .flexible-row__project-grid .grid-container .grid-item__8 {

        grid-column: span 3 / span 3
    }

    .flexible-row__project-grid .grid-container .grid-item__9 {

        grid-column: span 5 / span 5
    }

    .flexible-row__project-grid .grid-container .grid-item__10 {

        grid-column: span 4 / span 4
    }

    .flexible-row__project-grid .grid-container .grid-item__11 {

        grid-column: span 3 / span 3
    }

    .flexible-row__project-grid .grid-container .grid-item__12 {

        grid-column: span 4 / span 4
    }
}
.flexible-row__marquee .services-marquee {
			position: relative;
			display: flex;
			-webkit-user-select: none;
			   -moz-user-select: none;
			        user-select: none;
			gap: 2rem;
			overflow: hidden;
}

		.flexible-row__marquee .services-marquee__content {
			display: flex;
			min-width: 100%;
			flex-shrink: 0;
			align-items: center;
			justify-content: space-around;
			gap: 2rem;
			animation: scrolling 30s linear infinite;
}

		@keyframes scrolling {
				from {
					transform: translateX(0);
				}
				to {
					transform: translateX(calc(-100% - 1.5rem));
				}
			}
.flexible-row__stats .stats .stats__spacer-0 {
		}
		.flexible-row__stats .stats .stats__spacer-1 {
    height: 50px
}
		@media (min-width: 768px) {
    .flexible-row__stats .stats .stats__spacer-1 {
        height: 100px
    }
}
		@media (min-width: 1024px) {
    .flexible-row__stats .stats .stats__spacer-1 {
        height: 100px
    }
}
		.flexible-row__stats .stats .stats__spacer-2 {
    height: 75px
}
		@media (min-width: 768px) {
    .flexible-row__stats .stats .stats__spacer-2 {
        height: 150px
    }
}
		@media (min-width: 1024px) {
    .flexible-row__stats .stats .stats__spacer-2 {
        height: 200px
    }
}
		.flexible-row__stats .stats .stats__spacer-3 {
    height: 100px
}
		@media (min-width: 768px) {
    .flexible-row__stats .stats .stats__spacer-3 {
        height: 200px
    }
}
		@media (min-width: 1024px) {
    .flexible-row__stats .stats .stats__spacer-3 {
        height: 300px
    }
}
.flexible-row__founders {

}
.flexible-row__carousel .swiper-button-disabled {
    opacity: 0.2
}
.flexible-row__clients {

}
@media (min-width: 768px) {.flexible-row__green-feature {
		background-image: var(--bg-image);
		background-size: auto 100%
}
	}
.flexible-row__project-content {

}
.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_heading {

			margin-bottom: 3rem;
}

@media (min-width: 768px) {

			.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_heading {

						margin-bottom: 6rem;
			}
}

			.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_heading .gform_title {

			font-size: 3rem;

			font-weight: 500;

			line-height: 1.25;
}

			@media (min-width: 768px) {

			.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_heading .gform_title {

						font-size: 3.75rem;

						line-height: 1.25;
			}
}

			@media (min-width: 1024px) {

			.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_heading .gform_title {

						font-size: 4.5rem;

						line-height: 1.25;
			}
}

			.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_heading .gform_required_legend {

			display: none;
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gform-grid-row {

			margin: 0px;

			-moz-column-gap: 2rem;

			     column-gap: 2rem;
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gform-grid-col {

			padding: 0px;
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields {

			row-gap: 2rem;

			-moz-column-gap: 2rem;

			     column-gap: 2rem;

				-webkit-font-smoothing: antialiased !important;
				-moz-osx-font-smoothing: grayscale !important;
				text-rendering: optimizeLegibility !important;
				text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield .gform-field-label {

			font-size: 1rem;

			line-height: 1.5rem;

			font-weight: 500;

			--tw-text-opacity: 1;

			color: rgb(11 22 40 / var(--tw-text-opacity, 1));
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea,
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield select {

			-webkit-appearance: none;

			   -moz-appearance: none;

			        appearance: none;

			border-radius: 0px;

			border-width: 1px;

			--tw-border-opacity: 1;

			border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));

			--tw-bg-opacity: 1;

			background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));

			padding: 1.5rem;

			font-size: 1rem;

			line-height: 1.5rem;

			--tw-shadow: 0 0 #0000;

			--tw-shadow-colored: 0 0 #0000;

			box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

			outline: 2px solid transparent;

			outline-offset: 2px;
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"]::-moz-placeholder, .flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"]::-moz-placeholder, .flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="tel"]::-moz-placeholder, .flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder, .flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder {

			--tw-text-opacity: 1;

			color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"]::placeholder,
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"]::placeholder,
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="tel"]::placeholder,
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield select::placeholder {

			--tw-text-opacity: 1;

			color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea,
					.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield select {

							-webkit-font-smoothing: antialiased !important;
							-moz-osx-font-smoothing: grayscale !important;
							text-rendering: optimizeLegibility !important;
							text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
					}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer {

			text-align: center;
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[type="submit"].gform_button {

			display: flex;

			width: 100%;

			align-items: center;

			justify-content: center;

			gap: 0.5rem;

			border-radius: 9999px;

			border-width: 2px;

			--tw-border-opacity: 1;

			border-color: rgb(11 22 40 / var(--tw-border-opacity, 1));

			background-color: transparent;

			padding-top: 1rem;

			padding-bottom: 1rem;

			padding-left: 1.5rem;

			padding-right: 6rem;

			text-align: center;

			font-size: 1rem;

			line-height: 1.5rem;

			font-weight: 600;

			text-transform: uppercase;

			--tw-text-opacity: 1;

			color: rgb(11 22 40 / var(--tw-text-opacity, 1));

			--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-property: all;

			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

			transition-duration: 150ms;
}
		@media (min-width: 768px) {

			.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[type="submit"].gform_button {

						width: auto;
			}
}
		.flexible-row__gravity-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[type="submit"].gform_button:hover {

			--tw-bg-opacity: 1;

			background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));

			--tw-text-opacity: 1;

			color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.flexible-row__accordion .flexible-accordion button[data-accordion-header] svg {
    height: 1.5rem;
    width: 1.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms
}
			.flexible-row__accordion .flexible-accordion button[data-accordion-header][aria-expanded="true"] svg {
    --tw-rotate: 135deg;
    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))
}
	.flexible-row__accordion .image-gallery {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem
}
	@media (min-width: 768px) {
    .flexible-row__accordion .image-gallery {
        gap: 1.5rem
    }
}
	.flexible-row__accordion .image-gallery a {
    display: block;
    max-height: 360px;
    width: 100%;
    flex: 1 1 0%;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1))
}
	.flexible-row__accordion .image-gallery a:hover img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0.9
}
	.flexible-row__accordion .image-gallery img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms
}
	.flexible-row__accordion .image-gallery.image-gallery__size-4 a {
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: none
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@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: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1460px) {

  .container {
    max-width: 1460px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-3 {
  bottom: 0.75rem;
}
.left-0 {
  left: 0px;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-6 {
  top: 1.5rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[8000\] {
  z-index: 8000;
}
.z-\[9900\] {
  z-index: 9900;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[7900\] {
  z-index: 7900;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-px {
  margin-top: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[10\/9\] {
  aspect-ratio: 10/9;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[6\/4\] {
  aspect-ratio: 6/4;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-auto {
  height: auto !important;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[75px\] {
  height: 75px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-4 {
  height: 1rem;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[35vh\] {
  min-height: 35vh;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[75vh\] {
  min-height: 75vh;
}
.min-h-\[760px\] {
  min-height: 760px;
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.w-10 {
  width: 2.5rem;
}
.w-2\/5 {
  width: 40%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-4 {
  width: 1rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80p\] {
  max-width: 80p;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-2xl {
  max-width: 1460px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-tr-\[90px\] {
  border-top-right-radius: 90px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-0 {
  border-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(36 36 36 / var(--tw-border-opacity, 1));
}
.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(11 22 40 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(11 22 40 / var(--tw-bg-opacity, 1));
}
.bg-current {
  background-color: currentColor;
}
.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(37 110 65 / var(--tw-bg-opacity, 1));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(100 190 90 / var(--tw-bg-opacity, 1));
}
.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(198 236 197 / var(--tw-bg-opacity, 1));
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-offwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 234 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 114 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black\/0 {
  --tw-gradient-from: rgb(36 36 36 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80 {
  --tw-gradient-from: rgb(36 36 36 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 36 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand {
  --tw-gradient-from: #0B1628 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 22 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-50\% {
  --tw-gradient-from-position: 50%;
}
.to-black\/80 {
  --tw-gradient-to: rgb(36 36 36 / 0.8) var(--tw-gradient-to-position);
}
.to-brand {
  --tw-gradient-to: #0B1628 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.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;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-0 {
  padding: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Montserrat, sans-serif;
}
.font-title {
  font-family: Montserrat, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!leading-relaxed {
  line-height: 1.625 !important;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(11 22 40 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-green {
  text-decoration-color: #64BE5A;
}
.decoration-transparent {
  text-decoration-color: transparent;
}
.decoration-white {
  text-decoration-color: #FFFFFF;
}
.decoration-yellow {
  text-decoration-color: #D0D572;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html, body {
	scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,p,{
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.header-gradient {
	background: linear-gradient(180deg, rgba(11, 22, 40, 0) 0%, rgba(11, 22, 40, 0.7) 100%),
							linear-gradient(360deg, rgba(11, 22, 40, 0) 0%, rgba(11, 22, 40, 0.42) 100%);
}
.footer-gradient {
	background: linear-gradient(180deg, rgba(11, 22, 40, 0) 0%, #0B1628 100%),
							linear-gradient(0deg, rgba(255, 255, 255, 0) 18.94%, rgba(255, 255, 255, 0.1) 61.5%, #FFFFFF 100%);
}

.embed-wrap {
  position: relative;
  margin-bottom: 1.5rem;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.embed-wrap.no-margin {
  margin-bottom: 0px;
}

.embed-wrap iframe, .embed-wrap object, .embed-wrap embed, .embed-wrap video {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

/**
 * Essentials
 */

/**
 * Components
 */


/**
 * Titles
 */
.entry-title, .header-1, .wysiwyg h1, .gform_confirmation_message h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .entry-title, .header-1, .wysiwyg h1, .gform_confirmation_message h1 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {

  .entry-title, .header-1, .wysiwyg h1, .gform_confirmation_message h1 {
    font-size: 4.5rem;
    line-height: 1.25;
  }
}

.row-title, .header-2, .wysiwyg h2, .gform_confirmation_message h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {

  .row-title, .header-2, .wysiwyg h2, .gform_confirmation_message h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {

  .row-title, .header-2, .wysiwyg h2, .gform_confirmation_message h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}

.row-title-smaller, .header-3, .wysiwyg h3, .gform_confirmation_message h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {

  .row-title-smaller, .header-3, .wysiwyg h3, .gform_confirmation_message h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {

  .row-title-smaller, .header-3, .wysiwyg h3, .gform_confirmation_message h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
  }
}

.small-title, .header-4, .wysiwyg h4, .gform_confirmation_message h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {

  .small-title, .header-4, .wysiwyg h4, .gform_confirmation_message h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}

/**
 * Site Header
 */
@media (min-width: 768px) {
.site-header.scrolled {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(36 36 36 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(36 36 36 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }
		}

/**
 * Footer Styles
 */
.footer-link {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-color: #64BE5A;
  text-underline-offset: 4px;
}

.footer-links {
  font-size: 14px;
  color: rgb(255 255 255 / 0.6);
}

.footer-links a {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-color: #FFFFFF;
  text-underline-offset: 4px;
}

.placeholder\:text-\[\#999999\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#999999\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.first\:border-0:first-child {
  border-width: 0px;
}

.hover\:gap-8:hover {
  gap: 2rem;
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(100 190 90 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@media (min-width: 640px) {

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) {

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

  .md\:right-0 {
    right: 0px;
  }

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

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

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[19\/27\] {
    aspect-ratio: 19/27;
  }

  .md\:h-28 {
    height: 7rem;
  }

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

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

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

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

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

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

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

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

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

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-12 {
    padding: 3rem;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:text-brand {
    --tw-text-opacity: 1;
    color: rgb(11 22 40 / var(--tw-text-opacity, 1));
  }

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

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

@media (min-width: 1024px) {

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

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

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

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:min-h-\[765px\] {
    min-height: 765px;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

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

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

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
