/* Start:/local/templates/instyle_2021/components/instyle/main.page/.default/style.css?164021249346675*/
#page > section {
	position: relative;
	width: 100%;
}

#page > section .item {
	position: relative;
}

#page > section .item a:hover {
	text-decoration: underline;
}

#page > section .item .image {
	display: block;
	position: relative;
}

#page > section .item picture {
	position: relative;
	background-color: rgba(73, 71, 71, .05);
	background-image: url('/local/assets/icons/photo-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;
	overflow: hidden;
}

#page > section .item picture > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#page > section .item picture > img.horizontal {
	width: 100%;
	height: unset;
}

#page > section .item picture > img.vertical {
	width: unset;
	height: 100%;
}

#page > section[data-type="popular"] {
	display: flex;
	margin-bottom: 30px;
}

#page > section[data-type="popular"] > .item {
	display: flex;
	width: 33.333333%;
	margin-right: 40px;
	flex: 1 1 auto;
	align-items: center;
}

#page > section[data-type="popular"] > .item:last-child {
	margin-right: 0;
}

@media (max-width: 879.98px) {
	#page > section[data-type="popular"] > .item {
		flex-direction: column;
		margin-right: 10px;
		text-align: center;
	}
}

#page > section[data-type="popular"] > .item > a:last-child {
	margin-right: 0;
}

#page > section[data-type="popular"] > .item > a.image {
	margin-right: 15px;
}

@media (max-width: 879.98px) {
	#page > section[data-type="popular"] > .item > a.image {
		margin-right: 0;
		margin-bottom: 15px;
	}
}



#page > section[data-type="popular"] > .item > a > picture {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
}

#page > section[data-type="popular"] > .item > a > picture > img {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: unset !important;
}

#page > section[data-type="popular"] > .item > h4 {
	margin: 0;
}

#page > section[data-type="popular"] > .item > h4 > a {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #494747;
	text-decoration: none;
}





#page > section[data-type="actual"] {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#page > section[data-type="actual"] > header {
	width: 100%;
	margin-bottom: 15px;
	flex: 0 0 auto;
	order: 1;
}

#page > section[data-type="actual"] > header > h2 {
	margin: 0;
	font-family: Boita;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.05em;
	color: #494747;
	text-transform: lowercase;
}

#page > section[data-type="actual"] .item {
	position: relative;
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .item {
		margin-bottom: 30px;
	}
}

#page > section[data-type="actual"] .wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .wrapper {
		flex-direction: column;
		position: relative;
	}
}

#page > section[data-type="actual"] .item picture img {
	vertical-align: top;
}

#page > section[data-type="actual"] .item[data-position="1"] {
	width: 100%;
	padding-bottom: 62.245%;
	flex: 0 0 auto;
	order: 0;
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] {
		padding-bottom: 0;
	}
}

#page > section[data-type="actual"] .item[data-position="1"] .image {
	width: 50%;
	flex: 0 0 auto;
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .image {
		width: 100vw;
		padding-bottom: 62.86%;
		margin: 0 -15px 5px -15px;
	}
}

#page > section[data-type="actual"] .item[data-position="1"] .image > picture {
	height: 100%;
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .image > picture {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

#page > section[data-type="actual"] .item[data-position="1"] .image > picture > .horizontal {
	display: none !important;
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .image > picture > .vertical {
		display: none !important;
	}
	
	#page > section[data-type="actual"] .item[data-position="1"] .image > picture > .horizontal {
		display: block !important;
	}
}

#page > section[data-type="actual"] .item[data-position="1"] .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 77%;
	padding: 23px;
	box-sizing: border-box;
	flex: 0 0 auto;
}

@media (max-width: 949.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title {
		height: 60%;
	}
}

@media (max-width: 799.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title {
		height: 100%;
	}
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title {
		width: 100%;
		padding: 0;
		height: unset;
	}
}


#page > section[data-type="actual"] .item[data-position="1"] .title > h3 {
	margin: 0 0 15px 0;
	padding-right: 20px;
}

#page > section[data-type="actual"] .item[data-position="1"] .title > h3 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.05em;
	color: #494747;
	text-decoration: none;
}

@media (max-width: 949.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title > h3 > a {
		font-size: 42px;
		line-height: 46px;
	}
}

@media (max-width: 899.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title > h3 > a {
		font-size: 38px;
		line-height: 42px;
	}
}

