/*
* Template Name: Turnkey Program
*/

#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
#ip-swu{}
.swu-inner{
	width: 1300px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.swu-section{
	position: relative;
	padding: 40px 0;
}
.swu-section:first-child{
	padding-top: 0;
}
.swu-section .swu-bg.monogram{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: max(-3.194vw,-46px);
	bottom: max(-3.194vw,-46px);
	background: url(../../images/turnkey-program/tupr-logo_accent.png) calc(100% + min(9.8125vw,157px)) center no-repeat;
    background-size: auto 100%;
    opacity: 0 !important;
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    max-height: 817px;
}
.swu-section .swu-bg.img{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/sell-with-us/swu-bg.jpg) center center no-repeat;
	background-size: cover;
	pointer-events: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.swu-section .swu-bg.monogram.active{
	opacity: 0.05 !important;
}
.swu-section .swu-bg.img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 85%);
}
.swu-row{
	position: relative;
	z-index: 1;
}
.swu-content{}
.swu-title{}
.swu-title > h2{
	font-family: var(--font-family-title);
	font-size: 110px;
}
.swu-title > h2 span{
	color: var(--primary);
}
.swu-img{
	position: relative;
}
.swu-img.intro:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/sell-with-us/swu-logo_01.png) center center no-repeat;
	background-size: cover;
}
.swu-img img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

.swu-desc{
	line-height: 1.6;
	font-size: 20px;
	letter-spacing: 0.050em;
	margin: 56px 0 0;
}
.swu-desc p:not(:nth-of-type(1)){
	margin: 31px 0 0;
}
.swu-desc p.lg{
	font-size: 1.2em;
}
.swu-desc p span{
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 700;
}

.swu-list{}
.swu-list-hdr {
    font-family: var(--font-family-title);
    font-size: 37px;
    letter-spacing: 0.050em;
    padding: 13px 10px 13px 55px;
    background: url(../../images/sell-with-us/swu-monogram.png) left top no-repeat;
    background-size: 34px auto;
}
.swu-section:nth-child(even) .swu-list ul{
	margin: 10px 0 0 30px;
}
.swu-list li{
	line-height: 1.6;
    font-size: 20px;
    letter-spacing: 0.050em;
    margin: 31px 0 0;
    position: relative;
    padding: 0 0 0 40px;
    background: url(../../images/sell-with-us/swu-list_icon.png) 0px 6px no-repeat;
    background-size: 20px auto;
}
.swu-list li:first-child{
	margin: 0 0 0;
}

