/*# sourceMappingURL=style.css.map */

:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: 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;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(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%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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;
	-ms-touch-action: none;
	touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

[class^="icon-"], [class*=" icon-"], .icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-left-arrow:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-top-right-arrow:before {
	content: "";
}

.icon-right-arrow:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

/**
 * Set up a decent box model on the root element
 */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

@media (min-width: 768px) {
	.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 768px) {
	.two-columns .sidebar {
		padding-left: 30px;
		width: 30%;
	}
}

.widget {
	margin-bottom: 20px;
}

.widget ul {
	padding-left: 32px;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea, .comment-form input[type='text'] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type='submit'] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type='password'] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.search-form input {
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.search-form input[type='search'] {
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type='submit'] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.post-password-form input {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 32px;
}

.post-password-form input[type='password'] {
	width: 150px;
}

.comment-form fieldset, .post-password-form fieldset, .search-form fieldset {
	padding: 0;
	border: 0;
}

.comment-form input[type='submit'], .post-password-form input[type='submit'], .search-form input[type='submit'] {
	background: #000;
	color: #fff;
	height: 32px;
	border: 0;
	padding: 0 8px;
}

.comment-form input[type='submit']:hover, .post-password-form input[type='submit']:hover, .search-form input[type='submit']:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 20px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 20px 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 32px;
	}
}

.comment, .commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 20px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation, .navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 20px;
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers, .navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

@media (max-width: 767px) {
	.navigation .page-numbers, .navigation-comments .page-numbers {
		padding: 0 3px;
	}
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
		padding: 4px;
	}
}

.navigation .next:hover, .navigation .prev:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navigation-single .next, .navigation-single .prev {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover, .navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a, .navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 10px;
	display: block;
}

@media (max-width: 767px) {
	.navigation-single .next a, .navigation-single .prev a {
		padding: 4px;
	}
}

.navigation-single .next a {
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 20px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 20px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 20px;
}

.mejs-container {
	margin-bottom: 20px;
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
	height: auto;
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td, #wp-calendar th {
	border: 1px solid #ccc;
}

/*
  Basic typography style for copy text
*/
body {
	color: #000;
	font-family: "Plus Jakarta Sans", Arial, "Noto Sans", sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
}

/*
  Basic styles for links
*/
a {
	-webkit-transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
	transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	color: #0366d6;
	text-decoration: none;
}

a:hover {
	color: #035abd;
	text-decoration: none;
}

