a/* ------------------------------------------------------------ *\

\* ------------------------------------------------------------ */

body {

}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

:root {
	--shell-width: 1320px;
	--shell-gutter: 60px;
	--shell-gutter-mobile: 20px;
}

.shell {
	max-width: calc(var(--shell-width) + (2 * var(--shell-gutter)));
	padding: 0 var(--shell-gutter);
	margin: 0 auto;
}

@media(max-width: 767px){
	.shell {
		padding: 0 var(--shell-gutter-mobile);
	}
}

/*  Shell--small  */
.shell--small {
	max-width: 1400px;
}

/* ------------------------------------------------------------ *\
	Image-fit
\* ------------------------------------------------------------ */

.image-fit {
	position: relative;
}

.image-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ------------------------------------------------------------ *\
	Slick-list
\* ------------------------------------------------------------ */

@media(max-width: 767px){
	.slick-list {
		margin-left: 0 !important;
	}
}

/* ------------------------------------------------------------ *\
	Site_header
\* ------------------------------------------------------------ */

/*  Site_header--alt  */
/* .site_header--alt .logo-wrap a {
	pointer-events: none;
} */

.site_header--alt .header__nav {
	display: flex;
	align-items: center;
}

@media(max-width: 1199px){
	.site_header--alt .header__nav {
		display: block;
	}

	.site_header--alt .nav {
		margin-top: 57px;
		margin-left: 35px;
	}
}

@media(max-width: 767px){
	.site_header--alt .nav {
		margin: 38px 15px 0;
	}

	.site_header--alt .nav > .menu > li + li {
		margin-top: 24px;
	}
}

.site_header--alt .nav + .header__btn {
	margin-left: 24px;
}

@media(max-width: 1199px){
	.site_header--alt .nav + .header__btn {
		margin-left: 35px;
		margin-top: 30px;
	}
}

@media(max-width: 767px){
	.site_header--alt .nav + .header__btn {
		margin: 34px 15px 0;
	}
}

@media(max-width: 1199px){
	body.page-template-page-landing .site-container:before {
		margin-top: 0;
	}
}

/* ------------------------------------------------------------ *\
	Btn-dark
\* ------------------------------------------------------------ */

.btn-dark {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	background-color: #000;
	text-transform: capitalize;
	padding: 12px 23px;
	transition: background, color;
	transition-duration: .3s;
	display: inline-block;
}

@media(max-width: 767px){
	.btn-dark {
		display: block;
		text-align: center;
	}
}

.btn-dark:hover {
	color: #fff;
	background: #08424E ;
}

.btn-dark:focus {
	color: #fff;
}

/* ------------------------------------------------------------ *\
	Section-info
\* ------------------------------------------------------------ */

.section-info {
	position: relative;
	min-height: 795px;
	padding: 25px 0;
	display: flex;
	align-items: center;
}

@media(max-width: 767px){
	.section-info {
		align-items: flex-start;
		padding: 34px 0 29px;
	}
}

.section-info .section__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.section-info .section__bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #070606;
}

.section-info .section__bg img {
	opacity: .2;
}

.section-info .section__content {
	position: relative;
	width: 100%;
}

.section-info .section__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
}

@media(max-width: 1024px){
	.section-info .section__inner {
		display: block;
	}
}

.section-info .section__main {
	flex: 0 1 522px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 38px;
}

@media(max-width: 1024px){
	.section-info .section__main {
		padding-bottom: 20px;
	}
}

@media(max-width: 767px){
	.section-info .section__main {
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 34px;
	}
}

.section-info .section__subtitle {
	color: #CEB8A8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media(max-width: 767px){
	.section-info .section__subtitle {
		font-size: 16px;
		line-height: 1.25;
	}
}

.section-info .section__subtitle + .section__title {
	margin-top: 15px;
}

@media(max-width: 767px){
	.section-info .section__subtitle + .section__title {
		margin-top: 11px;
	}
}

