/*!
Theme Name: DNM theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dnm-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DNM theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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%;
}

/*--------------------------------------------------------------
# Motorbike home section
--------------------------------------------------------------*/
.dnm-motorbikes {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 5vw, 92px) 0 clamp(42px, 4vw, 72px);
	background: #fff;
	color: #1a1a1a;
	font-family: var(--dnm-header-font);
}

.dnm-motorbikes__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
	align-items: start;
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 clamp(16px, 3vw, 64px);
}

.dnm-motorbikes__rail,
.dnm-motorbikes__panel-rail {
	position: absolute;
	height: 86px;
	background-image: url("assets/images/partners/symbol-3.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	opacity: 0.25;
	pointer-events: none;
}

.dnm-motorbikes__rail {
	top: 26px;
	left: 0;
	width: min(680px, 42vw);
	opacity: 0.46;
}

.dnm-motorbikes__slider-wrap {
	position: relative;
	z-index: 2;
	width: calc(100% + 74px);
	margin-top: 64px;
}

.dnm-motorbikes__slider {
	padding: 0 2px 2px;
}

.dnm-motorbikes .swiper-slide {
	height: auto;
}

.dnm-motorbike-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #dedede;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.dnm-motorbike-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	padding: 20px 24px 0;
	background: #fff;
}

.dnm-motorbike-card__image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: contain;
	transition: transform 420ms ease;
}

.dnm-motorbike-card:hover .dnm-motorbike-card__image img {
	transform: translateY(-4px) scale(1.03);
}

.dnm-motorbike-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 10px clamp(20px, 2vw, 38px) 34px;
}

.dnm-motorbike-card h3 {
	margin: 0 0 18px;
	clear: none;
	color: #111;
	font-size: clamp(1.35rem, 1.55vw, 1.78rem);
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.dnm-motorbike-card h3 a,
.dnm-motorbike-card h3 a:visited {
	color: inherit;
	text-decoration: none;
}

.dnm-motorbike-card__prices {
	display: grid;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.dnm-motorbike-card__prices li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 58px;
	border-bottom: 1px solid #dedede;
	font-size: clamp(1rem, 1vw, 1.12rem);
	line-height: 1.2;
}

.dnm-motorbike-card__prices strong {
	color: #c73300;
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.dnm-motorbike-card__detail,
.dnm-motorbike-card__detail:visited {
	align-self: center;
	margin-top: auto;
	border-bottom: 3px solid #c73300;
	color: #222;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-motorbikes__controls {
	position: absolute;
	top: -52px;
	right: 8px;
	z-index: 4;
	display: flex;
	gap: 4px;
}

.dnm-motorbikes__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.dnm-motorbikes__arrow.swiper-button-disabled {
	opacity: 0.45;
	cursor: default;
}

.dnm-motorbikes__panel {
	position: relative;
	min-height: 650px;
	padding: clamp(64px, 5.5vw, 112px) clamp(32px, 4vw, 74px);
	background:
		linear-gradient(90deg, rgba(26, 26, 26, 0.88), rgba(26, 26, 26, 0.83)),
		radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.26), transparent 25%),
		linear-gradient(140deg, #555, #1f1f1f 60%, #353535);
	color: #fff;
}

.dnm-motorbikes__copy {
	position: relative;
	z-index: 2;
	max-width: 470px;
}

.dnm-motorbikes__kicker {
	margin: 0 0 20px;
	font-size: clamp(1rem, 1.06vw, 1.22rem);
	line-height: 1.3;
}

.dnm-motorbikes__copy h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(2.4rem, 3.1vw, 4.2rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.16;
}

.dnm-motorbikes__copy h2 span {
	color: #c73300;
	font-weight: 400;
}

.dnm-motorbikes__copy p {
	margin: 0 0 24px;
	font-size: clamp(1rem, 1vw, 1.18rem);
	line-height: 1.58;
}

.dnm-motorbikes__button,
.dnm-motorbikes__button:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 28px;
	border-radius: 999px;
	background: #c73300;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-motorbikes__panel-rail {
	right: 0;
	bottom: 20px;
	width: min(620px, 92%);
	opacity: 0.42;
}

@media (max-width: 1180px) {
	.dnm-motorbikes__layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.dnm-motorbikes__slider-wrap {
		width: 100%;
		margin-top: 34px;
	}

	.dnm-motorbikes__panel {
		min-height: 420px;
	}

	.dnm-motorbikes__controls {
		top: -44px;
	}
}

@media (max-width: 720px) {
	.dnm-motorbikes__layout {
		padding: 0 16px;
	}

	.dnm-motorbike-card__image {
		min-height: 220px;
	}

	.dnm-motorbike-card__image img {
		height: 190px;
	}

	.dnm-motorbikes__panel {
		min-height: 0;
		padding: 48px 24px 88px;
	}
}

/*--------------------------------------------------------------
# Latest posts section
--------------------------------------------------------------*/
.dnm-latest-posts {
	padding: clamp(64px, 6vw, 112px) clamp(16px, 3vw, 44px) clamp(70px, 6.5vw, 126px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
}

.dnm-latest-posts__header {
	max-width: 1880px;
	margin: 0 auto clamp(34px, 3vw, 52px);
}

.dnm-latest-posts__kicker {
	display: inline-flex;
	align-items: center;
	min-height: 60px;
	margin: 0 0 26px;
	padding: 0 34px 0 0;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #fff;
	color: #000;
	font-size: clamp(1rem, 1.05vw, 1.25rem);
	text-transform: uppercase;
}

.dnm-latest-posts__kicker span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: -1px 28px -1px -1px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	font-size: 1.35rem;
}

.dnm-latest-posts__header h2 {
	margin: 0;
	color: #000;
	font-size: clamp(3rem, 5vw, 5.8rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
}

.dnm-latest-posts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 1.5vw, 28px);
	max-width: 1880px;
	margin: 0 auto;
}

.dnm-latest-card {
	position: relative;
	display: flex;
	min-height: clamp(380px, 26vw, 505px);
	overflow: hidden;
	background: #111;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.dnm-latest-card__image {
	position: absolute;
	inset: 0;
	display: block;
	background-position: center;
	background-size: cover;
	transition: transform 520ms ease;
}

.dnm-latest-card:hover .dnm-latest-card__image {
	transform: scale(1.05);
}

.dnm-latest-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 8%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.78) 100%);
	content: "";
	pointer-events: none;
}

.dnm-latest-card__date {
	position: absolute;
	top: clamp(18px, 1.8vw, 32px);
	left: clamp(18px, 1.8vw, 32px);
	z-index: 2;
	display: grid;
	place-items: center;
	width: 82px;
	height: 84px;
	background: #fff;
	color: #333;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.dnm-latest-card__date strong {
	display: block;
	font-size: 2rem;
	font-weight: 400;
}

.dnm-latest-card__date small {
	display: block;
	font-size: 1rem;
	font-weight: 800;
}

.dnm-latest-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 0 clamp(20px, 2.6vw, 58px) clamp(24px, 2.2vw, 42px);
	color: #fff;
	text-align: center;
}