@media (max-width: 849.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title > h3 > a {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (max-width: 799.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title > h3 > a {
		line-height: 42px;
	}
}

@media (max-width: 767.98px) {
	#page > section[data-type="actual"] .item[data-position="1"] .title > h3 > a {
		font-size: 24px;
		line-height: 31px;
	}
}

#page > section[data-type="actual"] .item[data-position="1"] .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="actual"] > .offset {
	display: flex;
	width: 78.22%;
	margin: -140px 0 14px auto;
	padding: 16px;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	z-index: 2;
}

@media (max-width: 799.98px) {
	#page > section[data-type="actual"] > .offset {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
}

@media (max-width: 575.98px) {
	#page > section[data-type="actual"] > .offset {
		flex-wrap: wrap;
	}
}

#page > section[data-type="actual"] > .offset .item {
	width: 33.333333%;
	flex: 0 0 auto;
}

@media (max-width: 575.98px) {
	#page > section[data-type="actual"] > .offset .item {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}
}

#page > section[data-type="actual"] > .offset .item .image {
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding-bottom: 124.49%;
}

@media (max-width: 575.98px) {
	#page > section[data-type="actual"] > .offset .item .image {
		width: 37.975%;
		flex: 0 0 auto;
		padding-bottom: 46.38%;
		margin: 0 10px 0 0;
	}
}

#page > section[data-type="actual"] > .offset .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="actual"] > .offset .item .image picture > .horizontal {
	display: none !important;
}

#page > section[data-type="actual"] > .offset .item .title > h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

@media (max-width: 575.98px) {
	#page > section[data-type="actual"] > .offset .item .title > h3 {
		padding-right: 0;
	}
}

#page > section[data-type="actual"] > .offset .item .title > h3 > a {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="actual"] > .offset .item .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}

#page > section > .slider {
	display: flex;
	flex: 0 0 auto;
	position: relative;
	width: 100%;
	order: 3;
	overflow: hidden;
	touch-action: auto !important;
	-ms-touch-action: auto !important;
}

#page > section > .slider > .slide {
	display: flex;
	width: 100%;
	flex: 0 0 auto;
	flex-wrap: wrap;
	opacity: 0;
	transition: all .6s;
}

#page > section > .slider > .slide.active {
	opacity: 1;
}

#page > section > .slider > .slide .item {
	width: 25%;
	margin-bottom: 20px;
	flex: 0 0 auto;
}

@media (max-width: 767.98px) {
	#page > section > .slider > .slide .item {
		width: 33.333333%;
	}
	
	#page > section > .slider.lite > .slide .item {
		width: 50%;
	}
}

@media (max-width: 575.98px) {
	#page > section > .slider > .slide .item {
		width: 50%;
	}
}

#page > section > .slider > .slide .item .image {
	position: relative;
	display: flex;
	margin-bottom: 14px;
	padding-bottom: 62.86%;
}

#page > section > .slider > .slide .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section > .slider > .slide .item .image picture > .vertical {
	display: none !important;
}

#page > section > .slider > .slide .item .title > h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#page > section > .slider > .slide .item .title > h3 > a {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #494747;
	text-decoration: none;
}

#page > section > .slider > .slide .item .title > .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #494747;
	text-decoration: none;
}

#page > section > .slider > .slide .buttons {
	display: flex;
	width: 25%;
	align-items: flex-start;
	transition: all .1s;
	opacity: 0;
}

@media (max-width: 767.98px) {
	#page > section > .slider > .slide .buttons {
		width: 33.333333%;
		margin-left: auto;
	}
	
	#page > section > .slider.lite > .slide .buttons {
		width: 50%;
		margin-left: auto;
	}
}

@media (max-width: 575.98px) {
	#page > section > .slider > .slide .buttons {
		width: 50%;
	}
}

#page > section > .slider > .slide.active .buttons {
	opacity: 1;
}

#page > section > .slider > .slide .buttons > button {
	width: 31.43%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex: 0 0 auto;
}

#page > section > .slider > .slide .buttons > button img {
	width: 100%;
	vertical-align: top;
}

#page > section > .slider > .slide .buttons > .prev {
	margin-left: 20px;
	transform: rotate(-180deg);
}

#page > section > .slider > .slide:first-child .buttons > .prev {
	display: none;
}

#page > section > .slider > .slide .buttons > .next {
	margin-left: auto;
}

#page > section > .slider > .slide:last-child .buttons > .next {
	display: none;
}



#page > section[data-type="mix"] .item {
	margin: 0 33px;
}

@media (max-width: 999.98px) {
	#page > section[data-type="mix"] .item {
		margin: 0 10px;
	}
}

#page > section[data-type="mix"] > .slider {
	padding: 0 65px;
	box-sizing: border-box;
	touch-action: auto !important;
	-ms-touch-action: auto !important;
}