.section-info .section__title {
	color: #fff;
	font-size: 57px;
	line-height: 1.33;
	font-weight: 500;
	font-family: 'PlayfairDisplay-Regular';
	margin-bottom: 0;
	letter-spacing: .005em;
}

@media(max-width: 1024px){
	.section-info .section__title {
		font-size: 40px;
	}
}

@media(max-width: 767px){
	.section-info .section__title {
		font-size: 34px;
		line-height: 1.32;
		letter-spacing: .039em;
	}
}

.section-info .section__address {
	font-size: 22px;
	line-height: 1.41;
	font-weight: 400;
	color: #fff;
	font-style: normal;
	margin-top: 23px;
}

@media(max-width: 767px){
	.section-info .section__address {
		font-size: 16px;
		line-height: 1.25;
		margin-top: 11px;
	}
}

.section-info .section__dates {
	color: #CEB8A8;
	font-size: 22px;
	line-height: 1.23;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
}

@media(max-width: 767px){
	.section-info .section__dates {
		font-size: 16px;
		line-height: 1.25;
		margin-top: 11px;
	}
}

.section-info .section__dates p:last-child {
	margin-bottom: 0;
}

.section-info .section__body {
	color: #fff;
	font-size: 18px;
	line-height: 1.39;
	font-weight: 400;
	margin-top: 28px;
}

@media(max-width: 767px){
	.section-info .section__body {
		display: none;
	}
}

.section-info .section__body p:last-child {
	margin-bottom: 0;
}

.section-info .section__aside {
	flex: 0 1 682px;
	/*overflow: hidden;
	transform: translateZ(0px);
	border-radius: 10px;*/
}

@media(max-width: 1313px){
	.section-info .section__aside {
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
	}
}

@media(max-width: 1024px){
	.section-info .section__aside {
		background-color: transparent;
	}
}

@media(max-width: 689px){
	.section-info .section__aside {
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
	}
}

/* ------------------------------------------------------------ *\
	Calendly
\* ------------------------------------------------------------ */

.calendly-inline-widget {
	height: 698px !important;
	overflow-y: hidden !important;
}

@media(max-width: 1313px){
	.calendly-inline-widget {
		height: 600px !important;
	}
}

@media(max-width: 1024px){
	.calendly-inline-widget {
		height: 700px !important;
	}
}

@media(max-width: 689px){
	.calendly-inline-widget {
		height: 601px !important;
	}
}

.calendly-inline-widget iframe {
	border-radius: 10px;
}

/* ------------------------------------------------------------ *\
	Featured-logos-slider
\* ------------------------------------------------------------ */

.featured-logos-slider {
	padding: 40px 0;
	text-align: center;
}

@media(max-width: 767px){
	.featured-logos-slider {
		padding: 27px 0;
	}
}

.featured-logos-slider .swiper-wrapper {
	transition-timing-function: linear !important; 
}

.featured-logos-slider .slider__slide  {
	pointer-events: none; 
}

@media (max-width: 767px) {
	.featured-logos-slider .slider__slide {
		width: 121px;
	}
}

.homepage-slider:has( + .featured-logos-slider.has-gray-bg ) .slick-dotted.slick-slider {
	margin-bottom: 0;
}



/* ------------------------------------------------------------ *\
	Featured-logo
\* ------------------------------------------------------------ */

.featured-logo {
	width: 121px;
	height: 121px;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.featured-logo img {
	width: 100%;
/*	object-fit: contain;*/
	height: 100%;
	vertical-align: top;
}

/* ------------------------------------------------------------ *\
	Section-benefits
\* ------------------------------------------------------------ */

.section-benefits {
	background-color: #F4F1EF;
	padding: 60px 0;
}

@media(max-width: 767px){
	.section-benefits {
		padding: 40px 0;
	}
}

.section-benefits .section__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 50px;
}

@media(max-width: 1024px){
	.section-benefits .section__inner {
		column-gap: 25px;
	}
}

