.b360deck-card {
	border: 1px solid rgba(20, 24, 31, 0.12);
	border-radius: 8px;
	padding: 24px;
	background: #ffffff;
	color: #14181f;
}

.b360deck-card__title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.25;
}

.b360deck-card__text {
	font-size: 16px;
	line-height: 1.6;
}

.b360deck-card__text > :first-child {
	margin-top: 0;
}

.b360deck-card__text > :last-child {
	margin-bottom: 0;
}

.b360deck-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	padding: 12px 18px;
	border-radius: 6px;
	background: #14181f;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.b360deck-card__button:hover,
.b360deck-card__button:focus {
	color: #ffffff;
	background: #2b3341;
	text-decoration: none;
}

.b360-marina-tabs {
	--b360-marina-color-yacht: #005792;
	--b360-marina-color-opera: #00436f;
	--b360-marina-color-eye: #003354;
	--b360-marina-color-building: #002840;
	--b360-marina-color-surface: #e2eef5;
	--b360-marina-ease: cubic-bezier(0.22, 1, 0.36, 1);
	box-sizing: border-box;
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: var(--b360-marina-color-surface);
	color: #ffffff;
	font-family: "Nexa", sans-serif;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

.b360-marina-tabs *,
.b360-marina-tabs *::before,
.b360-marina-tabs *::after {
	box-sizing: border-box;
}

.b360-marina-tabs__nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 360px;
}

.b360-marina-tabs__nav-item {
	min-width: 0;
	transition: background-color 520ms var(--b360-marina-ease);
}

.b360-marina-tabs__nav-item--yacht,
.b360-marina-tabs__panel--yacht,
.b360-marina-tabs__nav-item--yacht .b360-marina-tabs__mobile-panel {
	background: var(--b360-marina-color-yacht);
}

.b360-marina-tabs__nav-item--opera,
.b360-marina-tabs__panel--opera,
.b360-marina-tabs__nav-item--opera .b360-marina-tabs__mobile-panel {
	background: var(--b360-marina-color-opera);
}

.b360-marina-tabs__nav-item--eye,
.b360-marina-tabs__panel--eye,
.b360-marina-tabs__nav-item--eye .b360-marina-tabs__mobile-panel {
	background: var(--b360-marina-color-eye);
}

.b360-marina-tabs__nav-item--building,
.b360-marina-tabs__panel--building,
.b360-marina-tabs__nav-item--building .b360-marina-tabs__mobile-panel {
	background: var(--b360-marina-color-building);
}

.b360-marina-tabs button.b360-marina-tabs__tab {
	width: 100%;
	height: 360px;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 39px 40px 52px;
	background: transparent;
	background-color: transparent;
	background-image: none;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	text-align: left;
	font: inherit;
	line-height: 1;
	min-width: 0;
	overflow: visible;
	position: relative;
	left: auto;
	appearance: none;
	box-shadow: none;
	text-shadow: none;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	transition:
		background-color 520ms var(--b360-marina-ease),
		box-shadow 520ms var(--b360-marina-ease),
		height 520ms var(--b360-marina-ease),
		padding 520ms var(--b360-marina-ease),
		gap 520ms var(--b360-marina-ease);
}

.b360-marina-tabs button.b360-marina-tabs__tab:hover,
.b360-marina-tabs button.b360-marina-tabs__tab:focus {
	background: transparent;
	background-color: transparent;
	color: #ffffff;
	outline: 0;
	text-decoration: none;
}

.b360-marina-tabs button.b360-marina-tabs__tab:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.75);
}

.b360-marina-tabs.is-pointer-interaction button.b360-marina-tabs__tab:focus-visible {
	box-shadow: none;
}

.b360-marina-tabs__icon {
	display: block;
	position: absolute;
	top: 39px;
	left: 40px;
	width: 132px;
	height: 132px;
	color: currentColor;
	pointer-events: none;
	transform: translate(0, 0);
	transform-origin: center;
	transition:
		top 560ms var(--b360-marina-ease),
		left 560ms var(--b360-marina-ease),
		width 560ms var(--b360-marina-ease),
		height 560ms var(--b360-marina-ease),
		transform 560ms var(--b360-marina-ease),
		opacity 320ms ease;
	will-change: top, left, width, height, transform;
}