.swu-sp{
	background: url(../../images/sell-with-us/swu-bg_02.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
}

.safari-true .swu-sp,
.mobile .swu-sp{
    background-attachment: scroll;
}

.sp-container{
	width: 1410px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
	z-index: 0;
}
.sp-top{
	position: relative;
	z-index: 0;
	color: #fff;
	padding: 40px 15px;
}

.sp-title {
    font-family: var(--font-family-title);
    color: #fff;
    font-size: 70px;
    background: url(../../images/sell-with-us/swu-monogram.png) left center no-repeat;
    background-size: 34px auto;
    padding: 0 0 0 62px;
    position: relative;
    z-index: 1;
}
.sp-title span{
	color: #e5bdb0;
}
.sp-intro{
	font-size: 18px;
    line-height: 1.778;
    color: #e1e1e1;
    letter-spacing: 0.050em;
    max-width: 710px;
    position: relative;
    z-index: 1;
}
.sp-cards{
	position: relative;
	z-index: 1;
}
.sp-card{}
.sp-card a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    pointer-events: none;
}
.sp-card a .sp-card-img{
	position: relative;
	z-index: 0;
}
.sp-card a .sp-card-img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/sell-with-us/swu-sp_fade.png) center center no-repeat;
	background-size: cover;
	opacity: 0.9;
}
.sp-card a .sp-card-img canvas{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.sp-card a .sp-card-img img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.sp-card a .sp-card-label {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 29px 29px;
}
.sp-card a .sp-card-label span{
	display: inline-block;
	color: #fff;
	line-height: 1.125;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.020em;
}
@media only screen and (min-width: 992px) {
	.ip-container #breadcrumbs {
	    margin: 0 auto 58px auto;
	}
	.swu-section{
		padding: min(7.5vw,108px) 0;
	}
	.swu-section .swu-row{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.swu-section:first-child .swu-row{
		align-items: center;
	}
	.swu-section:nth-child(odd) .swu-row{
		flex-flow: row-reverse wrap;
	}
	.swu-row .swu-col{
		width: 43.385%;
	}
	.swu-row .swu-col:first-child{
		width: 56.615%;
	}

	.swu-section .swu-content{
		padding: 0 0 0 min(4.923vw,90px);
	}
	.swu-section:nth-child(even) .swu-content{
		padding: 0 min(4.923vw,90px) 0 0;
	}

	.swu-section .swu-desc{
		padding: 0 0 0 7px;
	}

	.swu-section .swu-img:before {
	    content: '';
	    display: block;
	    width: min(25.5625vw,409px);
	    height: 53px;
	    background: rgb(160,113,103);
	    background: linear-gradient(90deg, rgba(160,113,103,1) 0%, rgba(229,189,176,1) 50%, rgba(160,113,103,1) 100%);
	    position: absolute;
	    z-index: 0;
	    top: 100%;
	    left: 0;
	}
	.swu-section:nth-child(even) .swu-img:before {
	    left: auto;
	    right: 0;
	}
	.swu-title > h2{
		font-size: min(7.639vw,110px);
	}
	.section-title.swu h2{
		font-size: min(5.2vw,70px);
	}

	.swu-section:nth-child(even) .swu-list ul{
		margin: 10px 0 0 60px;
	}
	.swu-section.market{
		padding-bottom: min(calc(7.5vw - 50px),calc(108px - 50px));	
	}
	.swu-section.addl-market{
		padding-bottom: 50px;
	}
	.swu-sp{
		padding: 120px 0 107px;
	}
	.swu-sp:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		right: 0;
		height: 120px;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%);
	}
	.swu-sp:after {
	    content: '';
	    display: block;
	    position: absolute;
	    z-index: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    height: 107px;
	    background: rgb(255,255,255);
	    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	.sp-top{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		padding: 100px min(4.028vw,58px) 63px;
	}
	.sp-top:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: -158px;
		left: -100vw;
		right: -100vw;
		background: #000;
		opacity: 0.8;
	}
	.sp-top:after{
		content:'';
		display: block;
		position: absolute;
		left: -100vw;
		right: -100vw;
		top: calc(100% + 158px);
		background: #fff;
		opacity: 0.75;
		height: 100vh;
	}
	.sp-title {
	    font-size: min(4.861vw,70px);
	    background: url(../../images/sell-with-us/swu-monogram.png) left center no-repeat;
	    background-size: min(2.361vw,34px) auto;
	    padding: 0 0 0 min(4.306vw,62px);
	}
	.sp-intro{
		font-size: min(1.25vw,18px);
		max-width: min(49.306vw,710px);
	}
	.sp-cards{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.sp-card{
		margin-left: min(1.181vw,17px);
		width: calc(25% - min(0.903vw,13px));
	}
	.sp-card:first-child{
		margin-left: 0;
	}
	.sp-card a {
	    border-radius: min(1.042vw,15px);
	}
	.sp-card a .sp-card-label {
	    padding: 0 min(1.042vw,15px) min(2.014vw,29px) min(2.014vw,29px);
	}
	.sp-card a .sp-card-label span{
		font-size: min(2.778vw,40px);
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {

	.swu-sp{
	    background-attachment: scroll;
	}
}
@media only screen and (max-width: 991px) {
	.ip-container #breadcrumbs {
	    padding: 0 15px;
	}
	.swu-section .swu-bg.monogram {
	    top: 35px;
	    bottom: 35px;
	    margin: auto 0;
	    max-height: 390px;
	}
	.swu-content {
	    text-align: center;
	    padding: 0 0 40px;
	}
	.swu-desc{
		font-size: 16px;
	}
	.swu-list li {
	    line-height: 1.6;
	    font-size: 16px;
	    letter-spacing: 0.050em;
	    margin: 31px 0 0;
	    position: relative;
	    padding: 0 0 0 23px;
	    background: url(../../images/sell-with-us/swu-list_icon.png) 0px 5px no-repeat;
	    background-size: 15px auto;
	    text-align: left;
	}
	.swu-img {
	    margin: 0 auto;
	    max-width: 450px;
	}
	.swu-list-hdr{
		text-align: left;
	}
	.swu-sp:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		opacity: 0.8;
	}
	.sp-top{
		background: rgba(0,0,0,0.8);
		margin: 0 -15px 40px;
	}
	.sp-title {
	    font-size: 70px;
	    background: url(../../images/sell-with-us/swu-monogram.png) center top no-repeat;
	    background-size: 34px auto;
	    padding: 70px 0 0;
	    text-align: center;
	}
	.sp-intro {
	    font-size: 16px;
	    text-align: center;
	    margin: 30px 0 0;
	}

	.sp-card {
	    max-width: 340px;
	    margin: 20px auto 0;
	}

	.sp-card:first-child{
		margin-top: 0;
	}

	.sp-intro {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.swu-title > h2 {
	    font-size: 80px;
	}
	.section-title.swu h2 {
	    font-size: 40px;
	}
}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {
	.swu-title > h2 {
	    font-size: 55px;
	}
	.section-title.swu h2 {
	    font-size: 31px;
	}
	.sp-card a .sp-card-label {
	    padding: 0 15px 29px 20px;
	}
	.sp-card a .sp-card-label span {
	    font-size: 35px;
	}
}