.dnm-latest-card__category,
.dnm-latest-card__category:visited {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin-bottom: 22px;
	padding: 0 16px;
	background: #c73300;
	color: #fff;
	font-size: clamp(0.9rem, 0.95vw, 1.08rem);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-latest-card h3 {
	margin: 0 0 18px;
	clear: none;
	color: #fff;
	font-size: clamp(1.45rem, 1.75vw, 2.28rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.28;
}

.dnm-latest-card h3 a,
.dnm-latest-card h3 a:visited {
	color: inherit;
	text-decoration: none;
}

.dnm-latest-card__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(0.95rem, 1vw, 1.16rem);
	line-height: 1.2;
}

.dnm-latest-card__meta a,
.dnm-latest-card__meta a:visited {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.dnm-latest-card__meta > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #c9c9c9;
	font-size: 0.88rem;
}

.dnm-latest-card__comments,
.dnm-latest-card__share {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.25rem;
}

.dnm-latest-card__comments b {
	position: absolute;
	top: -9px;
	right: -10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 999px;
	background: #c73300;
	color: #fff;
	font-size: 0.78rem;
	line-height: 1;
}

@media (max-width: 1180px) {
	.dnm-latest-posts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.dnm-latest-posts__grid {
		grid-template-columns: 1fr;
	}

	.dnm-latest-card {
		min-height: 420px;
	}
}

/*--------------------------------------------------------------
# Book tour marquee
--------------------------------------------------------------*/
.dnm-book-tour {
	overflow: hidden;
	padding: clamp(58px, 6vw, 112px) 0 clamp(34px, 3.6vw, 68px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
	text-align: center;
}

.dnm-book-tour h2 {
	margin: 0 auto clamp(28px, 3vw, 46px);
	padding: 0 16px;
	color: #000;
	font-size: clamp(3.2rem, 8vw, 8.4rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.dnm-book-tour__viewport {
	overflow: hidden;
	width: 100%;
}

.dnm-book-tour__track {
	display: flex;
	width: max-content;
	animation: dnm-book-tour-marquee 28s linear infinite;
	will-change: transform;
}

.dnm-book-tour:hover .dnm-book-tour__track {
	animation-play-state: paused;
}

.dnm-book-tour__group {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: max-content;
}

.dnm-book-tour__item,
.dnm-book-tour__item:visited {
	display: inline-flex;
	align-items: center;
	gap: clamp(26px, 3vw, 54px);
	padding: 0 clamp(34px, 4.3vw, 84px);
	color: #000;
	font-size: clamp(1.55rem, 2.15vw, 2.7rem);
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
}

.dnm-book-tour__item i {
	color: #e6e6e6;
	font-size: clamp(1.3rem, 1.6vw, 2rem);
	transition: color 220ms ease;
}

.dnm-book-tour__item:hover i,
.dnm-book-tour__item:focus i {
	color: #c73300;
}

@keyframes dnm-book-tour-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dnm-book-tour__track {
		animation: none;
	}
}

@media (max-width: 720px) {
	.dnm-book-tour__item,
	.dnm-book-tour__item:visited {
		gap: 22px;
		padding: 0 34px;
		font-size: 1.55rem;
	}
}

/*--------------------------------------------------------------
# Easy booking steps
--------------------------------------------------------------*/
.dnm-easy-steps {
	padding: 0 clamp(8px, 0.8vw, 16px) clamp(52px, 4vw, 78px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
}

.dnm-easy-steps__layout {
	display: grid;
	grid-template-columns: minmax(320px, 27%) minmax(0, 73%);
	min-height: clamp(610px, 38.5vw, 720px);
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

.dnm-easy-steps__intro,
.dnm-easy-step {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.dnm-easy-steps__intro::before,
.dnm-easy-step::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), var(--step-bg);
	background-position: center;
	background-size: cover;
	content: "";
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 260ms ease, transform 520ms ease;
}

.dnm-easy-steps__intro:hover::before,
.dnm-easy-steps__intro:focus-within::before,
.dnm-easy-step:hover::before,
.dnm-easy-step:focus::before {
	opacity: 1;
	transform: scale(1);
}

.dnm-easy-steps__intro {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}

.dnm-easy-steps__intro-content {
	position: relative;
	z-index: 1;
	width: min(360px, 82%);
	transition: color 220ms ease;
}

.dnm-easy-steps__intro:hover .dnm-easy-steps__intro-content,
.dnm-easy-steps__intro:focus-within .dnm-easy-steps__intro-content {
	color: #fff;
}

.dnm-easy-steps__intro h2 {
	margin: 0 0 16px;
	color: inherit;
	font-size: clamp(2.05rem, 2.55vw, 3rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
}

.dnm-easy-steps__intro p {
	margin: 0 auto clamp(34px, 4vw, 58px);
	color: inherit;
	font-size: clamp(0.92rem, 0.98vw, 1.1rem);
	line-height: 1.5;
}

.dnm-easy-steps__chat,
.dnm-easy-steps__chat:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 8px 0 24px;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-easy-steps__chat i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 0.9rem;
	transition: background 220ms ease, color 220ms ease;
}

.dnm-easy-steps__intro:hover .dnm-easy-steps__chat i,
.dnm-easy-steps__intro:focus-within .dnm-easy-steps__chat i {
	background: #fff;
	color: #000;
}

.dnm-easy-steps__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dnm-easy-step,
.dnm-easy-step:visited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(305px, 19.25vw, 360px);
	padding: clamp(34px, 3.3vw, 62px) clamp(38px, 4vw, 88px);
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	color: #000;
	text-decoration: none;
}

.dnm-easy-step__number,
.dnm-easy-step__body {
	position: relative;
	z-index: 1;
}

.dnm-easy-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(88px, 6vw, 114px);
	height: clamp(88px, 6vw, 114px);
	margin-bottom: clamp(30px, 3.3vw, 52px);
	border-radius: 50%;
	background: #f0f0f0;
	color: transparent;
	font-size: clamp(2.4rem, 3vw, 3.4rem);
	font-weight: 700;
	line-height: 1;
	-webkit-text-stroke: 1px #777;
	transition: background 220ms ease, -webkit-text-stroke-color 220ms ease;
}

.dnm-easy-step__body {
	display: grid;
	gap: 12px;
	max-width: 610px;
	color: inherit;
	transition: color 220ms ease;
}

.dnm-easy-step__body strong {
	color: inherit;
	font-size: clamp(1.12rem, 1.18vw, 1.42rem);
	font-weight: 800;
	line-height: 1.2;
}

.dnm-easy-step__body small {
	color: inherit;
	font-size: clamp(0.9rem, 0.98vw, 1.08rem);
	font-weight: 400;
	line-height: 1.48;
}

.dnm-easy-step:hover,
.dnm-easy-step:focus {
	color: #fff;
}

.dnm-easy-step:hover .dnm-easy-step__number,
.dnm-easy-step:focus .dnm-easy-step__number {
	background: rgba(255, 255, 255, 0.2);
	-webkit-text-stroke-color: #fff;
}

@media (max-width: 1366px) {
	.dnm-easy-steps__layout {
		grid-template-columns: minmax(300px, 28%) minmax(0, 72%);
		min-height: 600px;
	}

	.dnm-easy-step,
	.dnm-easy-step:visited {
		padding: 34px clamp(34px, 3.6vw, 58px);
	}

	.dnm-easy-step__number {
		margin-bottom: 34px;
	}
}

@media (max-width: 980px) {
	.dnm-easy-steps__layout {
		grid-template-columns: 1fr;
	}

	.dnm-easy-steps__intro {
		min-height: 360px;
	}
}

@media (max-width: 720px) {
	.dnm-easy-steps {
		padding-right: 0;
		padding-left: 0;
	}

	.dnm-easy-steps__grid {
		grid-template-columns: 1fr;
	}

	.dnm-easy-step,
	.dnm-easy-step:visited {
		min-height: 300px;
		padding: 34px 24px;
	}
}

/*--------------------------------------------------------------
# Home closing copy
--------------------------------------------------------------*/
.dnm-home-closing {
	padding: clamp(34px, 3.2vw, 62px) clamp(16px, 3.4vw, 66px) clamp(28px, 3vw, 52px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
}

.dnm-home-closing__inner {
	max-width: 1800px;
	margin: 0 auto;
}

.dnm-home-closing h2 {
	margin: 0 0 16px;
	color: #000;
	font-size: clamp(2rem, 2.45vw, 3rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
}

.dnm-home-closing p {
	margin: 0 0 22px;
	color: #000;
	font-size: clamp(0.98rem, 1vw, 1.08rem);
	line-height: 1.5;
}

.dnm-home-closing p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	background: #111;
	color: #9a9a9a;
	font-family: var(--dnm-header-font);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(300px, 1.1fr) minmax(320px, 1fr) minmax(260px, 0.82fr);
	gap: clamp(46px, 7vw, 150px);
	max-width: 1800px;
	margin: 0 auto;
	padding: clamp(56px, 5vw, 84px) clamp(16px, 3.4vw, 66px) clamp(56px, 5vw, 76px);
}

.site-footer h2 {
	margin: 0 0 26px;
	color: #fff;
	font-size: clamp(1.05rem, 1.05vw, 1.25rem);
	font-weight: 800;
	line-height: 1.2;
}

.site-footer p,
.site-footer li,
.site-footer a {
	font-size: clamp(0.98rem, 1vw, 1.12rem);
	line-height: 1.45;
}

.site-footer a,
.site-footer a:visited {
	color: #9a9a9a;
	text-decoration: none;
	transition: color 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}

.site-footer__logo {
	display: inline-flex;
	margin-bottom: 28px;
}

.site-footer__logo img {
	display: block;
	width: min(230px, 70vw);
	height: auto;
}

.site-footer__brand > p {
	max-width: 430px;
	margin: 0 0 28px;
}

.site-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: clamp(58px, 5vw, 90px);
}

.site-footer__payments span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 28px;
	padding: 0 8px;
	border-radius: 3px;
	background: #f1f1f1;
	color: #1f4c9c;
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1;
}

.site-footer__payments span:nth-child(2) {
	color: #d62f1f;
}

.site-footer__payments span:nth-child(4) {
	color: #1969b3;
}

.site-footer__payments span:nth-child(6) {
	background: #777;
	color: #fff;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	gap: 22px;
}

.site-footer__bottom p {
	max-width: 240px;
	margin: 0;
}

.site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.site-footer__socials a,
.site-footer__socials a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 1.15rem;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus {
	background: #c73300;
	color: #fff;
}

.site-footer ul {
	display: grid;
	gap: 16px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.site-footer li,
.site-footer li a {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.site-footer li i {
	width: 16px;
	margin-top: 4px;
	color: #999;
	font-size: 0.92rem;
	text-align: center;
}

.site-footer__contact ul:last-child {
	max-width: 560px;
	margin-bottom: 0;
}

.site-footer__links ul {
	gap: 18px;
	margin-bottom: 0;
}

.site-footer__back-top,
.site-footer__back-top:visited {
	position: absolute;
	right: clamp(22px, 2vw, 34px);
	bottom: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f4f4f4;
	color: #111;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.site-footer__back-top:hover,
.site-footer__back-top:focus {
	background: #c73300;
	color: #fff;
}

@media (max-width: 1180px) {
	.site-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer__payments {
		margin-bottom: 36px;
	}
}

@media (max-width: 720px) {
	.dnm-home-closing {
		padding-top: 36px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		padding-bottom: 92px;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__back-top {
		right: 18px;
		bottom: 18px;
		width: 52px;
		height: 52px;
	}
}

/*--------------------------------------------------------------
# Inner page hero and 404
--------------------------------------------------------------*/
body:not(.home) .site-main {
	background: #fff;
}

.dnm-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(360px, 32vw, 500px);
	padding: calc(var(--dnm-header-height) + 70px) clamp(16px, 3vw, 56px) clamp(58px, 5vw, 98px);
	overflow: hidden;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
		url("assets/images/breadcrumb.png");
	background-position: center;
	background-size: cover;
	color: #fff;
	font-family: var(--dnm-header-font);
	text-align: center;
}

.dnm-page-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1420px, 100%);
}

.dnm-page-hero h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(3.1rem, 5vw, 5.8rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.dnm-page-hero__breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1rem, 1.05vw, 1.18rem);
	font-weight: 700;
	line-height: 1.3;
}

.dnm-page-hero__breadcrumb a,
.dnm-page-hero__breadcrumb a:visited {
	color: rgba(255, 255, 255, 0.74);
	text-decoration: none;
}

.dnm-page-hero__breadcrumb a:hover,
.dnm-page-hero__breadcrumb a:focus {
	color: #fff;
}

body:not(.home) .site-main > article,
body:not(.home) .site-main > .post,
body:not(.home) .site-main > .page,
body:not(.home) .site-main > .content-area,
body:not(.home) .site-main > .navigation,
body:not(.home) .site-main > .posts-navigation,
body:not(.home) .site-main > .post-navigation,
body:not(.home) .site-main > .no-results,
body:not(.home) .site-main > .not-found,
.dnm-woocommerce-content {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding-right: clamp(16px, 3vw, 40px);
	padding-left: clamp(16px, 3vw, 40px);
}

body:not(.home) .site-main > article,
body:not(.home) .site-main > .post,
body:not(.home) .site-main > .page,
body:not(.home) .site-main > .no-results,
.dnm-woocommerce-content {
	padding-top: clamp(44px, 4vw, 74px);
	padding-bottom: clamp(44px, 4vw, 74px);
}

body:not(.home) .entry-title {
	display: none;
}

.dnm-404 {
	padding: clamp(70px, 7vw, 130px) clamp(16px, 3vw, 44px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
	text-align: center;
}

.dnm-404__inner {
	max-width: 860px;
	margin: 0 auto;
}

.dnm-404__code {
	margin: 0 0 4px;
	color: transparent;
	font-size: clamp(5.5rem, 13vw, 13rem);
	font-weight: 800;
	line-height: 0.9;
	-webkit-text-stroke: 2px #c73300;
}

.dnm-404 h2 {
	margin: 0 0 18px;
	color: #000;
	font-size: clamp(2rem, 3.2vw, 4.2rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.dnm-404 p {
	margin: 0 auto 28px;
	max-width: 720px;
	font-size: clamp(1rem, 1vw, 1.15rem);
	line-height: 1.65;
}

.dnm-404__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.dnm-404__button,
.dnm-404__button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 26px;
	border: 1px solid #c73300;
	border-radius: 999px;
	background: #c73300;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-404__button--ghost,
.dnm-404__button--ghost:visited {
	background: #fff;
	color: #c73300;
}

.dnm-404__button:hover,
.dnm-404__button:focus {
	background: #000;
	border-color: #000;
	color: #fff;
}

.dnm-404__search {
	max-width: 520px;
	margin: 0 auto;
}

.dnm-404__search .search-form {
	display: flex;
	gap: 10px;
}

.dnm-404__search .search-field {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid #d6d6d6;
	border-radius: 999px;
}

.dnm-404__search .search-submit {
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

@media (max-width: 720px) {
	.dnm-page-hero {
		min-height: 330px;
		padding-top: calc(var(--dnm-header-height) + 44px);
	}

	.dnm-page-hero h1 {
		font-size: clamp(2.45rem, 12vw, 4rem);
	}

	.dnm-404__search .search-form {
		flex-direction: column;
	}
}

/*--------------------------------------------------------------
# Tour category archive
--------------------------------------------------------------*/
.dnm-tour-category-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(360px, 31vw, 452px);
	padding: calc(var(--dnm-header-height) + 80px) clamp(16px, 3vw, 56px) clamp(58px, 5vw, 96px);
	background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), var(--tour-hero-bg);
	background-position: center;
	background-size: cover;
	color: #fff;
	font-family: var(--dnm-header-font);
	text-align: center;
}

.dnm-tour-category-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.1rem, 5.4vw, 5.8rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.04;
}

.dnm-tour-cat-strip {
	position: relative;
	margin: clamp(44px, 3.6vw, 64px) 0 clamp(56px, 4.5vw, 86px);
	padding: 18px clamp(64px, 4vw, 96px);
	background: #f7f7f7;
}

.dnm-tour-cat-strip__slider {
	overflow: hidden;
}

.dnm-tour-cat-tile {
	position: relative;
	display: block;
	min-height: clamp(190px, 14vw, 270px);
	overflow: hidden;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-decoration: none;
}

.dnm-tour-cat-tile::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.48));
	content: "";
}

.dnm-tour-cat-tile span,
.dnm-tour-cat-tile b {
	position: absolute;
	z-index: 1;
}

.dnm-tour-cat-tile span {
	top: clamp(26px, 2.6vw, 42px);
	left: clamp(24px, 2.2vw, 34px);
	max-width: calc(100% - 96px);
	color: #fff;
	font-size: clamp(1.05rem, 1.25vw, 1.45rem);
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

.dnm-tour-cat-tile b {
	top: clamp(22px, 2.3vw, 34px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 22px;
	padding: 0 9px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 0.82rem;
	line-height: 1;
}

.dnm-tour-cat-tile span + b {
	left: min(calc(100% - 62px), 46%);
}

.dnm-tour-cat-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transform: translateY(-50%);
}

.dnm-tour-cat-nav--prev {
	left: 10px;
}

.dnm-tour-cat-nav--next {
	right: 10px;
}

.dnm-tour-cat-nav.swiper-button-disabled {
	opacity: 0.42;
	cursor: default;
}

.dnm-tour-archive {
	padding: 0 clamp(16px, 3.4vw, 66px) clamp(58px, 5vw, 94px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
}

.dnm-tour-archive__summary {
	max-width: 1770px;
	margin: 0 auto 24px;
	color: #777;
	font-size: 1rem;
}

.dnm-tour-archive__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(22px, 1.8vw, 34px);
	max-width: 1770px;
	margin: 0 auto;
}

.dnm-tour-archive-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.dnm-tour-archive-card__image {
	display: block;
	aspect-ratio: 1.36 / 0.9;
	overflow: hidden;
	background: #eee;
}

.dnm-tour-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 460ms ease;
}

.dnm-tour-archive-card:hover .dnm-tour-archive-card__image img {
	transform: scale(1.05);
}

.dnm-tour-archive-card__body {
	flex: 1 1 auto;
	padding: clamp(20px, 1.6vw, 26px) clamp(20px, 1.55vw, 24px) 22px;
}

.dnm-tour-archive-card h2 {
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #d8d8d8;
	clear: none;
	color: #000;
	font-size: clamp(1.15rem, 1.25vw, 1.55rem);
	font-weight: 800;
	line-height: 1.22;
}

.dnm-tour-archive-card h2 a,
.dnm-tour-archive-card h2 a:visited {
	color: inherit;
	text-decoration: none;
}

.dnm-tour-archive-card__price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #e1e1e1;
	color: #999;
	font-size: 1rem;
}

.dnm-tour-archive-card__price strong {
	color: #c73300;
	font-size: clamp(1.22rem, 1.35vw, 1.55rem);
	font-weight: 800;
}

.dnm-tour-archive-card ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-tour-archive-card li {
	display: grid;
	grid-template-columns: 26px minmax(118px, 0.9fr) minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	color: #000;
	font-size: clamp(0.9rem, 0.95vw, 1rem);
	line-height: 1.32;
}

