.ct-double-octave:after,
.ct-golden-section:after,
.ct-major-eleventh:after,
.ct-major-second:after,
.ct-major-seventh:after,
.ct-major-sixth:after,
.ct-major-tenth:after,
.ct-major-third:after,
.ct-major-twelfth:after,
.ct-minor-second:after,
.ct-minor-seventh:after,
.ct-minor-sixth:after,
.ct-minor-third:after,
.ct-octave:after,
.ct-perfect-fifth:after,
.ct-perfect-fourth:after,
.ct-square:after {
	content: '';
	clear: both;
}
.ct-label {
	fill: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.75rem;
	line-height: 1;
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
	display: block;
	display: flex;
}
.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label {
	dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
	align-items: flex-end;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
	text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
	align-items: flex-end;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
	align-items: flex-end;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	text-anchor: end;
}
.ct-grid {
	stroke: rgba(0, 0, 0, 0.2);
	stroke-width: 1px;
	stroke-dasharray: 2px;
}
.ct-grid-background {
	fill: none;
}
.ct-point {
	stroke-width: 10px;
	stroke-linecap: round;
}
.ct-line {
	fill: none;
	stroke-width: 4px;
}
.ct-area {
	stroke: none;
	fill-opacity: 0.1;
}
.ct-bar {
	fill: none;
	stroke-width: 10px;
}
.ct-slice-donut {
	fill: none;
	stroke-width: 60px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
	stroke: #d70206;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
	fill: #d70206;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
	stroke: #f05b4f;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
	fill: #f05b4f;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
	stroke: #f4c63d;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
	fill: #f4c63d;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
	stroke: #d17905;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
	fill: #d17905;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
	stroke: #453d3f;
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-slice-pie {
	fill: #453d3f;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
	stroke: #59922b;
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-slice-pie {
	fill: #59922b;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
	stroke: #0544d3;
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-slice-pie {
	fill: #0544d3;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
	stroke: #6b0392;
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-slice-pie {
	fill: #6b0392;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
	stroke: #f05b4f;
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-slice-pie {
	fill: #f05b4f;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
	stroke: #dda458;
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-slice-pie {
	fill: #dda458;
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
	stroke: #eacf7d;
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-slice-pie {
	fill: #eacf7d;
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
	stroke: #86797d;
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-slice-pie {
	fill: #86797d;
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
	stroke: #b2c326;
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-slice-pie {
	fill: #b2c326;
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
	stroke: #6188e2;
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-slice-pie {
	fill: #6188e2;
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
	stroke: #a748ca;
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-slice-pie {
	fill: #a748ca;
}
.ct-square {
	display: block;
	position: relative;
	width: 100%;
}
.ct-square:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 100%;
}
.ct-square:after {
	display: table;
}
.ct-square > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-second {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-second:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 93.75%;
}
.ct-minor-second:after {
	display: table;
}
.ct-minor-second > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-second {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-second:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
	display: table;
}
.ct-major-second > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-third {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-third:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
	display: table;
}
.ct-minor-third > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-third {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-third:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 80%;
}
.ct-major-third:after {
	display: table;
}
.ct-major-third > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-perfect-fourth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-perfect-fourth:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 75%;
}
.ct-perfect-fourth:after {
	display: table;
}
.ct-perfect-fourth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-perfect-fifth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-perfect-fifth:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
	display: table;
}
.ct-perfect-fifth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-sixth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-sixth:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
	display: table;
}
.ct-minor-sixth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-golden-section {
	display: block;
	position: relative;
	width: 100%;
}
.ct-golden-section:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
	display: table;
}
.ct-golden-section > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-sixth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-sixth:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 60%;
}
.ct-major-sixth:after {
	display: table;
}
.ct-major-sixth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-seventh {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-seventh:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
	display: table;
}
.ct-minor-seventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-seventh {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-seventh:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
	display: table;
}
.ct-major-seventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-octave {
	display: block;
	position: relative;
	width: 100%;
}
.ct-octave:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 50%;
}
.ct-octave:after {
	display: table;
}
.ct-octave > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-tenth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-tenth:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 40%;
}
.ct-major-tenth:after {
	display: table;
}
.ct-major-tenth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-eleventh {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-eleventh:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
	display: table;
}
.ct-major-eleventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-twelfth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-twelfth:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
	display: table;
}
.ct-major-twelfth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-double-octave {
	display: block;
	position: relative;
	width: 100%;
}
.ct-double-octave:before {
	display: block;
	float: left;
	content: '';
	width: 0;
	height: 0;
	padding-bottom: 25%;
}
.ct-double-octave:after {
	display: table;
}
.ct-double-octave > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
		format('woff');
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity 0.3s;
	transform: translateZ(0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s linear infinite;
	animation: swiper-preloader-spin 1s linear infinite;
	box-sizing: border-box;
	border-radius: 50%;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn);
	}
}
@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn);
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
	transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
	transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
	transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
	transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
	transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
	transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
	transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
	transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
	transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
	transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
	transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
	transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
	transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
	transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
	transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
	transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
	transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
	transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
	transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
	transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
	transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
	transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
	transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
	transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
	transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
	transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
	transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
	transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
	transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
	transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
	transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
	transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
	transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
	transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
	transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
	transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
	transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
	transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
	transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
	transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
	transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
	transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
	transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
	transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
	transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
	transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
	transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
	transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
	transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
	transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
	transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
	transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
	transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
	transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
	transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
	transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
	transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
	transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
	transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
	transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
	transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
	transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
	transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
	transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
	transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
	transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
	transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
	transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
	transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
	transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
	transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
	transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
	transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
	transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
	transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
	transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
	transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
	transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
	transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
	transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
	transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
	transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
	transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
	transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
	transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
	transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
	transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
	transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
	transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
	transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
	transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
	transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
	transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
	transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
	transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
	transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
	transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
	transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
	transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
	transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
	transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
	transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
	transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
	transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
	transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
	transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
	transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
	transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
	transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
	transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
	transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
	transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
	transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
	transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
	transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
	transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
	transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
	transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
	transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
	transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
	transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing='linear'],
body[data-aos-easing='linear'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
	transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing='ease-in'],
body[data-aos-easing='ease-in'] [data-aos] {
	transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing='ease-out'],