@media (max-width: 799.98px) {
	#page > section[data-type="mix"] > .slider {
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 0;
		overflow: auto;
		align-items: flex-start;
		justify-content: flex-start;
	}
}

#page > section[data-type="mix"] > .slider > .slide {
	justify-content: center;
	box-sizing: border-box;
}

@media (max-width: 799.98px) {
	#page > section[data-type="mix"] > .slider > .slide {
		width: 680px;
		flex: 0 0 auto;
		align-items: flex-start;
		justify-content: flex-start;
		display: flex !Important;
		opacity: 1 !important;
		flex-wrap: nowrap;
	}
	
	#page > section[data-type="mix"] .item {
		margin: 0;
		width: 33.333333% !important;
		flex: 1 0 auto !important;
	}
}


#page > section[data-type="mix"] .item .image {
	width: 135px;
	padding-bottom: 135px !important;
	margin: 0 auto 5px auto;
	border-radius: 50%;
	overflow: hidden;
}

#page > section[data-type="mix"] .item .title > h4 {
	margin: 0 0 5px 0;
	text-align: center;
}

#page > section[data-type="mix"] .item .title > h4 > a {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

#page > section[data-type="mix"] .item .text {
	margin: 0 0 15px 0;
	font-family: Boita;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #494747;
}

#page > section[data-type="mix"] .item .counts {
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-decoration-line: underline;
	color: #494747;
}

#page > section[data-type="mix"] > .buttons {
	padding: 0 15px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#page > section[data-type="mix"] > .buttons > button.prev, #page > section[data-type="mix"] > .buttons > button.next {
	width: 61px;
	height: 30px;
	position: sticky;
	top: 50%;
	padding: 0;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 10;
	left: 15px;
}

#page > section[data-type="mix"] > .buttons > button.prev img, #page > section[data-type="mix"] > .buttons > button.next img {
	width: 100%;
	height: 100%;
}

#page > section[data-type="mix"] > .buttons > button.prev {
	left: 15px;
}

#page > section[data-type="mix"] > .buttons > button.next {
	left: 100%;
	right: 15px;
}

@media (max-width: 799.98px) {
	#page > section[data-type="mix"] > .buttons {
		display: none;
	}
}



#page > section[data-type="beauty"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

#page > section[data-type="beauty"] > header {
	width: 100%;
	margin-bottom: 15px;
	flex: 0 0 auto;
	order: 0;
}

@media (max-width: 767.98px) {
	#page > section[data-type="beauty"] > header {
		margin-bottom: 20px;
	}
}

#page > section[data-type="beauty"] > header > h2 {
	margin: 0;
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -0.05em;
	text-transform: lowercase;
}

@media (max-width: 575.98px) {
	#page > section[data-type="beauty"] > header > h2 {
		font-size: 64px;
		line-height: 54px;
	}
}

#page > section[data-type="beauty"] > header > h2 > a {
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="beauty"] > .first {
	width: 50%;
	margin-bottom: 40px;
	order: 1;
}

@media (max-width: 767.98px) {
	#page > section[data-type="beauty"] > .first {
		width: 100%;
		order: 0;
	}
}

#page > section[data-type="beauty"] > .first .item .image {
	padding-bottom: 124.49%;
	margin-bottom: 15px;
}

@media (max-width: 767.98px) {
	#page > section[data-type="beauty"] > .first .item .image {
		margin: 0 -15px 15px -15px;
		width: 100vw;
	}
}

#page > section[data-type="beauty"] > .first .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="beauty"] > .first .item .image picture > .horizontal {
	display: none !important;
}

#page > section[data-type="beauty"] > .first .item .title h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#page > section[data-type="beauty"] > .first .item .title h3 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 31px;
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="beauty"] > .first .item .title > .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="beauty"] > .second {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-bottom: 40px;
	order: 0;
}

@media (max-width: 767.98px) {
	#page > section[data-type="beauty"] > .second {
		width: 100%;
	}
}

#page > section[data-type="beauty"] > .second .item {
	width: 50%;
	flex: 0 0 auto;
}

@media (max-width: 767.98px) {
	#page > section[data-type="beauty"] > .second .item:first-child {
		margin-bottom: 30px;
	}
	
	#page > section[data-type="beauty"] > .second .item:last-child {
		width: 100%;
		padding-right: 0 !important;
	}
}

#page > section[data-type="beauty"] > .second .item .image {
	padding-bottom: 124.49%;
	margin-bottom: 14px;
}