.dnm-tour-archive-card li i {
	color: #c73300;
	font-size: 1rem;
	line-height: 1.2;
}

.dnm-tour-archive-card li strong {
	font-weight: 800;
}

.dnm-tour-archive-card__footer {
	display: grid;
	grid-template-columns: 1fr 84px;
	min-height: 68px;
	border-top: 1px solid #d9d9d9;
}

.dnm-tour-archive-card__footer a,
.dnm-tour-archive-card__footer a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 0.96rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-tour-archive-card__footer a + a {
	border-left: 1px solid #d9d9d9;
	font-size: 1rem;
}

.dnm-tour-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: clamp(38px, 4vw, 64px) auto 0;
}

.dnm-tour-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	color: #111;
	font-weight: 800;
	text-decoration: none;
}

.dnm-tour-pagination .current,
.dnm-tour-pagination a:hover,
.dnm-tour-pagination a:focus {
	border-color: #c73300;
	background: #c73300;
	color: #fff;
}

.dnm-tour-seo {
	padding: 0 clamp(16px, 3.4vw, 66px) clamp(64px, 6vw, 108px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-tour-seo__inner {
	max-width: 1770px;
	margin: 0 auto;
	padding: clamp(34px, 3.2vw, 58px) clamp(28px, 3vw, 50px);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
	color: #000;
}

.dnm-tour-seo__inner h2,
.dnm-tour-seo__inner h3 {
	margin: 0 0 22px;
	color: #000;
	font-weight: 800;
	line-height: 1.22;
}

.dnm-tour-seo__inner p {
	margin: 0 0 20px;
	font-size: clamp(0.98rem, 1vw, 1.12rem);
	line-height: 1.58;
}

.dnm-tour-archive__empty {
	max-width: 1770px;
	margin: 0 auto;
	padding: 42px;
	border: 1px dashed #d4d4d4;
	border-radius: 10px;
	text-align: center;
}

@media (max-width: 1320px) {
	.dnm-tour-archive__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.dnm-tour-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dnm-tour-cat-strip {
		padding-right: 52px;
		padding-left: 52px;
	}

	.dnm-tour-cat-nav {
		width: 42px;
		height: 42px;
	}

	.dnm-tour-archive__grid {
		grid-template-columns: 1fr;
	}

	.dnm-tour-archive-card__footer {
		grid-template-columns: 1fr 64px;
	}
}

/*--------------------------------------------------------------
# Blog archive and single
--------------------------------------------------------------*/
.dnm-post-archive {
	padding: clamp(58px, 5vw, 92px) clamp(16px, 3.4vw, 66px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-post-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 1.8vw, 34px);
	max-width: 1770px;
	margin: 0 auto;
}

.dnm-article-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.dnm-article-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1.62 / 1;
	overflow: hidden;
	background: #e9e9e9;
}

.dnm-article-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 460ms ease;
}

.dnm-article-card:hover .dnm-article-card__media img {
	transform: scale(1.05);
}

.dnm-article-card__date {
	position: absolute;
	left: 18px;
	bottom: 16px;
	display: grid;
	place-items: center;
	width: 70px;
	height: 74px;
	background: #fff;
	color: #333;
	line-height: 1;
	text-transform: uppercase;
}

.dnm-article-card__date strong {
	font-size: 1.7rem;
	font-weight: 400;
}

.dnm-article-card__date small {
	font-size: 0.9rem;
	font-weight: 800;
}

.dnm-article-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	padding: 0 clamp(20px, 2.2vw, 42px) 28px;
}

.dnm-article-card__cat,
.dnm-article-card__cat:visited {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-top: -17px;
	margin-bottom: 22px;
	padding: 0 14px;
	background: #c73300;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-article-card h2 {
	margin: 0 0 16px;
	clear: none;
	color: #000;
	font-size: clamp(1.25rem, 1.45vw, 1.7rem);
	font-weight: 800;
	line-height: 1.25;
}

.dnm-article-card h2 a,
.dnm-article-card h2 a:visited {
	color: inherit;
	text-decoration: none;
}

.dnm-article-card__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: #b8b8b8;
	font-size: 0.92rem;
}

.dnm-article-card__meta a,
.dnm-article-card__meta a:visited {
	position: relative;
	color: #b8b8b8;
	text-decoration: none;
}

.dnm-article-card__meta i {
	color: #b8b8b8;
}

.dnm-article-card__meta b {
	position: absolute;
	top: -10px;
	right: -10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #c73300;
	color: #fff;
	font-size: 0.68rem;
}

.dnm-article-card p {
	margin: 0 0 24px;
	color: #000;
	font-size: clamp(0.96rem, 1vw, 1.08rem);
	line-height: 1.45;
}

.dnm-article-card__read,
.dnm-article-card__read:visited {
	margin-top: auto;
	color: #c73300;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-post-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: clamp(38px, 4vw, 64px);
}

.dnm-post-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #ddd;
	border-radius: 999px;
	color: #111;
	font-weight: 800;
	text-decoration: none;
}

.dnm-post-pagination .current,
.dnm-post-pagination a:hover,
.dnm-post-pagination a:focus {
	border-color: #c73300;
	background: #c73300;
	color: #fff;
}