body[data-aos-easing='ease-out'] [data-aos] {
	transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-out'],
body[data-aos-easing='ease-in-out'] [data-aos] {
	transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-back'],
body[data-aos-easing='ease-in-back'] [data-aos] {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing='ease-out-back'],
body[data-aos-easing='ease-out-back'] [data-aos] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-back'],
body[data-aos-easing='ease-in-out-back'] [data-aos] {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing='ease-in-sine'],
body[data-aos-easing='ease-in-sine'] [data-aos] {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing='ease-out-sine'],
body[data-aos-easing='ease-out-sine'] [data-aos] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-sine'],
body[data-aos-easing='ease-in-out-sine'] [data-aos] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing='ease-in-quad'],
body[data-aos-easing='ease-in-quad'] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quad'],
body[data-aos-easing='ease-out-quad'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quad'],
body[data-aos-easing='ease-in-out-quad'] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-cubic'],
body[data-aos-easing='ease-in-cubic'] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-cubic'],
body[data-aos-easing='ease-out-cubic'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-cubic'],
body[data-aos-easing='ease-in-out-cubic'] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-quart'],
body[data-aos-easing='ease-in-quart'] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quart'],
body[data-aos-easing='ease-out-quart'] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quart'],
body[data-aos-easing='ease-in-out-quart'] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^='fade'][data-aos^='fade'] {
	opacity: 0;
	transition-property: opacity, transform;
}
[data-aos^='fade'][data-aos^='fade'].aos-animate {
	opacity: 1;
	transform: translateZ(0);
}
[data-aos='fade-up'] {
	transform: translate3d(0, 100px, 0);
}
[data-aos='fade-down'] {
	transform: translate3d(0, -100px, 0);
}
[data-aos='fade-right'] {
	transform: translate3d(-100px, 0, 0);
}
[data-aos='fade-left'] {
	transform: translate3d(100px, 0, 0);
}
[data-aos='fade-up-right'] {
	transform: translate3d(-100px, 100px, 0);
}
[data-aos='fade-up-left'] {
	transform: translate3d(100px, 100px, 0);
}
[data-aos='fade-down-right'] {
	transform: translate3d(-100px, -100px, 0);
}
[data-aos='fade-down-left'] {
	transform: translate3d(100px, -100px, 0);
}
[data-aos^='zoom'][data-aos^='zoom'] {
	opacity: 0;
	transition-property: opacity, transform;
}
[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1);
}
[data-aos='zoom-in'] {
	transform: scale(0.6);
}
[data-aos='zoom-in-up'] {
	transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos='zoom-in-down'] {
	transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos='zoom-in-right'] {
	transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos='zoom-in-left'] {
	transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos='zoom-out'] {
	transform: scale(1.2);
}
[data-aos='zoom-out-up'] {
	transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos='zoom-out-down'] {
	transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos='zoom-out-right'] {
	transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos='zoom-out-left'] {
	transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^='slide'][data-aos^='slide'] {
	transition-property: transform;
}
[data-aos^='slide'][data-aos^='slide'].aos-animate {
	transform: translateZ(0);
}
[data-aos='slide-up'] {
	transform: translate3d(0, 100%, 0);
}
[data-aos='slide-down'] {
	transform: translate3d(0, -100%, 0);
}
[data-aos='slide-right'] {
	transform: translate3d(-100%, 0, 0);
}
[data-aos='slide-left'] {
	transform: translate3d(100%, 0, 0);
}
[data-aos^='flip'][data-aos^='flip'] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: transform;
}
[data-aos='flip-left'] {
	transform: perspective(2500px) rotateY(-100deg);
}
[data-aos='flip-left'].aos-animate {
	transform: perspective(2500px) rotateY(0);
}
[data-aos='flip-right'] {
	transform: perspective(2500px) rotateY(100deg);
}
[data-aos='flip-right'].aos-animate {
	transform: perspective(2500px) rotateY(0);
}
[data-aos='flip-up'] {
	transform: perspective(2500px) rotateX(-100deg);
}
[data-aos='flip-up'].aos-animate {
	transform: perspective(2500px) rotateX(0);
}
[data-aos='flip-down'] {
	transform: perspective(2500px) rotateX(100deg);
}
[data-aos='flip-down'].aos-animate {
	transform: perspective(2500px) rotateX(0);
}
.show {
	opacity: 1;
}
.hide,
.show {
	transition: opacity 0.5s ease;
}
.hide {
	opacity: 0;
}
.hide-fast {
	opacity: 0;
}
.hide-fast,
.show-fast {
	transition: opacity 0.2s ease;
}
.show-fast {
	opacity: 1;
}
.fade-in {
	-webkit-animation: fadein 2.5s;
	animation: fadein 2.5s;
}
.fade-in-fast {
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
}
.fade-in-slow {
	-webkit-animation: fadein 2.5s linear 3s;
	animation: fadein 2.5s linear 3s;
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media (min-width: 1280px) {
	.floating-text {
		transform: translateY(var(--translateText));
		will-change: transform;
	}
}
.js-the-future-image {
	transform: scaleY(0) translate(-50%, -50%);
	will-change: transform;

	transform-origin: 0 0;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-the-future-image.active {
	transform: scaleY(1) translate(-50%, -50%);
	z-index: 0;
}
@media (min-width: 1280px) {
	.js-colour-block {
		transform: scale(var(--scaleColourBlock)) translateX(13%);
		transform-origin: bottom right;
		will-change: transform;
	}
}
@media (min-width: 1280px) {
	.header-type-3-container {
		transform: translateX(var(--templateMovement));
		will-change: transform;
	}
}
.js-home-copy {
	transition: top 0.8s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.js-home-copy.active {
	top: -100vh;
}
[data-aos='fade-up'] {
	transform: translate3d(0, 15px, 0);
}
@media (min-width: 640px) {
	[data-aos='fade-up'] {
		transform: translate3d(0, 25px, 0);
	}
}
.js-changes-colour {
	transition: background-color 0.3s ease-in-out;
}
#menu.js-modal ul {
	opacity: 0;
	transition: opacity 0.4s ease-in-out 0.4s;
}
#menu.js-modal.active ul {
	opacity: 1;
}
@font-face {
	font-family: beausite-light;
	src: url(../fonts/BeausiteClassicWeb-Light%EF%B9%965d4195b66c7ce060b522a96e3a387b09.woff)
			format('woff'),
		url(../fonts/BeausiteClassicWeb-Light%EF%B9%969bdb31ec53b3185a43361a489febcf36.woff2)
			format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: beausite-regular;
	src: url(../fonts/BeausiteClassicWeb-Regular%EF%B9%964e749ecbddfd641cb1b9a2da1fcb81f6.woff)
			format('woff'),
		url(../fonts/BeausiteClassicWeb-Regular%EF%B9%9651b07a1cf45de053d32144be64ed3989.woff2)
			format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: beausite-medium;
	src: url(../fonts/BeausiteClassicWeb-Medium%EF%B9%9603701c84fefd121e2e28e51fcd241da0.woff)
			format('woff'),
		url(../fonts/BeausiteClassicWeb-Medium%EF%B9%960836e31435155b052a8f176ca2ddb654.woff2)
			format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: beausite-semibold;
	src: url(../fonts/BeausiteClassicWeb-Semibold%EF%B9%96144d5cbe0e59d1d0cc4779155a78cef0.woff)
			format('woff'),
		url(../fonts/BeausiteClassicWeb-Semibold%EF%B9%9676107617afe19ac450dcffee70eae604.woff2)
			format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: maison-neue;
	src: url(../fonts/MaisonNeue-Mono%EF%B9%964a9b945311c70fd36d13aa43f28cb3c8.eot);
	src: url(../fonts/MaisonNeue-Mono%EF%B9%964a9b945311c70fd36d13aa43f28cb3c8%EF%B9%96.eot#iefix)
			format('embedded-opentype'),
		url(../fonts/MaisonNeue-Mono%EF%B9%9607b585e4c511e2490af7ed55c6fc21eb.woff)
			format('woff'),
		url(../fonts/MaisonNeue-Mono%EF%B9%96643e5e49aa5149a1ef0ac8d0131ea907.ttf)
			format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: reckless-neue-book;
	src: url(../fonts/RecklessNeue-Book%EF%B9%96c6929d8e225d8d0175f6b045334295a0.woff2)
			format('woff2'),
		url(../fonts/RecklessNeue-Book%EF%B9%96ac7086082b4ac19d1dc70c47c3b668dc.woff)
			format('woff'),
		url(../fonts/RecklessNeue-Book%EF%B9%960f7a58c1288c169e4994dd07fffb93d6.ttf)
			format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: reckless-neue-reg;
	src: url(../fonts/RecklessNeue-Reg%EF%B9%96dce5657296912e6e7777391a161d2975.woff2)
			format('woff2'),
		url(../fonts/RecklessNeue-Reg%EF%B9%963a56cf156b038221e43a594f7902fb1d.woff)
			format('woff'),
		url(../fonts/RecklessNeue-Reg%EF%B9%96af3e567955a937ee1ab92ea4c8d7545d.ttf)
			format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: reckless-neue-italic;
	src: url(../fonts/RecklessNeue-LightItalic%EF%B9%96b4033762a708e868b0bdd826e6fdfdb7.woff2)
			format('woff2'),
		url(../fonts/RecklessNeue-LightItalic%EF%B9%96b6fddc16318df72b6d26bd477ab72766.woff)
			format('woff'),
		url(../fonts/RecklessNeue-LightItalic%EF%B9%96d95caf30a1cc9142af9b724ec670ae26.ttf)
			format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: reckless-neue-thin;
	src: url(../fonts/RecklessNeue-Thin%EF%B9%968f1206f8c1c8e0ea069177de1676acc7.woff2)
			format('woff2'),
		url(../fonts/RecklessNeue-Thin%EF%B9%966159aab6e94e4b5279970e76218bec2c.woff)
			format('woff'),
		url(../fonts/RecklessNeue-Thin%EF%B9%96fe39f6fc55822b9dd78a80997a92f129.ttf)
			format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.h1 {
	font-family: beausite-semibold;
	font-size: 45px;
	line-height: 107%;
	letter-spacing: -0.015em;
}
@media (min-width: 640px) {
	.h1 {
		font-size: 65px;
	}
}
@media (min-width: 1024px) {
	.h1 {
		font-size: 110px;
	}
}
.italic-h1 {
	font-family: reckless-neue-italic;
	font-size: 45px;
	line-height: 122%;
}
@media (min-width: 640px) {
	.italic-h1 {
		font-size: 142px;
	}
}
.h2 {
	font-family: beausite-semibold;
	font-size: 38px;
	line-height: 108%;
	letter-spacing: -0.015em;
}
@media (min-width: 640px) {
	.h2 {
		font-size: 65px;
	}
}
@media (min-width: 1024px) {
	.h2 {
		font-size: 80px;
	}
}
.h2.medium {
	font-size: 45px;
}
@media (min-width: 640px) {
	.h2.medium {
		font-size: 70px;
	}
}
.h2.smaller {
	font-size: 65px;
	line-height: 130%;
}
.h3 {
	font-family: reckless-neue-book;
	font-size: 20px;
	line-height: 118%;
}
@media (min-width: 640px) {
	.h3 {
		font-size: 25px;
	}
}
@media (min-width: 1024px) {
	.h3 {
		font-size: 35px;
	}
}
.h3.smaller {
	font-size: 25px;
}
@media (min-width: 640px) {
	.h3.smaller {
		font-size: 30px;
	}
}
.h3.heading {
	font-size: 32px;
}
@media (min-width: 640px) {
	.h3.heading {
		font-size: 40px;
	}
}
@media (min-width: 1024px) {
	.h3.heading {
		font-size: 46px;
	}
}
@media (min-width: 1440px) {
	.h3.heading {
		font-size: 52px;
	}
}
.h3.bigger {
	font-size: 32px;
}
@media (min-width: 1024px) {
	.h3.bigger {
		font-size: 45px;
	}
}
.h3.big {
	font-size: 65px;
}
@media (min-width: 640px) {
	.h3.big {
		font-size: 75px;
	}
}
.h4 {
	font-family: beausite-medium;
	font-size: 18px;
	line-height: 130%;
}
@media (min-width: 640px) {
	.h4 {
		font-size: 22px;
	}
}
@media (min-width: 1024px) {
	.h4 {
		font-size: 28px;
	}
}
.h5 {
	font-family: beausite-semibold;
	font-size: 15px;
	line-height: 109%;
}
@media (min-width: 640px) {
	.h5 {
		font-size: 20px;
	}
}
.h5.bigger {
	font-size: 18px;
}
@media (min-width: 640px) {
	.h5.bigger {
		font-size: 24px;
	}
}
.h6 {
	font-family: maison-neue;
	font-size: 12px;
	line-height: 1;
}
.btn {
	font-family: beausite-medium;
	font-size: 16px;
	line-height: 122%;
	display: inline-block;
}
@media (min-width: 640px) {
	.btn {
		font-size: 18px;
	}
}
.btn.smaller {
	font-size: 16px;
}
@media (min-width: 640px) {
	.btn.smaller {
		font-size: 16px;
	}
}
.body {
	font-family: beausite-medium;
	font-size: 15px;
}
@media (min-width: 640px) {
	.body {
		font-size: 16px;
	}
}
.large-body {
	font-family: beausite-medium;
	font-size: 15px;
	line-height: 147%;
}
@media (min-width: 640px) {
	.large-body {
		font-size: 17px;
	}
}
@media (min-width: 1024px) {
	.large-body {
		font-size: 18px;
	}
}
@media (min-width: 1440px) {
	.large-body {
		font-size: 21px;
	}
}
.form-input,
.form-label {
	font-family: beausite-semibold;
	font-size: 16px;
	line-height: 166%;
}
@media (min-width: 640px) {
	.sm_h2 {
		font-family: beausite-semibold;
		font-size: 38px;
		line-height: 108%;
		letter-spacing: -0.015em;
		font-size: 65px;
	}
	@media (min-width: 1024px) {
		.sm_h2 {
			font-size: 80px;
		}
	}
	.sm_btn {
		font-family: beausite-medium;
		font-size: 16px;
		line-height: 122%;
		display: inline-block;
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	.md_h3 {
		font-family: reckless-neue-book;
		font-size: 20px;
		line-height: 118%;
	}
	@media (min-width: 640px) {
		.md_h3 {
			font-size: 25px;
		}
	}
	@media (min-width: 1024px) {
		.md_h3 {
			font-size: 35px;
		}
	}
	.md_h5 {
		font-family: beausite-semibold;
		font-size: 15px;
		line-height: 109%;
	}
	@media (min-width: 640px) {
		.md_h5 {
			font-size: 20px;
		}
	}
}
.markdown a:not(.no-underline) {
	text-decoration: underline;
}
.letter-in-circle {
	--bg-opacity: 1;
	background-color: #d7d6cc;
	background-color: rgba(215, 214, 204, var(--bg-opacity));
	border-radius: 50%;
	margin-right: 18px;
	margin-top: 2px;
	height: 17px;
	width: 17px;
	display: inline-block;
	position: relative;
}
@media (min-width: 640px) {
	.letter-in-circle {
		height: 25px;
		width: 25px;
		margin-right: 25px;
		margin-top: 5px;
	}
}
.letter-in-circle:after {
	--text-opacity: 1;
	color: #000;
	color: rgba(0, 0, 0, var(--text-opacity));
	font-size: 10px;
	content: attr(data-letter);
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (min-width: 640px) {
	.letter-in-circle:after {
		font-size: 16px;
	}
}
.number-in-circle {
	background-color: transparent;
	border-width: 1px;
	border-radius: 50%;
	margin-right: 25px;
	margin-top: 2px;
	margin-bottom: 18px;
	height: 48px;
	width: 48px;
	display: block;
	position: relative;
}
@media (min-width: 640px) {
	.number-in-circle {
		height: 75px;
		width: 75px;
	}
}
.number-in-circle:after {
	content: attr(data-number);
	--text-opacity: 1;
	color: #000;
	color: rgba(0, 0, 0, var(--text-opacity));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-44%, -55%);
}
.btn-primary {
	border-width: 1px;
	--bg-opacity: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, var(--bg-opacity));
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	border-radius: 10px;
	padding: 8px 22px;
	transition: background-color 0.15s ease-in-out, color 0.25s ease-in-out;
}
.btn-primary:hover {
	background-color: transparent;
	--text-opacity: 1;
	color: #000;
	color: rgba(0, 0, 0, var(--text-opacity));
}
.btn-primary.inverse {
	--border-opacity: 1;
	border-color: #d6d6ce;
	border-color: rgba(214, 214, 206, var(--border-opacity));
}
.btn-primary.inverse:hover {
	--text-opacity: 1;
	color: #d6d6ce;
	color: rgba(214, 214, 206, var(--text-opacity));
}
@media (min-width: 640px) {
	.btn-primary {
		padding: 11px 22px;
	}
}
.btn-secondary {
	border-width: 1px;
	border-radius: 10px;
	padding: 9px 44px;
	transition: background-color 0.15s ease-in-out, color 0.25s ease-in-out;
}
.btn-secondary.inverse {
	--border-opacity: 1;
	/* border-color: #000000; */
	border: none;
	background-color: #fff;
	color: #000000;
}

#startfast {
	z-index: 100;
}

.btn-secondary:hover {
	--bg-opacity: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, var(--bg-opacity));
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
}
@media (min-width: 640px) {
	.btn-secondary {
		padding: 14px 44px;
	}
}
.js-filter-options button {
	color: rgba(0, 0, 0, 0.9);
	transition: color 0.15s ease-in-out;
	font-family: reckless-neue-book;
	font-size: 24px;
	line-height: 118%;
}
@media (min-width: 640px) {
	.js-filter-options button {
		font-size: 32px;
	}
}
@media (min-width: 1024px) {
	.js-filter-options button {
		font-size: 45px;
	}
}
.js-filter-options button:hover {
	color: rgba(0, 0, 0, 0.6);
}
.pricing .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	white-space: nowrap;
	padding-right: 40px;
}
@media (min-width: 640px) {
	.pricing .price {
		flex-wrap: nowrap;
		padding-right: 50px;
		justify-content: flex-start;
	}
}
.pricing .price .dollar {
	font-family: reckless-neue-book;
	font-size: 160px;
	padding-top: 47px;
}
@media (min-width: 1024px) {
	.pricing .price .dollar {
		padding-top: 22px;
	}
}
.pricing .price .amount {
	font-family: reckless-neue-book;
	letter-spacing: -0.04em;
	font-size: 290px;
	line-height: 80%;
}
.pricing .js-price-button {
	margin-top: 35px;
	padding: 10px 0;
	background: #fff;
	border-radius: 36px;
	position: relative;
	cursor: pointer;
	max-height: 44px;
}
.pricing .js-price-button span {
	display: inline-block;
	font-size: 12px;
	transition: color 0.2s ease-in-out;
}
@media (min-width: 640px) {
	.pricing .js-price-button span {
		font-size: 16px;
	}
}
.pricing .js-price-button span.monthly {
	padding: 0 25px 0 35px;
	position: relative;
	z-index: 2;
}
@media (min-width: 640px) {
	.pricing .js-price-button span.monthly {
		padding: 0 35px 0 50px;
	}
}
.pricing .js-price-button span.annual {
	padding: 0 35px 0 25px;
	position: relative;
	z-index: 2;
}
@media (min-width: 640px) {
	.pricing .js-price-button span.annual {
		padding: 0 50px 0 35px;
	}
}
.pricing .js-price-button span.highlight {
	background: #000;
	position: absolute;
	width: 115px;
	height: 100%;
	top: 0;
	border-radius: 36px;
	z-index: 1;
	transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
@media (min-width: 640px) {
	.pricing .js-price-button span.highlight {
		width: 162px;
	}
}
.pricing .js-price-button span.highlight.monthly {
	left: 0;
}
.pricing .js-price-button span.highlight.annual {
	left: 94px;
	width: 111px;
}
@media (min-width: 640px) {
	.pricing .js-price-button span.highlight.annual {
		left: 133px;
		width: 150px;
	}
}
.pricing .js-price-button span.active {
	color: #fff;
}
.pricing.alternate .price .dollar {
	font-family: reckless-neue-thin;
	font-size: 90px;
	padding-top: 35px;
}
@media (min-width: 640px) {
	.pricing.alternate .price .dollar {
		font-size: 100px;
		padding-top: 47px;
	}
}
@media (min-width: 1024px) {
	.pricing.alternate .price .dollar {
		padding-top: 22px;
	}
}
.pricing.alternate .price .amount {
	font-family: reckless-neue-thin;
	letter-spacing: -0.06em;
	font-size: 182px;
	line-height: 104%;
}
@media (min-width: 640px) {
	.pricing.alternate .price .amount {
		font-size: 228px;
	}
}
.pricing.alternate .price .frequency {
	font-family: beausite-medium;
	font-size: 16px;
	letter-spacing: 0;
	display: inline;
	text-align: center;
	padding-left: 2.5rem;
	width: 100%;
}
@media (min-width: 640px) {
	.pricing.alternate .price .frequency {
		padding-left: 0.5rem;
		text-align: left;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
.pricing.alternate .price.annual {
	padding-left: 0;
}
.pricing.alternate .js-price-button {
	--bg-opacity: 1;
	background-color: #3d3d3d;
	/* background-color: rgba(90, 154, 152, var(--bg-opacity)); */
	margin-top: 0;
}
.pricing.alternate .js-price-button span.annual,
.pricing.alternate .js-price-button span.monthly {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
}
.pricing.alternate .js-price-button span.highlight {
	--bg-opacity: 1;
	background-color: #000000;
	/* background-color: rgba(30, 101, 94, var(--bg-opacity)); */
}
.ct-chart .ct-series-a .ct-slice-donut,
.ct-chart .ct-series-b .ct-slice-donut {
	stroke-linecap: round;
}
.ct-chart .ct-fill-donut-label {
	display: none;
}
.ct-chart.js-open-rate .ct-chart-donut .ct-series-a .ct-slice-donut {
	stroke: #e3a419;
}
.ct-chart.js-open-rate .ct-chart-donut .ct-series-b .ct-slice-donut {
	stroke: rgba(255, 164, 25, 0.5);
	opacity: 0;
}
.ct-chart.js-open-rate .ct-chart-donut .ct-fill-donut .ct-slice-donut {
	stroke: rgba(255, 164, 25, 0.5);
	opacity: 1;
}
.ct-chart.js-click-rate .ct-chart-donut .ct-series-a .ct-slice-donut {
	stroke: #5573d3;
}
.ct-chart.js-click-rate .ct-chart-donut .ct-series-b .ct-slice-donut {
	stroke: rgba(85, 115, 211, 0.25);
	opacity: 0;
}
.ct-chart.js-click-rate .ct-chart-donut .ct-fill-donut .ct-slice-donut {
	stroke: rgba(85, 115, 211, 0.25);
	opacity: 1;
}
.ct-chart h5.h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 6.5vw;
}
.ct-chart h5.h3 span {
	font-size: 3.5vw;
}
.js-bar-chart .sent {
	height: 350px;
	--bg-opacity: 1;
	background-color: #5573d3;
	background-color: rgba(85, 115, 211, var(--bg-opacity));
	transition-delay: 0;
}
.js-bar-chart .delivered {
	height: 335px;
	--bg-opacity: 1;
	background-color: #f5e04a;
	background-color: rgba(245, 224, 74, var(--bg-opacity));
	transition-delay: 0.2s;
}
.js-bar-chart .interactions {
	height: 300px;
	--bg-opacity: 1;
	background-color: #c4dffb;
	background-color: rgba(196, 223, 251, var(--bg-opacity));
	transition-delay: 0.4s;
}
.js-bar-chart .opened {
	height: 150px;
	--bg-opacity: 1;
	background-color: #efb1a4;
	background-color: rgba(239, 177, 164, var(--bg-opacity));
	transition-delay: 0.6s;
}
.js-bar-chart .clicked {
	height: 65px;
	--bg-opacity: 1;
	background-color: #e3a419;
	background-color: rgba(227, 164, 25, var(--bg-opacity));
	transition-delay: 0.8s;
}
.js-bar-chart .bar {
	position: relative;
	transform: scaleY(0);
	transition: transform 0.75s cubic-bezier(0.95, 0.05, 0.85, 0.82);
	transform-origin: bottom;
}
.js-bar-chart.active .bar {
	transform: scaleY(1);
}
.js-expand-trigger {
	opacity: 1;
	transition: opacity 0.2s ease;
}
.js-expand-trigger.active,
.js-expand-trigger.customisation {
	opacity: 1;
}
.expand-content {
	display: block;
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 0s ease, opacity 0.1s ease 0s !important;
	opacity: 0 !important;
}
.expand-content.expand {
	opacity: 1 !important;
	transition: max-height 0s cubic-bezier(1, 0, 0, 1), opacity 0.2s ease 0.18s !important;
}
.js-expand-indicator:after,
.js-expand-indicator:before {
	content: '';
	width: 12px;
	height: 1px;
	background: #000;
	display: inherit;
}
@media (min-width: 640px) {
	.js-expand-indicator:after,
	.js-expand-indicator:before {
		width: 12px;
		height: 1px;
	}
}
.js-expand-indicator:before {
	transform: rotate(90deg) translateX(1px);
	transition: transform 0.2s ease;
}
.js-expand-indicator.active:before {
	transform: rotate(90deg) translateX(1px) scale(0);
}
.form-label {
	display: block;
	padding-bottom: 12px;
}
.form-input {
	background-color: transparent;
	border-bottom-width: 1px;
	border-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	color: rgba(0, 0, 0, 0.4);
	border-radius: 0;
	padding-bottom: 3px;
	margin-bottom: 35px;
	-webkit-appearance: none;
	resize: none;
}
.form-input:-webkit-autofill,
.form-input :-webkit-autofill:focus,
.form-input :-webkit-autofill:hover {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.swiper-templates:not(.header-type-2, .header-type-3) .swiper-slide {
	transform: scale(0.75);
	transition: transform 0.3s ease-in-out;
}
.swiper-templates:not(.header-type-2, .header-type-3) .swiper-slide img {
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.4s ease-in-out;
}
.swiper-templates:not(.header-type-2, .header-type-3)
	.swiper-slide.swiper-slide-active {
	transform: scale(1);
}
.swiper-templates:not(.header-type-2, .header-type-3)
	.swiper-slide.swiper-slide-active
	img {
	box-shadow: 84px 74px 7px 0 rgba(0, 0, 0, 0.1);
}
.swiper-templates .swiper-button-next {
	right: calc(-19% + 37px);
	top: calc(50% - 70px);
}
@media (min-width: 640px) {
	.swiper-templates .swiper-button-next {
		right: calc(12% + 37px);
	}
}
@media (min-width: 1024px) {
	.swiper-templates .swiper-button-next {
		right: calc(18% + 37px);
	}
}
.swiper-templates .swiper-button-next:after {
	display: none;
}
.swiper-templates .swiper-button-prev {
	left: calc(-19% + 37px);
	transform: scale(-1);
	top: calc(50% - 70px);
}
@media (min-width: 640px) {
	.swiper-templates .swiper-button-prev {
		left: calc(12% + 37px);
	}
}
@media (min-width: 1024px) {
	.swiper-templates .swiper-button-prev {
		left: calc(18% + 37px);
	}
}
.swiper-templates .swiper-button-prev:after {
	display: none;
}
.swiper-templates .swiper-button-next,
.swiper-templates .swiper-button-prev {
	top: calc(50% - 18px);
}
@media (min-width: 640px) {
	.swiper-templates .swiper-button-next,
	.swiper-templates .swiper-button-prev {
		top: calc(50% - 25px);
	}
}
@media (min-width: 1024px) {
	.swiper-templates .swiper-button-next,
	.swiper-templates .swiper-button-prev {
		top: calc(50% - 35px);
	}
}
.swiper-templates .swiper-button-next img,
.swiper-templates .swiper-button-prev img {
	transform: scale(0.75);
}
@media (min-width: 640px) {
	.swiper-templates .swiper-button-next img,
	.swiper-templates .swiper-button-prev img {
		transform: scale(0.4);
	}
}
@media (min-width: 1024px) {
	.swiper-templates .swiper-button-next img,
	.swiper-templates .swiper-button-prev img {
		transform: scale(0.5);
	}
}
.swiper-landing-pages .swiper-button-next,
.swiper-landing-pages .swiper-button-prev {
	top: 94%;
}
.swiper-landing-pages .swiper-button-next img,
.swiper-landing-pages .swiper-button-prev img {
	transform: scale(0.75);
}
@media (min-width: 640px) {
	.swiper-landing-pages .swiper-button-next img,
	.swiper-landing-pages .swiper-button-prev img {
		transform: scale(0.3);
	}
}
@media (min-width: 1024px) {
	.swiper-landing-pages .swiper-button-next img,
	.swiper-landing-pages .swiper-button-prev img {
		transform: scale(0.5);
	}
}
@media (min-width: 640px) {
	.swiper-landing-pages .swiper-button-next,
	.swiper-landing-pages .swiper-button-prev {
		top: 50%;
	}
}
.swiper-landing-pages .swiper-button-next {
	right: -40px;
	transform: translateY(calc(-50% + 15px));
}
@media (min-width: 640px) {
	.swiper-landing-pages .swiper-button-next {
		right: 15px;
	}
}
@media (min-width: 1024px) {
	.swiper-landing-pages .swiper-button-next {
		right: 5.9%;
	}
}
@media (min-width: 1280px) {
	.swiper-landing-pages .swiper-button-next {
		right: 7%;
	}
}
@media (min-width: 1600px) {
	.swiper-landing-pages .swiper-button-next {
		right: 8.9%;
	}
}
.swiper-landing-pages .swiper-button-next:after {
	display: none;
}
.swiper-landing-pages .swiper-button-prev {
	left: -40px;
	transform: scale(-1) translateY(calc(50% - 15px));
}
@media (min-width: 640px) {
	.swiper-landing-pages .swiper-button-prev {
		left: 38px;
	}
}
@media (min-width: 1024px) {
	.swiper-landing-pages .swiper-button-prev {
		left: 5.5%;
	}
}
@media (min-width: 1280px) {
	.swiper-landing-pages .swiper-button-prev {
		left: 8.3%;
	}
}
@media (min-width: 1600px) {
	.swiper-landing-pages .swiper-button-prev {
		left: 9.3%;
	}
}
.swiper-landing-pages .swiper-button-prev:after {
	display: none;
}
.swiper-forms .swiper-button-next {
	right: -57px;
	transform: translateY(-41%);
	top: 100%;
}
.swiper-forms .swiper-button-next:after {
	display: none;
}
@media (min-width: 640px) {
	.swiper-forms .swiper-button-next {
		right: calc(12% + 37px);
	}
}
.swiper-forms .swiper-button-prev {
	left: -57px;
	transform: scale(-1) translateY(41%);
	top: 100%;
}
.swiper-forms .swiper-button-prev:after {
	display: none;
}
@media (min-width: 640px) {
	.swiper-forms .swiper-button-prev {
		left: calc(12% + 37px);
	}
}
.swiper-button-next,
.swiper-button-prev {
	width: 140px;
	height: 100px;
	top: calc(50% - 70px);
}
.swiper-button-next img,
.swiper-button-prev img {
	transform: scale(0.75);
}
.swiper-templates-page .swiper-button-next,
.swiper-templates-page .swiper-button-prev {
	top: -9px;
}
.swiper-templates-page .swiper-button-next:after,
.swiper-templates-page .swiper-button-prev:after {
	display: none;
}
.swiper-templates-page .swiper-button-next {
	right: -36px;
}
.swiper-templates-page .swiper-button-prev {
	left: -36px;
	transform: scale(-1) translateY(-3px);
}
.swiper-templates-page .swiper-slide .template-description {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.swiper-templates-page .swiper-slide.swiper-slide-active .template-description {
	opacity: 1;
}
.template-card .template-card-hover {
	height: calc(100% + 1px);
	opacity: 0;
	transition: opacity 0.15s ease;
}
.template-card .template-card-hover .btn {
	opacity: 0;
	transition: opacity 0.15s ease 0.15s;
}
@media (hover: hover) {
	.template-card .template-card-hover:hover,
	.template-card .template-card-hover:hover .btn {
		opacity: 1;
	}
}
.template-card .template-card-hover.show,
.template-card .template-card-hover.show .btn {
	opacity: 1;
}
.template-card.templates-action {
	width: 100vw;
	padding-left: 0;
	padding-right: 0;
}
nav span.menu-line {
	background: #000;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		opacity 0.55s ease, background-color 0.6s ease;
}
nav .js-menu-icon {
	padding-top: 0;
	width: 24px;
	display: inline-block;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	align-self: center;
}
nav .js-menu-icon:hover {
	cursor: pointer;
}
nav .js-menu-icon span.menu-line {
	display: block;
	width: 24px;
	height: 1px;
	margin-bottom: 6px;
	transform-origin: 4px 0;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		opacity 0.55s ease, background-color 0.6s ease;
}
nav .js-menu-icon span.menu-line:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 640px) {
	nav .js-menu-icon.active {
		padding-top: 4px;
	}
}
nav .js-menu-icon.active span.menu-line {
	--bg-opacity: 1;
	background-color: #d6d6ce;
	background-color: rgba(214, 214, 206, var(--bg-opacity));
	opacity: 1;
	transform: rotate(-45deg) translate(4px, 4.5px);
}
nav .js-menu-icon.active span.menu-line:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2);
}
nav .js-menu-icon.active span.menu-line:nth-last-child(3) {
	transform: rotate(45deg) translate(7.5px, -3px);
}
.js-modal {
	opacity: 0;
	top: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	width: 100vw;
	height: 101vh;
	z-index: 30;
	transition: opacity 0.4s ease-in-out;
}
.js-modal.active {
	opacity: 1;
	pointer-events: all;
}
.js-modal .modal-close {
	position: absolute;
	top: 26px;
	left: 38px;
}
@media (min-width: 1024px) {
	.js-modal .modal-close {
		top: 53px;
		left: 63px;
	}
}
.close {
	width: 31px;
	height: 40px;
}
.close:before {
	transform: rotate(45deg) translate(1px, 4px);
	transform-origin: 4px 0;
}
.close:after,
.close:before {
	content: '';
	display: block;
	width: 31px;
	height: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
	background: #fff;
	position: relative;
	border-radius: 0;
	z-index: 20;
}
.close:after {
	transform: rotate(-45deg) translate(-5px, -4.5px);
}
.close.dark {
	transform: scale(0.6);
}
.close.dark:after,
.close.dark:before {
	--bg-opacity: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.js-click-prompt .prompt {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.js-click-prompt .prompt .btn {
	opacity: 0;
	transition: opacity background-color 0.2s ease ease-in-out 0.3s 0.15s,
		color 0.25s ease-in-out;
}
.js-click-prompt.active .prompt,
.js-click-prompt.active .prompt .btn {
	opacity: 1;
}
@media (hover: hover) {
	.js-click-prompt:hover .prompt,
	.js-click-prompt:hover .prompt .btn {
		opacity: 1;
	}
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100% !important;
}
@media (min-width: 640px) {
	.container {
		padding-left: 37px;
		padding-right: 37px;
	}
}
.container.large-gutter {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 640px) {
	.container.large-gutter {
		padding-left: 75px;
		padding-right: 75px;
	}
}
@media (min-width: 1280px) {
	.container.large-gutter {
		padding-left: 100px;
		padding-right: 100px;
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -13px;
	margin-right: -13px;
}
@media (min-width: 1024px) {
	.row {
		margin-left: -13px;
		margin-right: -13px;
	}
}
.col {
	padding-left: 13px;
	padding-right: 13px;
}
@media (min-width: 1024px) {
	.col {
		padding-left: 13px;
		padding-right: 13px;
	}
}
* {
	-webkit-tap-highlight-color: transparent;
}
:focus {
	outline: none !important;
}
.invert-colour {
	filter: brightness(0) invert(1);
}
html {
	scroll-behavior: none;
}
video::-webkit-media-controls-panel {
	background: none;
}
#navbar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: transparent;
	transition: background-color 0.4s ease-in-out, border 0.4s ease-in-out;
}
#navbar .to-hide,
#navbar .to-show {
	transition: opacity 0.4s ease-in-out;
}
#navbar .to-show {
	opacity: 0;
}
#navbar .to-hide {
	opacity: 1;
}
@media (min-width: 1024px) {
	#navbar.active {
		--bg-opacity: 1;
		background-color: #fff;
		background-color: rgba(255, 255, 255, var(--bg-opacity));
		--border-opacity: 1;
		border-color: #000;
		border-color: rgba(0, 0, 0, var(--border-opacity));
	}
	#navbar.active .to-show {
		opacity: 1;
	}
	#navbar.active .to-hide {
		opacity: 0;
	}
}
.rotate-message {
	display: none;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
	.rotate-message {
		display: block;
	}
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
a {
	background-color: transparent;
}
b {
	font-weight: bolder;
}
code {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
img {
	border-style: none;
}
button,
input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
}
button {
	text-transform: none;
}
[type='button'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
button {
	background-color: transparent;
	background-image: none;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
html {
	font-family: 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;
	line-height: 1.5;
}
*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #000;
}
img {
	border-style: solid;
}
input::-moz-placeholder {
	color: #a0aec0;
}
input:-ms-input-placeholder {
	color: #a0aec0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a0aec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a0aec0;
}
input::placeholder {
	color: #a0aec0;
}
button {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
button,
input {
	padding: 0;
	line-height: inherit;
	color: inherit;
}
code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
		Courier New, monospace;
}
canvas,
embed,
iframe,
img,
svg,
video {
	display: block;
	vertical-align: middle;
}
img,
video {
	max-width: 100%;
	height: auto;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1600px;
	}
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-local {
	background-attachment: local;
}
.bg-scroll {
	background-attachment: scroll;
}
.bg-clip-border {
	background-clip: border-box;
}
.bg-clip-padding {
	background-clip: padding-box;
}
.bg-clip-content {
	background-clip: content-box;
}
.bg-clip-text {
	-webkit-background-clip: text;
	background-clip: text;
}
.bg-transparent {
	background-color: transparent;
}
.bg-current {
	background-color: currentColor;
}
.bg-black {
	--bg-opacity: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.bg-white {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-gray-100 {
	--bg-opacity: 1;
	background-color: #f7fafc;
	background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.bg-gray-200 {
	--bg-opacity: 1;
	background-color: #edf2f7;
	background-color: rgba(237, 242, 247, var(--bg-opacity));
}
.bg-gray-300 {
	--bg-opacity: 1;
	background-color: #e2e8f0;
	background-color: rgba(226, 232, 240, var(--bg-opacity));
}
.bg-gray-400 {
	--bg-opacity: 1;
	background-color: #cbd5e0;
	background-color: rgba(203, 213, 224, var(--bg-opacity));
}
.bg-gray-500 {
	--bg-opacity: 1;
	background-color: #a0aec0;
	background-color: rgba(160, 174, 192, var(--bg-opacity));
}
.bg-gray-600 {
	--bg-opacity: 1;
	background-color: #718096;
	background-color: rgba(113, 128, 150, var(--bg-opacity));
}
.bg-gray-700 {
	--bg-opacity: 1;
	background-color: #4a5568;
	background-color: rgba(74, 85, 104, var(--bg-opacity));
}
.bg-gray-800 {
	--bg-opacity: 1;
	background-color: #2d3748;
	background-color: rgba(45, 55, 72, var(--bg-opacity));
}
.bg-gray-900 {
	--bg-opacity: 1;
	background-color: #1a202c;
	background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.bg-red-100 {
	--bg-opacity: 1;
	background-color: #fff5f5;
	background-color: rgba(255, 245, 245, var(--bg-opacity));
}
.bg-red-200 {
	--bg-opacity: 1;
	background-color: #fed7d7;
	background-color: rgba(254, 215, 215, var(--bg-opacity));
}
.bg-red-300 {
	--bg-opacity: 1;
	background-color: #feb2b2;
	background-color: rgba(254, 178, 178, var(--bg-opacity));
}
.bg-red-400 {
	--bg-opacity: 1;
	background-color: #fc8181;
	background-color: rgba(252, 129, 129, var(--bg-opacity));
}
.bg-red-500 {
	--bg-opacity: 1;
	background-color: #f56565;
	background-color: rgba(245, 101, 101, var(--bg-opacity));
}
.bg-red-600 {
	--bg-opacity: 1;
	background-color: #e53e3e;
	background-color: rgba(229, 62, 62, var(--bg-opacity));
}
.bg-red-700 {
	--bg-opacity: 1;
	background-color: #c53030;
	background-color: rgba(197, 48, 48, var(--bg-opacity));
}
.bg-red-800 {
	--bg-opacity: 1;
	background-color: #9b2c2c;
	background-color: rgba(155, 44, 44, var(--bg-opacity));
}
.bg-red-900 {
	--bg-opacity: 1;
	background-color: #742a2a;
	background-color: rgba(116, 42, 42, var(--bg-opacity));
}
.bg-orange {
	--bg-opacity: 1;
	background-color: #e3a419;
	background-color: rgba(227, 164, 25, var(--bg-opacity));
}
.bg-yellow {
	--bg-opacity: 1;
	background-color: #bdbebd;
	/* background-color: rgba(245, 224, 74, var(--bg-opacity)); */
}
.bg-electric {
	--bg-opacity: 1;
	background-color: #6afdef;
	/* background-color: rgba(245, 224, 74, var(--bg-opacity)); */
}
.bg-green {
	--bg-opacity: 1;
	background-color: #1e655e;
	background-color: rgba(30, 101, 94, var(--bg-opacity));
}
.bg-teal-100 {
	--bg-opacity: 1;
	background-color: #e6fffa;
	background-color: rgba(230, 255, 250, var(--bg-opacity));
}
.bg-teal-200 {
	--bg-opacity: 1;
	background-color: #b2f5ea;
	background-color: rgba(178, 245, 234, var(--bg-opacity));
}
.bg-teal-300 {
	--bg-opacity: 1;
	background-color: #81e6d9;
	background-color: rgba(129, 230, 217, var(--bg-opacity));
}
.bg-teal-400 {
	--bg-opacity: 1;
	background-color: #4fd1c5;
	background-color: rgba(79, 209, 197, var(--bg-opacity));
}
.bg-teal-500 {
	--bg-opacity: 1;
	background-color: #38b2ac;
	background-color: rgba(56, 178, 172, var(--bg-opacity));
}
.bg-teal-600 {
	--bg-opacity: 1;
	background-color: #319795;
	background-color: rgba(49, 151, 149, var(--bg-opacity));
}
.bg-teal-700 {
	--bg-opacity: 1;
	background-color: #2c7a7b;
	background-color: rgba(44, 122, 123, var(--bg-opacity));
}
.bg-teal-800 {
	--bg-opacity: 1;
	background-color: #285e61;
	background-color: rgba(40, 94, 97, var(--bg-opacity));
}
.bg-teal-900 {
	--bg-opacity: 1;
	background-color: #234e52;
	background-color: rgba(35, 78, 82, var(--bg-opacity));
}
.bg-blue {
	--bg-opacity: 1;
	background-color: #5573d3;
	background-color: rgba(85, 115, 211, var(--bg-opacity));
}
.bg-indigo-100 {
	--bg-opacity: 1;
	background-color: #ebf4ff;
	background-color: rgba(235, 244, 255, var(--bg-opacity));
}
.bg-indigo-200 {
	--bg-opacity: 1;
	background-color: #c3dafe;
	background-color: rgba(195, 218, 254, var(--bg-opacity));
}
.bg-indigo-300 {
	--bg-opacity: 1;
	background-color: #a3bffa;
	background-color: rgba(163, 191, 250, var(--bg-opacity));
}
.bg-indigo-400 {
	--bg-opacity: 1;
	background-color: #7f9cf5;
	background-color: rgba(127, 156, 245, var(--bg-opacity));
}
.bg-indigo-500 {
	--bg-opacity: 1;
	background-color: #667eea;
	background-color: rgba(102, 126, 234, var(--bg-opacity));
}
.bg-indigo-600 {
	--bg-opacity: 1;
	background-color: #5a67d8;
	background-color: rgba(90, 103, 216, var(--bg-opacity));
}
.bg-indigo-700 {
	--bg-opacity: 1;
	background-color: #4c51bf;
	background-color: rgba(76, 81, 191, var(--bg-opacity));
}
.bg-indigo-800 {
	--bg-opacity: 1;
	background-color: #434190;
	background-color: rgba(67, 65, 144, var(--bg-opacity));
}
.bg-indigo-900 {
	--bg-opacity: 1;
	background-color: #3c366b;
	background-color: rgba(60, 54, 107, var(--bg-opacity));
}
.bg-purple-100 {
	--bg-opacity: 1;
	background-color: #faf5ff;
	background-color: rgba(250, 245, 255, var(--bg-opacity));
}
.bg-purple-200 {
	--bg-opacity: 1;
	background-color: #e9d8fd;
	background-color: rgba(233, 216, 253, var(--bg-opacity));
}
.bg-purple-300 {
	--bg-opacity: 1;
	background-color: #d6bcfa;
	background-color: rgba(214, 188, 250, var(--bg-opacity));
}
.bg-purple-400 {
	--bg-opacity: 1;
	background-color: #b794f4;
	background-color: rgba(183, 148, 244, var(--bg-opacity));
}
.bg-purple-500 {
	--bg-opacity: 1;
	background-color: #9f7aea;
	background-color: rgba(159, 122, 234, var(--bg-opacity));
}
.bg-purple-600 {
	--bg-opacity: 1;
	background-color: #805ad5;
	background-color: rgba(128, 90, 213, var(--bg-opacity));
}
.bg-purple-700 {
	--bg-opacity: 1;
	background-color: #6b46c1;
	background-color: rgba(107, 70, 193, var(--bg-opacity));
}
.bg-purple-800 {
	--bg-opacity: 1;
	background-color: #553c9a;
	background-color: rgba(85, 60, 154, var(--bg-opacity));
}
.bg-purple-900 {
	--bg-opacity: 1;
	background-color: #44337a;
	background-color: rgba(68, 51, 122, var(--bg-opacity));
}
.bg-pink {
	--bg-opacity: 1;
	background-color: #efb1a4;
	background-color: rgba(239, 177, 164, var(--bg-opacity));
}
.bg-footer-black {
	--bg-opacity: 1;
	background-color: #141414;
	background-color: rgba(20, 20, 20, var(--bg-opacity));
}
.bg-3\/4-black {
	background-color: rgba(0, 0, 0, 0.75);
}
.bg-line-blue-black {
	--bg-opacity: 1;
	background-color: #687dac;
	background-color: rgba(104, 125, 172, var(--bg-opacity));
}
.bg-light-tint-black {
	background-color: rgba(0, 0, 0, 0.1);
}
.bg-mid-tint-black {
	background-color: rgba(0, 0, 0, 0.25);
}
.bg-half-tint-black {
	background-color: rgba(0, 0, 0, 0.4);
}
.bg-off-white {
	--bg-opacity: 1;
	background-color: #3b5bab;
	/* background-color: rgba(245, 241, 235, var(--bg-opacity)); */
}
.bg-light-white {
	--bg-opacity: 1;
	background-color: #d6d6ce;
	background-color: rgba(214, 214, 206, var(--bg-opacity));
}
.bg-grey {
	--bg-opacity: 1;
	background-color: #d7d6cc;
	background-color: rgba(215, 214, 204, var(--bg-opacity));
}
.bg-dark-grey {
	background-color: hsla(0, 0%, 100%, 0.4);
}
.bg-toothpaste {
	--bg-opacity: 1;
	background-color: #6afdef;
	/* background-color: rgba(225, 240, 234, var(--bg-opacity)); */
}
.bg-mint {
	--bg-opacity: 1;
	background-color: #9cd5c1;
	background-color: rgba(156, 213, 193, var(--bg-opacity));
}
.bg-default {
	--bg-opacity: 1;
	background-color: #eeeeee;
	/* background-color: rgba(215, 214, 204, var(--bg-opacity)); */
}
.bg-light-mint {
	--bg-opacity: 1;
	background-color: #dcf0e9;
	background-color: rgba(220, 240, 233, var(--bg-opacity));
}
.bg-mid-blue {
	background-color: rgba(85, 115, 211, 0.25);
}
.bg-light-blue {
	background-color: rgba(85, 115, 211, 0.1);
}
.bg-alt-blue {
	--bg-opacity: 1;
	background-color: #9ebaf0;
	background-color: rgba(158, 186, 240, var(--bg-opacity));
}
.bg-alt-light-blue {
	--bg-opacity: 1;
	background-color: #c4dffb;
	background-color: rgba(196, 223, 251, var(--bg-opacity));
}
.bg-sand {
	--bg-opacity: 1;
	background-color: #f9db87;
	background-color: rgba(249, 219, 135, var(--bg-opacity));
}
.bg-millennial-pink {
	--bg-opacity: 1;
	background-color: #e8c7c7;
	background-color: rgba(232, 199, 199, var(--bg-opacity));
}
.bg-peach {
	--bg-opacity: 1;
	background-color: #fcd6bd;
	/* background-color: rgba(252, 214, 189, var(--bg-opacity)); */
}
.bg-mid-orange {
	background-color: rgba(255, 164, 25, 0.5);
}
.bg-burnt-orange {
	--bg-opacity: 1;
	background-color: #f15623;
	background-color: rgba(241, 86, 35, var(--bg-opacity));
}
.bg-alt-burnt-orange {
	--bg-opacity: 1;
	background-color: #f0471f;
	background-color: rgba(240, 71, 31, var(--bg-opacity));
}
.bg-sage {
	--bg-opacity: 1;
	background-color: #e82126;
	/* background-color: rgba(222, 242, 235, var(--bg-opacity)); */
}
.bg-light-lime {
	--bg-opacity: 1;
	background-color: #c7d983;
	background-color: rgba(199, 217, 131, var(--bg-opacity));
}
.bg-lime {
	--bg-opacity: 1;
	background-color: #b2d251;
	background-color: rgba(178, 210, 81, var(--bg-opacity));
}
.bg-mid-green {
	--bg-opacity: 1;
	background-color: #5a9a98;
	background-color: rgba(90, 154, 152, var(--bg-opacity));
}
.bg-bc-1 {
	--bg-opacity: 1;
	background-color: #bd91f7;
	background-color: rgba(189, 145, 247, var(--bg-opacity));
}
.bg-bc-2 {
	--bg-opacity: 1;
	background-color: #ffc900;
	background-color: rgba(255, 201, 0, var(--bg-opacity));
}
.bg-bc-3 {
	--bg-opacity: 1;
	background-color: #fadb87;
	background-color: rgba(250, 219, 135, var(--bg-opacity));
}
.bg-bc-4 {
	--bg-opacity: 1;
	background-color: #d9b0d4;
	background-color: rgba(217, 176, 212, var(--bg-opacity));
}
.bg-bc-5 {
	--bg-opacity: 1;
	background-color: #716c3e;
	background-color: rgba(113, 108, 62, var(--bg-opacity));
}
.bg-bc-6 {
	--bg-opacity: 1;
	background-color: #da0027;
	/* background-color: rgba(181, 191, 115, var(--bg-opacity)); */
}
.bg-bc-7 {
	--bg-opacity: 1;
	background-color: #fffb83;
	background-color: rgba(255, 251, 131, var(--bg-opacity));
}
.bg-bc-8 {
	--bg-opacity: 1;
	background-color: #428240;
	background-color: rgba(66, 130, 64, var(--bg-opacity));
}
.bg-bc-9 {
	--bg-opacity: 1;
	background-color: #42c2ba;
	background-color: rgba(66, 194, 186, var(--bg-opacity));
}
.bg-bc-10 {
	--bg-opacity: 1;
	background-color: #f8ce46;
	/* background-color: rgba(245, 176, 186, var(--bg-opacity)); */
}
.bg-bc-11 {
	--bg-opacity: 1;
	background-color: #457861;
	background-color: rgba(69, 120, 97, var(--bg-opacity));
}
.bg-bc-12 {
	--bg-opacity: 1;
	background-color: #9ebaf0;
	background-color: rgba(158, 186, 240, var(--bg-opacity));
}
.bg-bc-13 {
	--bg-opacity: 1;
	background-color: #bde1ff;
	background-color: rgba(189, 225, 255, var(--bg-opacity));
}
.bg-bc-14 {
	--bg-opacity: 1;
	background-color: #d67d52;
	background-color: rgba(214, 125, 82, var(--bg-opacity));
}
.bg-bc-15 {
	--bg-opacity: 1;
	background-color: #edccb5;
	background-color: rgba(237, 204, 181, var(--bg-opacity));
}
.bg-bc-16 {
	--bg-opacity: 1;
	background-color: #ebc97a;
	background-color: rgba(235, 201, 122, var(--bg-opacity));
}
.bg-bc-17 {
	--bg-opacity: 1;
	background-color: #ffdc07;
	background-color: rgba(255, 220, 7, var(--bg-opacity));
}
.bg-bc-18 {
	--bg-opacity: 1;
	background-color: #f26e61;
	background-color: rgba(242, 110, 97, var(--bg-opacity));
}
.bg-bc-19 {
	--bg-opacity: 1;
	background-color: #8f5ecc;
	background-color: rgba(143, 94, 204, var(--bg-opacity));
}
.bg-bc-20 {
	--bg-opacity: 1;
	background-color: #80bacc;
	background-color: rgba(128, 186, 204, var(--bg-opacity));
}
.bg-bc-21 {
	--bg-opacity: 1;
	background-color: #ffdedb;
	background-color: rgba(255, 222, 219, var(--bg-opacity));
}
.bg-bc-22 {
	--bg-opacity: 1;
	background-color: #f5b0ba;
	background-color: rgba(245, 176, 186, var(--bg-opacity));
}
.bg-bc-23 {
	--bg-opacity: 1;
	background-color: #dbd669;
	background-color: rgba(219, 214, 105, var(--bg-opacity));
}
.bg-bc-24 {
	--bg-opacity: 1;
	background-color: #fa4a26;
	background-color: rgba(250, 74, 38, var(--bg-opacity));
}
.bg-bc-25 {
	--bg-opacity: 1;
	background-color: #e3a419;
	background-color: rgba(227, 164, 25, var(--bg-opacity));
}
.bg-bc-26 {
	--bg-opacity: 1;
	background-color: #dee8bf;
	background-color: rgba(222, 232, 191, var(--bg-opacity));
}
.bg-bc-27 {
	--bg-opacity: 1;
	background-color: #bd8738;
	background-color: rgba(189, 135, 56, var(--bg-opacity));
}
.bg-bc-28 {
	--bg-opacity: 1;
	background-color: #5e7ad6;
	background-color: rgba(94, 122, 214, var(--bg-opacity));
}
.bg-bc-29 {
	--bg-opacity: 1;
	background-color: #ff910a;
	background-color: rgba(255, 145, 10, var(--bg-opacity));
}
.bg-bc-30 {
	--bg-opacity: 1;
	background-color: #00527d;
	background-color: rgba(0, 82, 125, var(--bg-opacity));
}
.bg-bc-31 {
	--bg-opacity: 1;
	background-color: #ba3830;
	background-color: rgba(186, 56, 48, var(--bg-opacity));
}
.bg-bc-32 {
	--bg-opacity: 1;
	background-color: #c2d6d4;
	background-color: rgba(194, 214, 212, var(--bg-opacity));
}
.bg-bc-33 {
	--bg-opacity: 1;
	background-color: #9e5c03;
	background-color: rgba(158, 92, 3, var(--bg-opacity));
}
.bg-bc-34 {
	--bg-opacity: 1;
	background-color: #d6d5e5;
	background-color: rgba(214, 213, 229, var(--bg-opacity));
}
.bg-bc-35 {
	--bg-opacity: 1;
	background-color: #78ab94;
	background-color: rgba(120, 171, 148, var(--bg-opacity));
}
.bg-bc-36 {
	--bg-opacity: 1;
	background-color: #f5a6a1;
	background-color: rgba(245, 166, 161, var(--bg-opacity));
}
.bg-bc-37 {
	--bg-opacity: 1;
	background-color: #7a96b0;
	background-color: rgba(122, 150, 176, var(--bg-opacity));
}
.bg-bc-38 {
	--bg-opacity: 1;
	background-color: #d1fc78;
	background-color: rgba(209, 252, 120, var(--bg-opacity));
}
.bg-bc-39 {
	--bg-opacity: 1;
	background-color: #00667d;
	background-color: rgba(0, 102, 125, var(--bg-opacity));
}
.bg-bc-40 {
	--bg-opacity: 1;
	background-color: #36ab7d;
	background-color: rgba(54, 171, 125, var(--bg-opacity));
}
.hover_bg-millennial-pink:hover {
	--bg-opacity: 1;
	background-color: #e8c7c7;
	background-color: rgba(232, 199, 199, var(--bg-opacity));
}
.bg-none {
	background-image: none;
}
.bg-gradient-to-t {
	background-image: linear-gradient(0deg, var(--gradient-color-stops));
}
.bg-gradient-to-tr {
	background-image: linear-gradient(to top right, var(--gradient-color-stops));
}
.bg-gradient-to-r {
	background-image: linear-gradient(90deg, var(--gradient-color-stops));
}
.bg-gradient-to-br {
	background-image: linear-gradient(
		to bottom right,
		var(--gradient-color-stops)
	);
}
.bg-gradient-to-b {
	background-image: linear-gradient(180deg, var(--gradient-color-stops));
}
.bg-gradient-to-bl {
	background-image: linear-gradient(
		to bottom left,
		var(--gradient-color-stops)
	);
}
.bg-gradient-to-l {
	background-image: linear-gradient(270deg, var(--gradient-color-stops));
}
.bg-gradient-to-tl {
	background-image: linear-gradient(to top left, var(--gradient-color-stops));
}
.bg-opacity-0 {
	--bg-opacity: 0;
}
.bg-opacity-25 {
	--bg-opacity: 0.25;
}
.bg-opacity-50 {
	--bg-opacity: 0.5;
}
.bg-opacity-75 {
	--bg-opacity: 0.75;
}
.bg-opacity-100 {
	--bg-opacity: 1;
}
.bg-bottom {
	background-position: bottom;
}
.bg-center {
	background-position: 50%;
}
.bg-left {
	background-position: 0;
}
.bg-left-bottom {
	background-position: 0 100%;
}
.bg-left-top {
	background-position: 0 0;
}
.bg-right {
	background-position: 100%;
}
.bg-right-bottom {
	background-position: 100% 100%;
}
.bg-right-top {
	background-position: 100% 0;
}
.bg-top {
	background-position: top;
}
.bg-repeat {
	background-repeat: repeat;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.bg-repeat-x {
	background-repeat: repeat-x;
}
.bg-repeat-y {
	background-repeat: repeat-y;
}
.bg-repeat-round {
	background-repeat: round;
}
.bg-repeat-space {
	background-repeat: space;
}
.bg-auto {
	background-size: auto;
}
.bg-cover {
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}
.border-line-blue-black {
	--border-opacity: 1;
	border-color: #687dac;
	border-color: rgba(104, 125, 172, var(--border-opacity));
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.hidden {
	display: none;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-no-wrap {
	flex-wrap: nowrap;
}
.items-center {
	align-items: center;
}
.self-center {
	align-self: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.order-4 {
	order: 4;
}
.font-reckless-neue-book {
	font-family: reckless-neue-book;
}
.font-beausite-regular {
	font-family: beausite-regular;
}
.font-beausite-medium {
	font-family: beausite-medium;
}
.font-beausite-semibold {
	font-family: beausite-semibold;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.h-fit-content {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.h-70vh {
	height: 70vh;
}
.h-85vh {
	height: 85vh;
}
.h-template-prompt {
	height: 97.7%;
}
.h-landing-page-prompt {
	height: 97.3%;
}
.h-prompt {
	height: calc(100% + 1px);
}
.text-10 {
	font-size: 10px;
}
.text-14 {
	font-size: 14px;
}
.text-16 {
	font-size: 16px;
}
.text-21 {
	font-size: 21px;
}
.text-25 {
	font-size: 25px;
}
.text-65 {
	font-size: 65px;
}
.leading-85 {
	line-height: 0.85;
}
.leading-none {
	line-height: 1;
}
.leading-122\/100 {
	line-height: 122%;
}
.leading-130\/100 {
	line-height: 130%;
}
.leading-131\/100 {
	line-height: 131%;
}
.leading-166\/100 {
	line-height: 166%;
}
.mx-0 {
	margin-left: 0;
	margin-right: 0;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.ml-0 {
	margin-left: 0;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mb-24 {
	margin-bottom: 6rem;
}
.mt-auto {
	margin-top: auto;
}
.ml-auto {
	margin-left: auto;
}
.-ml-1 {
	margin-left: -0.25rem;
}
.max-w-75 {
	max-width: 75px;
}
.max-w-100 {
	max-width: 100px;
}
.max-w-160 {
	max-width: 160px;
}
.max-w-176 {
	max-width: 176px;
}
.max-w-180 {
	max-width: 180px;
}
.max-w-200 {
	max-width: 200px;
}
.max-w-250 {
	max-width: 250px;
}
.max-w-300 {
	max-width: 300px;
}
.max-w-350 {
	max-width: 350px;
}
.max-w-375 {
	max-width: 375px;
}
.max-w-400 {
	max-width: 400px;
}
.max-w-450 {
	max-width: 450px;
}
.max-w-500 {
	max-width: 500px;
}
.max-w-550 {
	max-width: 550px;
}
.max-w-600 {
	max-width: 600px;
}
.max-w-650 {
	max-width: 650px;
}
.max-w-800 {
	max-width: 800px;
}
.max-w-900 {
	max-width: 900px;
}
.min-h-650 {
	min-height: 650px;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.overflow-visible {
	overflow: visible;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-9 {
	padding-top: 9px;
	padding-bottom: 9px;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}
.py-px {
	padding-top: 1px;
	padding-bottom: 1px;
}
.py-8\/100 {
	padding-top: 8%;
	padding-bottom: 8%;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-165\/100 {
	padding-bottom: 165%;
}
.pointer-events-none {
	pointer-events: none;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.top-0 {
	top: 0;
}
.right-0 {
	right: 0;
}
.bottom-0 {
	bottom: 0;
}
.left-0 {
	left: 0;
}
.top-1\/2 {
	top: 50%;
}
.left-1\/2 {
	left: 50%;
}
.shadow-xs {
	box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.2);
}
.shadow-sm {
	box-shadow: 14px 20px 4px 0 rgba(0, 0, 0, 0.1);
}
.shadow {
	box-shadow: 28px 28px 5px 0 rgba(0, 0, 0, 0.2);
}
.shadow-xs-blurry {
	box-shadow: 8px 8px 8.5px 0 rgba(0, 0, 0, 0.2);
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-black {
	--text-opacity: 1;
	color: #000;
	color: rgba(0, 0, 0, var(--text-opacity));
}
.text-3\/4-black {
	color: rgba(0, 0, 0, 0.75);
}
.text-light-tint-black {
	color: rgba(0, 0, 0, 0.1);
}
.text-light-white {
	--text-opacity: 1;
	color: #d6d6ce;
	color: rgba(214, 214, 206, var(--text-opacity));
}
.text-grey {
	--text-opacity: 1;
	color: #bdbebd;
	/* color: rgba(215, 214, 204, var(--text-opacity)); */
}
.text-dark-grey {
	color: #bdbebd;
	/* color: hsla(0, 0%, 100%, 0.4); */
}
.text-millennial-pink {
	--text-opacity: 1;
	color: #e8c7c7;
	color: rgba(232, 199, 199, var(--text-opacity));
}
.hover_text-transparent:hover {
	color: transparent;
}
.hover_text-current:hover {
	color: currentColor;
}
.hover_text-black:hover {
	--text-opacity: 1;
	color: #000;
	color: rgba(0, 0, 0, var(--text-opacity));
}
.hover_text-white:hover {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
}
.hover_text-gray-100:hover {
	--text-opacity: 1;
	color: #f7fafc;
	color: rgba(247, 250, 252, var(--text-opacity));
}
.hover_text-gray-200:hover {
	--text-opacity: 1;
	color: #edf2f7;
	color: rgba(237, 242, 247, var(--text-opacity));
}
.hover_text-gray-300:hover {
	--text-opacity: 1;
	color: #e2e8f0;
	color: rgba(226, 232, 240, var(--text-opacity));
}
.hover_text-gray-400:hover {
	--text-opacity: 1;
	color: #cbd5e0;
	color: rgba(203, 213, 224, var(--text-opacity));
}
.hover_text-gray-500:hover {
	--text-opacity: 1;
	color: #a0aec0;
	color: rgba(160, 174, 192, var(--text-opacity));
}
.hover_text-gray-600:hover {
	--text-opacity: 1;
	color: #718096;
	color: rgba(113, 128, 150, var(--text-opacity));
}
.hover_text-gray-700:hover {
	--text-opacity: 1;
	color: #4a5568;
	color: rgba(74, 85, 104, var(--text-opacity));
}
.hover_text-gray-800:hover {
	--text-opacity: 1;
	color: #2d3748;
	color: rgba(45, 55, 72, var(--text-opacity));
}
.hover_text-gray-900:hover {
	--text-opacity: 1;
	color: #1a202c;
	color: rgba(26, 32, 44, var(--text-opacity));
}
.hover_text-red-100:hover {
	--text-opacity: 1;
	color: #fff5f5;
	color: rgba(255, 245, 245, var(--text-opacity));
}
.hover_text-red-200:hover {
	--text-opacity: 1;
	color: #fed7d7;
	color: rgba(254, 215, 215, var(--text-opacity));
}
.hover_text-red-300:hover {
	--text-opacity: 1;
	color: #feb2b2;
	color: rgba(254, 178, 178, var(--text-opacity));
}
.hover_text-red-400:hover {
	--text-opacity: 1;
	color: #fc8181;
	color: rgba(252, 129, 129, var(--text-opacity));
}
.hover_text-red-500:hover {
	--text-opacity: 1;
	color: #f56565;
	color: rgba(245, 101, 101, var(--text-opacity));
}
.hover_text-red-600:hover {
	--text-opacity: 1;
	color: #e53e3e;
	color: rgba(229, 62, 62, var(--text-opacity));
}
.hover_text-red-700:hover {
	--text-opacity: 1;
	color: #c53030;
	color: rgba(197, 48, 48, var(--text-opacity));
}
.hover_text-red-800:hover {
	--text-opacity: 1;
	color: #9b2c2c;
	color: rgba(155, 44, 44, var(--text-opacity));
}
.hover_text-red-900:hover {
	--text-opacity: 1;
	color: #742a2a;
	color: rgba(116, 42, 42, var(--text-opacity));
}
.hover_text-orange:hover {
	--text-opacity: 1;
	color: #e3a419;
	color: rgba(227, 164, 25, var(--text-opacity));
}
.hover_text-yellow:hover {
	--text-opacity: 1;
	color: #bdbebd;
	/* color: rgba(245, 224, 74, var(--text-opacity)); */
}

.hover_text-default:hover {
	--text-opacity: 1;
	color: #eeeeee;
	/* color: rgba(245, 224, 74, var(--text-opacity)); */
}

.hover_text-electric:hover {
	--text-opacity: 1;
	color: #6afdef;
	/* color: rgba(245, 224, 74, var(--text-opacity)); */
}
.hover_text-green:hover {
	--text-opacity: 1;
	color: #1e655e;
	color: rgba(30, 101, 94, var(--text-opacity));
}
.hover_text-teal-100:hover {
	--text-opacity: 1;
	color: #e6fffa;
	color: rgba(230, 255, 250, var(--text-opacity));
}
.hover_text-teal-200:hover {
	--text-opacity: 1;
	color: #b2f5ea;
	color: rgba(178, 245, 234, var(--text-opacity));
}
.hover_text-teal-300:hover {
	--text-opacity: 1;
	color: #81e6d9;
	color: rgba(129, 230, 217, var(--text-opacity));
}
.hover_text-teal-400:hover {
	--text-opacity: 1;
	color: #4fd1c5;
	color: rgba(79, 209, 197, var(--text-opacity));
}
.hover_text-teal-500:hover {
	--text-opacity: 1;
	color: #38b2ac;
	color: rgba(56, 178, 172, var(--text-opacity));
}
.hover_text-teal-600:hover {
	--text-opacity: 1;
	color: #319795;
	color: rgba(49, 151, 149, var(--text-opacity));
}
.hover_text-teal-700:hover {
	--text-opacity: 1;
	color: #2c7a7b;
	color: rgba(44, 122, 123, var(--text-opacity));
}
.hover_text-teal-800:hover {
	--text-opacity: 1;
	color: #285e61;
	color: rgba(40, 94, 97, var(--text-opacity));
}
.hover_text-teal-900:hover {
	--text-opacity: 1;
	color: #234e52;
	color: rgba(35, 78, 82, var(--text-opacity));
}
.hover_text-blue:hover {
	--text-opacity: 1;
	color: #5573d3;
	color: rgba(85, 115, 211, var(--text-opacity));
}
.hover_text-indigo-100:hover {
	--text-opacity: 1;
	color: #ebf4ff;
	color: rgba(235, 244, 255, var(--text-opacity));
}
.hover_text-indigo-200:hover {
	--text-opacity: 1;
	color: #c3dafe;
	color: rgba(195, 218, 254, var(--text-opacity));
}
.hover_text-indigo-300:hover {
	--text-opacity: 1;
	color: #a3bffa;
	color: rgba(163, 191, 250, var(--text-opacity));
}
.hover_text-indigo-400:hover {
	--text-opacity: 1;
	color: #7f9cf5;
	color: rgba(127, 156, 245, var(--text-opacity));
}
.hover_text-indigo-500:hover {
	--text-opacity: 1;
	color: #667eea;
	color: rgba(102, 126, 234, var(--text-opacity));
}
.hover_text-indigo-600:hover {
	--text-opacity: 1;
	color: #5a67d8;
	color: rgba(90, 103, 216, var(--text-opacity));
}
.hover_text-indigo-700:hover {
	--text-opacity: 1;
	color: #4c51bf;
	color: rgba(76, 81, 191, var(--text-opacity));
}
.hover_text-indigo-800:hover {
	--text-opacity: 1;
	color: #434190;
	color: rgba(67, 65, 144, var(--text-opacity));
}
.hover_text-indigo-900:hover {
	--text-opacity: 1;
	color: #3c366b;
	color: rgba(60, 54, 107, var(--text-opacity));
}
.hover_text-purple-100:hover {
	--text-opacity: 1;
	color: #faf5ff;
	color: rgba(250, 245, 255, var(--text-opacity));
}
.hover_text-purple-200:hover {
	--text-opacity: 1;
	color: #e9d8fd;
	color: rgba(233, 216, 253, var(--text-opacity));
}
.hover_text-purple-300:hover {
	--text-opacity: 1;
	color: #d6bcfa;
	color: rgba(214, 188, 250, var(--text-opacity));
}
.hover_text-purple-400:hover {
	--text-opacity: 1;
	color: #b794f4;
	color: rgba(183, 148, 244, var(--text-opacity));
}
.hover_text-purple-500:hover {
	--text-opacity: 1;
	color: #9f7aea;
	color: rgba(159, 122, 234, var(--text-opacity));
}
.hover_text-purple-600:hover {
	--text-opacity: 1;
	color: #805ad5;
	color: rgba(128, 90, 213, var(--text-opacity));
}
.hover_text-purple-700:hover {
	--text-opacity: 1;
	color: #6b46c1;
	color: rgba(107, 70, 193, var(--text-opacity));
}
.hover_text-purple-800:hover {
	--text-opacity: 1;
	color: #553c9a;
	color: rgba(85, 60, 154, var(--text-opacity));
}
.hover_text-purple-900:hover {
	--text-opacity: 1;
	color: #44337a;
	color: rgba(68, 51, 122, var(--text-opacity));
}
.hover_text-pink:hover {
	--text-opacity: 1;
	color: #efb1a4;
	color: rgba(239, 177, 164, var(--text-opacity));
}
.hover_text-footer-black:hover {
	--text-opacity: 1;
	color: #141414;
	color: rgba(20, 20, 20, var(--text-opacity));
}
.hover_text-3\/4-black:hover {
	color: rgba(0, 0, 0, 0.75);
}
.hover_text-line-blue-black:hover {
	--text-opacity: 1;
	color: #687dac;
	color: rgba(104, 125, 172, var(--text-opacity));
}
.hover_text-light-tint-black:hover {
	color: rgba(0, 0, 0, 0.1);
}
.hover_text-mid-tint-black:hover {
	color: rgba(0, 0, 0, 0.25);
}
.hover_text-half-tint-black:hover {
	color: rgba(0, 0, 0, 0.4);
}
.hover_text-off-white:hover {
	--text-opacity: 1;
	color: #f5f1eb;
	color: rgba(245, 241, 235, var(--text-opacity));
}
.hover_text-light-white:hover {
	--text-opacity: 1;
	color: #d6d6ce;
	color: rgba(214, 214, 206, var(--text-opacity));
}
.hover_text-grey:hover {
	--text-opacity: 1;
	color: #d7d6cc;
	color: rgba(215, 214, 204, var(--text-opacity));
}
.hover_text-dark-grey:hover {
	color: hsla(0, 0%, 100%, 0.4);
}
.hover_text-toothpaste:hover {
	--text-opacity: 1;
	color: #e1f0ea;
	color: rgba(225, 240, 234, var(--text-opacity));
}
.hover_text-mint:hover {
	--text-opacity: 1;
	color: #9cd5c1;
	color: rgba(156, 213, 193, var(--text-opacity));
}
.hover_text-light-mint:hover {
	--text-opacity: 1;
	color: #dcf0e9;
	color: rgba(220, 240, 233, var(--text-opacity));
}
.hover_text-mid-blue:hover {
	color: rgba(85, 115, 211, 0.25);
}
.hover_text-light-blue:hover {
	color: rgba(85, 115, 211, 0.1);
}
.hover_text-alt-blue:hover {
	--text-opacity: 1;
	color: #9ebaf0;
	color: rgba(158, 186, 240, var(--text-opacity));
}
.hover_text-alt-light-blue:hover {
	--text-opacity: 1;
	color: #c4dffb;
	color: rgba(196, 223, 251, var(--text-opacity));
}
.hover_text-sand:hover {
	--text-opacity: 1;
	color: #f9db87;
	color: rgba(249, 219, 135, var(--text-opacity));
}
.hover_text-millennial-pink:hover {
	--text-opacity: 1;
	color: #e8c7c7;
	color: rgba(232, 199, 199, var(--text-opacity));
}
.hover_text-peach:hover {
	--text-opacity: 1;
	color: #fcd6bd;
	color: rgba(252, 214, 189, var(--text-opacity));
}
.hover_text-mid-orange:hover {
	color: rgba(255, 164, 25, 0.5);
}
.hover_text-burnt-orange:hover {
	--text-opacity: 1;
	color: #f15623;
	color: rgba(241, 86, 35, var(--text-opacity));
}
.hover_text-alt-burnt-orange:hover {
	--text-opacity: 1;
	color: #f0471f;
	color: rgba(240, 71, 31, var(--text-opacity));
}
.hover_text-sage:hover {
	--text-opacity: 1;
	color: #e82126;
	/* color: rgba(222, 242, 235, var(--text-opacity)); */
}
.hover_text-light-lime:hover {
	--text-opacity: 1;
	color: #c7d983;
	color: rgba(199, 217, 131, var(--text-opacity));
}
.hover_text-lime:hover {
	--text-opacity: 1;
	color: #b2d251;
	color: rgba(178, 210, 81, var(--text-opacity));
}
.hover_text-mid-green:hover {
	--text-opacity: 1;
	color: #5a9a98;
	color: rgba(90, 154, 152, var(--text-opacity));
}
.hover_text-bc-1:hover {
	--text-opacity: 1;
	color: #bd91f7;
	color: rgba(189, 145, 247, var(--text-opacity));
}
.hover_text-bc-2:hover {
	--text-opacity: 1;
	color: #ffc900;
	color: rgba(255, 201, 0, var(--text-opacity));
}
.hover_text-bc-3:hover {
	--text-opacity: 1;
	color: #fadb87;
	color: rgba(250, 219, 135, var(--text-opacity));
}
.hover_text-bc-4:hover {
	--text-opacity: 1;
	color: #d9b0d4;
	color: rgba(217, 176, 212, var(--text-opacity));
}
.hover_text-bc-5:hover {
	--text-opacity: 1;
	color: #716c3e;
	color: rgba(113, 108, 62, var(--text-opacity));
}
.hover_text-bc-6:hover {
	--text-opacity: 1;
	color: #da0027;
	/* color: rgba(181, 191, 115, var(--text-opacity)); */
}
.hover_text-bc-7:hover {
	--text-opacity: 1;
	color: #fffb83;
	color: rgba(255, 251, 131, var(--text-opacity));
}
.hover_text-bc-8:hover {
	--text-opacity: 1;
	color: #428240;
	color: rgba(66, 130, 64, var(--text-opacity));
}
.hover_text-bc-9:hover {
	--text-opacity: 1;
	color: #42c2ba;
	color: rgba(66, 194, 186, var(--text-opacity));
}
.hover_text-bc-10:hover {
	--text-opacity: 1;
	color: #f8ce46;
	/* color: rgba(245, 176, 186, var(--text-opacity)); */
}
.hover_text-bc-11:hover {
	--text-opacity: 1;
	color: #457861;
	color: rgba(69, 120, 97, var(--text-opacity));
}
.hover_text-bc-12:hover {
	--text-opacity: 1;
	color: #9ebaf0;
	color: rgba(158, 186, 240, var(--text-opacity));
}
.hover_text-bc-13:hover {
	--text-opacity: 1;
	color: #bde1ff;
	color: rgba(189, 225, 255, var(--text-opacity));
}
.hover_text-bc-14:hover {
	--text-opacity: 1;
	color: #d67d52;
	color: rgba(214, 125, 82, var(--text-opacity));
}
.hover_text-bc-15:hover {
	--text-opacity: 1;
	color: #edccb5;
	color: rgba(237, 204, 181, var(--text-opacity));
}
.hover_text-bc-16:hover {
	--text-opacity: 1;
	color: #ebc97a;
	color: rgba(235, 201, 122, var(--text-opacity));
}
.hover_text-bc-17:hover {
	--text-opacity: 1;
	color: #ffdc07;
	color: rgba(255, 220, 7, var(--text-opacity));
}
.hover_text-bc-18:hover {
	--text-opacity: 1;
	color: #f26e61;
	color: rgba(242, 110, 97, var(--text-opacity));
}
.hover_text-bc-19:hover {
	--text-opacity: 1;
	color: #8f5ecc;
	color: rgba(143, 94, 204, var(--text-opacity));
}
.hover_text-bc-20:hover {
	--text-opacity: 1;
	color: #80bacc;
	color: rgba(128, 186, 204, var(--text-opacity));
}
.hover_text-bc-21:hover {
	--text-opacity: 1;
	color: #ffdedb;
	color: rgba(255, 222, 219, var(--text-opacity));
}
.hover_text-bc-22:hover {
	--text-opacity: 1;
	color: #f5b0ba;
	color: rgba(245, 176, 186, var(--text-opacity));
}
.hover_text-bc-23:hover {
	--text-opacity: 1;
	color: #dbd669;
	color: rgba(219, 214, 105, var(--text-opacity));
}
.hover_text-bc-24:hover {
	--text-opacity: 1;
	color: #fa4a26;
	color: rgba(250, 74, 38, var(--text-opacity));
}
.hover_text-bc-25:hover {
	--text-opacity: 1;
	color: #e3a419;
	color: rgba(227, 164, 25, var(--text-opacity));
}
.hover_text-bc-26:hover {
	--text-opacity: 1;
	color: #dee8bf;
	color: rgba(222, 232, 191, var(--text-opacity));
}
.hover_text-bc-27:hover {
	--text-opacity: 1;
	color: #bd8738;
	color: rgba(189, 135, 56, var(--text-opacity));
}
.hover_text-bc-28:hover {
	--text-opacity: 1;
	color: #5e7ad6;
	color: rgba(94, 122, 214, var(--text-opacity));
}
.hover_text-bc-29:hover {
	--text-opacity: 1;
	color: #ff910a;
	color: rgba(255, 145, 10, var(--text-opacity));
}
.hover_text-bc-30:hover {
	--text-opacity: 1;
	color: #00527d;
	color: rgba(0, 82, 125, var(--text-opacity));
}
.hover_text-bc-31:hover {
	--text-opacity: 1;
	color: #ba3830;
	color: rgba(186, 56, 48, var(--text-opacity));
}
.hover_text-bc-32:hover {
	--text-opacity: 1;
	color: #c2d6d4;
	color: rgba(194, 214, 212, var(--text-opacity));
}
.hover_text-bc-33:hover {
	--text-opacity: 1;
	color: #9e5c03;
	color: rgba(158, 92, 3, var(--text-opacity));
}
.hover_text-bc-34:hover {
	--text-opacity: 1;
	color: #d6d5e5;
	color: rgba(214, 213, 229, var(--text-opacity));
}
.hover_text-bc-35:hover {
	--text-opacity: 1;
	color: #78ab94;
	color: rgba(120, 171, 148, var(--text-opacity));
}
.hover_text-bc-36:hover {
	--text-opacity: 1;
	color: #f5a6a1;
	color: rgba(245, 166, 161, var(--text-opacity));
}
.hover_text-bc-37:hover {
	--text-opacity: 1;
	color: #7a96b0;
	color: rgba(122, 150, 176, var(--text-opacity));
}
.hover_text-bc-38:hover {
	--text-opacity: 1;
	color: #d1fc78;
	color: rgba(209, 252, 120, var(--text-opacity));
}
.hover_text-bc-39:hover {
	--text-opacity: 1;
	color: #00667d;
	color: rgba(0, 102, 125, var(--text-opacity));
}
.hover_text-bc-40:hover {
	--text-opacity: 1;
	color: #36ab7d;
	color: rgba(54, 171, 125, var(--text-opacity));
}
.hover_text-opacity-0:hover {
	--text-opacity: 0;
}
.hover_text-opacity-25:hover {
	--text-opacity: 0.25;
}
.hover_text-opacity-50:hover {
	--text-opacity: 0.5;
}
.hover_text-opacity-75:hover {
	--text-opacity: 0.75;
}
.hover_text-opacity-100:hover {
	--text-opacity: 1;
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.w-8 {
	width: 2rem;
}
.w-1\/2 {
	width: 50%;
}
.w-1\/12 {
	width: 8.333333%;
}
.w-3\/12 {
	width: 25%;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-5\/12 {
	width: 41.666667%;
}
.w-6\/12 {
	width: 50%;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-9\/12 {
	width: 75%;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-full {
	width: 100%;
}
.w-screen {
	width: 100vw;
}
.z-1 {
	z-index: 1;
}
.z-2 {
	z-index: 2;
}
.z-10 {
	z-index: 10;
}
.z-40 {
	z-index: 40;
}
.z-50 {
	z-index: 50;
}
.transform {
	--transform-translate-x: 0;
	--transform-translate-y: 0;
	--transform-rotate: 0;
	--transform-skew-x: 0;
	--transform-skew-y: 0;
	--transform-scale-x: 1;
	--transform-scale-y: 1;
	transform: translateX(var(--transform-translate-x))
		translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
		skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
		scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.translate-x-10 {
	--transform-translate-x: 2.5rem;
}
.-translate-x-1\/2 {
	--transform-translate-x: -50%;
}
.-translate-y-1\/2 {
	--transform-translate-y: -50%;
}
@-webkit-keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
@-webkit-keyframes ping {
	75%,
	to {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes ping {
	75%,
	to {
		transform: scale(2);
		opacity: 0;
	}
}
@-webkit-keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@-webkit-keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
@keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
@media (min-width: 640px) {
	.sm_block {
		display: block;
	}
	.sm_flex {
		display: flex;
	}
	.sm_hidden {
		display: none;
	}
	.sm_order-1 {
		order: 1;
	}
	.sm_order-2 {
		order: 2;
	}
	.sm_order-3 {
		order: 3;
	}
	.sm_h-70vh {
		height: 70vh;
	}
	.sm_h-85vh {
		height: 85vh;
	}
	.sm_text-16 {
		font-size: 16px;
	}
	.sm_text-18 {
		font-size: 18px;
	}
	.sm_text-20 {
		font-size: 20px;
	}
	.sm_text-25 {
		font-size: 25px;
	}
	.sm_mt-0 {
		margin-top: 0;
	}
	.sm_ml-0 {
		margin-left: 0;
	}
	.sm_mb-10 {
		margin-bottom: 2.5rem;
	}
	.sm_mt-12 {
		margin-top: 3rem;
	}
	.sm_mt-20 {
		margin-top: 5rem;
	}
	.sm_mb-24 {
		margin-bottom: 6rem;
	}
	.sm_mb-40 {
		margin-bottom: 10rem;
	}
	.sm_ml-auto {
		margin-left: auto;
	}
	.sm_max-w-103 {
		max-width: 103px;
	}
	.sm_max-w-140 {
		max-width: 140px;
	}
	.sm_max-w-187 {
		max-width: 187px;
	}
	.sm_max-w-250 {
		max-width: 250px;
	}
	.sm_max-w-350 {
		max-width: 350px;
	}
	.sm_max-w-400 {
		max-width: 400px;
	}
	.sm_max-w-435 {
		max-width: 435px;
	}
	.sm_max-w-550 {
		max-width: 550px;
	}
	.sm_max-w-none {
		max-width: none;
	}
	.sm_max-w-full {
		max-width: 100%;
	}
	.sm_py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.sm_py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.sm_py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.sm_pt-0 {
		padding-top: 0;
	}
	.sm_pb-0 {
		padding-bottom: 0;
	}
	.sm_pb-2 {
		padding-bottom: 0.5rem;
	}
	.sm_pb-8 {
		padding-bottom: 2rem;
	}
	.sm_pl-8 {
		padding-left: 2rem;
	}
	.sm_pb-10 {
		padding-bottom: 2.5rem;
	}
	.sm_pb-12 {
		padding-bottom: 3rem;
	}
	.sm_pt-16 {
		padding-top: 4rem;
	}
	.sm_pb-16 {
		padding-bottom: 4rem;
	}
	.sm_pt-20 {
		padding-top: 5rem;
	}
	.sm_pb-20 {
		padding-bottom: 5rem;
	}
	.sm_pt-24 {
		padding-top: 6rem;
	}
	.sm_pb-24 {
		padding-bottom: 6rem;
	}
	.sm_pt-32 {
		padding-top: 8rem;
	}
	.sm_pb-32 {
		padding-bottom: 8rem;
	}
	.sm_pb-37 {
		padding-bottom: 37px;
	}
	.sm_pl-37 {
		padding-left: 37px;
	}
	.sm_pb-40 {
		padding-bottom: 10rem;
	}
	.sm_pb-56 {
		padding-bottom: 14rem;
	}
	.sm_shadow-md {
		box-shadow: 24px 24px 4px 0 rgba(0, 0, 0, 0.15);
	}
	.sm_shadow-lg {
		box-shadow: 50px 50px 9px 0 rgba(0, 0, 0, 0.15);
	}
	.sm_text-left {
		text-align: left;
	}
	.sm_text-center {
		text-align: center;
	}
	.sm_w-1\/2 {
		width: 50%;
	}
	.sm_w-2\/12 {
		width: 16.666667%;
	}
	.sm_w-4\/12 {
		width: 33.333333%;
	}
	.sm_w-5\/12 {
		width: 41.666667%;
	}
	.sm_w-6\/12 {
		width: 50%;
	}
	.sm_w-7\/12 {
		width: 58.333333%;
	}
	.sm_w-8\/12 {
		width: 66.666667%;
	}
	.sm_w-9\/12 {
		width: 75%;
	}
	.sm_w-10\/12 {
		width: 83.333333%;
	}
	.sm_w-11\/12 {
		width: 91.666667%;
	}
}
@media (min-width: 1024px) {
	.md_block {
		display: block;
	}
	.md_flex {
		display: flex;
	}
	.md_hidden {
		display: none;
	}
	.md_order-1 {
		order: 1;
	}
	.md_order-2 {
		order: 2;
	}
	.md_order-3 {
		order: 3;
	}
	.md_font-beausite-medium {
		font-family: beausite-medium;
	}
	.md_h-40vh {
		height: 40vh;
	}
	.md_ml-0 {
		margin-left: 0;
	}
	.md_mt-24 {
		margin-top: 6rem;
	}
	.md_mb-32 {
		margin-bottom: 8rem;
	}
	.md_mr-auto {
		margin-right: auto;
	}
	.md_max-w-390 {
		max-width: 390px;
	}
	.md_min-h-650 {
		min-height: 650px;
	}
	.md_py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.md_py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.md_pt-0 {
		padding-top: 0;
	}
	.md_pb-0 {
		padding-bottom: 0;
	}
	.md_pb-6 {
		padding-bottom: 1.5rem;
	}
	.md_pt-24 {
		padding-top: 6rem;
	}
	.md_pb-24 {
		padding-bottom: 6rem;
	}
	.md_pt-32 {
		padding-top: 8rem;
	}
	.md_pb-32 {
		padding-bottom: 8rem;
	}
	.md_pb-40 {
		padding-bottom: 10rem;
	}
	.md_pb-48 {
		padding-bottom: 12rem;
	}
	.md_sticky {
		position: -webkit-sticky;
		position: sticky;
	}
	.md_shadow-lg {
		box-shadow: 50px 50px 9px 0 rgba(0, 0, 0, 0.15);
	}
	.md_text-left {
		text-align: left;
	}
	.md_w-1\/2 {
		width: 50%;
	}
	.md_w-2\/12 {
		width: 16.666667%;
	}
	.md_w-4\/12 {
		width: 33.333333%;
	}
	.md_w-5\/12 {
		width: 41.666667%;
	}
	.md_w-6\/12 {
		width: 50%;
	}
	.md_w-7\/12 {
		width: 58.333333%;
	}
	.md_w-8\/12 {
		width: 66.666667%;
	}
	.md_w-9\/12 {
		width: 75%;
	}
	.md_w-10\/12 {
		width: 83.333333%;
	}
	.md_w-11\/12 {
		width: 91.666667%;
	}
	.md_w-full {
		width: 100%;
	}
	.md_z-20 {
		z-index: 20;
	}
}
@media (min-width: 1280px) {
	.lg_block {
		display: block;
	}
	.lg_hidden {
		display: none;
	}
	.lg_h-full {
		height: 100%;
	}
	.lg_h-screen {
		height: 100vh;
	}
	.lg_h-100vmax {
		height: 100vmax;
	}
	.lg_mt-36 {
		margin-top: 10rem;
	}
	.lg_pr-10 {
		padding-right: 2.5rem;
	}
	.lg_pb-16 {
		padding-bottom: 4rem;
	}
	.lg_pt-32 {
		padding-top: 8rem;
	}
	.lg_pb-32 {
		padding-bottom: 8rem;
	}
	.lg_pt-36 {
		padding-top: 10rem;
	}
	.lg_pb-40 {
		padding-bottom: 10rem;
	}
	.lg_absolute {
		position: absolute;
	}
	.lg_shadow-lg {
		box-shadow: 50px 50px 9px 0 rgba(0, 0, 0, 0.15);
	}
	.lg_w-3\/12 {
		width: 25%;
	}
	.lg_w-4\/12 {
		width: 33.333333%;
	}
	.lg_w-5\/12 {
		width: 41.666667%;
	}
	.lg_w-6\/12 {
		width: 50%;
	}
	.lg_w-7\/12 {
		width: 58.333333%;
	}
	.lg_w-8\/12 {
		width: 66.666667%;
	}
	.lg_w-9\/12 {
		width: 75%;
	}
	.lg_w-10\/12 {
		width: 83.333333%;
	}
	.lg_w-full {
		width: 100%;
	}
	.lg_-translate-y-60 {
		--transform-translate-y: -60px;
	}
}
@media (min-width: 1440px) {
	.xl_max-w-500 {
		max-width: 500px;
	}
}
@media (min-width: 1600px) {
	.xxl_pb-12\/100 {
		padding-bottom: 12%;
	}
	.xxl_w-11\/12 {
		width: 91.666667%;
	}
}