@media (max-width: 767.98px) {
	#page > section[data-type="beauty"] > .second .item:first-child .image {
		margin-left: -15px;
	}
	#page > section[data-type="beauty"] > .second .item:nth-child(2) .image {
		margin-right: -15px;
	}
}

#page > section[data-type="beauty"] > .second .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="beauty"] > .second .item .image picture > .horizontal {
	display: none !important;
}

#page > section[data-type="beauty"] > .second .item .title h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#page > section[data-type="beauty"] > .second .item .title h3 > a {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="beauty"] > .second .item .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="beauty"] > .second .item:last-child {
	width: 100%;
	margin-top: auto;
	padding-right: 40%;
	flex: 0 0 auto;
	box-sizing: border-box;
}

#page > section[data-type="beauty"] > .second .item:last-child .image {
	display: none;
}

#page > section[data-type="beauty"] > .second .item:last-child .title h3 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	color: #494747;
}

#page > section > .slider-header {
	width: 100%;
	margin-bottom: 10px;
	order: 2;
	
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #494747;
}

#page > section[data-type="beauty"] > .slider {
	width: 100%;
	order: 2;
}



#page > section[data-type="fashion"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#page > section[data-type="fashion"] > header {
	width: 100%;
	margin-bottom: 15px;
	flex: 0 0 auto;
	order: 0;
}

#page > section[data-type="fashion"] > header > h2 {
	margin: 0 0 10px 0;
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -0.05em;
	text-transform: lowercase;
}

@media (max-width: 575.98px) {
	#page > section[data-type="fashion"] > header > h2 {
		font-size: 64px;
		line-height: 54px;
	}
}

#page > section[data-type="fashion"] > header > h2 > a {
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="fashion"] .item {
	position: relative;
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .item {
		margin-bottom: 30px;
	}
}

#page > section[data-type="fashion"] .wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .wrapper {
		flex-direction: column;
		position: relative;
	}
}

#page > section[data-type="fashion"] .item picture img {
	vertical-align: top;
}

#page > section[data-type="fashion"] .item[data-position="1"] {
	width: 100%;
	padding-bottom: 62.245%;
	flex: 0 0 auto;
	order: 0;
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] {
		padding-bottom: 0;
	}
}

#page > section[data-type="fashion"] .item[data-position="1"] .image {
	width: 50%;
	flex: 0 0 auto;
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .image {
		width: 100vw;
		padding-bottom: 62.86%;
		margin: 0 -15px 5px -15px;
	}
}

#page > section[data-type="fashion"] .item[data-position="1"] .image > picture {
	height: 100%;
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .image > picture {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

#page > section[data-type="fashion"] .item[data-position="1"] .image > picture > .horizontal {
	display: none !important;
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .image > picture > .vertical {
		display: none !important;
	}
	
	#page > section[data-type="fashion"] .item[data-position="1"] .image > picture > .horizontal {
		display: block !important;
	}
}

#page > section[data-type="fashion"] .item[data-position="1"] .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 77%;
	padding: 23px;
	box-sizing: border-box;
	flex: 0 0 auto;
}

@media (max-width: 949.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title {
		height: 60%;
	}
}

@media (max-width: 799.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title {
		height: 100%;
	}
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title {
		width: 100%;
		padding: 0;
		height: unset;
	}
}

#page > section[data-type="fashion"] .item[data-position="1"] .title > h3 {
	margin: 0 0 15px 0;
	padding-right: 20px;
}

#page > section[data-type="fashion"] .item[data-position="1"] .title > h3 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.05em;
	color: #494747;
	text-decoration: none;
}

@media (max-width: 949.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title > h3 > a {
		font-size: 42px;
		line-height: 46px;
	}
}

@media (max-width: 899.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title > h3 > a {
		font-size: 38px;
		line-height: 42px;
	}
}

@media (max-width: 849.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title > h3 > a {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (max-width: 799.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title > h3 > a {
		line-height: 42px;
	}
}

@media (max-width: 767.98px) {
	#page > section[data-type="fashion"] .item[data-position="1"] .title > h3 > a {
		font-size: 24px;
		line-height: 31px;
	}
}

#page > section[data-type="fashion"] .item[data-position="1"] .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="fashion"] > .offset {
	display: flex;
	width: 78.22%;
	margin: -140px 0 15px auto;
	padding: 16px;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	z-index: 2;
}

@media (max-width: 799.98px) {
	#page > section[data-type="fashion"] > .offset {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
}

@media (max-width: 575.98px) {
	#page > section[data-type="fashion"] > .offset {
		flex-wrap: wrap;
	}
}