.dnm-single-post {
	display: grid;
	grid-template-columns: minmax(240px, 440px) minmax(0, 1fr);
	gap: clamp(46px, 5vw, 86px);
	border-top: 1px solid #dedede;
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-single-post__toc {
	padding: clamp(64px, 6vw, 92px) clamp(24px, 3.4vw, 66px);
	border-right: 1px solid #dedede;
}

.dnm-toc-box {
	position: sticky;
	top: calc(var(--dnm-header-height) + 28px);
	padding: 0;
	border-radius: 4px;
	background: #f2f2f2;
	color: #000;
	overflow: hidden;
}

.dnm-toc-box #ez-toc-container,
.dnm-toc-box .ez-toc-container {
	width: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.dnm-toc-box .ez-toc-title-container,
.dnm-toc-box p.ez-toc-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0;
	padding: 24px 26px;
	border-bottom: 1px solid #d8d8d8;
	color: #c73300;
	font-size: clamp(1.45rem, 1.45vw, 1.85rem) !important;
	font-weight: 400 !important;
	line-height: 1.2;
}

.dnm-toc-box p.ez-toc-title {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0;
	border-bottom: 0;
	white-space: nowrap;
}

.dnm-toc-box .ez-toc-title-container::after,
.dnm-toc-box p.ez-toc-title::after {
	content: none;
}

.dnm-toc-box .ez-toc-title-container > a,
.dnm-toc-box .ez-toc-title-toggle,
.dnm-toc-box .ez-toc-title-toggle a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.dnm-toc-box .ez-toc-title-toggle {
	position: relative;
	flex: 0 0 auto;
	width: 62px;
	height: 52px;
	margin-left: auto;
	border: 1px solid #999;
	border-radius: 4px;
	color: #111 !important;
	cursor: pointer;
}

.dnm-toc-box .ez-toc-title-toggle::before {
	content: "\f03a";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
}

.dnm-toc-box .ez-toc-title-toggle a {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border: 0 !important;
	color: transparent !important;
	font-size: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.dnm-toc-box .ez-toc-title-toggle a * {
	opacity: 0 !important;
}

.dnm-toc-box nav {
	padding: 22px 26px 24px;
}

.dnm-toc-box ul,
.dnm-toc-box ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-toc-box li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dnm-toc-box li:last-child {
	border-bottom: 0;
}

.dnm-toc-box p,
.dnm-toc-box a,
.dnm-toc-box a:visited {
	color: #c73300 !important;
	font-size: clamp(1.05rem, 1.15vw, 1.28rem);
	line-height: 1.32;
	text-decoration: none;
}

.dnm-toc-box a:hover,
.dnm-toc-box a:focus {
	color: #000 !important;
}

.dnm-single-post__article {
	max-width: 1260px;
	margin: 0;
	padding: clamp(58px, 5.5vw, 86px) clamp(16px, 3.4vw, 66px) clamp(60px, 5vw, 92px) 0;
}

.dnm-single-post__header h1 {
	margin: 0 0 18px;
	color: #000;
	font-size: clamp(2.7rem, 3.4vw, 4.3rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
}

.dnm-single-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-bottom: 42px;
	color: #8a8a8a;
}

.dnm-single-post__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.dnm-single-post__meta i {
	color: #c73300;
}

.dnm-single-post__image {
	margin-bottom: 42px;
}

.dnm-single-post__image img {
	display: block;
	width: 100%;
	max-height: 660px;
	object-fit: cover;
}

.dnm-single-post__content {
	color: #000;
	font-size: clamp(1rem, 1vw, 1.12rem);
	line-height: 1.68;
}

.dnm-single-post__content h2,
.dnm-single-post__content h3 {
	margin: 32px 0 14px;
	color: #000;
	line-height: 1.25;
}

.dnm-single-related,
.dnm-single-tours {
	padding: clamp(54px, 5vw, 86px) clamp(16px, 3.4vw, 66px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-single-related h2,
.dnm-single-tours h2 {
	max-width: 1770px;
	margin: 0 auto 34px;
	color: #000;
	font-size: clamp(1.8rem, 2.2vw, 2.7rem);
	line-height: 1.2;
}

.dnm-related-post-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(20px, 1.8vw, 34px);
	max-width: 1770px;
	margin: 0 auto;
}

.dnm-related-post-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	color: #000;
}

.dnm-related-post-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1.66 / 1;
	object-fit: cover;
	margin-bottom: 24px;
}

.dnm-related-post-card h3 {
	margin: 0 0 14px;
	clear: none;
	font-size: clamp(1.1rem, 1.2vw, 1.5rem);
	font-weight: 800;
	line-height: 1.2;
}

.dnm-related-post-card h3 a,
.dnm-related-post-card h3 a:visited,
.dnm-related-post-card__read,
.dnm-related-post-card__read:visited {
	color: #c73300;
	text-decoration: none;
}

.dnm-related-post-card time {
	margin-bottom: 22px;
	color: #c73300;
	font-size: 0.92rem;
}

.dnm-related-post-card p {
	margin: 0 0 28px;
	color: #505050;
	font-size: 0.98rem;
	line-height: 1.48;
}

.dnm-related-post-card__read {
	margin-top: auto;
	font-weight: 800;
}

@media (max-width: 1180px) {
	.dnm-post-archive__grid,
	.dnm-related-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dnm-single-post {
		grid-template-columns: 1fr;
	}

	.dnm-single-post__toc {
		padding-bottom: 0;
		border-right: 0;
	}

	.dnm-toc-box {
		position: static;
	}

	.dnm-single-post__article {
		padding-left: clamp(16px, 3.4vw, 66px);
	}
}

@media (max-width: 640px) {
	.dnm-post-archive__grid,
	.dnm-related-post-grid {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
# Motorbike archive and detail
--------------------------------------------------------------*/
.dnm-motorbike-archive-intro {
	display: grid;
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
	gap: clamp(34px, 4.5vw, 86px);
	padding: clamp(58px, 6vw, 106px) clamp(16px, 3.4vw, 66px) clamp(44px, 4vw, 74px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-motorbike-archive-intro > div {
	max-width: 760px;
}

.dnm-motorbike-archive-intro p:first-child {
	margin: 0 0 24px;
	color: #989898;
	font-size: 1.1rem;
}

.dnm-motorbike-archive-intro h2 {
	margin: 0 0 18px;
	color: #000;
	font-size: clamp(2.2rem, 3.2vw, 4rem);
	font-weight: 800;
	line-height: 1.22;
}

.dnm-motorbike-archive-intro h2 span {
	color: #c73300;
	font-weight: 400;
}

.dnm-motorbike-archive-intro__short,
.dnm-motorbike-archive-intro__desc {
	color: #000;
	font-size: clamp(1rem, 1vw, 1.12rem);
	line-height: 1.58;
}

.dnm-motorbike-spec-grid {
	padding: 0 clamp(16px, 3.4vw, 66px) clamp(70px, 6vw, 112px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-motorbike-spec-grid__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(22px, 1.8vw, 34px);
	max-width: 1570px;
	margin: 0 auto;
}

.dnm-motorbike-spec-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #dfdfdf;
	background: #fff;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.dnm-motorbike-spec-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	padding: 18px;
	background: #fff;
}

.dnm-motorbike-spec-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dnm-motorbike-spec-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px clamp(18px, 2vw, 38px) 32px;
}

.dnm-motorbike-spec-card h2 {
	margin: 0 0 24px;
	clear: none;
	color: #111;
	font-size: clamp(1.2rem, 1.35vw, 1.7rem);
	font-weight: 400;
	line-height: 1.22;
	text-align: center;
}

.dnm-motorbike-spec-card h2 a,
.dnm-motorbike-spec-card h2 a:visited {
	color: inherit;
	text-decoration: none;
}

.dnm-motorbike-spec-card ul {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-motorbike-spec-card li {
	display: grid;
	grid-template-columns: minmax(92px, 0.72fr) minmax(0, 1fr);
	gap: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	font-size: 0.95rem;
	line-height: 1.32;
}

.dnm-motorbike-spec-card li span {
	color: #c73300;
	text-align: right;
}

.dnm-motorbike-spec-card__footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 42px;
	margin-top: auto;
	background: #c73300;
}

.dnm-motorbike-spec-card__footer a,
.dnm-motorbike-spec-card__footer a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-motorbike-spec-card__footer a + a {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.dnm-single-bike {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
	gap: clamp(40px, 6vw, 110px);
	max-width: 1220px;
	margin: 0 auto;
	padding: clamp(60px, 6vw, 108px) clamp(16px, 3.4vw, 66px) clamp(40px, 4vw, 74px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-single-bike__media {
	text-align: center;
}

.dnm-single-bike__media img {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: contain;
	margin-bottom: 30px;
}

.dnm-single-bike__media p {
	margin: 0 0 42px;
	color: #000;
	font-size: 1rem;
}

.dnm-single-bike__media a,
.dnm-single-bike__media a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 46px;
	border: 2px solid #c73300;
	border-radius: 999px;
	color: #c73300;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-single-bike__info h1 {
	margin: 0 0 14px;
	color: #000;
	font-size: clamp(2.4rem, 3.1vw, 4rem);
	font-weight: 800;
	line-height: 1.1;
}

.dnm-single-bike__excerpt {
	color: #000;
	font-size: clamp(1rem, 1vw, 1.08rem);
	line-height: 1.58;
}

.dnm-single-bike__info ul {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.dnm-single-bike__info li {
	display: grid;
	grid-template-columns: minmax(130px, 0.45fr) minmax(0, 1fr);
	gap: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 1rem;
	line-height: 1.35;
}

.dnm-single-bike__info li span {
	color: #c73300;
	text-align: right;
}

.dnm-single-bike-content {
	max-width: 900px;
	margin: 0 auto;
	padding: clamp(34px, 4vw, 70px) clamp(16px, 3.4vw, 66px) clamp(74px, 6vw, 110px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
	font-size: clamp(1rem, 1vw, 1.08rem);
	line-height: 1.62;
}

.dnm-single-bike-content h2,
.dnm-single-bike-content h3 {
	margin: 28px 0 14px;
	color: #000;
	line-height: 1.2;
}

.dnm-product-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 30px;
}

.dnm-product-gallery__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 118px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
}

.dnm-product-gallery--bike .dnm-product-gallery__item:first-child {
	grid-column: 1 / -1;
	min-height: 360px;
}

.dnm-product-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
}

.dnm-product-gallery__item i {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: #000;
}

.dnm-lightbox[hidden] {
	display: none;
}

.dnm-lightbox {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(0, 0, 0, 0.86);
}

.dnm-lightbox img {
	display: block;
	max-width: min(1180px, 94vw);
	max-height: 90vh;
	object-fit: contain;
}

.dnm-lightbox__close {
	position: absolute;
	top: 22px;
	right: 22px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.dnm-lightbox-open {
	overflow: hidden;
}

.dnm-single-bike-related {
	padding: clamp(52px, 5vw, 88px) clamp(16px, 3.4vw, 66px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-single-bike-related h2 {
	max-width: 1570px;
	margin: 0 auto 30px;
	color: #000;
	font-size: clamp(2rem, 2.6vw, 3.3rem);
	line-height: 1.18;
}

.dnm-tour-gallery {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 4px 4px;
	background: #fff;
}

.dnm-tour-gallery__slider {
	position: relative;
	width: 100%;
	height: clamp(520px, calc(100vh - var(--dnm-header-height)), 860px);
	overflow: hidden;
	background: #e8e8e8;
}

.dnm-tour-gallery__slide {
	position: absolute;
	inset: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity 280ms ease, visibility 280ms ease;
}

.dnm-tour-gallery__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.dnm-tour-gallery__slide img,
.dnm-tour-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dnm-tour-gallery__slide img {
	transition: transform 420ms ease;
}

.dnm-tour-gallery__slide:hover img,
.dnm-tour-gallery__slide:focus img {
	transform: scale(1.04);
}

.dnm-tour-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	margin-top: 4px;
}

.dnm-tour-gallery__thumb {
	position: relative;
	display: block;
	width: 100%;
	height: clamp(130px, 9.4vw, 185px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #e8e8e8;
	cursor: pointer;
	overflow: hidden;
}

.dnm-tour-gallery__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.42);
	transition: background 180ms ease, box-shadow 180ms ease;
}

.dnm-tour-gallery__thumb.is-active::after,
.dnm-tour-gallery__thumb:hover::after,
.dnm-tour-gallery__thumb:focus-visible::after {
	background: transparent;
	box-shadow: inset 0 0 0 3px #c73300;
}

.dnm-single-tour-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1570px;
	margin: 0 auto;
	padding: 18px clamp(16px, 3.4vw, 66px);
	background: #fff;
	color: #222;
	font-family: var(--dnm-header-font);
	font-size: 1rem;
}

.dnm-single-tour-breadcrumb a,
.dnm-single-tour-breadcrumb a:visited {
	color: #666;
	text-decoration: none;
}

.dnm-single-tour-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.9fr);
	gap: clamp(36px, 6vw, 110px);
	max-width: 1570px;
	margin: 0 auto;
	padding: clamp(50px, 5vw, 86px) clamp(16px, 3.4vw, 66px);
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-single-tour-hero h1 {
	margin: 0;
	color: #000;
	font-size: clamp(2.5rem, 4vw, 5.1rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.12;
}

.dnm-single-tour-hero__facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 38px;
	align-content: start;
}

.dnm-single-tour-hero__facts p {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 6px 10px;
	margin: 0;
	color: #000;
}

.dnm-single-tour-hero__facts i {
	grid-row: span 2;
	color: #c73300;
	font-size: 1.2rem;
}

.dnm-single-tour-hero__facts strong {
	font-weight: 800;
}

.dnm-single-tour-hero__facts span {
	grid-column: 2;
}

.dnm-single-tour-hero__price {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #000;
}

.dnm-single-tour-hero__price a,
.dnm-single-tour-hero__price a:visited {
	color: #c73300;
	font-size: clamp(1.7rem, 2vw, 2.5rem);
	text-decoration: none;
}

.dnm-single-tour-overview {
	display: grid;
	grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.3fr);
	gap: clamp(34px, 5vw, 110px);
	max-width: 1570px;
	margin: 0 auto;
	padding: clamp(54px, 5vw, 90px) clamp(16px, 3.4vw, 66px);
	border-top: 1px solid #ddd;
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
}

.dnm-single-tour-overview h2,
.dnm-tour-itinerary h2,
.dnm-tour-prices h2,
.dnm-tour-info-columns h2 {
	margin: 0;
	color: #000;
	font-size: clamp(2rem, 2.35vw, 3.1rem);
	font-weight: 400;
	line-height: 1.18;
}

.dnm-single-tour-overview div {
	font-size: clamp(1rem, 1vw, 1.13rem);
	line-height: 1.58;
}

.dnm-tour-itinerary {
	max-width: 1570px;
	margin: 0 auto;
	padding: clamp(54px, 5vw, 92px) clamp(16px, 3.4vw, 66px);
	border-top: 1px solid #ddd;
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-tour-itinerary h2 {
	margin-bottom: 28px;
}

.dnm-tour-itinerary__list {
	background: #eee;
}

.dnm-tour-itinerary__item {
	border-bottom: 2px dashed #111;
}

.dnm-tour-itinerary__item button {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	border: 0;
	background: transparent;
	color: #000;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.dnm-tour-itinerary__item.is-open button {
	color: #c73300;
}

.dnm-tour-itinerary__panel {
	display: none;
	padding: 20px 30px 44px;
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
}

.dnm-tour-itinerary__item.is-open .dnm-tour-itinerary__panel {
	display: block;
}

.dnm-tour-itinerary__note {
	margin: 24px 0 0;
	color: #000;
	font-style: italic;
}

.dnm-tour-prices {
	max-width: 1570px;
	margin: 0 auto;
	padding: clamp(54px, 5vw, 88px) clamp(16px, 3.4vw, 66px);
	border-top: 1px solid #ddd;
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-tour-prices__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}

.dnm-tour-prices__head a,
.dnm-tour-prices__head a:visited {
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration-color: #c73300;
}

.dnm-tour-prices__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 34px);
}

.dnm-tour-price-card {
	display: flex;
	flex-direction: column;
	color: #000;
	text-align: center;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.dnm-tour-price-card img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: contain;
	margin-bottom: 18px;
}

.dnm-tour-price-card h3 {
	margin: 0 0 22px;
	clear: none;
	font-size: clamp(1.35rem, 1.55vw, 2rem);
	font-weight: 400;
	line-height: 1.2;
}

.dnm-tour-price-card ul {
	flex: 1 1 auto;
	margin: 0;
	padding: 0 38px 32px;
	list-style: none;
}

.dnm-tour-price-card li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 12px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.dnm-tour-price-card strong {
	color: #c73300;
}

.dnm-tour-price-card__footer {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: auto;
	background: #c83200;
}

.dnm-tour-price-card__footer a,
.dnm-tour-price-card__footer a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
	text-decoration: none;
}

.dnm-tour-price-card__footer a:last-child {
	border-right: 0;
}

.dnm-tour-price-card__footer a:hover,
.dnm-tour-price-card__footer a:focus {
	background: #111;
	color: #fff;
}

.dnm-tour-info-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1570px;
	margin: 0 auto;
	padding: clamp(54px, 5vw, 86px) clamp(16px, 3.4vw, 66px);
	border-top: 1px solid #ddd;
	background: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-tour-info-columns > div {
	min-width: 0;
	padding: 0 clamp(18px, 2.2vw, 42px);
	border-right: 1px solid #ddd;
}

.dnm-tour-info-columns > div:last-child {
	border-right: 0;
}

.dnm-tour-info-columns h2 {
	margin-bottom: 24px;
	font-size: clamp(2rem, 2.4vw, 3rem);
	line-height: 1.1;
}

.dnm-tour-info-columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-tour-info-columns li {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 14px;
	padding: 0 0 18px;
	margin-bottom: 18px;
	border-bottom: 1px dashed #ddd;
	color: #000;
	line-height: 1.5;
}

.dnm-tour-info-columns i {
	color: #c73300;
	font-size: 1.15rem;
}

.dnm-tour-info-columns__content {
	color: #000;
	line-height: 1.58;
}

.dnm-tour-info-columns__content *,
.dnm-tour-info-columns__content .elementor-icon-list-text {
	max-width: none !important;
	width: auto !important;
	word-break: normal;
	overflow-wrap: anywhere;
}

.dnm-tour-info-columns__content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-tour-info-columns__content li {
	display: grid !important;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 14px;
	padding: 0 0 22px;
	margin: 0 0 22px;
	border-bottom: 1px dashed #ddd;
}

.dnm-tour-info-columns__content li::before {
	content: "\f058";
	color: #c73300;
	font-family: "Font Awesome 6 Free";
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.45;
}

.dnm-tour-info-columns__content p {
	margin: 0 0 16px;
}

.dnm-tour-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: clamp(300px, 31vw, 430px);
	padding: clamp(52px, 6vw, 96px) 16px;
	background-position: center;
	background-size: cover;
	color: #fff;
	font-family: var(--dnm-header-font);
	text-align: center;
}

.dnm-tour-cta span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	margin-bottom: 18px;
	padding: 0 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.32);
}

.dnm-tour-cta h2 {
	margin: 0 0 28px;
	font-size: clamp(3rem, 5vw, 6rem);
	font-weight: 400;
	line-height: 1.05;
}

.dnm-tour-cta a,
.dnm-tour-cta a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 28px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-contact-page {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(380px, 1fr);
	min-height: 620px;
	background: #fff;
	border-bottom: 1px solid #eee;
	font-family: var(--dnm-header-font);
}

.dnm-contact-page__map,
.dnm-contact-page__form {
	padding: clamp(46px, 5vw, 82px) clamp(24px, 6vw, 120px);
}

.dnm-contact-page__map {
	border-right: 1px solid #ddd;
}

.dnm-contact-page__map iframe {
	display: block;
	width: 100%;
	height: 560px;
	border: 0;
}

.dnm-contact-page__kicker {
	margin: 0 0 16px;
	color: #999;
	text-transform: uppercase;
}

.dnm-contact-page h2 {
	margin: 0 0 28px;
	color: #000;
	font-size: clamp(1.6rem, 2vw, 2.5rem);
	text-transform: uppercase;
}

.dnm-contact-page .wpcf7-form {
	display: grid;
	gap: 0;
	color: #000;
}

.dnm-contact-form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px 20px;
}

.dnm-contact-form__field,
.dnm-contact-form__message,
.dnm-contact-form__quiz,
.dnm-contact-form__submit {
	margin: 0;
	color: #000;
	font-size: 1rem;
	line-height: 1.35;
}

.dnm-contact-form__message,
.dnm-contact-form__quiz,
.dnm-contact-form__submit {
	grid-column: 1 / -1;
}

.dnm-contact-form label,
.dnm-contact-form__label {
	display: block;
	margin: 0 0 9px;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
}