@media(max-width: 767px){
	.section-benefits .section__inner {
		display: block;
	}
}

.section-benefits .section__media {
	flex: 0 1 598px;
	max-width: 598px;
}

@media(max-width: 1024px){
	.section-benefits .section__media {
		flex: 0 1 50%;
		width: 50%;
	}
}

@media(max-width: 767px){
	.section-benefits .section__media {
		position: relative;
		width: 100%;
		aspect-ratio: 335 / 337;
	}
}

.section-benefits .section__media img {
	vertical-align: top;
}

@media(max-width: 767px){
	.section-benefits .section__media img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
	}
}

@media(max-width: 767px){
	.section-benefits .section__media + .section__content {
		margin-top: 40px;
	}
}

.section-benefits .section__content {
	flex: 0 1 642px;
}

@media(max-width: 1024px){
	.section-benefits .section__content {
		flex: 0 1 50%;
		width: 50%;
		padding-top: 0;
	}
}

@media(max-width: 767px){
	.section-benefits .section__content {
		width: 100%;
	}
}

.section-benefits .section__item + .section__item {
	margin-top: 25px;
}

@media(max-width: 767px){
	.section-benefits .section__item + .section__item {
		margin-top: 28px;
	}
}

.section-benefits .section__items + .section__actions {
	margin-top: 38px;
}

@media(max-width: 767px){
	.section-benefits .section__items + .section__actions {
		margin-top: 36px;
	}
}

.section-benefits .section__entry {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;
	color: #646464;
	margin-bottom: 40px;
}

.section-benefits .section__entry:last-child {
	margin-bottom: 0;
}

.section-benefits .section__entry p {
	margin-bottom: 32px;
}

.section-benefits .section__entry p:last-child {
	margin-bottom: 0;
}

.section-benefits .section__entry h2 {
	font-size: 45px;
	line-height: 1.22;
	font-family: 'PlayfairDisplay-Bold', serif;
	font-weight: 700;
	margin-bottom: 40px;
	color: #070606;
}

@media (max-width: 1023px) {
	.section-benefits .section__entry {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.section-benefits .section__entry h2 {
		margin-bottom: 20px;
	}

	.section-benefits .section__entry p {
		margin-bottom: 15px;
	}
}

@media(max-width: 767px){
	.section-benefits .section__entry h2 {
		font-weight: 700;
		font-size: 34px;
		line-height: 1.3235;
	}

	.section-benefits .section__entry {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 40px;
	}
	
	.section-benefits .section__entry p {
		margin-bottom: 25px;
	}
}

.section-benefits .btn-dark {
	min-width: 209px;
	text-align: center;
}

/* ------------------------------------------------------------ *\
	Card-benefit
\* ------------------------------------------------------------ */

.card-benefit {
	display: flex;
}

@media(max-width: 767px){
	.card-benefit {
		display: block;
		text-align: center;
	}
}

.card-benefit .card__img {
	flex: 0 0 90px;
	align-self: flex-start;
	aspect-ratio: 1;
}

@media(max-width: 1024px){
	.card-benefit .card__img {
		flex: 0 0 60px;
	}
}

@media(max-width: 767px){
	.card-benefit .card__img {
		max-width: 60px;
		width: 100%;
		margin: 0 auto;
	}
}

@media(max-width: 767px){
	.card-benefit .card__img + .card__content {
		margin-top: 8px;
	}
}

.card-benefit .card__content {
	margin-left: 16px;
}

@media(max-width: 767px){
	.card-benefit .card__content {
		margin-left: 0;
	}
}

.card-benefit .card__content .card__head h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 1.42;
	font-weight: 700;
	margin-bottom: 0;
}

.card-benefit .card__content .card__head + .card__body {
	margin-top: 7px;
}

@media(max-width: 767px){
	.card-benefit .card__content .card__head +  .card__body {
		margin-top: 0;
	}
}