#page > section[data-type="fashion"] > .offset .item {
	width: 33.333333%;
	flex: 0 0 auto;
}

@media (max-width: 575.98px) {
	#page > section[data-type="fashion"] > .offset .item {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}
}

#page > section[data-type="fashion"] > .offset .item .image {
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding-bottom: 124.49%;
}

@media (max-width: 575.98px) {
	#page > section[data-type="fashion"] > .offset .item .image {
		width: 37.975%;
		flex: 0 0 auto;
		padding-bottom: 46.38%;
		margin: 0 10px 0 0;
	}
}

#page > section[data-type="fashion"] > .offset .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="fashion"] > .offset .item .image picture > .horizontal {
	display: none !important;
}

#page > section[data-type="fashion"] > .offset .item .title > h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

@media (max-width: 575.98px) {
	#page > section[data-type="fashion"] > .offset .item .title > h3 {
		padding-right: 0;
	}
}

#page > section[data-type="fashion"] > .offset .item .title > h3 > a {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="fashion"] > .offset .item .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}



#page > section[data-type="lifestyle"] {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#page > section[data-type="lifestyle"] > header {
	width: 100%;
	margin-bottom: 15px;
	flex: 0 0 auto;
	order: 0;
}

#page > section[data-type="lifestyle"] > header > h2 {
	margin: 0 0 10px 0;
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -0.05em;
	text-transform: lowercase;
}

@media (max-width: 575.98px) {
	#page > section[data-type="lifestyle"] > header > h2 {
		font-size: 64px;
		line-height: 54px;
	}
}

#page > section[data-type="lifestyle"] > header > h2 > a {
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="lifestyle"] .item {
	position: relative;
}

#page > section[data-type="lifestyle"] .wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
}

#page > section[data-type="lifestyle"] .item picture img {
	vertical-align: top;
}

#page > section[data-type="lifestyle"] > .item {
	width: 50%;
	margin-bottom: 20px;
}

@media (max-width: 575.98px) {
	#page > section[data-type="lifestyle"] > .item {
		width: 100%;
	}
}

#page > section[data-type="lifestyle"] > .item .image {
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding-bottom: 62.86%;
}

@media (max-width: 575.98px) {
	#page > section[data-type="lifestyle"] > .item .image {
		margin: 0 -15px 5px -15px;
		width: 100vw;
	}
}

#page > section[data-type="lifestyle"] > .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="lifestyle"] > .item .image picture > .vertical {
	display: none !important;
}

#page > section[data-type="lifestyle"] > .item .title > h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#page > section[data-type="lifestyle"] > .item .title > h3 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 31px;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="lifestyle"] > .item .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}



#page > section[data-type="stars"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#page > section[data-type="stars"] > header {
	width: 100%;
	margin-bottom: 15px;
	flex: 0 0 auto;
	order: 0;
}

#page > section[data-type="stars"] > header > h2 {
	margin: 0 0 10px 0;
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -0.05em;
	text-transform: lowercase;
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > header > h2 {
		font-size: 64px;
		line-height: 54px;
	}
}

#page > section[data-type="stars"] > header > h2 > a {
	color: #494747;
	text-decoration: none;
}

#page > section[data-type="stars"] .item {
	position: relative;
}

#page > section[data-type="stars"] .wrapper {
	display: flex;
	flex-direction: column;
}

#page > section[data-type="stars"] .item picture img {
	vertical-align: top;
}

#page > section[data-type="stars"] > .item {
	width: 100%;
	margin-bottom: 14px;
}

#page > section[data-type="stars"] > .item .image {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding-bottom: 62.86%;
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > .item .image {
		margin: 0 -15px 5px -15px;
		width: 100vw;
	}
}

#page > section[data-type="stars"] > .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="stars"] > .item .image picture > .vertical {
	display: none !important;
}

#page > section[data-type="stars"] > .item .title > h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#page > section[data-type="stars"] > .item .title > h3 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
	color: #494747;
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > .item .title > h3 > a {
		font-size: 24px;
		line-height: 31px;
	}
}

#page > section[data-type="stars"] > .item .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="stars"] > .quote {
	width: 50%;
	margin-top: auto;
	margin-bottom: 40px
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > .quote {
		width: 100%;
		order: 2;
	}
}

#page > section[data-type="stars"] > .quote > .decoration {
	margin-bottom: 15px;
}

#page > section[data-type="stars"] > .quote > .title {
	margin-bottom: 10px;
	padding-right: 20px;
}