.dnm-contact-form__phone {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.dnm-contact-form__prefix {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 44px;
	background: #f3f3f3;
	color: #000;
	font-size: 0.95rem;
}

.dnm-contact-page input:not([type="submit"]),
.dnm-contact-page textarea,
.dnm-contact-page select {
	width: 100%;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	color: #000;
}

.dnm-contact-form__phone input:not([type="submit"]) {
	border: 0;
	border-radius: 0;
}

.dnm-contact-page textarea {
	min-height: 190px;
}

.dnm-contact-form__quiz > label {
	margin-bottom: 24px;
}

.dnm-contact-form__quiz .wpcf7-quiz-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 800;
}

.dnm-contact-page input[type="submit"] {
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 4px;
	background: #ff8d2b;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.dnm-contact-page .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 0.86rem;
}

.dnm-contact-page .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 16px 0 0;
}

@media (max-width: 1320px) {
	.dnm-motorbike-spec-grid__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.dnm-motorbike-archive-intro,
	.dnm-single-bike {
		grid-template-columns: 1fr;
	}

	.dnm-single-tour-hero,
	.dnm-single-tour-overview,
	.dnm-contact-page {
		grid-template-columns: 1fr;
	}

	.dnm-single-tour-hero__facts,
	.dnm-tour-prices__grid,
	.dnm-tour-info-columns,
	.dnm-contact-form {
		grid-template-columns: 1fr;
	}

	.dnm-tour-info-columns > div {
		padding: 28px 0;
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}

	.dnm-tour-info-columns > div:last-child {
		border-bottom: 0;
	}

	.dnm-tour-gallery__slider {
		height: 520px;
	}

	.dnm-tour-gallery__thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dnm-contact-page__map {
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}

	.dnm-motorbike-spec-grid__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dnm-motorbike-spec-grid__inner {
		grid-template-columns: 1fr;
	}

	.dnm-product-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dnm-product-gallery--bike .dnm-product-gallery__item:first-child {
		min-height: 260px;
		height: 360px;
	}

	.dnm-tour-gallery__slider {
		height: 360px;
	}

	.dnm-tour-gallery__thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dnm-tour-gallery__thumb {
		height: 120px;
	}

	.dnm-single-tour-hero__facts {
		gap: 18px;
	}

	.dnm-contact-page__map iframe {
		height: 360px;
	}
}

/* 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: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	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;
}

/**
 * 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: -0.25em;
}

sup {
	top: -0.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 {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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: 0.35em 0.75em 0.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 {
	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"] {
	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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Site header
--------------------------------------------------------------*/
:root {
	--dnm-header-height: 96px;
	--dnm-header-x: clamp(16px, 3.4vw, 64px);
	--dnm-header-font: "UTM Avo", "Avo", "Montserrat", "Arial", sans-serif;
}

@font-face {
	font-family: "UTM Avo";
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: local("UTM Avo"), local("UTMAvo"), url("asset/fonts/UTM%20Avo.ttf") format("truetype");
}

@font-face {
	font-family: "UTM Avo";
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	src: local("UTM Avo Italic"), local("UTMAvo-Italic"), url("asset/fonts/UTM%20AvoItalic.ttf") format("truetype");
}

@font-face {
	font-family: "UTM Avo";
	font-display: swap;
	font-style: normal;
	font-weight: 700 900;
	src: local("UTM Avo Bold"), local("UTMAvo-Bold"), url("asset/fonts/UTM%20AvoBold.ttf") format("truetype");
}

@font-face {
	font-family: "UTM Avo";
	font-display: swap;
	font-style: italic;
	font-weight: 700 900;
	src: local("UTM Avo Bold Italic"), local("UTMAvo-BoldItalic"), url("asset/fonts/UTM%20AvoBold_Italic.ttf") format("truetype");
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--dnm-header-font);
}

html,
body,
.site {
	font-family: var(--dnm-header-font);
}

body {
	font-size: 15px;
}

body :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, span, li) {
	font-family: inherit;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: transparent;
	color: #fff;
	transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header--scrolled {
	background: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(180px, 320px) minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(18px, 2.6vw, 48px);
	min-height: var(--dnm-header-height);
	padding: 0 var(--dnm-header-x);
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.site-branding .custom-logo-link,
.site-branding__logo {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	width: clamp(58px, 11vw, 205px);
}

.site-branding .custom-logo,
.site-branding__logo img {
	display: block;
	width: 100%;
	max-height: 70px;
	object-fit: contain;
}

.site-branding__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.site-title,
.site-description {
	margin: 0;
	color: #fff;
	line-height: 1.05;
}

.site-title {
	align-self: end;
	font-size: clamp(1.3rem, 1.55vw, 2rem);
	font-weight: 800;
	letter-spacing: 0;
}

.site-title a,
.site-title a:visited,
.site-title a:hover,
.site-title a:focus {
	color: inherit;
	text-decoration: none;
}

.site-description {
	align-self: start;
	margin-top: 2px;
	font-size: clamp(0.7rem, 0.76vw, 0.98rem);
	font-style: italic;
	font-weight: 400;
	opacity: 0.94;
}

.main-navigation {
	justify-self: center;
	width: auto;
	min-width: 0;
}

.main-navigation .menu,
.main-navigation .nav-menu {
	display: flex;
	align-items: center;
	gap: clamp(10px, 1.2vw, 24px);
	min-height: 60px;
	margin: 0;
	padding: 6px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(78, 78, 74, 0.66);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 16px 40px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	list-style: none;
}

.site-header--scrolled .main-navigation .menu,
.site-header--scrolled .main-navigation .nav-menu {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.main-navigation li {
	margin: 0;
}

.main-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 clamp(14px, 1.15vw, 24px);
	border-radius: 999px;
	color: #fff;
	font-family: var(--dnm-header-font);
	font-size: clamp(0.86rem, 0.83vw, 1rem);
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.main-navigation a:visited {
	color: #fff;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	background: #fff;
	color: #1d1d1d;
	outline: 0;
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: rotate(45deg) translateY(-2px);
}

.main-navigation ul ul {
	top: calc(100% - 1px);
	left: -999em;
	display: block;
	min-width: 220px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.92);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.main-navigation ul ul a {
	width: 100%;
	min-height: 40px;
	padding: 0 14px;
}

.main-navigation ul ul ul {
	top: -10px;
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: clamp(16px, 1.5vw, 28px);
}

.site-header__search,
.site-header__book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}

.site-header__search {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.site-header__search svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

.site-header__book {
	gap: 16px;
	min-height: 56px;
	padding: 6px 8px 6px 28px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(79, 79, 79, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	font-family: var(--dnm-header-font);
	font-size: clamp(0.78rem, 0.78vw, 0.95rem);
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-header__book:visited {
	color: #fff;
}

.site-header__book svg {
	width: 44px;
	height: 44px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.3;
}

.site-header__search:hover,
.site-header__search:focus,
.site-header__book:hover,
.site-header__book:focus {
	color: #fff;
	outline: 0;
}

.site-header__book:hover,
.site-header__book:focus {
	background: rgba(98, 98, 98, 0.96);
	transform: translateY(-1px);
}

.menu-toggle {
	display: none;
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.menu-toggle__line,
.menu-toggle__line::before,
.menu-toggle__line::after {
	position: absolute;
	left: 13px;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
}

.menu-toggle__line {
	top: 22px;
}

.menu-toggle__line::before {
	top: -6px;
	left: 0;
}

.menu-toggle__line::after {
	top: 6px;
	left: 0;
}

@media (max-width: 1280px) {
	.site-header__inner {
		grid-template-columns: minmax(170px, 260px) minmax(0, 1fr) auto;
		gap: 18px;
	}

	.main-navigation .menu,
	.main-navigation .nav-menu {
		gap: 4px;
	}

	.main-navigation a {
		padding: 0 12px;
	}
}

@media (max-width: 1024px) {
	:root {
		--dnm-header-height: 78px;
	}

	.site-header {
		background: rgba(0, 0, 0, 0.84);
	}

	.site-header__inner {
		grid-template-columns: 1fr auto auto;
	}

	.main-navigation {
		order: 3;
		justify-self: end;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.main-navigation .menu,
	.main-navigation .nav-menu {
		position: absolute;
		top: calc(100% - 8px);
		right: var(--dnm-header-x);
		display: none;
		flex-direction: column;
		align-items: stretch;
		width: min(360px, calc(100vw - 32px));
		min-height: 0;
		padding: 10px;
		border-radius: 18px;
		background: rgba(0, 0, 0, 0.94);
		box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
	}

	.main-navigation.toggled .menu,
	.main-navigation.toggled .nav-menu {
		display: flex;
	}

	.main-navigation a {
		justify-content: space-between;
		min-height: 44px;
		padding: 0 14px;
	}

	.main-navigation ul ul {
		position: static;
		display: none;
		min-width: 0;
		margin: 4px 0 8px;
		padding: 6px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.08);
		box-shadow: none;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		display: block;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	:root {
		--dnm-header-height: 70px;
	}

	.site-header__inner {
		grid-template-columns: 1fr auto;
		gap: 10px;
	}

	.site-branding .custom-logo-link {
		width: clamp(50px, 31vw, 150px);
	}

	.site-title {
		font-size: 1.1rem;
	}

	.site-description {
		font-size: 0.68rem;
	}

	.site-header__actions {
		display: none;
	}
}

/*--------------------------------------------------------------
# Front page hero slider
--------------------------------------------------------------*/
.home .site-main {
	margin: 0;
}

.dnm-hero-slider {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	overflow: hidden;
	background: #111;
	color: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-hero-slider__backgrounds {
	position: absolute;
	inset: 0;
	z-index: -2;
	overflow: hidden;
}

.dnm-hero-slider__background {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	transform: translate3d(100%, 0, 0);
	transition: transform 760ms cubic-bezier(0.76, 0, 0.24, 1);
	will-change: transform;
}

.dnm-hero-slider__background.is-active {
	transform: translate3d(0, 0, 0);
}

.dnm-hero-slider::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.7) 100%),
		rgba(0, 0, 0, 0.18);
	content: "";
	pointer-events: none;
}

.dnm-hero-slider__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(22px, 2.3vw, 38px);
	min-height: 100vh;
	padding: calc(var(--dnm-header-height) + 34px) clamp(16px, 3.4vw, 64px) 64px;
}

.dnm-hero-slider__copy {
	position: relative;
	flex: 0 0 auto;
	width: min(880px, 100%);
	min-height: clamp(150px, 17vw, 230px);
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.dnm-hero-slider__text {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translate3d(100%, 0, 0);
	transition: transform 760ms cubic-bezier(0.76, 0, 0.24, 1);
	will-change: transform;
}

.dnm-hero-slider__text.is-active {
	transform: translate3d(0, 0, 0);
}

.dnm-hero-slider__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 0 0 18px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background: rgba(84, 84, 84, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(0.78rem, 0.82vw, 0.95rem);
	line-height: 1;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.dnm-hero-slider__title {
	max-width: 880px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.55rem, 4.05vw, 4.35rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.08;
	text-wrap: balance;
}

.dnm-hero-tours {
	position: relative;
	flex: 0 0 auto;
	width: min(930px, 100%);
	margin: 0 auto;
}

.dnm-hero-tours__viewport {
	overflow: hidden;
}

.dnm-hero-tours__track {
	display: flex;
	align-items: stretch;
	gap: 24px;
	transition: transform 660ms cubic-bezier(0.76, 0, 0.24, 1);
	will-change: transform;
}

.dnm-hero-tour-card {
	position: relative;
	flex: 0 0 clamp(230px, 17vw, 320px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: clamp(225px, 15.6vw, 300px);
	overflow: hidden;
	padding: 0 28px 26px;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-decoration: none;
}

.dnm-hero-tour-card::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 38%, rgba(0, 0, 0, 0.58) 100%);
	content: "";
}

.dnm-hero-tour-card__duration,
.dnm-hero-tour-card__title {
	position: relative;
	z-index: 1;
}

.dnm-hero-tour-card__duration {
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(105, 105, 105, 0.72);
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(0.74rem, 0.78vw, 0.9rem);
	line-height: 1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.dnm-hero-tour-card__title {
	max-width: 260px;
	color: #fff;
	font-size: clamp(1.05rem, 1.16vw, 1.42rem);
	font-weight: 400;
	line-height: 1.22;
}

.dnm-hero-tour-card:hover,
.dnm-hero-tour-card:focus {
	color: #fff;
	outline: 0;
}

.dnm-hero-tours__control {
	position: absolute;
	top: 36px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #000;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	cursor: pointer;
}

.dnm-hero-tours__control--prev {
	left: 24px;
}

.dnm-hero-tours__control--next {
	right: 18px;
}

.dnm-hero-tours__control svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.dnm-hero-slider__numbers {
	position: absolute;
	bottom: 26px;
	left: clamp(16px, 3.4vw, 64px);
	display: flex;
	align-items: center;
	gap: 26px;
}

.dnm-hero-slider__number {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 72px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.86);
	font-family: var(--dnm-header-font);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.dnm-hero-slider__number::after {
	display: block;
	width: 44px;
	height: 2px;
	background: rgba(255, 255, 255, 0.86);
	content: "";
	transition: width 220ms ease, background-color 220ms ease;
}

.dnm-hero-slider__number.is-active {
	color: #fff;
}

.dnm-hero-slider__number.is-active::after {
	width: 74px;
	background: #fff;
}

@media (max-width: 1180px) {
	.dnm-hero-slider__content {
		padding-top: calc(var(--dnm-header-height) + 28px);
	}

	.dnm-hero-tours {
		width: min(820px, 100%);
	}
}

@media (max-width: 900px) {
	.dnm-hero-slider__content {
		gap: 22px;
		padding-bottom: 62px;
	}

	.dnm-hero-slider__title {
		font-size: clamp(2.15rem, 7vw, 3.35rem);
	}

	.dnm-hero-tours__track {
		gap: 16px;
	}

	.dnm-hero-tour-card {
		flex-basis: min(74vw, 300px);
		min-height: 260px;
	}
}

@media (max-width: 640px) {
	.dnm-hero-slider {
		min-height: 90vh;
		min-height: 90svh;
	}

	.dnm-hero-slider__content {
		min-height: 90vh;
		min-height: 90svh;
		justify-content: flex-end;
		gap: 10px;
		padding: calc(var(--dnm-header-height) + 12px) 16px 78px;
	}

	.dnm-hero-slider__copy {
		min-height: 128px;
	}

	.dnm-hero-slider__eyebrow {
		min-height: 32px;
		max-width: calc(100vw - 32px);
		margin: 0 auto 10px;
		padding: 0 16px;
		font-size: 0.76rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.dnm-hero-slider__title {
		font-size: clamp(1.85rem, 9vw, 2.65rem);
	}

	.dnm-hero-tours {
		margin-bottom: 0;
	}

	.dnm-hero-tour-card {
		flex-basis: calc(100vw - 48px);
		min-height: clamp(220px, 34vh, 290px);
		padding: 0 22px 22px;
	}

	.dnm-hero-tours__control {
		top: 20px;
		width: 44px;
		height: 44px;
	}

	.dnm-hero-tours__control--prev {
		left: 16px;
	}

	.dnm-hero-tours__control--next {
		right: 16px;
	}

	.dnm-hero-slider__numbers {
		bottom: 28px;
		left: 16px;
		gap: 12px;
	}

	.dnm-hero-slider__number {
		min-width: 54px;
		font-size: 0.9rem;
	}

	.dnm-hero-slider__number::after {
		width: 28px;
	}

	.dnm-hero-slider__number.is-active::after {
		width: 42px;
	}
}

/*--------------------------------------------------------------
# Tour category section
--------------------------------------------------------------*/
.dnm-tour-categories {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 7vw, 128px) clamp(16px, 2.6vw, 48px) clamp(80px, 7vw, 120px);
	background: #fff;
	color: #101010;
	font-family: var(--dnm-header-font);
}

.dnm-tour-categories::before,
.dnm-tour-categories::after {
	position: absolute;
	z-index: 0;
	width: 340px;
	height: 340px;
	border: 24px solid rgba(0, 0, 0, 0.025);
	border-radius: 44px;
	content: "";
	pointer-events: none;
	transform: rotate(45deg);
}

.dnm-tour-categories::before {
	top: 8%;
	right: 4%;
}

.dnm-tour-categories::after {
	bottom: 12%;
	left: -150px;
}

.dnm-tour-categories__intro,
.dnm-tour-categories__grid {
	position: relative;
	z-index: 1;
}

.dnm-tour-categories__intro {
	width: min(760px, 100%);
	margin: 0 auto 28px;
	text-align: center;
}

.dnm-tour-categories__kicker {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin: 0 0 18px;
	padding: 0 20px 0 0;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #fff;
	color: #0b0b0b;
	font-size: 1rem;
	line-height: 1;
}

.dnm-tour-categories__pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: -1px 12px -1px -1px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	background: #fff;
}

.dnm-tour-categories__pin svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.dnm-tour-categories h2 {
	max-width: 760px;
	margin: 0 auto;
	color: #000;
	font-size: clamp(2.4rem, 3.25vw, 4rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.12;
	text-wrap: balance;
}

.dnm-tour-categories__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(22px, 1.8vw, 32px);
	max-width: 1220px;
	margin: 0 auto;
}

.dnm-tour-category-card {
	position: relative;
	display: block;
	min-height: clamp(360px, 31vw, 600px);
	overflow: hidden;
	border-radius: 8px;
	background: #111;
	color: #fff;
	text-decoration: none;
}

.dnm-tour-category-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 520ms ease;
}

.dnm-tour-category-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.46) 100%);
	content: "";
}

.dnm-tour-category-card__frame {
	position: absolute;
	inset: 24px;
	z-index: 1;
	border: 4px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	pointer-events: none;
}

.dnm-tour-category-card__content {
	position: absolute;
	right: clamp(28px, 3vw, 62px);
	bottom: clamp(34px, 3.2vw, 68px);
	left: clamp(28px, 3vw, 62px);
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dnm-tour-category-card__title {
	color: #fff;
	font-size: clamp(2rem, 2.45vw, 3.4rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.05;
}

.dnm-tour-category-card__desc {
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(1rem, 1.15vw, 1.45rem);
	font-weight: 400;
	line-height: 1.3;
}

.dnm-tour-category-card:hover,
.dnm-tour-category-card:focus {
	color: #fff;
	outline: 0;
}

.dnm-tour-category-card:hover img,
.dnm-tour-category-card:focus img {
	transform: scale(1.06);
}

@media (max-width: 1180px) {
	.dnm-tour-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.dnm-tour-categories {
		padding-top: 64px;
	}

	.dnm-tour-categories__grid {
		grid-template-columns: 1fr;
	}

	.dnm-tour-category-card {
		min-height: 420px;
	}

	.dnm-tour-category-card__frame {
		inset: 18px;
		border-width: 3px;
	}
}

/*--------------------------------------------------------------
# Tour activity sliders
--------------------------------------------------------------*/
.dnm-tour-activity {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 6.4vw, 118px) clamp(16px, 3.4vw, 64px);
	background: #fff;
	color: #000;
	font-family: var(--dnm-header-font);
}

.dnm-tour-activity::after {
	position: absolute;
	bottom: clamp(54px, 6vw, 120px);
	left: clamp(16px, 3.4vw, 64px);
	z-index: 0;
	width: min(760px, 52vw);
	height: 58px;
	background:
		repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.08) 0 8px, transparent 8px 16px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.05), transparent);
	clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
	content: "";
	pointer-events: none;
}