.b360-marina-tabs__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4.5;
}

.b360-marina-tabs__icon-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

.b360-marina-tabs__label {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 52px;
	left: 40px;
	max-width: 290px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	text-transform: uppercase;
	transition:
		opacity 300ms ease,
		transform 420ms var(--b360-marina-ease),
		visibility 0s linear 0s;
	will-change: opacity, transform;
}

.b360-marina-tabs__label > span {
	display: block;
}

.b360-marina-tabs__nav-item.is-active .b360-marina-tabs__icon {
	top: 50%;
	left: 50%;
	width: 210px;
	height: 170px;
	transform: translate(-50%, -50%);
}

.b360-marina-tabs__nav-item.is-active .b360-marina-tabs__icon--eye {
	width: 220px;
	height: 220px;
}

.b360-marina-tabs__nav-item.is-active .b360-marina-tabs__label {
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition-delay: 0s, 0s, 300ms;
}

.b360-marina-tabs__mobile-panel {
	display: none;
}

.b360-marina-tabs__panels {
	background: var(--b360-marina-color-yacht);
}

.b360-marina-tabs__panel {
	min-height: auto;
	padding-bottom: 60px;
}

.b360-marina-tabs__content {
	display: grid;
	grid-template-columns: minmax(0, 740px) 500px;
	column-gap: 30px;
	justify-content: space-between;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 30px;
}

.b360-marina-tabs__panel.is-active .b360-marina-tabs__content,
.b360-marina-tabs__mobile-panel.is-opening .b360-marina-tabs__content {
	animation: b360MarinaPanelIn 520ms var(--b360-marina-ease) both;
}