#page > section[data-type="stars"] > .quote > .title > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	color: #494747;
	text-decoration: none;
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > .quote > .title > a {
		font-size: 30px;
		line-height: 36px;	
	}
}

#page > section[data-type="stars"] > .quote > .section {
	display: inline-block;
	margin-bottom: 15px;
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="stars"] > .quote > .author {
	display: flex;
	align-items: center;
}

#page > section[data-type="stars"] > .quote > .author > .photo {
	width: 70px;
	height: 70px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

#page > section[data-type="stars"] > .quote > .author > .name {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color: #494747;
}

#page > section[data-type="stars"] > .quote > .author > .photo > img {
	width: 100%;
}

#page > section[data-type="stars"] > .offset {
	display: flex;
	width: 50%;
	margin-bottom: 40px
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > .offset {
		width: 100%;
	}
}

#page > section[data-type="stars"] > .offset .item {
	width: 50%;
	flex: 0 0 auto;
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > .offset .item:first-child {
		width: calc(50% + 15px);
		margin-left: -15px;
	}
	
	#page > section[data-type="stars"] > .offset .item:last-child {
		width: calc(50% + 15px);
		margin-right: -15px;
	}
}

#page > section[data-type="stars"] > .offset .item .image {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding-bottom: 124.49%;
}

#page > section[data-type="stars"] > .offset .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="stars"] > .offset .item .image picture > .horizontal {
	display: none !important;
}

@media (max-width: 575.98px) {
	#page > section[data-type="stars"] > .offset .item .title {
		padding-left: 15px;
	}
}

#page > section[data-type="stars"] > .offset .item .title > h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#page > section[data-type="stars"] > .offset .item .title > h3 > a {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="stars"] > .offset .item .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}



#page > section[data-type="special"] {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#page > section[data-type="special"] > header {
	width: 100%;
	margin-bottom: 15px;
	flex: 0 0 auto;
	order: 0;
}

#page > section[data-type="special"] > header > h2 {
	margin: 0 0 10px 0;
}

#page > section[data-type="special"] > header > h2 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	text-decoration: none;
	color: #494747;
}

@media (max-width: 575.98px) {
	#page > section[data-type="special"] > header > h2 > a {
		font-size: 48px;
		line-height: 48px;
	}
}

#page > section[data-type="special"] .item {
	position: relative;
}

#page > section[data-type="special"] .wrapper {
	display: flex;
	flex-direction: column;
}

#page > section[data-type="special"] .item picture img {
	vertical-align: top;
}

#page > section[data-type="special"] > .item {
	width: 50%;
	margin-bottom: 20px;
}

@media (max-width: 575.98px) {
	#page > section[data-type="special"] > .item {
		width: 100%;
	}
}

#page > section[data-type="special"] > .item .image {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding-bottom: 62.86%;
}

@media (max-width: 575.98px) {
	#page > section[data-type="special"] > .item .image {
		width: 100vw;
		margin: 0 -15px 5px -15px;
	}
}

#page > section[data-type="special"] > .item .image picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page > section[data-type="special"] > .item .image picture > .vertical {
	display: none !important;
}

#page > section[data-type="special"] > .item .title > h3 {
	margin: 0 0 10px 0;
	padding-right: 20px;
}

#page > section[data-type="special"] > .item .title > h3 > a {
	font-family: Boita;
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
	color: #494747;
}

@media (max-width: 575.98px) {
	#page > section[data-type="special"] > .item .title > h3 > a {
		font-size: 24px;
		line-height: 31px;
	}
}

#page > section[data-type="special"] > .item .title .section {
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #494747;
}



#page > section[data-type="slider"] {
	margin-bottom: 20px;
}

#page > section[data-type="slider"][data-activity="false"] {
	opacity: .5;
}

#page > section[data-type="slider"] > header {
	width: 75%;
	margin-bottom: 30px;
	font-family: Boita;
	font-style: 300;
	font-weight: normal;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.05em;
	color: #494747;
}

@media (max-width: 767.98px) {
	#page > section[data-type="slider"] > header {
		width: 100%;
		font-size: 36px;
		line-height: 42px;
	}
}

#page > section[data-type="slider"] > .wrapper {
	position: relative;
}

@media (max-width: 767.98px) {
	#page > section[data-type="slider"] > .wrapper {
		display: flex;
		flex-wrap: wrap;
	}
}

#page > section[data-type="slider"] > .wrapper > .buttons {
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 60%;
	z-index: 9;
}

@media (max-width: 767.98px) {
	#page > section[data-type="slider"] > .wrapper > .buttons {
		display: none;
	}
}