.dnm-tour-activity__row {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(310px, 420px) minmax(0, 1fr);
	gap: clamp(24px, 3vw, 64px);
	max-width: 1760px;
	margin: 0 auto clamp(72px, 7vw, 118px);
}

.dnm-tour-activity__row:last-child {
	margin-bottom: 0;
}

.dnm-tour-activity__intro {
	padding-top: 2px;
}

.dnm-tour-activity__kicker {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin: 0 0 24px;
	padding: 0 20px 0 0;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	font-size: 1rem;
	line-height: 1;
}

.dnm-tour-activity__pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: -1px 12px -1px -1px;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	font-size: 1.18rem;
}

.dnm-tour-activity__intro h2 {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dfdfdf;
	color: #000;
	font-size: clamp(2.9rem, 4.1vw, 5rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
}

.dnm-tour-activity__description {
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #dfdfdf;
	color: #050505;
	font-size: clamp(1rem, 1.05vw, 1.24rem);
	line-height: 1.55;
}

.dnm-tour-activity__facts {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-tour-activity__facts li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #000;
	font-size: clamp(0.95rem, 0.95vw, 1.08rem);
	font-weight: 700;
	line-height: 1.35;
}

.dnm-tour-activity__facts i {
	color: #c73300;
	font-size: 1rem;
}

.dnm-tour-activity__slider {
	width: 100%;
	padding-bottom: 28px;
}

.dnm-tour-activity .swiper-slide {
	height: auto;
}

.dnm-tour-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	color: #000;
}

.dnm-tour-product-card__image {
	display: block;
	aspect-ratio: 1.36 / 1;
	overflow: hidden;
	background: #e9e9e9;
	color: inherit;
}

.dnm-tour-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 520ms ease;
}

.dnm-tour-product-card:hover .dnm-tour-product-card__image img {
	transform: scale(1.05);
}

.dnm-tour-product-card__body {
	flex: 1 1 auto;
	padding: 24px 24px 22px;
}

.dnm-tour-product-card h3 {
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #dfdfdf;
	clear: none;
	color: #000;
	font-size: clamp(1.3rem, 1.35vw, 1.7rem);
	font-weight: 700;
	line-height: 1.24;
}

.dnm-tour-product-card h3 a,
.dnm-tour-product-card h3 a:visited {
	color: inherit;
	text-decoration: none;
}

.dnm-tour-product-card__price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 22px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #dfdfdf;
	color: #8a8a8a;
	font-size: 1.05rem;
	line-height: 1.2;
}

.dnm-tour-product-card__price a,
.dnm-tour-product-card__price a:visited {
	color: #c73300;
	font-size: 1.45rem;
	font-weight: 500;
	text-decoration: none;
}

.dnm-tour-product-card__meta {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-tour-product-card__meta li {
	display: grid;
	grid-template-columns: 30px minmax(122px, 0.8fr) minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	color: #000;
	font-size: clamp(0.95rem, 0.95vw, 1.08rem);
	line-height: 1.35;
}

.dnm-tour-product-card__meta i {
	color: #c73300;
	font-size: 1.28rem;
	line-height: 1.1;
}

.dnm-tour-product-card__meta strong {
	font-weight: 800;
}

.dnm-tour-product-card__footer {
	display: grid;
	grid-template-columns: 1fr 88px;
	min-height: 68px;
	border-top: 1px solid #d9d9d9;
}

.dnm-tour-product-card__book,
.dnm-tour-product-card__view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
}

.dnm-tour-product-card__book,
.dnm-tour-product-card__book:visited {
	color: #000;
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
}

.dnm-tour-product-card__view {
	border-left: 1px solid #d9d9d9;
}

.dnm-tour-product-card__view,
.dnm-tour-product-card__view:visited {
	color: #000;
}

.dnm-tour-activity__controls {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.dnm-tour-activity__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.dnm-tour-activity__arrow.swiper-button-disabled {
	opacity: 0.4;
	cursor: default;
}

@media (max-width: 1180px) {
	.dnm-tour-activity__row {
		grid-template-columns: 1fr;
	}

	.dnm-tour-activity__intro {
		max-width: 620px;
	}
}

@media (max-width: 640px) {
	.dnm-tour-activity {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	.dnm-tour-activity__row {
		margin-bottom: 68px;
	}

	.dnm-tour-activity__intro h2 {
		font-size: clamp(2.35rem, 13vw, 3.6rem);
	}

	.dnm-tour-product-card__body {
		padding: 20px 18px;
	}

	.dnm-tour-product-card__meta li {
		grid-template-columns: 26px 112px minmax(0, 1fr);
		gap: 8px;
	}

	.dnm-tour-product-card__footer {
		grid-template-columns: 1fr 68px;
	}
}

/*--------------------------------------------------------------
# Exclusive tour slider
--------------------------------------------------------------*/
.dnm-exclusive-tour {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 5.2vw, 96px) clamp(16px, 2.3vw, 44px);
	background: #f4f4f2;
	color: #fff;
	font-family: var(--dnm-header-font);
}

.dnm-exclusive-tour__bg {
	position: absolute;
	inset: -40px;
	background-position: center;
	background-size: cover;
	filter: blur(12px);
	opacity: 0.42;
	transform: scale(1.06);
	transition: background-image 280ms ease;
}

.dnm-exclusive-tour::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.32);
	content: "";
	pointer-events: none;
}

.dnm-exclusive-tour__slider {
	position: relative;
	z-index: 1;
	width: min(1800px, 100%);
	margin: 0 auto;
	overflow: visible;
}

.dnm-exclusive-tour__slide {
	display: grid;
	grid-template-columns: minmax(0, 2.38fr) minmax(390px, 0.92fr);
	min-height: clamp(540px, 38vw, 720px);
	background: #141817;
}

.dnm-exclusive-tour__media {
	position: relative;
	min-height: inherit;
	overflow: hidden;
	background: #0a0a0a;
}

.dnm-exclusive-tour__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.22) 100%);
	content: "";
	pointer-events: none;
}

.dnm-exclusive-tour__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

.dnm-exclusive-tour__panel {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: inherit;
	padding: clamp(42px, 4vw, 74px) clamp(30px, 3vw, 54px);
	background:
		linear-gradient(180deg, rgba(18, 22, 23, 0.96) 0%, rgba(18, 22, 23, 0.92) 64%, rgba(143, 143, 141, 0.96) 100%),
		#171a1a;
}