.card-benefit .card__content .card__body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #646464;
	font-weight: 400;
}


/* ------------------------------------------------------------ *\
	Section-featured-dresses
\* ------------------------------------------------------------ */

.section-featured-dresses {
	padding: 40px 0 60px;
	text-align: center;
}

@media(max-width: 767px){
	.section-featured-dresses {
		padding: 19px 0 32px;
	}

	.section-featured-dresses:not(:has(.section__actions)) {
		padding-bottom: 0;
	}
}

.section-featured-dresses .section__head h2 {
	font-size: 45px;
	line-height: 1.34;
	font-family: 'PlayfairDisplay-Bold', serif;
	font-weight: 700;
	margin-bottom: 0;
	color: #070606;
}

@media(max-width: 767px){
	.section-featured-dresses .section__head h2 {
		font-weight: 700;
		font-size: 26px;
		line-height: 115%;
		max-width: 90%;
		margin: 0 auto;
	}
}

.section-featured-dresses .section__head + .section__content {
	margin-top: 39px;
}

@media(max-width: 767px){
	.section-featured-dresses .section__head + .section__content {
		margin-top: 20px;
	}
}

.section-featured-dresses .section__actions .btn-dark {
	min-width: 263px;
}

@media (max-width: 767px) {
	.section-featured-dresses .section__actions .btn-dark {
		display: inline-block;
		width: auto;
	}
}

.section-featured-dresses + .meet-tina {
	margin-top: 25px;
}

/* ------------------------------------------------------------ *\
	Slider-featured-dresses
\* ------------------------------------------------------------ */

.slider-featured-dresses .slider__clip {
	max-width: 1319px;
	width: 100%;
	margin: 0 auto;
	padding: 0 8.864% 40px;
	position: relative;
}

@media(max-width: 1024px){
	.slider-featured-dresses .slider__clip {
		padding: 0 0 88px;
	}
}

.slider-featured-dresses .slider__slides{
	display: flex;
	margin: 0 -20px;
	position: static;
}

.slider-featured-dresses .slider__slide {
	flex: 0 1 33.33%;
	max-width: 33.33%;
	padding: 0 20px;
}

.slider-featured-dresses .slider__slide:focus {
	outline: 0;
}

.slider-featured-dresses .slick-arrow {
	width: 40px;
	height: 40px;
	left: 7px;
	top: 45%;
}