#page > section[data-type="slider"] > .wrapper > .buttons > button.prev, #page > section[data-type="slider"] > .wrapper > .buttons > button.next {
	width: 61px;
	height: 30px;
	position: sticky;
	top: 50%;
	padding: 0;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 11;
	left: 15px;
}

#page > section[data-type="slider"] > .wrapper > .buttons > button.prev img, #page > section[data-type="slider"] > .wrapper > .buttons > button.next img {
	width: 100%;
	height: 100%;
}

#page > section[data-type="slider"] > .wrapper > .buttons > button.prev {
	left: 15px;
}

#page > section[data-type="slider"] > .wrapper > .buttons > button.next {
	left: 100%;
	right: 15px;
}

#page > section[data-type="slider"] > .wrapper > .slider {
	display: flex;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	#page > section[data-type="slider"] > .wrapper > .slider {
		margin: 0 -15px;
		width: 100vw;
	}
}

#page > section[data-type="slider"] > .wrapper .title {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 20%;
	background-color: rgb(255, 255, 255);
	z-index: 8;
}

@media (max-width: 767.98px) {
	#page > section[data-type="slider"] > .wrapper .title {
		position: relative;
		order: 2;
		width: 100%;
	}
}

#page > section[data-type="slider"] > .wrapper .title > .position {
	display: inline-block;
	margin-bottom: 10px;
	padding: 1px 5px;
	background: #494747;
	border-radius: 5px;
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
}

@media (max-width: 767.98px) {
	#page > section[data-type="slider"] > .wrapper .title > .position {
		display: block;
		width: max-content;
		margin-top: -35px;
		margin-bottom: 20px;
		background: #FFFFFF;
		color: #494747;
	}
}

#page > section[data-type="slider"] > .wrapper .title > .name {
	width: 100%;
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #494747;
}

#page > section[data-type="slider"] > .wrapper .title > .name.active {
	display: block !important;
}

#page > section[data-type="slider"] > .wrapper > .slider > .slide {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	position: relative;
	flex: 0 0 auto;
	box-sizing: border-box;
	transition: all .3s;
}

#page > section[data-type="slider"] > .wrapper > .slider > .slide > .image {
	width: 60%;
	margin-left: 20%;
	padding: 0 20px;
	box-sizing: border-box;
}

@media (max-width: 767.98px) {
	#page > section[data-type="slider"] > .wrapper > .slider > .slide > .image {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

#page > section[data-type="slider"] > .wrapper > .slider > .slide > .image > img {
	display: none;
	width: 100%;
}

#page > section[data-type="slider"] > .wrapper > .slider > .slide.active > .image > img {
	display: block;
}



#page > section[data-type="missed"] {
	display: flex;
	margin-bottom: 40px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#page > section[data-type="missed"] > header {
	width: 100%;
	margin-bottom: 15px;
	flex: 0 0 auto;
	order: 0;
}

#page > section[data-type="missed"] > header > h2 {
	margin: 0 0 10px 0;
	font-family: Boita;
	font-style: 300;
	font-weight: normal;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	color: #494747;
}



#page > section.journal {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

@media (max-width: 767.98px) {
	#page > section.journal {
		flex-direction: column;
	}
}

#page > section.journal > .mobile {
	width: 16.531%;
	margin-top: auto;
	flex: 0 0 auto;
}

@media (max-width: 767.98px) {
	#page > section.journal > .mobile {
		width: 100%;
		order: 2;
	}
}

#page > section.journal > .mobile > header {
	margin-bottom: 12px;
	font-family: Gotham;
	font-style: 300;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #000000;
}

@media (max-width: 575.98px) {
	#page > section.journal > .mobile > header {
		font-size: 20px;
		line-height: 24px;
	}
}

#page > section.journal > .mobile > .buttons > a {
	display: block;
	margin-bottom: 4px;
}

@media (max-width: 767.98px) {
	#page > section.journal > .mobile > .buttons > a {
		display: inline-block;
	}
}

#page > section.journal > .mobile > .buttons > a > img {
	width: 100%;
	vertical-align: top;
}

#page > section.journal > .mobile > .buttons > a:last-child {
	margin-bottom: 24px;
}

#page > section.journal > .mobile > a {
	display: block;
	padding: 18px 32px;
	background: #494747;
	border-radius: 5.70645px;
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

@media (max-width: 767.98px) {
	#page > section.journal > .mobile > a {
		display: inline-block;
	}
}

#page > section.journal > .sketches {
	display: flex;
	align-items: flex-end;
	width: 75.894%;
	margin-left: 7.575%;
}