button {
	cursor: pointer;
	-webkit-transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
	transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

ul, ol, dl, p {
	margin: 0 0 16px;
}

/*
  Basic styles for typography, generate classes for sizes provided into sass-map $font-sizes
  Using fluid type behavior
*/

/*
  Basic styles for headings, generate classes for sizes provided into sass-map $font-sizes
  Using fluid type behavior
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Plus Jakarta Sans", Arial, "Noto Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 16px 0;
}

h1, .h1 {
	font-size: 40px;
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 64px;
	}
}

@media (min-width: 1024px) {
	h1, .h1 {
		font-size: 100px;
	}
}

@media (min-width: 1280px) {
	h1, .h1 {
		font-size: 121px;
	}
}

h2, .h2 {
	font-size: 30px;
	line-height: 1.08;
	font-weight: 400;
}

@media (min-width: 768px) {
	h2, .h2 {
		font-size: 36px;
	}
}

@media (min-width: 1024px) {
	h2, .h2 {
		font-size: 42px;
	}
}

@media (min-width: 1280px) {
	h2, .h2 {
		font-size: 50px;
	}
}

h3, .h3 {
	font-size: 20px;
	font-weight: 600;
}

@media (min-width: 768px) {
	h3, .h3 {
		font-size: 22px;
	}
}

@media (min-width: 1024px) {
	h3, .h3 {
		font-size: 24px;
	}
}

@media (min-width: 1280px) {
	h3, .h3 {
		font-size: 24px;
	}
}

h4, .h4 {
	font-size: 18px;
	font-weight: 400;
}

@media (min-width: 768px) {
	h4, .h4 {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	h4, .h4 {
		font-size: 20px;
	}
}

@media (min-width: 1280px) {
	h4, .h4 {
		font-size: 20px;
	}
}

h5, .h5 {
	font-size: 18px;
	font-weight: 400;
}

@media (min-width: 768px) {
	h5, .h5 {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	h5, .h5 {
		font-size: 18px;
	}
}

@media (min-width: 1280px) {
	h5, .h5 {
		font-size: 18px;
	}
}

h6, .h6 {
	font-size: 16px;
	font-weight: 400;
}

@media (min-width: 768px) {
	h6, .h6 {
		font-size: 16px;
	}
}

@media (min-width: 1024px) {
	h6, .h6 {
		font-size: 16px;
	}
}

@media (min-width: 1280px) {
	h6, .h6 {
		font-size: 16px;
	}
}

.btn {
	display: inline-block;
	position: relative;
	font-size: 16px;
}

@media (min-width: 1280px) {
	.btn {
		font-size: 20px;
	}
}

.btn__text {
	display: inline-block;
	padding: 11px 31px 15px 24px;
	border-radius: 50px;
}

.btn .icon {
	aspect-ratio: 1/1;
	height: 100%;
	border-radius: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(-10px) translateY(-50%);
	-ms-transform: translateX(-10px) translateY(-50%);
	transform: translateX(-10px) translateY(-50%);
	font-size: 12px;
	-webkit-transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-box-shadow .35s cubic-bezier(.3, .86, .36, .95);
	transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-box-shadow .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-box-shadow .35s cubic-bezier(.3, .86, .36, .95);
}

@media (min-width: 1280px) {
	.btn .icon {
		font-size: 14px;
	}
}

.btn--primary {
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 59px;
}

.btn--primary .btn__text {
	background: #cbfcc4;
}

.btn--primary .icon {
	background: #cbfcc4;
}

.btn--primary:hover {
	color: #000;
}

.btn--primary:hover .icon {
	-webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(0) translateY(-50%) rotate(45deg);
	transform: translateX(0) translateY(-50%) rotate(45deg);
}

.btn--dark {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 59px;
}

.btn--dark .btn__text {
	background: #000;
}

.btn--dark .icon {
	background: #000;
}

.btn--dark:hover {
	color: #fff;
}

.btn--dark:hover .icon {
	-webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(0) translateY(-50%) rotate(45deg);
	transform: translateX(0) translateY(-50%) rotate(45deg);
}

.btn--normal {
	padding-right: 26px;
	color: #000;
	position: relative;
	padding-bottom: 6px;
}

.btn--normal:hover {
	color: #000;
}

.btn--normal:hover::after {
	width: 0;
}

.btn--normal:hover .icon {
	font-size: 12px;
}

.btn--normal:hover .icon:first-child {
	-webkit-transform: translateX(150%) translateY(-200%);
	-ms-transform: translateX(150%) translateY(-200%);
	transform: translateX(150%) translateY(-200%);
}

.btn--normal:hover .icon:nth-child(2) {
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

.btn--normal::after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	background: #000;
	bottom: 0;
	width: calc(100% - 26px);
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.btn--normal .icon {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
}

.btn--normal .icon:nth-child(2) {
	-webkit-transform: translateX(-150%) translateY(100%);
	-ms-transform: translateX(-150%) translateY(100%);
	transform: translateX(-150%) translateY(100%);
}

.btn__icons {
	width: 14px;
	height: 14px;
	right: 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

input[type='text'], input[type='email'], input[type='tel'], textarea {
	border: 0;
	border-bottom: 1px solid rgba(251, 250, 249, .3);
	background-color: transparent;
	width: 100%;
	min-width: 0;
	padding: 10px 0;
	border-radius: 0;
	-webkit-appearance: none;
	height: 50px;
	-webkit-transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
}

@media (min-width: 1024px) {
	input[type='text'], input[type='email'], input[type='tel'], textarea {
		height: 64px;
	}
}

input[type='text']:focus, input[type='text']:hover, input[type='email']:focus, input[type='email']:hover, input[type='tel']:focus, input[type='tel']:hover, textarea:focus, textarea:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

textarea {
	overflow: auto;
	width: 100% !important;
	resize: none;
}

@media (max-width: 1023px) {
	textarea {
		height: 100px;
	}
}

.gform-theme--foundation form div.gform_fields {
	row-gap: 1.5rem;
}

.gform-theme--foundation form .gfield .form-control, .gform-theme--foundation form .gfield input[type='text'], .gform-theme--foundation form .gfield input[type='tel'], .gform-theme--foundation form .gfield input[type='email'], .gform-theme--foundation form .gfield input[type='search'], .gform-theme--foundation form .gfield input[type='password'], .gform-theme--foundation form .gfield input[type='number'], .gform-theme--foundation form .gfield input[type='url'], .gform-theme--foundation form .gfield textarea {
	border: 0;
	border-bottom: 1px solid rgba(251, 250, 249, .3);
	background-color: transparent;
	width: 100%;
	min-width: 0;
	padding: 10px 0;
	border-radius: 0;
	-webkit-appearance: none;
	height: 50px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.125;
	-webkit-transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
}

@media (min-width: 1024px) {
	.gform-theme--foundation form .gfield .form-control, .gform-theme--foundation form .gfield input[type='text'], .gform-theme--foundation form .gfield input[type='tel'], .gform-theme--foundation form .gfield input[type='email'], .gform-theme--foundation form .gfield input[type='search'], .gform-theme--foundation form .gfield input[type='password'], .gform-theme--foundation form .gfield input[type='number'], .gform-theme--foundation form .gfield input[type='url'], .gform-theme--foundation form .gfield textarea {
		height: 64px;
	}
}

.gform-theme--foundation form .gfield .form-control:focus, .gform-theme--foundation form .gfield .form-control:hover, .gform-theme--foundation form .gfield input[type='text']:focus, .gform-theme--foundation form .gfield input[type='text']:hover, .gform-theme--foundation form .gfield input[type='tel']:focus, .gform-theme--foundation form .gfield input[type='tel']:hover, .gform-theme--foundation form .gfield input[type='email']:focus, .gform-theme--foundation form .gfield input[type='email']:hover, .gform-theme--foundation form .gfield input[type='search']:focus, .gform-theme--foundation form .gfield input[type='search']:hover, .gform-theme--foundation form .gfield input[type='password']:focus, .gform-theme--foundation form .gfield input[type='password']:hover, .gform-theme--foundation form .gfield input[type='number']:focus, .gform-theme--foundation form .gfield input[type='number']:hover, .gform-theme--foundation form .gfield input[type='url']:focus, .gform-theme--foundation form .gfield input[type='url']:hover, .gform-theme--foundation form .gfield textarea:focus, .gform-theme--foundation form .gfield textarea:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.gform-theme--foundation form .gfield .form-control::-webkit-input-placeholder, .gform-theme--foundation form .gfield input[type='text']::-webkit-input-placeholder, .gform-theme--foundation form .gfield input[type='tel']::-webkit-input-placeholder, .gform-theme--foundation form .gfield input[type='email']::-webkit-input-placeholder, .gform-theme--foundation form .gfield input[type='search']::-webkit-input-placeholder, .gform-theme--foundation form .gfield input[type='password']::-webkit-input-placeholder, .gform-theme--foundation form .gfield input[type='number']::-webkit-input-placeholder, .gform-theme--foundation form .gfield input[type='url']::-webkit-input-placeholder, .gform-theme--foundation form .gfield textarea::-webkit-input-placeholder {
	color: rgba(26, 40, 50, .5);
}

.gform-theme--foundation form .gfield .form-control::-moz-placeholder, .gform-theme--foundation form .gfield input[type='text']::-moz-placeholder, .gform-theme--foundation form .gfield input[type='tel']::-moz-placeholder, .gform-theme--foundation form .gfield input[type='email']::-moz-placeholder, .gform-theme--foundation form .gfield input[type='search']::-moz-placeholder, .gform-theme--foundation form .gfield input[type='password']::-moz-placeholder, .gform-theme--foundation form .gfield input[type='number']::-moz-placeholder, .gform-theme--foundation form .gfield input[type='url']::-moz-placeholder, .gform-theme--foundation form .gfield textarea::-moz-placeholder {
	color: rgba(26, 40, 50, .5);
}

.gform-theme--foundation form .gfield .form-control:-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='text']:-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='tel']:-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='email']:-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='search']:-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='password']:-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='number']:-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='url']:-ms-input-placeholder, .gform-theme--foundation form .gfield textarea:-ms-input-placeholder {
	color: rgba(26, 40, 50, .5);
}

.gform-theme--foundation form .gfield .form-control::-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='text']::-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='tel']::-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='email']::-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='search']::-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='password']::-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='number']::-ms-input-placeholder, .gform-theme--foundation form .gfield input[type='url']::-ms-input-placeholder, .gform-theme--foundation form .gfield textarea::-ms-input-placeholder {
	color: rgba(26, 40, 50, .5);
}

.gform-theme--foundation form .gfield .form-control::placeholder, .gform-theme--foundation form .gfield input[type='text']::placeholder, .gform-theme--foundation form .gfield input[type='tel']::placeholder, .gform-theme--foundation form .gfield input[type='email']::placeholder, .gform-theme--foundation form .gfield input[type='search']::placeholder, .gform-theme--foundation form .gfield input[type='password']::placeholder, .gform-theme--foundation form .gfield input[type='number']::placeholder, .gform-theme--foundation form .gfield input[type='url']::placeholder, .gform-theme--foundation form .gfield textarea::placeholder {
	color: rgba(26, 40, 50, .5);
}

.gform-theme--foundation form .gfield select {
	-webkit-border-radius: 0;
}

.gform-theme--foundation form .gfield textarea {
	resize: none;
	vertical-align: top;
	height: 85px;
	padding-top: 10px !important;
}

@media (min-width: 1024px) {
	.gform-theme--foundation form .gfield textarea {
		height: 85px;
	}
}

.gform-theme--foundation form .gfield textarea.large {
	min-block-size: 85px;
}

@media (min-width: 1024px) {
	.gform-theme--foundation form .gfield textarea.large {
		min-block-size: 85px;
	}
}

.gform-theme--foundation form .gform_footer {
	position: relative;
	margin-top: 1.5rem;
	display: inline-block;
	padding-right: 34px;
	z-index: 1;
}

@media (min-width: 1280px) {
	.gform-theme--foundation form .gform_footer {
		padding-right: 40px;
	}
}

.gform-theme--foundation form .gform_footer:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	background: url("https://defyn.com.au/nitropack_static/CMmVicidhFdNkkKeRkPyiTdwKWqnYAyX/assets/images/optimized/rev-fa47360/defyn.com.au/wp-content/themes/defyn/images/icon-button-arrow.png") no-repeat;
	background-size: 100%;
	z-index: -1;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

@media (min-width: 1280px) {
	.gform-theme--foundation form .gform_footer:before {
		width: 48px;
		height: 48px;
	}
}

.gform-theme--foundation form .gform_footer:hover:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -16px;
}

.gform-theme--foundation form .gform_footer input[type='submit'] {
	display: inline-block;
	vertical-align: middle;
	outline: none !important;
	border-radius: 50px !important;
	border-radius: 50px;
	padding: 11px 31px 15px 24px !important;
	text-align: center;
	background: #cbfcc4 !important;
	color: #000 !important;
	text-decoration: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	letter-spacing: .05em;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 1rem !important;
}

@media (min-width: 1280px) {
	.gform-theme--foundation form .gform_footer input[type='submit'] {
		font-size: 20px !important;
	}
}

.gform-theme--foundation form .gform_footer input[type='submit']:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gform-theme--foundation form .gform_footer .gform-loader {
	position: absolute;
	right: -50px;
	top: 15px;
	border-color: #cbfcc4 #cbfcc4 #cbfcc4 transparent;
}

.gform-theme--foundation form .select-js {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.gform-theme--foundation form .select-js {
		height: 75px;
	}
}

.gform-theme--foundation form .select-js select {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
}

.gform-theme--foundation form .select-js .select__opener {
	border-bottom: 1px solid rgba(251, 250, 249, .3) !important;
}

.gform-theme--foundation form .select-js button {
	background: transparent !important;
	border-radius: 0 !important;
	text-align: left !important;
	color: #fff;
	display: block !important;
	padding: 10px 0 23px !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	line-height: 1.125 !important;
	border: none !important;
}

.gform-theme--foundation form .select-js button:focus {
	border-bottom: 1px solid rgba(251, 250, 249, .3) !important;
}

.gform-theme--foundation form .select-js .select__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
	opacity: 1;
	visibility: visible;
	z-index: 10;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.gform-theme--foundation form .select-js .select__list.select__list--hide {
	visibility: hidden;
	opacity: 0;
}

.gform-theme--foundation form .select-js .select__list button {
	border: 0 !important;
	color: #000 !important;
	padding: 15px !important;
	background: transparent;
	width: 100% !important;
}

.gform-theme--foundation form .select-js .select__list button:hover, .gform-theme--foundation form .select-js .select__list button.select__button-active {
	background: #cbfcc4 !important;
}

form label:not(.form-check-label) {
	position: static;
	color: #cbfcc4;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	font-style: normal !important;
}

@media (min-width: 1024px) {
	form label:not(.form-check-label) {
		font-size: 16px;
	}
}

form .form-control {
	background: #fff !important;
}

form .form-check {
	padding-left: 0;
}

.gform_wrapper.gravity-theme div.gfield textarea.large {
	height: 85px;
}

.gform_wrapper.gravity-theme div.gform_fields {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}

.gform_wrapper ul {
	list-style: none;
	padding: 0;
}

.gform_wrapper .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gform_wrapper .gfield {
	position: relative;
	width: 100%;
}

.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select {
	border-color: #f00 !important;
}

.gform_wrapper .gfield.gfield_error .ginput_container_select, .gform_wrapper .gfield.gfield_error .select-warp {
	border-color: #f00;
}

.gform_wrapper .gfield.gfield_error.focus input, .gform_wrapper .gfield.gfield_error.focus textarea {
	border-color: #f00;
}

.gform_wrapper .gfield label.gfield_label {
	position: static;
	color: #fff;
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: 20px;
	gap: 0;
}

.gform_wrapper .gfield label.gfield_label .gfield_required {
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
}

.validation_error {
	display: none;
}

.gform_wrapper.gravity-theme div.gfield_validation_message, .gform_wrapper.gravity-theme div.validation_message {
	-webkit-margin-before: 4px;
	margin-block-start: 4px;
	font-size: 14px;
	color: #f00;
	padding: 0;
	border: none;
	background: transparent;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.gform_confirmation_message {
	text-align: center;
	font-size: 20px;
	color: #000;
}

.gform-theme--framework div.gform_validation_errors {
	display: none;
}

.gform-theme--framework div.gform_validation_errors .gform_submission_error {
	font-size: 16px;
	color: #f00;
}

.gform_required_legend {
	display: none;
}

body {
	background-color: #fbfaf9;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.service-body .wrapper {
	overflow: visible;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

::-moz-selection {
	color: #000;
	background: #cbfcc4;
}

::selection {
	color: #000;
	background: #cbfcc4;
}

img, svg {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.container {
		padding: 0 32px;
	}
}

.absolute {
	position: absolute;
}

.hidden {
	overflow: hidden;
}

.bg {
	background: #fbfaf9;
}

.bg2 {
	background: #f1f0ea;
}

.bg-dark {
	background: #10262a;
}

.bg-light-blue {
	background: #ccccf8;
}

.bg-primary {
	background: #cbfcc4;
}

.bg-primary-60 {
	background: rgba(203, 252, 196, .6);
}

.bg-light-aqua {
	background: #c6fcea;
}

.bg-light-aqua-70 {
	background: rgba(198, 252, 234, .7);
}

.bg-light-orange {
	background: #ffa380;
}

.bg-beige {
	background: #f1c6a9;
}

.bg-brown {
	background: #af9876;
}

.bg-off-white {
	background: #e5e2ce;
}

.bg-off-white-30 {
	background: rgba(229, 226, 206, .3);
}

.section-title {
	padding-left: 23px;
	position: relative;
	margin-bottom: 30px;
	font-size: 18px;
}

@media (min-width: 1024px) {
	.section-title {
		font-size: 20px;
		margin-bottom: 0;
	}
}

.section-title.no-title:after {
	display: none;
}

.section-title:after {
	content: "";
	position: absolute;
	left: 1px;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	top: 7px;
}

@media (min-width: 1024px) {
	.section-title:after {
		top: 8px;
	}
}

.section-title--invert::after {
	background: #fff;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.text-serif {
	font-family: "Instrument Serif", serif;
	margin-bottom: -16px;
	font-size: 32px;
	line-height: 1.08;
}

@media (min-width: 768px) {
	.text-serif {
		font-size: 38px;
	}
}

@media (min-width: 1024px) {
	.text-serif {
		font-size: 50px;
	}
}

.text-serif--small {
	font-size: 28px;
	line-height: 1.156;
}

@media (min-width: 768px) {
	.text-serif--small {
		font-size: 38px;
	}
}

@media (min-width: 1024px) {
	.text-serif--small {
		font-size: 38px;
	}
}

.cursor {
	font-size: 20px;
	width: 89px;
	height: 89px;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999;
	background: #cbfcc4;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}

.cursor .is-touch {
	display: none !important;
}

.cursor .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 999;
}

.visible-cursor {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.cursor-show *, .cursor-show {
	cursor: none;
}

.is-touch .cursor-show *, .is-touch
  .cursor-show {
	cursor: pointer;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -2px;
	padding: 0;
	font-size: 12px;
}

@media (min-width: 1024px) {
	.tags {
		font-size: 16px;
		margin: 0 -4px;
	}
}

.tags li {
	padding: 0 2px;
}

@media (min-width: 1024px) {
	.tags li {
		padding: 0 4px;
	}
}

.tags a {
	display: inline-block;
	padding: 9px 16px 12px;
	background: #f1f0ea;
	border-radius: 50px;
	color: #000;
}

.overlap {
	position: relative;
	z-index: 2;
}

.text-center {
	text-align: center;
}

.error-404 {
	padding: 6rem 0;
}

@media (min-width: 1024px) {
	.error-404 {
		padding-top: 10rem;
	}
}

.error-404 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.error-404 .page-content p {
	margin: 0 0 30px;
}

.header {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	padding: 10px 20px 0 20px;
	font-size: 16px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}

@media (min-width: 768px) {
	.header {
		padding: 14px 20px 0 20px;
	}
}

@media (min-width: 1280px) {
	.header {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {
	.header {
		-webkit-transition-duration: .8s;
		transition-duration: .8s;
	}
}

.scroll-up .header {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.scroll-down .header {
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
}

.header__logo {
	width: 100%;
}

@media (min-width: 1024px) {
	.header__logo {
		width: 250px;
	}
}

.header__logo a {
	height: auto;
	display: inline-block;
}

.header__logo svg {
	width: 80px;
}

@media (min-width: 1024px) {
	.header__logo svg {
		width: 120px;
	}
}

@media (min-width: 1280px) {
	.header__logo svg {
		width: 168px;
	}
}

@media (min-width: 1024px) {
	.scrolled .header__logo svg {
		width: 110px;
	}
}

.header__logo svg path {
	-webkit-transition: fill .35s cubic-bezier(.3, .86, .36, .95);
	transition: fill .35s cubic-bezier(.3, .86, .36, .95);
	fill: #10262a;
}

.header--invert .header__logo svg path {
	fill: #fff;
}

.scrolled .header__logo svg path, .nav--active .header__logo svg path {
	fill: #10262a;
}

.header__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	-webkit-transition: background .35s cubic-bezier(.3, .86, .36, .95), padding .35s cubic-bezier(.3, .86, .36, .95), border-radius .35s cubic-bezier(.3, .86, .36, .95), max-width .35s cubic-bezier(.3, .86, .36, .95);
	transition: background .35s cubic-bezier(.3, .86, .36, .95), padding .35s cubic-bezier(.3, .86, .36, .95), border-radius .35s cubic-bezier(.3, .86, .36, .95), max-width .35s cubic-bezier(.3, .86, .36, .95);
}

@media (max-width: 1023px) {
	.header__holder {
		border-radius: 15px;
		padding: 10px 0;
	}
	
	.scrolled .header__holder, .nav--active .header__holder {
		padding: 10px 20px;
	}
	
	.nav--active .header__holder {
		background-color: rgba(245, 245, 245, .9);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

@media (min-width: 768px) {
	.header__holder {
		padding: 14px 12px;
	}
}

@media (min-width: 1024px) {
	.header__holder {
		padding: 14px 14px 14px 30px;
	}
}

.scrolled .header__holder {
	width: 100%;
	border-radius: 30px;
	background-color: rgba(245, 245, 245, .7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	max-width: 300px;
}

@media (min-width: 768px) {
	.scrolled .header__holder {
		max-width: 600px;
	}
}

@media (min-width: 1024px) {
	.scrolled .header__holder {
		max-width: 950px;
		border-radius: 100px;
	}
}

@media (min-width: 1280px) {
	.scrolled .header__holder {
		max-width: 1200px;
	}
}

@media (max-width: 1023px) {
	.nav--active .header__holder {
		max-width: 100%;
	}
}

.scrolled.nav--active .header__holder {
	border-radius: 15px;
}

@media (max-width: 1023px) {
	.header__btn {
		padding-top: 30px;
	}
}

@media (min-width: 1024px) {
	.header__btn {
		width: 250px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.scrolled .header__btn .btn {
		font-size: 18px;
	}
}

.nav {
	right: 20px;
	left: 20px;
	width: 100%;
}

.nav--active .nav {
	right: 0;
	left: 0;
}

@media (max-width: 1023px) {
	.nav {
		height: 0px;
		overflow: hidden;
		-webkit-transition: height .35s cubic-bezier(.3, .86, .36, .95);
		transition: height .35s cubic-bezier(.3, .86, .36, .95);
	}
}

@media (min-width: 768px) {
	.nav {
		right: 32px;
		left: 32px;
	}
}

@media (min-width: 1024px) {
	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		left: auto;
		right: auto;
		width: 100%;
	}
}

.nav__opener {
	width: 40px;
	height: 40px;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 5px;
	-webkit-transition: right .35s cubic-bezier(.3, .86, .36, .95);
	transition: right .35s cubic-bezier(.3, .86, .36, .95);
}

.scrolled .nav__opener, .nav--active .nav__opener {
	right: 10px;
}

@media (min-width: 1024px) {
	.nav__opener {
		display: none;
	}
}

.nav__opener span {
	margin: 2px 0;
	display: inline-block;
	width: 22px;
	height: 2px;
	background: #000;
	border-radius: 0;
	-webkit-transition: background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

.header--invert .nav__opener span {
	background: #fff;
}

.scrolled .nav__opener span, .nav--active .nav__opener span {
	background: #000;
}

.nav--active .nav__opener span {
	margin: 0;
}

.nav--active .nav__opener span:first-child {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
}

.nav--active .nav__opener span:nth-child(2) {
	display: none;
}

.scrolled .nav__opener span:nth-child(2), .nav--active .nav__opener span:nth-child(2) {
	background: #000;
}

.nav--active .nav__opener span:last-child {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 1023px) {
	.nav__inner {
		padding: 20px 0 10px;
	}
}

@media (min-width: 1024px) {
	.nav__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.nav__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1024px) {
	.nav__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.nav__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media (min-width: 1024px) {
	.nav__holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -30px 0;
	max-width: 750px;
	width: 100%;
}

@media (min-width: 1024px) {
	.nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		justify-content: center;
		margin: 0 -15px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		row-gap: 10px;
		max-width: 450px;
		padding: 0 10px;
	}
}

@media (min-width: 1280px) {
	.nav ul {
		max-width: 750px;
		padding: 0 30px;
		margin: 0 -42px;
	}
}

.nav ul > li {
	padding-bottom: 30px;
	position: relative;
}

@media (min-width: 1024px) {
	.nav ul > li {
		padding: 0 15px;
	}
}

@media (min-width: 1280px) {
	.nav ul > li {
		padding: 0 42px;
	}
}

.nav ul > li.has-dropdown.submenu-active .arrow:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
}

.nav ul > li.has-dropdown .arrow {
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 0;
	width: 30px;
	height: 26px;
	z-index: 1;
}

@media (min-width: 1024px) {
	.nav ul > li.has-dropdown .arrow {
		display: none;
		margin: -10px -8px 0 0;
	}
}

.nav ul > li.has-dropdown .arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
	margin: -8px 0 0 -5px;
	-webkit-transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	transform: rotate(136deg);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

@media (min-width: 1024px) {
	.nav ul > li.has-dropdown .arrow:before {
		display: none;
	}
}

.nav ul > li.active a::after {
	width: 100%;
	left: 0;
}

.nav ul > li:hover > a::after {
	width: 100%;
	left: 0;
}

@media (min-width: 1024px) {
	.nav ul > li:hover .menu-dropdown {
		display: block;
	}
}

.nav ul > li > a {
	color: #000;
	position: relative;
}

.header--invert .nav ul > li > a {
	color: #fff;
}

.scrolled .nav ul > li > a, .nav--active .nav ul > li > a {
	color: #000;
}

@media (min-width: 1024px) {
	.scrolled .nav ul > li > a, .nav--active .nav ul > li > a {
		font-size: 18px;
	}
}

.nav ul > li > a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	right: 0;
	height: 1px;
	background: #000;
	width: 0;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.header--invert .nav ul > li > a:after {
	background: #fff;
}

.scrolled .nav ul > li > a:after, .nav--active .nav ul > li > a:after {
	background: #000;
}

.nav ul .menu-dropdown {
	width: 100%;
	margin-top: 14px;
	display: none;
}

@media (min-width: 1024px) {
	.nav ul .menu-dropdown {
		position: absolute;
		top: 51px;
		left: 0;
		margin-top: 0;
		width: 700px;
	}
}

@media (min-width: 1600px) {
	.nav ul .menu-dropdown {
		width: 767px;
	}
}

.nav ul .menu-dropdown:before {
	content: "";
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	height: 26px;
}

.nav ul .menu-dropdown-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 16px;
	background: #fff;
	row-gap: 24px;
	padding: 16px 10px;
}

@media (min-width: 1024px) {
	.nav ul .menu-dropdown-wrap {
		border-radius: 30px;
		padding: 32px;
	}
}

.nav ul .menu-dropdown-wrap .left {
	width: 100%;
	padding-right: 20px;
}

@media (min-width: 1024px) {
	.nav ul .menu-dropdown-wrap .left {
		width: 60%;
	}
}

.nav ul .menu-dropdown-wrap .left ul {
	margin: 0;
	gap: 0;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.nav ul .menu-dropdown-wrap .left ul li {
	padding: 0;
}

.nav ul .menu-dropdown-wrap .left ul li:hover a {
	background: whitesmoke;
}

.nav ul .menu-dropdown-wrap .left ul li:hover a:before {
	right: 15px;
	top: 15px;
	opacity: 1;
	visibility: visible;
}

.nav ul .menu-dropdown-wrap .left ul li a {
	display: block;
	padding: 10px 16px;
	border-radius: 16px;
	color: #000;
}

.nav ul .menu-dropdown-wrap .left ul li a:before {
	content: "";
	font-family: "icomoon" !important;
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.nav ul .menu-dropdown-wrap .left ul li a:after {
	display: none !important;
}

.nav ul .menu-dropdown-wrap .left ul li a span {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

.nav ul .menu-dropdown-wrap .left ul li a p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	color: #343535;
}

.nav ul .menu-dropdown-wrap .right {
	width: 100%;
}

@media (min-width: 1024px) {
	.nav ul .menu-dropdown-wrap .right {
		width: 40%;
	}
}

.nav ul .menu-dropdown-wrap .right .right-box a {
	display: block;
	position: relative;
	padding: 20px;
	border-radius: 16px;
	background: whitesmoke;
}

.nav ul .menu-dropdown-wrap .right .right-box a:hover:before {
	right: 30px;
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.nav ul .menu-dropdown-wrap .right .right-box a:before {
	content: "";
	font-family: "icomoon" !important;
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #000;
}

.nav ul .menu-dropdown-wrap .right .right-box a h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
	color: #000;
}

.nav ul .menu-dropdown-wrap .right .right-box a p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 2.5rem;
	color: #343535;
}

.nav ul .menu-dropdown-wrap .right .right-box a img {
	border-radius: 16px;
}

body.blog.scrolled .header__holder, body.single.scrolled .header__holder, body.menu-dark.scrolled .header__holder {
	background: #10262a;
}

body.blog.scrolled .header__logo svg path, body.single.scrolled .header__logo svg path, body.menu-dark.scrolled .header__logo svg path {
	fill: #fff;
}

body.blog.scrolled .nav__opener span, body.single.scrolled .nav__opener span, body.menu-dark.scrolled .nav__opener span {
	background: #fff;
}

body.blog.scrolled .nav ul a, body.single.scrolled .nav ul a, body.menu-dark.scrolled .nav ul a {
	color: #fff;
}

body.blog.scrolled .nav ul a:after, body.single.scrolled .nav ul a:after, body.menu-dark.scrolled .nav ul a:after {
	background: #fff;
}

body.nav--active {
	position: fixed;
}

body.nav--active .nav {
	height: auto !important;
	max-height: 80vh;
	overflow: hidden auto;
}

.footer {
	color: #fff;
	padding: 0 20px 30px;
	font-size: 14px;
}

@media (min-width: 768px) {
	.footer {
		padding: 0 32px 32px;
	}
}

@media (min-width: 1024px) {
	.footer {
		padding-bottom: 50px;
		font-size: 16px;
	}
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #6f6f6f;
}

.footer__holder {
	background: #000;
	position: relative;
	padding: 50px 20px;
	border-radius: 20px;
}

@media (min-width: 768px) {
	.footer__holder {
		padding: 40px 80px 50px 30px;
	}
}

@media (min-width: 1024px) {
	.footer__holder {
		border-radius: 30px;
		padding: 57px 100px 93px 44px;
	}
}

.footer__social {
	position: absolute;
	right: 0;
	top: 0;
	background: #fbfaf9;
	padding: 15px 4px 14px 10px;
	border-bottom-left-radius: 15px;
}

@media (min-width: 1024px) {
	.footer__social {
		padding: 23px 8px 25px 13px;
		border-bottom-left-radius: 25px;
	}
}

.footer__social:after, .footer__social:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 20px;
	background: url("https://defyn.com.au/nitropack_static/CMmVicidhFdNkkKeRkPyiTdwKWqnYAyX/assets/images/optimized/rev-fa47360/defyn.com.au/wp-content/themes/defyn/images/icon-curve.svg") no-repeat top right;
	background-size: cover;
}

@media (min-width: 1024px) {
	.footer__social:after, .footer__social:before {
		width: 55px;
		height: 44px;
	}
}

.footer__social:after {
	left: -24px;
	top: 0;
}

@media (min-width: 1024px) {
	.footer__social:after {
		left: -54px;
	}
}

.footer__social::before {
	right: -1px;
	bottom: -20px;
}

@media (min-width: 1024px) {
	.footer__social::before {
		bottom: -44px;
	}
}

.footer__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -10px;
}

@media (min-width: 768px) {
	.footer__social ul {
		margin-bottom: -17px;
	}
}

.footer__social ul a {
	color: #000;
	background: #ccccf8;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
}

@media (min-width: 768px) {
	.footer__social ul a {
		width: 41px;
		font-size: 16px;
		height: 41px;
	}
}

.footer__social ul a:hover {
	color: #fbfaf9;
	background: #000;
}

.footer__social ul li {
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.footer__social ul li {
		padding-bottom: 17px;
	}
}

.footer__row {
	margin-bottom: -50px;
}

@media (min-width: 768px) {
	.footer__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -8px;
	}
}

@media (min-width: 1024px) {
	.footer__row {
		margin: 0 -16px;
	}
}

.footer__btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.footer__btn {
		padding-bottom: 30px;
	}
}

.footer__btn a {
	color: #000;
}

.footer__btn a:hover {
	color: #000;
}

.footer__col {
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.footer__col {
		padding: 30px 8px 0;
		width: 33%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width: 1024px) {
	.footer__col {
		padding: 30px 16px 0;
	}
}

@media (min-width: 1280px) {
	.footer__col {
		width: 29%;
	}
}

.footer__col:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 0;
}

@media (min-width: 768px) {
	.footer__col:nth-child(2) {
		width: 24.6%;
	}
}

@media (min-width: 1024px) {
	.footer__col:nth-child(2) {
		width: 30%;
	}
}

@media (min-width: 1280px) {
	.footer__col:nth-child(2) {
		width: 24.6%;
	}
}

@media (min-width: 1024px) {
	.footer__col:last-child {
		padding-top: 35px;
	}
}

.footer__logo {
	width: 160px;
}

@media (min-width: 768px) {
	.footer__logo {
		width: 200px;
	}
}

@media (min-width: 1280px) {
	.footer__logo {
		width: 394px;
	}
}

.footer__logo img {
	width: 100%;
}

.footer__nav {
	font-family: "Instrument Serif", serif;
	font-size: 28px;
}

@media (min-width: 1024px) {
	.footer__nav {
		font-size: 42px;
	}
}

.footer__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -30px;
}

@media (min-width: 1024px) {
	.footer__nav ul {
		margin-bottom: -53px;
	}
}

.footer__nav li {
	padding-bottom: 30px;
}

@media (min-width: 1024px) {
	.footer__nav li {
		padding-bottom: 53px;
	}
}

.footer__title {
	font-family: "Instrument Serif", serif;
	color: #6f6f6f;
	font-size: 28px;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.footer__title {
		margin-bottom: 36px;
		font-size: 42px;
	}
}

.footer__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 500;
	padding-bottom: 30px;
}

.footer__info li {
	padding-bottom: 19px;
}

.footer__info address + address {
	padding-top: 19px;
}

.footer__info a {
	position: relative;
}

.footer__info a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 1px;
	background: #6f6f6f;
	width: 0;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.footer__info a:hover::after {
	width: 100%;
	left: 0;
}

.footer address {
	font-style: normal;
}

.footer .copyright {
	font-size: 14px;
	font-weight: 500;
}

.footer .copyright a {
	position: relative;
}

.footer .copyright a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 1px;
	background: #6f6f6f;
	width: 0;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.footer .copyright a:hover::after {
	width: 100%;
	left: 0;
}

.footer__btn a {
	color: #000;
}

.banner--home {
	height: 300vh;
}

.banner--normal {
	padding: 150px 0 70px;
}

@media (min-width: 1280px) {
	.banner--normal {
		padding: 180px 0 88px;
	}
}

.banner .section-title {
	color: #000;
}

@media (min-width: 768px) {
	.banner .section-title {
		margin-top: 5px;
		min-width: 120px;
	}
}

@media (min-width: 1024px) {
	.banner .section-title {
		min-width: 160px;
		margin-top: 17px;
	}
}

@media (min-width: 1280px) {
	.banner .section-title::after {
		top: 10px;
	}
}

.banner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100dvh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 120px 0 40px;
}

@media (min-width: 1024px) {
	.banner__content {
		padding: 120px 0;
	}
}

@media (min-width: 1600px) {
	.banner__content {
		padding: 213px 0 120px;
	}
}

@media (min-width: 1920px) {
	.banner__content {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.banner__text {
	text-align: right;
	padding-left: 30px;
}

@media (min-width: 768px) {
	.banner__text {
		padding-left: 50px;
		width: 50%;
	}
}

@media (min-width: 1280px) {
	.banner__text {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (min-width: 1920px) {
	.banner__text {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.banner__img {
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	height: 50vh;
}

@media (min-width: 768px) {
	.banner__img {
		width: 50%;
		height: auto;
	}
}

@media (min-width: 1280px) {
	.banner__img {
		border-radius: 30px;
	}
}

@media (min-width: 1600px) {
	.banner__img {
		width: auto;
	}
}

.banner__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 1600px) {
	.banner__img img {
		max-width: 672px;
	}
}

.banner__headline {
	color: #cbfcc4;
	margin-bottom: 0;
	font-size: 32px;
}

@media (min-width: 1024px) {
	.banner__headline {
		font-size: 42px;
	}
}

@media (min-width: 1440px) {
	.banner__headline {
		font-size: 60px;
	}
}

.banner__counter {
	display: inline-block;
	font-size: 22px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.banner__counter {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	.banner__counter {
		padding-right: 28px;
		font-size: 28px;
	}
}

.banner__line {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #000;
	max-width: 261px;
}

.banner__item--invert .banner__line {
	background: #fff;
}

.banner__title {
	font-family: "Instrument Serif", serif;
	word-break: break-all;
	padding-left: 30px;
	display: inline-block;
	font-size: 32px;
	width: 110px;
}

@media (min-width: 1024px) {
	.banner__title {
		width: 141px;
		font-size: 37px;
	}
}

.banner__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

@media (min-width: 768px) {
	.banner__slider {
		min-height: 150px;
	}
}

@media (min-width: 1024px) {
	.banner__slider {
		min-height: 200px;
	}
}

@media (min-width: 1280px) {
	.banner__slider {
		padding: 20px 0 120px;
	}
}

@media (min-width: 1920px) {
	.banner__slider {
		min-height: 450px;
	}
}

.banner__item {
	z-index: 1;
	color: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	overflow: hidden;
}

.banner__item:nth-child(1) {
	z-index: 9;
}

.banner__item:nth-child(2) {
	z-index: 8;
}

.banner__item:nth-child(3) {
	z-index: 7;
}

.banner__item:nth-child(4) {
	z-index: 6;
}

.banner__item:nth-child(5) {
	z-index: 5;
}

.banner__item:nth-child(6) {
	z-index: 4;
}

.banner__item:nth-child(7) {
	z-index: 3;
}

.banner__item:nth-child(8) {
	z-index: 2;
}

.banner__item:nth-child(9) {
	z-index: 1;
}

.banner__item:nth-child(10) {
	z-index: 0;
}

.banner__item:nth-child(2) .banner__headline {
	color: #af9876;
}

.banner__item:nth-child(3) .banner__headline {
	color: #10262a;
}

.banner__item--invert {
	color: #fff;
}

.banner__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.banner__list {
	line-height: normal;
	color: #8d8d8d;
	list-style: none;
	margin: 0 -21px -11px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 32px;
	font-weight: 500;
}

@media (min-width: 1024px) {
	.banner__list {
		font-size: 42px;
	}
}

@media (min-width: 1440px) {
	.banner__list {
		font-size: 60px;
	}
}

.banner__list li {
	padding: 0 21px 11px;
}

.banner__list li.active a {
	color: #000;
}

.banner__list a {
	color: #8d8d8d;
}

.banner__list a.active, .banner__list a:hover {
	color: #000;
}

.banner__list a sub {
	font-size: 16px;
	padding-left: 11px;
	bottom: -13px;
	right: -3px;
}

.banner__copy {
	font-size: 32px;
	font-weight: 500;
	list-style: none;
	font-family: "Instrument Serif", serif;
	line-height: 1.1;
	overflow: hidden;
	padding: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.banner__copy {
		font-size: 42px;
	}
}

@media (min-width: 1024px) {
	.banner__copy {
		font-size: 60px;
	}
}

@media (min-width: 1440px) {
	.banner__copy {
		font-size: 67px;
	}
}

.banner__copy:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.banner__copy .section-title {
	margin-bottom: 30px;
}

.banner__copy--float .section-title {
	float: left;
	margin-bottom: 0;
	min-width: 130px;
}

@media (min-width: 768px) {
	.banner__copy--float .section-title {
		min-width: 180px;
	}
}

@media (min-width: 1024px) {
	.banner__copy--float .section-title {
		min-width: 229px;
		margin-top: 10px;
	}
}

@media (min-width: 1280px) {
	.banner__copy--float .section-title {
		margin-top: 17px;
	}
}

.banner__info {
	margin-bottom: -16px;
	max-width: 500px;
}

@media (min-width: 1024px) {
	.banner__info {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.banner__info br {
		display: none;
	}
}

.about-block {
	padding: 54px 0;
}

@media (min-width: 768px) {
	.about-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.about-block .section-title {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.about-block .section-title {
		width: 46.8%;
		margin-top: 9px;
		margin-bottom: 0;
	}
}

.about__text {
	font-size: 28px;
	line-height: 1.156;
}

@media (min-width: 768px) {
	.about__text {
		font-size: 38px;
		width: 53.2%;
		max-width: 625px;
	}
}

@media (min-width: 1024px) {
	.about__text {
		font-size: 38px;
	}
}

.together-block {
	padding: 100px 0;
}

@media (min-width: 768px) {
	.together-block {
		padding: 150px 0;
	}
}

.together-block--service {
	padding: 80px 0;
}

@media (min-width: 768px) {
	.together-block--service {
		padding: 100px 0;
	}
}

@media (min-width: 1024px) {
	.together-block--service {
		padding: 136px 0 90px;
	}
}

@media (min-width: 768px) {
	.together-block--alt {
		padding: 100px 0;
	}
}

@media (min-width: 1024px) {
	.together-block--alt {
		padding: 118px 0 92px;
	}
}

.together__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 150px;
}

@media (min-width: 768px) {
	.together__logo {
		width: 200px;
	}
}

.text-swiper * {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.text-swiper .swiper-slide {
	width: auto;
	position: relative;
	margin-bottom: 0;
	padding: 0 50px 0 30px;
}

@media (min-width: 768px) {
	.text-swiper .swiper-slide {
		padding: 0 70px 0 40px;
	}
}

@media (min-width: 1024px) {
	.text-swiper .swiper-slide {
		padding: 0 88px 0 50px;
	}
}

.text-swiper .swiper-slide:after {
	content: "";
	position: absolute;
	right: 40px;
	bottom: 8px;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.text-swiper .swiper-slide:after {
		right: 60px;
		bottom: 14px;
	}
}

@media (min-width: 1024px) {
	.text-swiper .swiper-slide:after {
		right: 73px;
		bottom: 21px;
		width: 15px;
		height: 15px;
	}
}

.text-swiper + .logo-swiper {
	padding-top: 50px;
}

@media (min-width: 768px) {
	.text-swiper + .logo-swiper {
		padding-top: 93px;
	}
}

.logo-swiper .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-swiper * {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.logo-swiper .swiper-slide {
	width: auto;
	position: relative;
	margin-bottom: 0;
}

.logo-swiper .swiper-slide .together__logo {
	padding: 0 10px;
}

@media (min-width: 1024px) {
	.logo-swiper .swiper-slide .together__logo {
		padding: 0 20px;
	}
}

.logo-swiper .swiper-slide .together__logo:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.logo-swiper .swiper-slide .together__logo img {
	width: auto;
	max-height: 80px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.work-block {
	padding: 50px 0;
}

@media (min-width: 768px) {
	.work-block {
		padding: 44px 0;
	}
}

@media (min-width: 768px) {
	.work-block .section-title {
		float: left;
		width: 50%;
	}
}

@media (min-width: 768px) {
	.work-block--alt {
		padding: 80px 0;
	}
}

@media (min-width: 1024px) {
	.work-block--alt {
		padding: 70px 0 142px;
	}
}

@media (min-width: 768px) {
	.work__headline {
		max-width: 260px;
		float: right;
		text-align: right;
		clear: right;
	}
}

@media (min-width: 768px) {
	.work-block--alt .work__headline {
		max-width: 300px;
	}
}

@media (min-width: 1024px) {
	.work-block--alt .work__headline {
		max-width: 400px;
	}
}

.work__heading {
	overflow: hidden;
}

@media (min-width: 1024px) {
	.work__heading {
		margin-bottom: -44px;
	}
}

.work__heading:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

@media (min-width: 768px) {
	.work-block--alt .work__heading {
		margin-bottom: -64px;
		min-height: 100px;
	}
}

@media (min-width: 1024px) {
	.work-block--alt .work__heading {
		min-height: 64px;
	}
}

.work__img {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.work__img {
		border-radius: 30px;
	}
}

.work__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

.work__card {
	position: relative;
	overflow: hidden;
}

.work__card:hover .work__tags {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.work__card:hover .work__img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	aspect-ratio: 672/552;
}

.work__card a {
	color: #000;
}

.work__tags {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	background: #fbfaf9;
	border-radius: 0 0 0 20px;
	padding: 0 7px 7px 7px;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

@media (min-width: 1024px) {
	.work__tags {
		border-radius: 0 0 0 30px;
		padding: 0 15px 11px 18px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.work__tags:after, .work__tags:before {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAzMiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyIDI2QzMyIDExLjY0MDYgMjAuMzU5NCAwIDYgMEgwTDMxLjg2ODkgMC4wNDcwNzcyTDMyIDI2VjI2WiIgZmlsbD0iI0ZCRkFGOSIvPgo8L3N2Zz4K") no-repeat top right;
	background-size: cover;
	width: 20px;
	height: 16px;
}

@media (min-width: 1024px) {
	.work__tags:after, .work__tags:before {
		width: 32px;
		height: 26px;
	}
}

.work__tags:after {
	left: -19px;
	top: 0;
}

@media (min-width: 1024px) {
	.work__tags:after {
		left: -31px;
	}
}

.work__tags::before {
	right: -1px;
	bottom: -16px;
}

@media (min-width: 1024px) {
	.work__tags::before {
		bottom: -26px;
	}
}

.work__items {
	overflow: hidden;
	margin-bottom: -50px;
}

@media (max-width: 767px) {
	.work__items {
		padding-top: 30px;
	}
}

.work__items:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.work__item {
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.work__item {
		width: calc(50% - 16px);
	}
}

.work__item:nth-child(odd) {
	float: left;
	clear: left;
}

@media (min-width: 768px) {
	.work__item:nth-child(odd) {
		padding-top: 100px;
	}
}

@media (min-width: 1024px) {
	.work__item:nth-child(odd) {
		padding-top: 138px;
	}
}

.work__item:nth-child(even) {
	float: right;
	clear: right;
}

@media (min-width: 768px) {
	.work__item:nth-child(even) {
		padding-top: 100px;
	}
}

@media (min-width: 1024px) {
	.work__item:nth-child(even) {
		padding-top: 206px;
	}
}

.work__item:first-child {
	padding-top: 0;
}

@media (min-width: 768px) {
	.work__item:first-child {
		padding-top: 0;
	}
}

@media (min-width: 1024px) {
	.work__item:first-child {
		padding-top: 0;
	}
}

.work__title {
	margin-bottom: 0;
	padding: 20px 0 0 4px;
}

.work__btn {
	text-align: center;
	padding-top: 50px;
}

@media (min-width: 768px) {
	.work__btn {
		padding-top: 90px;
	}
}

.news-block {
	padding: 100px 0;
}

@media (min-width: 1024px) {
	.news-block {
		padding: 130px 0 150px;
	}
}

@media (min-width: 768px) {
	.news-block--slider .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.news-block .text-serif {
		max-width: 200px;
	}
}

.news-block .section-title {
	margin-bottom: 28px;
}

@media (min-width: 1024px) {
	.news-block--pp {
		padding: 130px 0 124px;
	}
}

@media (min-width: 1024px) {
	.news-block--contact {
		padding-top: 77px;
	}
}

.news__heading {
	position: relative;
	z-index: 10;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.news__heading {
		padding-top: 8px;
		padding-bottom: 0;
		width: 280px;
	}
}

@media (min-width: 768px) {
	.news__heading::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		left: -9999px;
		background: #fbfaf9;
		z-index: -1;
	}
}

.news__holder {
	position: relative;
}

@media (min-width: 768px) {
	.news__holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: calc(100% - 280px);
	}
}

@media (min-width: 768px) {
	.news__holder::after {
		content: "";
		background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAzMiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyIDI2QzMyIDExLjY0MDYgMjAuMzU5NCAwIDYgMEgwTDMxLjg2ODkgMC4wNDcwNzcyTDMyIDI2VjI2WiIgZmlsbD0iI0ZCRkFGOSIvPgo8L3N2Zz4K") no-repeat top right;
		background-size: cover;
		width: 20px;
		height: 20px;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}

.news-swiper {
	overflow: visible;
}

.news__status {
	display: block;
	margin-bottom: -2px;
}

.news__img {
	aspect-ratio: 376/250;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.news__img {
		margin-bottom: 25px;
	}
}

@media (min-width: 1024px) {
	.news__img {
		border-radius: 20px;
	}
}

.news__card--alt .news__img {
	aspect-ratio: 440/250;
	margin-bottom: 13px;
}

.news__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.news__title {
	font-weight: 400;
	margin-bottom: 15px;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

@media (min-width: 768px) {
	.news__title {
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.news__title {
		padding-right: 30px;
	}
}

.news__card--alt .news__title {
	font-weight: 500;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.news__card--alt .news__title {
		margin-bottom: 0;
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.news__card--alt .news__title {
		font-size: 22px;
	}
}

@media (min-width: 1280px) {
	.news__card--alt .news__title {
		font-size: 24px;
	}
}

.news__card p:last-child {
	margin-bottom: 0;
}

.news__card a {
	color: #000;
}

.news__card a:hover .news__img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.news__card a:hover .news__title {
	opacity: .75;
}

.news__col {
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.news__col {
		padding: 0 7px 50px;
		width: 33.33%;
	}
}

@media (min-width: 1024px) {
	.news__col {
		padding: 0 13px 72px;
	}
}

.news__row {
	margin-bottom: -30px;
}

@media (min-width: 768px) {
	.news__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -7px -50px;
	}
}

@media (min-width: 1024px) {
	.news__row {
		margin: 0 -13px -72px;
	}
}

.news__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 70px;
}

@media (min-width: 1024px) {
	.news__pagination {
		padding-top: 100px;
	}
}

@media (min-width: 1280px) {
	.news__pagination {
		padding-top: 141px;
	}
}

.pagination {
	background: #f1f0ea;
	border-radius: 50px;
	margin: 0;
	padding: 8px;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	gap: 3px;
}

.pagination .icon {
	font-size: 14px;
}

.pagination ul.page-numbers {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	gap: 3px;
}

.pagination ul li .page-numbers {
	background: transparent;
	color: #000;
	width: 30px;
	height: 30px;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.pagination ul li .page-numbers.prev, .pagination ul li .page-numbers.next {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	max-width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagination ul li .page-numbers.prev:before {
	content: "";
}

.pagination ul li .page-numbers.next:before {
	content: "";
}

.pagination ul li .page-numbers.dots {
	pointer-events: none;
}

.pagination ul li .page-numbers:hover {
	background: #10262a;
	color: #fff;
}

.pagination ul li .page-numbers.current {
	background: #10262a;
	color: #fff;
}

.pagination ul li .page-numbers.disabled, .pagination ul li .page-numbers:disabled {
	display: none;
}

.service-block {
	padding: 66px 0;
}

.service-block .section-title {
	margin-bottom: 40px;
}

.service__panel {
	overflow: hidden;
	position: relative;
}

@media (min-width: 768px) {
	.service__panel {
		padding-right: 190px;
	}
}

@media (min-width: 1024px) {
	.service__panel {
		padding-right: 250px;
	}
}

.service__content {
	padding: 60px 0 50px 10px;
}

@media (min-width: 768px) {
	.service__content {
		padding: 37px 0 37px 10px;
	}
}

.service__trigger {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	line-height: 1.29;
	width: 100%;
	text-align: left;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 30px 110px 30px 10px;
}

@media (min-width: 768px) {
	.service__trigger {
		padding: 30px 170px 30px 10px;
	}
}

@media (min-width: 1024px) {
	.service__trigger {
		padding: 38px 250px 38px 9px;
	}
}

.service__trigger:hover {
	color: #000;
}

.service__counter {
	display: inline-block;
	font-family: "Instrument Serif", serif;
	font-size: 20px;
	width: 80px;
}

@media (min-width: 768px) {
	.service__counter {
		width: 150px;
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	.service__counter {
		font-size: 28px;
		width: 190px;
	}
}

.service__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 20px;
}

@media (min-width: 768px) {
	.service__title {
		font-size: 30px;
	}
}

@media (min-width: 1024px) {
	.service__title {
		font-size: 40px;
	}
}

@media (min-width: 1280px) {
	.service__title {
		font-size: 55px;
	}
}

.service__text {
	max-width: 874px;
}

.service__text p a {
	color: #10262a;
	text-decoration: underline;
}

.service__text p a:hover {
	text-decoration: none;
}

.service__img {
	position: absolute;
	right: 10px;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	top: 22px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	max-width: 90px;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

@media (min-width: 768px) {
	.service__img {
		border-radius: 20px;
		max-width: 160px;
	}
}

@media (min-width: 1024px) {
	.service__img {
		max-width: 222px;
	}
}

.is-active .service__img {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.service__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
}

.service__btn {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.service__btn {
		padding-top: 60px;
	}
}

@media (min-width: 1024px) {
	.service__btn {
		padding-top: 80px;
	}
}

.service__text {
	gap: 16px;
}

@media (min-width: 768px) {
	.service__text {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.service__item {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.service__item + .service__item {
	border-top: 0;
}

.service__tagline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 80px;
}

@media (min-width: 1024px) {
	.service__tagline {
		padding-top: 102px;
	}
}

@media (min-width: 768px) {
	.service__tagline .text-serif {
		width: 53.3%;
	}
}

@media (min-width: 1024px) {
	.service__tagline .text-serif {
		padding-right: 60px;
	}
}

.process-block {
	padding: 37px 0 90px;
}

.process-block .section-title {
	margin-bottom: 27px;
}

.process__wrapper {
	border-radius: 20px;
	background: #ccccf8;
	padding: 40px 20px;
}

@media (min-width: 768px) {
	.process__wrapper {
		padding: 40px;
	}
}

.process__count, .process__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
}

@media (min-width: 1024px) {
	.process__count, .process__title {
		font-size: 60px;
		line-height: 1.4;
	}
}

@media (min-width: 1440px) {
	.process__count, .process__title {
		font-size: 90px;
	}
}

.process__count {
	padding-right: 20px;
	overflow: hidden;
	width: 40px;
}

@media (min-width: 1024px) {
	.process__count {
		font-size: 60px;
	}
}

@media (min-width: 1440px) {
	.process__count {
		width: 90px;
	}
}

.process__wrapper {
	overflow: hidden;
}

.process__title {
	margin-bottom: 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.process__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #000;
	padding-bottom: 30px;
}

.process__item .process__text {
	display: none;
}

@media (max-width: 1023px) {
	.process__item .process__text {
		padding-top: 10px;
		display: block;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.process__item.completed {
		color: #fff;
	}
}

@media (min-width: 1024px) {
	.process__item.active {
		color: #cbfcc4;
	}
	
	.process__item.active .process__text {
		opacity: 1;
		visibility: visible;
	}
}

.process__inner {
	position: relative;
}

.process__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 1600px) {
	.process__right {
		min-height: 150px;
	}
}

@media (max-width: 767px) {
	.process__right {
		display: none;
	}
}

.process__right-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

@media (min-width: 768px) {
	.process__right-text {
		margin-left: 20px;
	}
}

@media (min-width: 1024px) {
	.process__right-text {
		margin-left: 20px;
	}
}

@media (min-width: 1440px) {
	.process__right-text {
		margin-left: 150px;
	}
}

.process__right-text .process__text {
	display: none;
}

.process__right-text .process__text.active {
	display: block;
}

.process__content {
	position: relative;
	width: 50%;
	min-height: 150px;
	display: none;
}

@media (min-width: 1024px) {
	.process__content {
		display: block;
	}
}

.process__text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.process__scrollbar {
	position: relative;
	width: 100%;
	height: 7px;
	border-radius: 5px;
	background: #a6a5f0;
	margin-bottom: 20px;
	overflow: hidden;
}

.process__scrollbar span {
	display: inline-block;
	height: 7px;
	border-radius: 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-block {
	padding: 80px 0;
}

@media (min-width: 768px) {
	.faq-block {
		padding: 100px 0;
	}
}

@media (min-width: 1024px) {
	.faq-block {
		padding: 105px 0 160px;
	}
}

.faq-block .section-title {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.faq-block .section-title {
		margin-bottom: 17px;
	}
}

.faq-block--alt {
	padding-top: 14px;
}

@media (min-width: 768px) {
	.faq-block--alt {
		padding-top: 14px;
	}
}

@media (min-width: 1024px) {
	.faq-block--alt {
		padding-top: 53px;
	}
}

.faq__heading {
	font-weight: 600;
	line-height: 1.29;
	letter-spacing: -.02em;
	font-size: 36px;
}

@media (min-width: 768px) {
	.faq__heading {
		margin-bottom: 0;
		font-size: 40px;
	}
}

@media (min-width: 1024px) {
	.faq__heading {
		font-size: 55px;
	}
}

.faq__head {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.faq__head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px) {
	.faq__head {
		margin-bottom: 66px;
	}
}

.faq__header {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.faq__header {
		width: 46.7%;
		margin-bottom: 0;
	}
}

.faq__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 1024px) {
	.faq__text {
		padding-top: 13px;
		padding-right: 100px;
	}
}

.faq__items {
	margin-bottom: -20px;
}

@media (min-width: 768px) {
	.faq__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -8px -26px;
	}
}

@media (min-width: 1024px) {
	.faq__items {
		margin: 0 -13px -26px;
	}
}

.faq__item {
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.faq__item {
		width: 33.33%;
		padding: 0 8px 26px;
	}
}

@media (min-width: 1024px) {
	.faq__item {
		padding: 0 13px 26px;
	}
}

.faq__title {
	font-size: 24px;
	font-family: "Instrument Serif", serif;
	margin-bottom: 26px;
	line-height: normal;
}

@media (min-width: 1024px) {
	.faq__title {
		font-size: 28px;
	}
}

.faq__card {
	background: #af9876;
	color: #fff;
	line-height: 1.26;
	padding: 35px 20px;
	border-radius: 15px;
	height: 100%;
}

@media (min-width: 768px) {
	.faq__card {
		border-radius: 20px;
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	.faq__card {
		padding: 43px 29px;
		font-size: 16px;
	}
}

.faq__card p:last-child {
	margin-bottom: 0;
}

.faq__card a {
	color: #fff;
	text-decoration: underline;
}

.faq__card a:hover {
	text-decoration: none;
}

.faq__btn {
	text-align: center;
	padding-top: 50px;
}

@media (min-width: 1024px) {
	.faq__btn {
		padding-top: 78px;
	}
}

@media (max-width: 767px) {
	.faq__btn .btn {
		font-size: 14px;
		padding-right: 54px;
	}
}

.info-block {
	padding: 50px 0;
}

@media (min-width: 1024px) {
	.info-block {
		padding: 75px 0;
	}
}

@media (min-width: 768px) {
	.info-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.info-block--center .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1024px) {
	.info-block--normal {
		padding: 37px 0;
	}
}

.info-block--normal .info__inner p:last-child {
	margin-bottom: 0;
}

.info__copy {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.info__copy h2 {
	font-weight: 600;
	line-height: 1.24;
	font-size: 24px;
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.info__copy h2 {
		margin-bottom: 69px;
		font-size: 40px;
	}
}

@media (min-width: 768px) {
	.info-block--normal .info__copy h2 {
		margin-bottom: 20px;
	}
}

.info__copy p {
	margin-bottom: 21px;
}

.info__copy p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.info__right, .info__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 50%;
		padding-left: 30px;
	}
}

@media (min-width: 1024px) {
	.info__right, .info__text {
		padding-left: 57px;
	}
}

.info__right {
	padding-top: 50px;
}

@media (min-width: 768px) {
	.info__right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-top: 0;
	}
}

.info__right .info__inner {
	font-weight: 500;
}

.info__right .info__inner p {
	margin-bottom: 30px;
}

.info__img {
	overflow: hidden;
	border-radius: 15px;
}

@media (min-width: 768px) {
	.info__img {
		border-radius: 20px;
		width: 50%;
		height: 50vh;
	}
}

@media (min-width: 1280px) {
	.info__img {
		height: auto;
	}
}

.info__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
}

.info__text {
	padding-top: 50px;
}

@media (min-width: 768px) {
	.info__text {
		padding-top: 0;
	}
}

.info__text h2 {
	font-family: "Instrument Serif", serif;
	line-height: 1.16;
	margin-bottom: 40px;
	font-size: 28px;
}

@media (min-width: 1024px) {
	.info__text h2 {
		margin-bottom: 44px;
		font-size: 38px;
	}
}

.info__text p {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.info-block--normal .info__text {
		width: 54.1%;
	}
}

.info__list {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.65;
	font-size: 16px;
}

@media (min-width: 1024px) {
	.info__list {
		font-size: 20px;
	}
}

.info__list li {
	position: relative;
	padding-left: 32px;
}

@media (min-width: 1024px) {
	.info__list li {
		padding-left: 44px;
	}
}

.info__list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	border-radius: 50%;
	background-color: #10262a;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuNkw0LjE1IDcuNzVMMTEuOCAxIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	width: 20px;
	height: 20px;
}

@media (min-width: 1024px) {
	.info__list li::after {
		background-size: 12px;
		width: 27px;
		height: 27px;
	}
}

.info__list--blue li::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuNkw0LjE1IDcuNzVMMTEuOCAxIiBzdHJva2U9IiMxMDI2MkEiLz4KPC9zdmc+Cg==");
	background-color: #ccccf8;
}

.expert-block {
	padding: 80px 0;
}

@media (min-width: 1024px) {
	.expert-block {
		padding: 90px 0 78px;
	}
}

@media (min-width: 768px) {
	.expert-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	.expert-block .section-title {
		padding-right: 50px;
		width: 33%;
	}
}

@media (min-width: 1024px) {
	.expert-block .section-title {
		width: 34.1%;
	}
}

@media (min-width: 768px) {
	.expert__holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.expert__list {
	margin-bottom: -60px;
}

@media (min-width: 768px) {
	.expert__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px -20px;
	}
}

.expert__item {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.expert__item {
		width: 50%;
		padding: 0 10px 20px;
	}
}

.expert__img {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 15px;
}

@media (min-width: 1024px) {
	.expert__img {
		border-radius: 20px;
		margin-bottom: 45px;
	}
}

.expert__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
}

.expert__title {
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.25;
	font-size: 20px;
}

@media (min-width: 768px) {
	.expert__title {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.expert__title {
		font-size: 24px;
	}
}

.expert__position {
	display: block;
}

.expert__text {
	margin-bottom: -16px;
	padding-top: 30px;
}

@media (min-width: 1024px) {
	.expert__text {
		padding-top: 32px;
		padding-right: 62px;
	}
}

.expert__btn {
	padding-top: 70px;
}

@media (min-width: 1024px) {
	.expert__btn {
		padding-top: 64px;
	}
}

.hero-block {
	background: #fbfaf9;
	padding: 150px 0 30px;
}

@media (min-width: 768px) {
	.hero-block {
		padding: 150px 0 70px;
	}
}

@media (min-width: 1280px) {
	.hero-block {
		padding: 168px 0 88px;
	}
}

.hero-block .container {
	overflow: hidden;
}

.hero-block .container::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

@media (max-width: 767px) {
	.hero-block .tag-count {
		max-width: 275px;
	}
}

@media (min-width: 768px) {
	.hero-block .tag-count {
		width: 47.6%;
		max-width: none;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.hero-block .tags {
	position: relative;
	row-gap: 5px;
}

@media (min-width: 768px) {
	.hero-block .tags {
		padding-bottom: 140px;
	}
}

@media (min-width: 1280px) {
	.hero-block .tags {
		padding-bottom: 150px;
	}
}

@media (max-width: 767px) {
	.hero-block .tags {
		background: #fbfaf9;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: -43px;
		padding: 0 0 7px 12px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		border-radius: 0 0 0 20px;
	}
}

.hero-block .tags:after, .hero-block .tags:before {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAzMiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyIDI2QzMyIDExLjY0MDYgMjAuMzU5NCAwIDYgMEgwTDMxLjg2ODkgMC4wNDcwNzcyTDMyIDI2VjI2WiIgZmlsbD0iI0ZCRkFGOSIvPgo8L3N2Zz4K") no-repeat top right;
	background-size: cover;
	width: 20px;
	height: 16px;
}

@media (min-width: 768px) {
	.hero-block .tags:after, .hero-block .tags:before {
		display: none;
	}
}

.hero-block .tags::after {
	left: -20px;
	bottom: 27px;
}

.hero-block .tags::before {
	right: 2px;
	bottom: -16px;
}

.hero-block--contact {
	background: #10262a;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #fbfaf9;
}

@media (max-width: 767px) {
	.hero-block--contact {
		padding-bottom: 0;
	}
}

@media (min-width: 1280px) {
	.hero-block--contact {
		min-height: 545px;
	}
}

@media (min-width: 1600px) {
	.hero-block--contact {
		min-height: 75vh;
	}
}

.hero-block--contact .section-title {
	display: block;
	margin-bottom: 33px;
}

@media (min-width: 1280px) {
	.hero-block--contact {
		padding: 197px 0 88px;
	}
}

@media (min-width: 768px) {
	.hero-block--contact .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.hero__text {
		width: 51%;
		padding-right: 30px;
	}
}

@media (min-width: 1024px) {
	.hero__text {
		width: 45%;
	}
}

.hero__text .text-serif {
	margin-bottom: 0;
	font-size: 32px;
}

@media (min-width: 768px) {
	.hero__text .text-serif {
		font-size: 42px;
	}
}

@media (min-width: 1024px) {
	.hero__text .text-serif {
		font-size: 60px;
	}
}

@media (min-width: 1440px) {
	.hero__text .text-serif {
		font-size: 67px;
	}
}

.hero__shape {
	position: relative;
	right: -20px;
	left: -20px;
	padding-top: 50px;
}

@media (min-width: 768px) {
	.hero__shape {
		position: absolute;
		right: 0px;
		left: auto;
		bottom: 0;
		padding-top: 0;
		width: 51%;
	}
}

@media (min-width: 1280px) {
	.hero__shape {
		width: 42%;
	}
}

.hero__shape img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 767px) {
	.hero__shape img {
		width: calc(100% + 40px);
	}
}

.hero__top {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.hero__top {
		min-height: 116px;
		margin-bottom: -116px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.hero__content {
	padding-bottom: 30px;
	width: 100%;
}

@media (min-width: 768px) {
	.hero__content {
		position: relative;
		width: 52.4%;
		border-radius: 0 0 0 30px;
		padding: 0 0 38px 38px;
		background: #fbfaf9;
	}
}

@media (max-width: 767px) {
	.hero__content br {
		display: none;
	}
}

@media (min-width: 768px) {
	.hero__content:after, .hero__content:before {
		content: "";
		position: absolute;
		background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAzMiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyIDI2QzMyIDExLjY0MDYgMjAuMzU5NCAwIDYgMEgwTDMxLjg2ODkgMC4wNDcwNzcyTDMyIDI2VjI2WiIgZmlsbD0iI0ZCRkFGOSIvPgo8L3N2Zz4K") no-repeat top right;
		background-size: cover;
		width: 20px;
		height: 16px;
	}
}

@media (min-width: 1024px) {
	.hero__content:after, .hero__content:before {
		width: 32px;
		height: 26px;
	}
}

@media (min-width: 768px) {
	.hero__content::after {
		left: -20px;
		bottom: 100px;
	}
}

@media (min-width: 1024px) {
	.hero__content::after {
		left: -32px;
		bottom: 90px;
	}
}

.hero__content::before {
	right: -1px;
}

@media (min-width: 768px) {
	.hero__content::before {
		bottom: -16px;
	}
}

@media (min-width: 1024px) {
	.hero__content::before {
		bottom: -26px;
	}
}

.hero__content .text-serif {
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.hero__content .text-serif {
		font-size: 48px;
	}
}

.hero__content .section-title {
	margin-bottom: 26px;
	display: block;
}

.hero__img {
	border-radius: 20px;
	overflow: hidden;
	height: 30vh;
}

@media (min-width: 768px) {
	.hero__img {
		height: 40vh;
	}
}

@media (min-width: 1024px) {
	.hero__img {
		height: auto;
		aspect-ratio: 1361/592;
	}
}

.hero__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
}

.tag-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tag-plus::after {
	content: "+" attr(data-count);
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 14px;
}

@media (min-width: 768px) {
	.tag-plus::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.tag-plus .tags {
		padding-right: 20px !important;
	}
}

@media (max-width: 767px) {
	.tag-plus li:nth-child(n + 3) {
		display: none;
	}
}

.gallery {
	display: grid;
	grid-gap: 10px;
}

@media (min-width: 768px) {
	.gallery {
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, auto);
	}
}

.gallery-block {
	padding: 30px 0;
}

@media (min-width: 768px) {
	.gallery-block {
		padding: 50px 0 70px;
	}
}

@media (min-width: 1280px) {
	.gallery-block {
		padding: 80px 0;
	}
}

.gallery__img {
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f0ea;
	border-radius: 10px;
	aspect-ratio: 375/350;
}

@media (min-width: 768px) {
	.gallery__img {
		border-radius: 20px;
		aspect-ratio: 673/552;
	}
}

.gallery__img:first-child, .gallery__img:nth-child(3n + 1) {
	grid-column: span 2;
	aspect-ratio: 375/250;
}

@media (min-width: 768px) {
	.gallery__img:first-child, .gallery__img:nth-child(3n + 1) {
		aspect-ratio: 1371/705;
	}
}

.gallery__img img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
}

.gallery__btn {
	text-align: right;
	padding-top: 40px;
}

@media (min-width: 768px) {
	.gallery__btn {
		padding-top: 60px;
	}
}

.contact-block {
	background: #10262a;
	color: #fff;
	padding: 80px 0;
}

@media (min-width: 1024px) {
	.contact-block {
		padding: 55px 0 127px;
	}
}

@media (min-width: 768px) {
	.contact-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.contact__text {
	font-weight: 500;
}

@media (min-width: 768px) {
	.contact__text {
		padding: 0 30px 0 0;
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.contact__text {
		padding: 25px 100px 0 0;
		width: 39.9%;
	}
}

.contact__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -15px;
}

.contact__form-holder {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.contact__form-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-top: 0;
	}
}

.contact__form input, .contact__form textarea {
	color: #fff;
}

.contact__form .select-js {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 50px;
}

@media (min-width: 768px) {
	.contact__form .select-js {
		height: 64px;
	}
}

.contact__form button.btn {
	margin-top: 15px;
}

.form__item {
	padding: 0 10px 15px;
	width: 100%;
}

@media (min-width: 1024px) {
	.form__item {
		width: 50%;
	}
}

.form__item--full {
	width: 100%;
}

@media (min-width: 1024px) {
	.form__item--full {
		width: 100%;
	}
}

.form__item label {
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
}

.select-js {
	position: relative;
}

.select-js button {
	background: transparent;
	border-radius: 0;
	text-align: left;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
}

.select__opener {
	border: 0;
	border-bottom: 1px solid rgba(251, 250, 249, .3);
}

.select__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
	opacity: 1;
	visibility: visible;
	z-index: 10;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.select__list--hide {
	opacity: 0;
	visibility: hidden;
}

.select__list button {
	border: 0;
	color: #000;
	padding: 15px 15px;
	background: transparent;
	width: 100%;
}

.select__list button:hover {
	background: #cbfcc4;
}

button.btn {
	background: transparent;
	border: 0;
	padding-left: 0;
}

.feature-block {
	padding: 50px 0;
}

@media (min-width: 768px) {
	.feature-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.feature-block .section-title {
	margin-bottom: 20px;
	font-weight: 600;
}

.feature-block table {
	border-collapse: collapse;
	border: 1px solid #8d8d8d;
	margin-bottom: 20px;
}

.feature-block table td, .feature-block table th {
	text-align: left;
	padding: 10px 15px;
	border: 1px solid #8d8d8d;
}

.feature-block a {
	color: #000;
}

.feature__left {
	position: relative;
}

.feature__left::after {
	content: "";
	position: absolute;
	left: -30px;
	right: -30px;
	top: 0;
	bottom: 0;
	background: rgba(174, 167, 167, .06);
	z-index: -1;
}

@media (min-width: 768px) {
	.feature__left::after {
		left: -9999px;
		right: 0;
	}
}

@media (min-width: 768px) {
	.feature__left {
		width: 45%;
	}
}

@media (min-width: 1024px) {
	.feature__left {
		width: 35%;
	}
}

@media (min-width: 768px) {
	.feature__right {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 30px;
		padding-top: 70px;
	}
}

@media (min-width: 1024px) {
	.feature__right {
		padding-left: 40px;
	}
}

.feature__right a {
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 1px;
}

.feature__right a:hover {
	text-decoration: none;
}

.feature__right section, .feature__right .schema-section {
	border-radius: 20px;
	padding: 35px 20px;
	color: #fff;
	background: #af9876;
}

@media (min-width: 1024px) {
	.feature__right section, .feature__right .schema-section {
		padding: 43px 29px;
	}
}

.feature__right section h3, .feature__right .schema-section h3 {
	font-family: "Instrument Serif", serif;
	font-size: 24px;
	margin-bottom: 5px;
}

@media (min-width: 1024px) {
	.feature__right section h3, .feature__right .schema-section h3 {
		font-size: 28px;
	}
}

.feature__right section h3 + div, .feature__right .schema-section h3 + div {
	margin-bottom: 20px;
}

.feature__link {
	padding-bottom: 10px;
}

.feature__list {
	list-style: none;
	margin: 0 0 -10px 0;
	padding: 0;
}

.feature__list li {
	padding-bottom: 10px;
}

.feature__list a {
	color: #000;
}

.feature__list a:hover {
	color: rgba(0, 0, 0, .5);
}

.feature__sticky {
	padding: 30px 0;
}

@media (max-width: 767px) {
	.feature__sticky {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.feature__sticky {
		padding: 70px 30px 80px 0;
		height: 100vh;
		overflow: hidden;
		overflow-y: auto;
	}
}

@media (max-width: 767px) {
	.fixed-position .feature__sticky {
		position: static !important;
	}
}

@media (min-width: 768px) {
	.detail p {
		margin-bottom: 20px;
	}
}

.detail h2 {
	font-size: 20px;
	font-weight: 600;
}

@media (min-width: 1024px) {
	.detail h2 {
		margin-bottom: 24px;
		font-size: 28px;
	}
}

.detail p + h2, .detail ul + h2, .detail ol + h2 {
	margin-top: 60px;
}

.detail ol, .detail ul {
	margin-left: 0;
	padding-left: 30px;
}

.image-block {
	padding: 60px 0;
}

.image-block.two .image-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 20px;
	margin: 0 -15px;
}

@media (min-width: 1024px) {
	.image-block.two .image-lists {
		margin: 0 -37px;
	}
}

.image-block.two .image-lists .img-wrap {
	width: 100%;
	padding: 0 15px;
}

@media (min-width: 768px) {
	.image-block.two .image-lists .img-wrap {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.image-block.two .image-lists .img-wrap {
		padding: 0 37px;
	}
}

.image-block .btn-wrap {
	text-align: center;
	margin-top: 40px;
}

.image-slider-block {
	padding: 60px 0;
}

.image-slider-block .btn-wrap {
	text-align: center;
	margin-top: 40px;
}