.slider-featured-dresses .slick-arrow:before {
	content: '';
	background-image: url('.././images/circle-arrow-left.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	transition: opacity .3s;
}

.slider-featured-dresses .slick-arrow:after {
	content: '';
	background-image: url('.././images/circle-arrow-left-colored.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	transition: opacity .3s;
	opacity: 0;
}

.slider-featured-dresses .slick-arrow:hover:before {
	opacity: 0;
}

.slider-featured-dresses .slick-arrow:hover:after {
	opacity: 1;
}

.slider-featured-dresses .slick-next {
	left: auto;
	right: 7px;
}

.slider-featured-dresses .slick-next:before {
	content: '';
	background-image: url('.././images/circle-arrow-right.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slider-featured-dresses .slick-next:after {
	content: '';
	background-image: url('.././images/circle-arrow-right-colored.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slider-featured-dresses .slick-arrow.slick-disabled {
	pointer-events: none;
	opacity: .5;
}

@media (max-width: 1024px) {
	.slider-featured-dresses .slick-arrow {
		bottom: 24px;
		top: auto;
		transform: translate(0, 0);
	}

	.slider-featured-dresses .slick-prev {
		left: calc(50% - 57px);
	}

	.slider-featured-dresses .slick-next {
		left: calc(50% + 15px);
	}
}


.slider-featured-dresses .slick-dots {
	bottom: 0;
	left: 0;
	margin: 0;
}

.slider-featured-dresses .slick-dots li {
	width: 18px;
	margin: 0 8px;
}

.slider-featured-dresses .slick-dots li button {
	padding: 0;
}

.slider-featured-dresses .slick-dots li button:before {
	color: #D7D7D7;
	font-size: 14px;
	opacity: 1;
	transition: color .3s;
}

@media(max-width: 767px){
	.slider-featured-dresses .slick-dots li button:before {
		font-size: 16px;
	}
}

.slider-featured-dresses .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #8B8B8B;
}

@media(min-width: 1024px){
	.slider-featured-dresses .slick-dots li:hover button:before {
		opacity: 1;
		color: #8B8B8B;
	}
}

/* ------------------------------------------------------------ *\
	Card-featured-dress
\* ------------------------------------------------------------ */

.card-featured-dress {
	position: relative;
	width: 100%;
	aspect-ratio: 335 / 529;
	display: flex;
	align-items: flex-end;
	padding: 31px 41px;
	border-radius: 6px;
	overflow: hidden;
}

@media(max-width: 767px){
	.card-featured-dress {
		padding: 28px;
	}
}

.card-featured-dress:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.45%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 3;
}

.card-featured-dress .card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.card-featured-dress .card__img img {
	z-index: 2;
	opacity: .8;
	transition: opacity .3s;
}

.card-featured-dress .card__content {
	position: relative;
	max-width: 253px;
	margin: 0 auto;
	z-index: 4;
	color: #fff;
}

.card-featured-dress .card__head h3 {
	color: inherit;
	font-family: "PlayfairDisplay-Semibold", sans-serif;
	font-size: 30px;
	line-height: 1.33;
	letter-spacing: .06em;
	font-weight: 600;
	margin-bottom: 0;
}

.card-featured-dress .card__head + .card__body {
	margin-top: 3px;
}

.card-featured-dress .card__body {
	font-size: 12px;
	line-height: 1.25;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

/* ------------------------------------------------------------ *\
	Section-testimonials
\* ------------------------------------------------------------ */

.section-testimonials {
	background-color: #F4F1EF;
	padding: 80px 0 76px;
}

@media(max-width: 767px){
	.section-testimonials {
		padding: 35px 0 36px;
	}
}

/* ------------------------------------------------------------ *\
	Slider-testimonials
\* ------------------------------------------------------------ */

.slider-testimonials .slider__clip {
	max-width: 1319px;
	width: 100%;
	margin: 0 auto;
	padding: 0 8.864% 58px;
	position: relative;
}

@media(max-width: 1024px){
	.slider-testimonials .slider__clip {
		padding: 0 0 58px;
	}
}

@media(max-width: 767px){
	.slider-testimonials .slider__clip {
		padding: 0 0 67px;
	}
}

.slider-testimonials .slider__slides{
	margin: -20px;
	position: static;
}

.slider-testimonials .slider__slide {
	padding: 20px;
}

.slider-testimonials .slider__slide:focus {
	outline: 0;
}

.slider-testimonials .slick-arrow {
	width: 40px;
	height: 40px;
	left: 11px;
	top: 46%;
}

.slider-testimonials .slick-arrow:before {
	content: '';
	background-image: url('.././images/circle-arrow-left.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	transition: opacity .3s, filter .3s;
}

.slider-testimonials .slick-arrow:hover:before {
	filter: drop-shadow(0 0 10px #8B8B8B);
}

.slider-testimonials .slick-next {
	left: auto;
	right: 11px;
}

.slider-testimonials .slick-next:before {
	content: '';
	background-image: url('.././images/circle-arrow-right.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slider-testimonials .slick-arrow.slick-disabled {
	pointer-events: none;
	opacity: .5;
}

.slider-testimonials .slick-dots {
	bottom: 0;
	left: 0;
	margin: 0;
}

.slider-testimonials .slick-dots li {
	width: 18px;
	margin: 0 8px;
}

.slider-testimonials .slick-dots li button {
	padding: 0;
}

.slider-testimonials .slick-dots li button:before {
	color: #D7D7D7;
	font-size: 14px;
	opacity: 1;
	transition: color .3s;
}

.slider-testimonials .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #8B8B8B;
}

@media(min-width: 1024px){
	.slider-testimonials .slick-dots li:hover button:before  {
		opacity: 1;
		color: #8B8B8B;
	}
}

/* ------------------------------------------------------------ *\
	Card-testimonial
\* ------------------------------------------------------------ */

.card-testimonial {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	align-items: center;
	padding: 32px 60px;
}

@media(max-width: 767px){
	.card-testimonial {
		flex-direction: column;
		text-align: center;
		padding: 32px 18px;
	}
}

.card-testimonial .card__img {
	flex: 0 1 322px;
	aspect-ratio: 322 / 323;
	border-radius: 50%;
}

@media(max-width: 767px){
	.card-testimonial .card__img {
		flex-basis: auto;
		max-width: 299px;
		width: 100%;
		margin: 0 auto;
		aspect-ratio: 1;
		order: 2;
		margin-top: 23px;
	}
}

.card-testimonial .card__img img {
	border-radius: inherit;
}

.card-testimonial .card__content {
	flex: 0 1 603px;
	padding: 29px 0 27px;
}

@media(max-width: 767px){
	.card-testimonial .card__content {
		order: 1;
		flex-basis: auto;
		padding: 0 2px;
	}
}

.card-testimonial .card__body {
	color: #646464;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	line-height: 1.44;
	font-weight: 400;
}

@media(max-width: 1024px){
	.card-testimonial .card__body {
		font-size: 20px;
	}
}

@media(max-width: 767px){
	.card-testimonial .card__body {
		font-size: 16px;
		line-height: 1.38;
	}
}

.card-testimonial .card__body p:last-child {
	margin-bottom: 0;
}

.card-testimonial .card__body + .card__head {
	margin-top: 23px ;
}

@media(max-width: 767px){
	.card-testimonial .card__body + .card__head {
		margin-top: 14px;
	}
}

.card-testimonial .card__head h4 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 0;
}

@media(max-width: 767px){
	.card-testimonial .card__head h4 {
		font-size: 16px;
	}
}

.card-testimonial .card__subhead h5 {
	font-family: 'Montserrat', sans-serif;
	color: #999CA8;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0;
}

@media(max-width: 767px){
	.card-testimonial .card__subhead h5 {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
	padding: 54px 0 56px;
}

@media(max-width: 767px){
	.footer {
		padding: 38px 0 56px;
	}
}

.footer .footer__cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}

@media(max-width: 767px){
	.footer .footer__cols {
		display: block;
	}
}

.footer .footer__col {
	flex: 0 1 50%;
}

/*  Footer__col--size-1  */
.footer .footer__col--size-1 {
	flex: 0 1 197px;
}

/*  Footer__col--size-2  */
.footer .footer__col--size-2 {
	flex: 0 1 474px;
}

/*  Footer__col--size-auto  */
.footer .footer__col--size-auto {
	flex: 0 1 auto;
}

@media(max-width: 767px){
	.footer .footer__col + .footer__col {
		margin-top: 20px;
	}
}

.footer .footer__logo-wrapper {
	max-width: 197px;
}

@media(max-width: 767px){
	.footer .footer__logo-wrapper {
		margin: 0 auto;
	}
}

.footer .footer__logo-wrapper .footer__logo {
	max-width: 100%;
	height: auto;
}

.footer .footer__slogan {
	text-align: center;
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #383735;
}

@media(max-width: 575px){
	.footer .footer__slogan {
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}
}

.footer .footer__slogan p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Social-icons
\* ------------------------------------------------------------ */

.social-icons {
	display: flex;
	align-items: center;
}

@media(max-width: 767px){
	.social-icons {
		justify-content: center;
		padding-top: 4px;
	}
}

.social-icons .icon + .icon {
	margin-left: 10px;
}

/* ------------------------------------------------------------ *\
	Icon
\* ------------------------------------------------------------ */

.icon a{
	display: block;
}

.icon a img {
	flex-shrink: 0;
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	object-fit: contain;
	vertical-align: top;
	filter: invert(18%) sepia(53%) saturate(523%) hue-rotate(148deg) brightness(97%) contrast(88%);
	transition: filter .3s;
}

.icon a:hover img {
	filter: none;
}

/* ------------------------------------------------------------ *\
	Hero Featured
\* ------------------------------------------------------------ */

.hero-featured {
	color: #fff;
}

.hero-featured * {
	box-sizing: border-box;
}

.hero-featured .hero__inner {
	position: relative;
	transform: translateZ(0);
	padding: 60px 0;
	height: auto !important;
}

.hero-featured .hero__bg,
.hero-featured .hero__bg:after,
.hero-featured .hero__bg img  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -5;
}

.hero-featured .hero__bg:after {
	content: '';
	background: linear-gradient(90deg, rgba(7, 6, 6, .94), rgba(7, 6, 6, .76), rgba(7, 6, 6, .0));
	z-index: 5;
}

.hero-featured .hero__bg * {
	width: 100%;
	height: 100%;
}

.hero-featured .hero__bg img {
	object-fit: cover;
}

.hero-featured .hero__content {
	max-width: 528px;
}

.hero-featured .hero__entry {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	font-family: Montserrat, sans-serif;
}

.hero-featured .hero__entry a {
	display: inline-block;
	color: inherit;
}

.hero-featured .hero__entry a:hover {
	text-decoration: underline;
}

.hero-featured .hero__entry h2 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 57px;
	line-height: 1.16;
	font-family: 'PlayfairDisplay-Regular', serif;
}

.hero-featured .hero__entry p {
	margin-bottom: 25px;
}

.hero-featured .hero__entry h2:last-child,
.hero-featured .hero__entry p:last-child {
	margin-bottom: 0;
}

.hero-featured .hero__list {
	margin-top: 40px;
}

.hero-featured .hero__actions {
	margin-top: 40px;
}

@media(max-width: 767px){
	.hero-featured {
		text-align: center;
	}

	.hero-featured .hero__bg:after {
		background: rgba(0, 0, 0, 0.8);
	}

	.hero-featured .hero__inner {
		display: flex;
		align-items: center;
	}

	.hero-featured .hero__content {
		margin: 0 auto;
	}

	.hero-featured .hero__entry {
		font-size: 16px;
	}

	.hero-featured .hero__entry h2 {
		font-size: 34px;
	}
}

/* ------------------------------------------------------------ *\
	List Numbers
\* ------------------------------------------------------------ */

.list-numbers {
	font-weight: 500;
	font-size: 21px;
	line-height: 1.2;
	font-family: Montserrat, sans-serif;
	text-align: left;
}

.list-numbers ol {
	counter-reset: numbers;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-numbers li {
	counter-increment: numbers;
	position: relative;
	list-style-type: none !important;
	padding-left: 73px;
}

.list-numbers li + li {
	margin-top: 28px;
}

.list-numbers li:before {
	content: counter(numbers);
	position: absolute;
	top: -13px;
	left: 0;
	color: #90857E;
	font-size: 40px;
	width: 40px;
	text-align: center;
	font-family: 'PlayfairDisplay-Regular', serif;
	font-style: italic;
	line-height: 1;
}

@media(max-width: 767px){
	.list-numbers  {
		font-size: 18px;
		display: flex;
		justify-content: center;
	}

	.list-numbers li {
		padding-left: 50px;
	}

	.list-numbers li:before {
		font-size: 36px;
		top: -15px;
	}
}

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */

.btn {
	display: inline-block;
	appearance: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	min-width: 215px;
	padding: 12px 24px;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	font-family: Montserrat, sans-serif;
	background: #fff;
	transition: background, color;
	transition-duration: .3s;
}

.btn:hover {
	background: #08424E;
	color: #fff;
}