.dnm-exclusive-tour__label {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(0.95rem, 1vw, 1.15rem);
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.dnm-exclusive-tour__panel h2 {
	margin: 0 0 16px;
	clear: none;
	color: #fff;
	font-size: clamp(2.5rem, 3vw, 4rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.16;
}

.dnm-exclusive-tour__contact,
.dnm-exclusive-tour__contact:visited {
	display: inline-flex;
	margin-bottom: 26px;
	color: #e23a00;
	font-size: clamp(1rem, 1.05vw, 1.22rem);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-exclusive-tour__description {
	width: 100%;
	margin: 0 0 26px;
	padding: 24px 0;
	border-top: 2px dashed rgba(255, 255, 255, 0.88);
	border-bottom: 2px dashed rgba(255, 255, 255, 0.88);
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(1rem, 1.02vw, 1.22rem);
	font-weight: 400;
	line-height: 1.5;
}

.dnm-exclusive-tour__meta {
	display: grid;
	gap: 18px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.dnm-exclusive-tour__meta li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: clamp(0.94rem, 0.95vw, 1.05rem);
	font-weight: 800;
	line-height: 1.3;
}

.dnm-exclusive-tour__meta i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	color: #cf3200;
	font-size: 1.04rem;
}

.dnm-exclusive-tour__button,
.dnm-exclusive-tour__button:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	margin-top: auto;
	padding: 0 30px;
	border-radius: 999px;
	background: #d83400;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, transform 180ms ease;
}

.dnm-exclusive-tour__button:hover,
.dnm-exclusive-tour__button:focus {
	background: #f04a0a;
	color: #fff;
	outline: 0;
	transform: translateY(-1px);
}

.dnm-exclusive-tour__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #000;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	transform: translateY(-50%);
}

.dnm-exclusive-tour__arrow--prev {
	left: 12px;
}

.dnm-exclusive-tour__arrow--next {
	right: 12px;
}

.dnm-exclusive-tour__arrow.swiper-button-disabled {
	opacity: 0.45;
	cursor: default;
}

@media (max-width: 1180px) {
	.dnm-exclusive-tour__slide {
		grid-template-columns: 1fr;
	}

	.dnm-exclusive-tour__media {
		min-height: min(58vw, 560px);
	}

	.dnm-exclusive-tour__panel {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.dnm-exclusive-tour {
		padding: 42px 16px;
	}

	.dnm-exclusive-tour__slide {
		min-height: 0;
	}

	.dnm-exclusive-tour__media {
		min-height: 320px;
	}

	.dnm-exclusive-tour__panel {
		padding: 30px 22px;
	}

	.dnm-exclusive-tour__panel h2 {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.dnm-exclusive-tour__description {
		padding: 18px 0;
	}

	.dnm-exclusive-tour__arrow {
		width: 46px;
		height: 46px;
	}

	.dnm-exclusive-tour__arrow--prev {
		left: 8px;
	}

	.dnm-exclusive-tour__arrow--next {
		right: 8px;
	}
}

/*--------------------------------------------------------------
# Review video section
--------------------------------------------------------------*/
.dnm-reviews {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 6.4vw, 116px) clamp(16px, 3.4vw, 64px);
	background: #fff;
	color: #070707;
	font-family: var(--dnm-header-font);
}

.dnm-reviews__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	align-items: start;
	gap: clamp(28px, 4vw, 80px);
	max-width: 1760px;
	margin: 0 auto clamp(32px, 4vw, 70px);
}

.dnm-reviews__kicker {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin: 0 0 20px;
	padding: 0 20px 0 0;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #fff;
	font-size: 1rem;
	line-height: 1;
}

.dnm-reviews__kicker span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: -1px 12px -1px -1px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
}

.dnm-reviews__header h2 {
	max-width: 760px;
	margin: 0;
	clear: none;
	color: #050505;
	font-size: clamp(3rem, 4.15vw, 5rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.dnm-reviews__header h2 strong,
.dnm-reviews__header h2 b {
	font-weight: 800;
}

.dnm-reviews__summary {
	padding-top: 48px;
	text-align: right;
}

.dnm-reviews__summary p {
	margin: 0 0 8px;
	font-size: clamp(1rem, 1.05vw, 1.22rem);
	line-height: 1.45;
}

.dnm-reviews__summary a,
.dnm-reviews__summary a:visited {
	color: #111;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration-color: #c83400;
	text-decoration-thickness: 2px;
	text-transform: uppercase;
}

.dnm-reviews__layout {
	display: grid;
	grid-template-columns: minmax(300px, 420px) minmax(0, 1fr) minmax(300px, 420px);
	gap: clamp(18px, 2vw, 34px);
	align-items: start;
	max-width: 1760px;
	margin: 0 auto;
}

.dnm-reviews__customer h3,
.dnm-reviews__video h3 {
	margin: 0 0 24px;
	clear: none;
	color: #050505;
	font-size: clamp(1.12rem, 1.2vw, 1.36rem);
	font-weight: 800;
	line-height: 1.2;
}

.dnm-reviews__text-slider {
	padding-bottom: 42px;
}

.dnm-review-quote__person {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 24px;
	align-items: center;
	margin-bottom: 30px;
}

.dnm-review-quote__person img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
}

.dnm-review-quote__name,
.dnm-review-quote__country {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.4;
}

.dnm-review-quote__stars {
	display: flex;
	gap: 3px;
	margin: 10px 0 0;
	color: #efb600;
	font-size: 0.95rem;
}

.dnm-review-quote__text {
	position: relative;
	margin: 0;
	padding: 30px 28px;
	background: #f0f0f0;
	color: #111;
	font-size: clamp(1rem, 1.03vw, 1.18rem);
	line-height: 1.48;
}

.dnm-review-quote__text::before {
	position: absolute;
	top: -14px;
	left: 34px;
	width: 28px;
	height: 28px;
	background: #f0f0f0;
	content: "";
	transform: rotate(45deg);
}

.dnm-reviews__pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

.dnm-reviews__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0;
	border: 2px solid #bdbdbd;
	background: transparent;
	opacity: 1;
}

.dnm-reviews__pagination .swiper-pagination-bullet-active {
	border-color: #333;
	background: #333;
}

.dnm-reviews__gallery {
	position: relative;
	width: 100%;
	border-radius: 10px;
}

.dnm-review-media {
	position: relative;
	display: block;
	width: 100%;
	min-height: clamp(360px, 27vw, 520px);
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #111;
	color: #fff;
	text-align: left;
	cursor: pointer;
}

.dnm-review-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 520ms ease;
}

.dnm-review-media:hover img,
.dnm-review-media:focus img {
	transform: scale(1.04);
}

.dnm-review-media__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.62) 100%);
}

.dnm-review-media__caption {
	position: absolute;
	right: 34px;
	bottom: 30px;
	left: 34px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.dnm-review-media__badge {
	padding: 7px 16px;
	border-radius: 999px;
	background: rgba(90, 90, 90, 0.76);
	color: #fff;
	font-size: 0.95rem;
	line-height: 1;
}

.dnm-review-media__title {
	color: #fff;
	font-size: clamp(1.35rem, 1.55vw, 1.9rem);
	line-height: 1.18;
}

.dnm-reviews__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #000;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
	cursor: pointer;
	transform: translateY(-50%);
}

.dnm-reviews__arrow--prev {
	left: 14px;
}

.dnm-reviews__arrow--next {
	right: 14px;
}

.dnm-reviews__video {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dnm-reviews__video-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 1.95 / 1;
	overflow: hidden;
	margin: 0 0 34px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #111;
	cursor: pointer;
}

.dnm-reviews__video-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dnm-reviews__video-thumb::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.12);
	content: "";
}

.dnm-reviews__video-thumb span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	color: #fff;
	font-size: 1.7rem;
	transform: translate(-50%, -50%);
}

.dnm-reviews__video p {
	margin: 0 0 24px;
	color: #111;
	font-size: clamp(1rem, 1.05vw, 1.22rem);
	line-height: 1.48;
}

.dnm-reviews__videos-link,
.dnm-reviews__videos-link:visited {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-height: 54px;
	padding: 0 8px 0 22px;
	border: 1px solid #111;
	border-radius: 999px;
	color: #111;
	font-size: 0.86rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-reviews__videos-link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	color: #fff;
}

.dnm-review-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.dnm-review-modal[aria-hidden="false"] {
	display: flex;
}

.dnm-review-modal-open {
	overflow: hidden;
}

.dnm-review-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
}

.dnm-review-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1060px, 100%);
	aspect-ratio: 16 / 9;
	background: #000;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.dnm-review-modal__dialog iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.dnm-review-modal__close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #000;
	cursor: pointer;
}

@media (max-width: 1180px) {
	.dnm-reviews__layout,
	.dnm-reviews__header {
		grid-template-columns: 1fr;
	}

	.dnm-reviews__summary {
		max-width: 520px;
		padding-top: 0;
		text-align: left;
	}
}

@media (max-width: 720px) {
	.dnm-reviews {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.dnm-reviews__header h2 {
		font-size: clamp(2.4rem, 12vw, 3.6rem);
	}

	.dnm-review-quote__person {
		grid-template-columns: 72px 1fr;
		gap: 18px;
	}

	.dnm-review-quote__person img {
		width: 72px;
		height: 72px;
	}

	.dnm-review-media {
		min-height: 320px;
	}

	.dnm-reviews__arrow {
		width: 46px;
		height: 46px;
	}

	.dnm-review-modal__close {
		top: -14px;
		right: -10px;
	}
}

/*--------------------------------------------------------------
# Partner logo marquee
--------------------------------------------------------------*/
.dnm-partners {
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
}

.dnm-partners__viewport {
	overflow: hidden;
	width: 100%;
}

.dnm-partners__track {
	display: flex;
	width: max-content;
	animation: dnm-partners-marquee 26s linear infinite;
	will-change: transform;
}

.dnm-partners:hover .dnm-partners__track {
	animation-play-state: paused;
}

.dnm-partners__group {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex: 0 0 100vw;
	min-width: 100vw;
	padding: 24px clamp(18px, 3vw, 56px);
}

.dnm-partners__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20%;
	min-width: 0;
	height: 90px;
}

.dnm-partners__item img {
	display: block;
	width: auto;
	max-width: clamp(150px, 12vw, 240px);
	max-height: 70px;
	object-fit: contain;
}

@keyframes dnm-partners-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dnm-partners__track {
		animation: none;
	}
}

@media (max-width: 720px) {
	.dnm-partners__group {
		flex: 0 0 auto;
		min-width: max-content;
		padding: 18px 32px;
	}

	.dnm-partners__item {
		flex: 0 0 auto;
		min-width: 150px;
		height: 72px;
	}

	.dnm-partners__item img {
		max-width: 145px;
		max-height: 58px;
	}
}

/*--------------------------------------------------------------
# Team slider
--------------------------------------------------------------*/
.dnm-team {
	display: grid;
	grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(36px, 5vw, 88px);
	padding: clamp(70px, 6.5vw, 118px) clamp(16px, 3.4vw, 64px);
	background: #fff;
	color: #050505;
	font-family: var(--dnm-header-font);
}

.dnm-team--passion {
	position: relative;
	padding-top: clamp(60px, 5.8vw, 104px);
}

.dnm-team--passion::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 50%;
	height: 2px;
	background: #111;
	content: "";
}

.dnm-team__intro {
	max-width: 410px;
}

.dnm-team__eyebrow {
	margin: 0 0 28px;
	color: #9aa0a6;
	font-size: clamp(1rem, 1.1vw, 1.22rem);
	line-height: 1.2;
}

.dnm-team__intro h2 {
	margin: 0 0 24px;
	clear: none;
	color: #050505;
	font-size: clamp(3rem, 4vw, 4.9rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.18;
}

.dnm-team__intro h2 strong {
	color: #c73500;
	font-weight: 800;
}

.dnm-team__intro p:not(.dnm-team__eyebrow) {
	margin: 0 0 26px;
	color: #111;
	font-size: clamp(1rem, 1.05vw, 1.18rem);
	line-height: 1.45;
}

.dnm-team__button,
.dnm-team__button:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 30px;
	border-radius: 999px;
	background: #c93400;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.dnm-team__slider-wrap {
	position: relative;
	min-width: 0;
}

.dnm-team__slider {
	overflow: hidden;
}

.dnm-team .swiper-slide {
	height: auto;
}

.dnm-team-card {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(230px, 1fr);
	height: 100%;
	min-height: 390px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

.dnm-team-card__image {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	background: #eee;
}

.dnm-team-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dnm-team-card__role {
	position: absolute;
	right: 22px;
	bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: calc(100% - 44px);
	padding: 9px 14px;
	border-radius: 999px;
	background: #cf3500;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.dnm-team-card__role i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	color: #cf3500;
	font-size: 0.78rem;
}

.dnm-team-card__content {
	display: flex;
	flex-direction: column;
	padding: 30px 24px 28px;
}

.dnm-team-card__content h3 {
	margin: 0 0 16px;
	clear: none;
	color: #000;
	font-size: clamp(1.35rem, 1.45vw, 1.78rem);
	font-weight: 800;
	line-height: 1.15;
}

.dnm-team-card__content p {
	margin: 0;
	color: #000;
	font-size: clamp(0.94rem, 0.95vw, 1.06rem);
	line-height: 1.42;
}

.dnm-team-card__experience {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px dashed #dedede;
	color: #000;
	font-size: clamp(0.95rem, 0.98vw, 1.1rem);
	line-height: 1.3;
}

.dnm-team-card__experience i {
	color: #c93400;
}

.dnm-team__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	font-size: 1.28rem;
	cursor: pointer;
	transform: translateY(-50%);
}

