
.mk-31-bg {
  display: block;
  position: relative;
  z-index: 15;
  width: 100%;
  overflow: hidden;
}

.mk-31-img {
	position:relative;
	z-index:-1;
	padding-top:2rem;
	padding-bottom:2rem;
}


.mk-31-img-bg {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 2rem;
  width: 100%;
  height: calc(100% - 6.7rem);
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition:
	opacity 0.9s cubic-bezier(0.45, 0, 0.55, 1),
	visibility 0s linear 0.9s;
  will-change: opacity;
}

.mk-31-images::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 2rem 0 4.7rem;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}


.mk-31-img-bg.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}




.mk-31-content {
	position: relative;
	z-index:20;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-bottom:3rem;
}
	



.mk-31-swiper-item  {
	width:100%;
	height:450px;
	color:#fff;
	text-align:center;
	position:relative;
	z-index:20;
}

.mk-31-change  {
	position:absolute;
	left:20%;
	top:0;
	z-index:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:80%;
	height:100%;
	background-color:transparent;
	border: none;
	color:inherit;
	font:inherit;
}


@media (min-width: 480px) {

.mk-31-swiper-item  {
	height:550px;
}

}

@media (min-width: 992px) {

.mk-31-swiper-item  {
	height:600px;
}

}


@media (min-width: 1200px) {

.mk-31-change  {
	left:4%;
	width:86%;
}	

}
	

.mk-31-change.active {
	background-image: url(../Images/mk-31-hg.svg);
	background-repeat: no-repeat;
	background-position:top center;
}


.mk-31-swiper-item a {
	position:relative;
	z-index:30;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	margin-top:0.75rem;
	padding:0.4rem 0.75rem;
	color:#fff;
	border: none;
	cursor:pointer;
}

.mk-31-swiper-item a:focus-visible {
	outline:3px solid #fff;
	outline-offset:3px;
}

.mk-31-content .swiper-scrollbar {
	position:absolute;
	left:0;
	right:0;
	bottom:0rem;
	width:100%;
	height:1rem;
	border-radius:999rem;
	background-color:rgba(0,0,0,0.15);
}

.mk-31-content .swiper-scrollbar-drag {
	border-radius:999rem;
	background-color:#3f3f3f;
	cursor:grab;
}

.mk-31-content .swiper-scrollbar-drag:active {
	cursor:grabbing;
}

.mk-31-content.swiper-horizontal > .swiper-scrollbar.swiper-scrollbar-lock {
	display:none;
}

@media (prefers-reduced-motion: reduce) {
	.mk-31-img-bg {
		transition:none;
	}
}


.mk-31-change{
	font-family: var(--wf-headline-font-family);
	color: #fff;
	letter-spacing: -0.02em;	
	font-weight: 800;
    font-size: 1.40em;
    line-height: 1.4em;
    text-transform: none;
	padding:0;
}

.mk-31-change span{
	display:block;
	font-family: var(--wf-page-font-family);
	letter-spacing:0;	
	font-weight: 400;
    font-size: 0.70em;
    line-height: 1.2em;
    text-transform: none;
	padding-top:0.5rem;
}

.mk-31-change .mk-31-more {
	font-family:var(--wf-page-font-family);
	letter-spacing:0;
	font-weight:400;
	font-size:0.70em;
	line-height:1.2em;
	text-transform:none;
}


.mk-32-item {
	height:550px;
	position:relative;
	z-index:5;
}

.mk-32-img-bg {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mk-32-item-body {
  position: absolute;
  z-index: 1;
  background-color:#fff;
  padding:1.5rem;
  right: 2rem;
  top: 2rem;
  width:300px;
}

.mk-32-content  {
	position:relative;
}

.mk-32-footer {
	position: absolute;
	z-index:5;
	left:0;
	bottom:3rem;
	z-index:99;
	width:100%;
}

.mk-32-footer:after {
	content:"";
	width:100%;
	height:1px;
	background-color:#000;
	position:absolute;
	z-index:-1;
	left:0;
	bottom:1.25rem;
}

.mk-32-nav {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:0.25rem 1.5rem;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.mk-32-nav button {
	min-width:4.5rem;
	min-height:2.75rem;
	padding:0.5rem 0.75rem;
	border:none;
	border-radius:2px;
	background-color:#fff;
	color:#3f3f3f;
	font:inherit;
	cursor:pointer;
}

.mk-32-nav button.active {
	background-color:#3f3f3f;
	color:#fff;
}

.mk-32-nav button:focus-visible {
	outline:3px solid #000;
	outline-offset:3px;
}


@media (min-width: 480px) {

.mk-32-item  {
	height:650px;
}

.mk-32-item-body {
  padding:2.0rem;
  right: 4rem;
  top: 4rem;
  width:400px;
}

}

@media (min-width: 992px) {

.mk-32-item  {
	height:700px;
}

.mk-32-item-body {
  padding:2.5rem;
  right: 5rem;
  top: 5rem;
  width:400px;
}


}