@media (max-width: 767.98px) {
	#page > section.journal > .sketches, #page > section.journal {
		width: 100%;
		margin-left: 0;
	}
}

#page > section.journal > .sketches > div {
	flex: 1 1 auto;
	position: relative;
}

#page > section.journal > .sketches > div img {
	width: 100%;
}

#page > section.journal > .sketches > .tablet {
	width: 43%;
	margin-bottom: -4px;
}

/* #page > section.journal > .sketches > .tablet:after { */
	/* content: ''; */
	/* width: 100%; */
	/* background-image: url('/local/assets/images/ipad-cover.png'); */
	/* background-repeat: no-repeat; */
	/* background-position: bottom center; */
	/* background-size: cover; */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* left: 0; */
/* } */

@media (max-width: 575.98px) {
	#page > section.journal > .sketches > .tablet {
		display: none;
	}
}

#page > section.journal > .sketches > .journal {
	width: 49%;
	margin-left: -9.5%;
	margin-bottom: -3px;
}

@media (max-width: 575.98px) {
	#page > section.journal > .sketches > .journal {
		width: 62%;
		margin-left: 0;
	}
}

#page > section.journal > .sketches > .phone {
	width: 20%;
	margin-left: -4.8%;
}

#page > section.journal > .sketches > .phone > .pegi {
	margin-bottom: 12px;
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 14.3227px;
	line-height: 17px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: right;
	color: #000000;
}

#page > section.journal > .sketches > .phone > .image {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}

/* #page > section.journal > .sketches > .phone > .image:after { */
	/* content: ''; */
	/* width: 100%; */
	/* background-image: url('/local/assets/images/iphone-cover.png'); */
	/* background-repeat: no-repeat; */
	/* background-position: bottom center; */
	/* background-size: cover; */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* left: 0; */
/* } */

#page > section.journal > .sketchesLine {
	display: none !important;
	margin-bottom: -2%;
	width: 75.894%;
	margin-left: 7.575%;
	position: relative;
}

.branded #page > section.journal > .sketchesLine {
	overflow: hidden;
}

#page > section.journal > .sketchesLine > img {
	max-width: 120%;
	width: 120%;
	vertical-align: top;
}

@media (max-width: 767.98px) {
	#page > section.journal > .sketchesLine {
		margin-bottom: 20px;
	}
}

/* #page > section.journal > .sketchesLine { */
	/* display: none !important; */
/* } */



#page > section.subscribe {
	background-color: rgb(73, 71, 71);
	padding: 60px 15px 72px 15px;
	box-sizing: border-box;
}

#page > section.subscribe > header {
	margin: 0 auto 18px auto;
	max-width: 60%;
	font-family: Boita;
	font-style: 300;
	font-weight: normal;
	font-size: 64px;
	line-height: 65px;
	text-align: center;
	letter-spacing: -0.05em;
	color: #FFFFFF;
	font-weight: 300;
}
@media (max-width: 991.98px) {
	#page > section.subscribe > header {
		max-width: 60%;
	}
}

@media (max-width: 767.98px) {
	#page > section.subscribe > header {
		max-width: 80%;
	}
}

@media (max-width: 575.98px) {
	#page > section.subscribe > header {
		font-size: 36px;
		line-height: 42px;
	}
}


#page > section.subscribe > .description {
	margin-bottom: 38px;
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
}

#page > section.subscribe > form {
	width: 100%;
	max-width: 533px;
	margin: 0 auto;
}

#page > section.subscribe > form > .field {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
}

#page > section.subscribe > form > .field input {
	width: 100%;
	padding: 20.5px 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	outline: 0;
	border-radius: 10px;
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, .5);
	box-sizing: border-box;
}

#page > section.subscribe > form > .field button {
	margin: 0;
	padding: 11px 14px;
	border: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: #FFFFFF;
	border-radius: 5.70645px;
	font-family: Gotham Narrow;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #494747;
	cursor: pointer;
}

#page > section.subscribe > form > .field button[disabled] {
	opacity: .5;
}

@media (max-width: 767.98px) {
	#page > section.subscribe > form > .field button {
		top: 10px;
		bottom: 30px;
		width: 120px;
	}
}

#page > section.subscribe > form > .checkbox {
	display: flex;
	align-items: center;
	min-height: 25px;
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

#page > section.subscribe > form > .checkbox input {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	border: 0;
}

#page > section.subscribe > form > .checkbox a {
	color: #FFFFFF;
}
/* End */
/* /local/templates/instyle_2021/components/instyle/main.page/.default/style.css?164021249346675 */