.dnm-team__arrow--prev {
	left: -54px;
}

.dnm-team__arrow--next {
	right: -54px;
}

.dnm-team__arrow.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

@media (max-width: 1280px) {
	.dnm-team {
		grid-template-columns: 1fr;
	}

	.dnm-team__intro {
		max-width: 620px;
	}

	.dnm-team__arrow--prev {
		left: 8px;
	}

	.dnm-team__arrow--next {
		right: 8px;
	}
}

@media (max-width: 720px) {
	.dnm-team {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	.dnm-team__intro h2 {
		font-size: clamp(2.4rem, 11vw, 3.6rem);
	}

	.dnm-team-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.dnm-team-card__image {
		min-height: 330px;
	}

	.dnm-team-card__content {
		min-height: 280px;
	}

	.dnm-team__arrow {
		top: 34%;
		width: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 50%;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
	}
}

/*--------------------------------------------------------------
# Mobile polish
--------------------------------------------------------------*/
@media (max-width: 1024px) {
	html,
	body {
		overflow-x: hidden;
	}

	.site-header {
		background: rgba(0, 0, 0, 0.94);
	}

	.site-header__inner {
		padding-inline: 16px;
	}

	.site-branding .custom-logo-link,
	.site-branding__logo {
		width: clamp(150px, 42vw, 220px);
	}

	.main-navigation .menu,
	.main-navigation .nav-menu {
		position: fixed;
		top: var(--dnm-header-height);
		left: 12px;
		right: 12px;
		width: auto;
		max-height: calc(100svh - var(--dnm-header-height) - 20px);
		overflow-y: auto;
	}

	.admin-bar .main-navigation .menu,
	.admin-bar .main-navigation .nav-menu {
		top: calc(var(--dnm-header-height) + 32px);
	}

	.main-navigation ul ul {
		margin-left: 0;
	}

	.dnm-hero-slider,
	.dnm-hero-slider__content {
		min-height: auto;
	}

	.dnm-hero-slider__content {
		padding-top: calc(var(--dnm-header-height) + 42px);
	}

	.menu-toggle {
		position: fixed !important;
		top: 14px;
		right: 16px;
		z-index: 999999;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		visibility: visible !important;
		opacity: 1 !important;
		background: #fff;
		color: #111;
		border-color: #fff;
	}

	.admin-bar .menu-toggle {
		top: 46px;
	}

	.dnm-tour-categories__intro {
		width: min(100%, calc(100vw - 32px));
	}

	.dnm-tour-categories h2 {
		width: min(100%, calc(100vw - 32px));
		font-size: clamp(2rem, 6vw, 2.7rem);
		overflow-wrap: anywhere;
	}
}

@media (max-width: 782px) {
	.admin-bar .main-navigation .menu,
	.admin-bar .main-navigation .nav-menu {
		top: calc(var(--dnm-header-height) + 46px);
	}
}

@media (max-width: 640px) {
	:root {
		--dnm-header-x: 14px;
	}

	body {
		font-size: 16px;
	}

	.site-header__inner {
		position: relative;
		min-height: var(--dnm-header-height);
	}

	.site-branding .custom-logo-link,
	.site-branding__logo {
		width: min(54vw, 205px);
	}

	.menu-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
	}

	.main-navigation {
		display: flex;
		justify-content: flex-end;
		position: fixed;
		top: 14px;
		right: 16px;
		z-index: 20;
		width: 42px;
		height: 42px;
		transform: none;
	}

	.admin-bar .main-navigation {
		top: 60px;
	}

	.main-navigation a {
		min-height: 48px;
		font-size: 1rem;
	}

	.dnm-page-hero {
		min-height: 280px;
		padding: calc(var(--dnm-header-height) + 48px) 16px 54px;
	}

	.dnm-page-hero h1 {
		font-size: clamp(2.35rem, 13vw, 3.6rem);
		line-height: 1;
	}

	.dnm-hero-slider__content {
		min-height: 90vh;
		min-height: 90svh;
		justify-content: flex-end;
		gap: 16px;
		padding: calc(var(--dnm-header-height) + 18px) 16px 78px;
	}

	.dnm-hero-slider__copy {
		width: 100%;
		min-height: 120px;
	}

	.dnm-hero-slider__title {
		max-width: calc(100vw - 32px);
		margin: 0 auto;
		font-size: clamp(1.65rem, 8.6vw, 2.45rem);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.dnm-hero-tours {
		margin-bottom: 0;
	}

	.dnm-hero-tour-card {
		min-height: clamp(220px, 34vh, 290px);
	}

	.dnm-hero-slider__numbers {
		bottom: 28px;
	}

	.dnm-tour-categories h2,
	.dnm-tour-activity__intro h2,
	.dnm-motorbikes__copy h2,
	.dnm-team__intro h2,
	.dnm-reviews__header h2 {
		max-width: 100%;
		font-size: clamp(2.05rem, 9.4vw, 2.75rem);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.dnm-tour-categories,
	.dnm-tour-categories__intro {
		max-width: 100vw;
	}

	.dnm-tour-categories__intro {
		width: 100%;
	}

	.dnm-tour-categories h2 {
		width: min(100%, calc(100vw - 32px));
		font-size: clamp(2rem, 8.8vw, 2.45rem);
	}

	.dnm-motorbikes,
	.dnm-motorbike-archive-intro,
	.dnm-motorbike-spec-grid,
	.dnm-single-tour-hero,
	.dnm-single-tour-overview,
	.dnm-tour-prices,
	.dnm-tour-info-columns,
	.dnm-contact-page,
	.dnm-single-post,
	.dnm-single-related {
		padding-left: 16px;
		padding-right: 16px;
	}

	.dnm-motorbikes__layout {
		display: block;
		padding: 0;
	}

	.dnm-motorbikes__slider-wrap {
		width: 100%;
		margin-top: 30px;
	}

	.dnm-motorbikes__panel {
		margin-top: 28px;
		padding: 28px 0 0;
	}

	.dnm-motorbike-spec-card__footer,
	.dnm-tour-price-card__footer {
		grid-template-columns: 1fr;
	}

	.dnm-motorbike-spec-card__footer a,
	.dnm-tour-price-card__footer a {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	}

	.dnm-motorbike-spec-card__footer a:last-child,
	.dnm-tour-price-card__footer a:last-child {
		border-bottom: 0;
	}

	.dnm-single-bike {
		padding-left: 16px;
		padding-right: 16px;
	}

	.dnm-product-gallery {
		gap: 6px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.dnm-product-gallery--bike .dnm-product-gallery__item:first-child,
	.dnm-tour-gallery__slider {
		height: min(62svh, 360px);
		min-height: 260px;
	}

	.dnm-tour-gallery {
		padding: 0 0 4px;
	}

	.dnm-tour-gallery__thumbs {
		display: flex;
		gap: 4px;
		padding: 0 4px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.dnm-tour-gallery__thumb {
		flex: 0 0 42vw;
		height: 96px;
		scroll-snap-align: start;
	}

	.dnm-single-tour-breadcrumb {
		padding: 14px 16px;
		font-size: 0.95rem;
	}

	.dnm-single-tour-breadcrumb strong {
		flex-basis: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.dnm-single-tour-hero h1,
	.dnm-single-post__header h1 {
		max-width: 100%;
		font-size: clamp(1.85rem, 8vw, 2.35rem);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.dnm-single-tour-hero__facts {
		grid-template-columns: 1fr;
	}

	.dnm-single-tour-hero__facts p {
		grid-template-columns: 34px minmax(110px, 0.65fr) minmax(0, 1fr);
		gap: 10px;
	}

	.dnm-single-tour-overview,
	.dnm-tour-info-columns {
		gap: 24px;
	}

	.dnm-tour-prices__head {
		align-items: center;
		margin-bottom: 20px;
	}

	.dnm-tour-prices__grid {
		gap: 22px;
	}

	.dnm-tour-price-card ul {
		padding: 0 22px 24px;
	}

	.dnm-tour-info-columns h2,
	.dnm-tour-prices h2,
	.dnm-single-tour-overview h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.dnm-tour-info-columns > div {
		padding: 24px 0;
	}

	.dnm-tour-cta {
		min-height: 300px;
	}

	.dnm-tour-cta h2 {
		font-size: clamp(2.25rem, 13vw, 3.6rem);
	}

	.dnm-single-post__toc {
		padding: 34px 16px 0;
	}

	.dnm-single-post {
		display: block;
	}

	.dnm-toc-box,
	.dnm-toc-box #ez-toc-container,
	.dnm-toc-box .ez-toc-container {
		max-width: 100% !important;
		box-sizing: border-box;
		overflow: hidden;
	}

	.dnm-toc-box .ez-toc-title-container {
		padding: 18px 18px;
		gap: 10px;
	}

	.dnm-toc-box p.ez-toc-title {
		flex: 1 1 auto;
		min-width: 0;
		white-space: normal;
		font-size: 1.35rem !important;
	}

	.dnm-toc-box .ez-toc-title-toggle {
		flex: 0 0 48px;
		width: 48px;
		height: 44px;
	}

	.dnm-toc-box nav {
		padding: 16px 18px 18px;
	}

	.dnm-single-post__article {
		padding: 38px 16px 54px;
	}

	.dnm-single-post__image img {
		height: auto;
	}

	.dnm-single-post__content {
		font-size: 1.03rem;
	}

	.dnm-contact-page {
		padding-top: 34px;
		padding-bottom: 54px;
	}

	.dnm-contact-page__map,
	.dnm-contact-page__form {
		padding: 0;
	}

	.dnm-contact-page__map iframe {
		height: 300px;
	}

	.dnm-contact-form {
		gap: 18px;
	}

	.dnm-contact-page textarea {
		min-height: 150px;
	}

	.dnm-reviews {
		padding: 58px 16px;
		overflow: hidden;
	}

	.dnm-reviews__header {
		display: block;
		margin-bottom: 28px;
	}

	.dnm-reviews__kicker {
		min-height: 40px;
		margin-bottom: 16px;
		font-size: 0.95rem;
	}

	.dnm-reviews__kicker span {
		width: 40px;
		height: 40px;
	}

	.dnm-reviews__header h2 {
		max-width: 100%;
		font-size: clamp(2.1rem, 10vw, 3rem);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.dnm-reviews__summary {
		max-width: 100%;
		padding-top: 18px;
		text-align: left;
	}

	.dnm-reviews__layout {
		display: flex;
		flex-direction: column;
		gap: 28px;
		max-width: 100%;
	}

	.dnm-reviews__customer,
	.dnm-reviews__gallery,
	.dnm-reviews__video {
		width: 100%;
		min-width: 0;
	}

	.dnm-reviews__customer {
		order: 2;
	}

	.dnm-reviews__gallery {
		order: 1;
		overflow: visible;
		border-radius: 8px;
	}

	.dnm-reviews__video {
		order: 3;
	}

	.dnm-reviews__gallery .swiper-wrapper {
		align-items: stretch;
	}

	.dnm-review-media {
		min-height: 390px;
		border-radius: 8px;
	}

	.dnm-review-media__caption {
		right: 20px;
		bottom: 22px;
		left: 20px;
	}

	.dnm-review-media__badge {
		padding: 6px 12px;
		font-size: 0.82rem;
	}

	.dnm-review-media__title {
		font-size: 1.25rem;
		overflow-wrap: anywhere;
	}

	.dnm-reviews__arrow {
		display: none;
	}

	.dnm-reviews__arrow--prev {
		left: 10px;
	}

	.dnm-reviews__arrow--next {
		right: 10px;
	}

	.dnm-review-quote__person {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 16px;
		margin-bottom: 22px;
	}

	.dnm-review-quote__person img {
		width: 64px;
		height: 64px;
	}

	.dnm-review-quote__name,
	.dnm-review-quote__country {
		font-size: 1rem;
	}

	.dnm-review-quote__text {
		padding: 24px 20px;
		font-size: 1rem;
	}

	.dnm-reviews__text-slider {
		padding-bottom: 28px;
	}

	.dnm-reviews__video-thumb {
		margin-bottom: 20px;
		aspect-ratio: 16 / 9;
	}

	.dnm-reviews__video-thumb span {
		width: 58px;
		height: 58px;
		font-size: 1.25rem;
	}

	.dnm-reviews__video h3 {
		margin-bottom: 14px;
		font-size: 1.25rem;
	}

	.dnm-reviews__videos-link {
		min-height: 48px;
	}

	.dnm-review-modal {
		padding: 16px;
	}

	.dnm-review-modal__close {
		top: -12px;
		right: -8px;
		width: 40px;
		height: 40px;
	}

	.site-footer {
		padding: 56px 16px 42px;
	}

	.site-footer__inner {
		gap: 36px;
	}
}

@media (max-width: 380px) {
	.site-branding .custom-logo-link,
	.site-branding__logo {
		width: 170px;
	}

	.dnm-single-tour-hero__facts p {
		grid-template-columns: 30px 1fr;
	}

	.dnm-single-tour-hero__facts span {
		grid-column: 2;
		text-align: left;
	}
}