@keyframes b360MarinaPanelIn {
	from {
		opacity: 0;
		transform: translateY(-18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.b360-marina-tabs__copy {
	min-width: 0;
	padding-top: 88px;
}

.b360-marina-tabs__panel--yacht .b360-marina-tabs__copy {
	padding-top: 127px;
}

.b360-marina-tabs__title {
	margin: 0 0 29px;
	color: #ffffff;
	font-family: "Nexa", sans-serif;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.17;
	text-transform: uppercase;
}

.b360-marina-tabs__text {
	max-width: 720px;
	color: #ffffff;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.34;
}

.b360-marina-tabs__text p {
	margin: 0 0 29px;
	color: inherit;
	font-family: inherit;
	font-size: inherit !important;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit !important;
}

.b360-marina-tabs__text > :last-child {
	margin-bottom: 0;
}

.b360-marina-tabs__button-wrap {
	margin-top: 49px;
}

.b360-marina-tabs__button-wrap--mobile {
	display: none;
}

.b360-marina-tabs a.b360-marina-tabs__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 205px;
	height: 52px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 0;
	padding: 0 15px;
	background: transparent;
	color: #ffffff;
	font-family: "Nexa", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
}

.b360-marina-tabs a.b360-marina-tabs__button::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.b360-marina-tabs a.b360-marina-tabs__button:hover,
.b360-marina-tabs a.b360-marina-tabs__button:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	text-decoration: none;
}

.b360-marina-tabs__figure {
	width: 500px;
	height: 360px;
	margin: 64px 0 0;
	overflow: hidden;
}

.b360-marina-tabs__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
	.b360-marina-tabs {
		width: 100vw;
	}

	.b360-marina-tabs__content {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 40%);
		column-gap: 30px;
	}

	.b360-marina-tabs__figure {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.b360-marina-tabs {
		width: 100vw;
	}

	.b360-marina-tabs__nav {
		display: block;
		min-height: 0;
	}

	.b360-marina-tabs__nav-item {
		min-height: 130px;
		overflow: hidden;
		transition:
			min-height 520ms var(--b360-marina-ease),
			background-color 520ms var(--b360-marina-ease);
	}

	.b360-marina-tabs button.b360-marina-tabs__tab {
		height: 130px;
		padding: 0 31px 0 32px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		text-align: center;
		touch-action: manipulation;
	}

	.b360-marina-tabs__icon {
		position: static;
		top: auto;
		left: auto;
		flex: 0 0 105px;
		width: 105px;
		height: 105px;
		transform: none;
		transition:
			width 420ms var(--b360-marina-ease),
			height 420ms var(--b360-marina-ease),
			transform 420ms var(--b360-marina-ease),
			opacity 260ms ease;
	}

	.b360-marina-tabs__label {
		position: static;
		right: auto;
		bottom: auto;
		left: auto;
		max-width: 200px;
		font-size: 26px;
		line-height: 1.24;
		opacity: 1;
		visibility: visible;
		transform: none;
		text-align: center;
	}

	.b360-marina-tabs[data-mobile-open="false"] .b360-marina-tabs__nav-item.is-active button.b360-marina-tabs__tab {
		height: 130px;
		padding: 0 31px 0 32px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		text-align: center;
	}

	.b360-marina-tabs[data-mobile-open="false"] .b360-marina-tabs__nav-item.is-active .b360-marina-tabs__icon {
		flex: 0 0 105px;
		width: 105px;
		height: 105px;
	}

	.b360-marina-tabs[data-mobile-open="false"] .b360-marina-tabs__nav-item.is-active .b360-marina-tabs__label {
		display: block;
		max-width: 200px;
		font-size: 26px;
		line-height: 1.24;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.b360-marina-tabs[data-mobile-open="true"] .b360-marina-tabs__nav-item.is-active {
		min-height: 0;
	}

	.b360-marina-tabs[data-mobile-open="true"] .b360-marina-tabs__nav-item.is-active button.b360-marina-tabs__tab {
		height: 206px;
		padding: 35px 32px 0;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		text-align: center;
	}

	.b360-marina-tabs[data-mobile-open="true"] .b360-marina-tabs__nav-item.is-active .b360-marina-tabs__icon {
		width: 126px;
		height: 126px;
		transform: none;
	}

	.b360-marina-tabs[data-mobile-open="true"] .b360-marina-tabs__nav-item.is-active .b360-marina-tabs__label {
		display: block;
		max-width: 310px;
		font-size: 26px;
		line-height: 1.24;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.b360-marina-tabs[data-mobile-open="true"] .b360-marina-tabs__nav-item.is-active .b360-marina-tabs__label > span {
		display: inline;
	}

	.b360-marina-tabs[data-mobile-open="true"] .b360-marina-tabs__nav-item.is-active .b360-marina-tabs__label > span + span::before {
		content: " ";
	}

	.b360-marina-tabs__mobile-panel {
		display: block;
		height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0 32px;
		transition:
			height 560ms var(--b360-marina-ease),
			opacity 360ms ease;
		will-change: height, opacity;
	}

	.b360-marina-tabs__mobile-panel.is-open,
	.b360-marina-tabs__mobile-panel.is-opening {
		opacity: 1;
	}

	.b360-marina-tabs__mobile-panel.is-closing {
		pointer-events: none;
	}

	.b360-marina-tabs__mobile-panel[hidden] {
		display: none;
	}

	.b360-marina-tabs__panels {
		display: none;
	}

	.b360-marina-tabs__content {
		display: block;
		padding: 24px 0 42px;
	}

	.b360-marina-tabs__copy {
		padding-top: 0;
	}

	.b360-marina-tabs__title {
		display: none;
	}

	.b360-marina-tabs__text {
		max-width: none;
		font-size: 19px;
		line-height: 1.38;
	}

	.b360-marina-tabs__text p {
		margin-bottom: 28px;
	}

	.b360-marina-tabs__button-wrap--desktop {
		display: none;
	}

	.b360-marina-tabs__button-wrap--mobile {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}

	.b360-marina-tabs a.b360-marina-tabs__button {
		min-width: 198px;
		height: 52px;
		font-size: 16px;
		letter-spacing: 1.7px;
	}

	.b360-marina-tabs__figure {
		width: 100%;
		height: auto;
		aspect-ratio: 500 / 360;
		margin: 31px 0 0;
	}
}

@media screen and (max-width: 380px) {
	.b360-marina-tabs button.b360-marina-tabs__tab {
		gap: 18px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.b360-marina-tabs__label,
	.b360-marina-tabs[data-mobile-open="true"] .b360-marina-tabs__nav-item.is-active .b360-marina-tabs__label {
		font-size: 24px;
	}

	.b360-marina-tabs__mobile-panel {
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.b360-marina-tabs *,
	.b360-marina-tabs *::before,
	.b360-marina-tabs *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
