/*=====================================
	=           General               =
	=====================================*/
html{
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	box-sizing:border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	scroll-behavior: smooth;}		
body{
	background:#fff;
	height:100%;
	min-height:100%;
	font-family:"Roboto",Arial,sans-serif;
	font-size:14px;
	font-weight: 400;
	color:#444444;
	text-decoration: none;
	list-style: none}
	
*,*:before,*:after{margin:0;padding:0;text-decoration: none;list-style: none;box-sizing:border-box}
.clear,.clr:after{content:" ";float:none;clear:both;display:table}

.pcuk--txtbox{padding:30px 0;margin-top: 120px;}
.pcuk--txtbox h1,.pcuk--txtbox h2,.pcuk--txtbox h3{margin-bottom:2rem}
.pcuk--txtbox p{margin-bottom:1rem}
.pcuk-box2{
	width: 96%;
	margin:0 auto;
	padding:0 10px
}
.pcuk-responsive-wrapper{
	width: 100%;
	margin:0 auto;
	padding:0 10px
}
.unselectable {
	-webkit-touch-callout: none; 
	user-select: none;
	-webkit-user-select: none;
}

.pcuk-disabled {
	pointer-events: none;
	cursor: default;
}

.mobile{
	display: block;
}
.desk{
	display: none;
}


/*=====================================
	=             Header               =
	=====================================*/

.pcuk-hdr{
	position: relative;
	z-index: 999;
	width: 100%;
}

.pcuk-hdrtop{
	display: none;
	background: #0d1b2a;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pcuk-hdrtop1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 8px 0;
}

.pcuk-hdrtop-left p{
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	color: #f5efe4;
	letter-spacing: 0.2px;
}

.pcuk-hdrtop-left p span{
	display: inline-block;
	margin-left: 8px;
	color: #ff9f43;
	font-weight: 700;
}

.pcuk-hdrtop-right{
	display: none;
}

.pcuk-hdrtop-links{
	display: flex;
	align-items: center;
	gap: 18px;
}

.pcuk-hdrtop-links li a{
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: #f5efe4;
	transition: 0.3s ease;
}

.pcuk-hdrtop-links li a:hover{
	color: #ff9f43;
}

.pcuk-hdrmain{
	padding: 10px 0;
}

.pcuk-hdrmain1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 5px 16px;
	background: #ffffff;
	border: 1px solid #e5dccd;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(13, 27, 42, 0.08);
}
/* landing header */
.pcuk-hdr-landing{
	padding: 0;
}

.pcuk-hdr-landing .pcuk-hdrtop{
	display: none !important;
}
.pcuk-hdricons-landing {
	display: none !important;
}
.pcuk-hdr-landing .pcuk-hdrmain{
	padding: 5px 0px;
}
.pcuk-hdr-landing .pcuk-hdrmain-left{
	flex: 1;
    justify-content: center;
}
.pcuk-hdr-landing .pcuk-hdrmain1{
	padding: 5px;
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.pcuk-hdr-landing .pcuk-logo img{
	max-width: 200px;
    height: unset;
    width: 100%;
}

.pcuk-hdr-landing .pcuk-hdrmain-right{
	display: flex;
}

.pcuk-hdr-landing .pcuk-hdricon,
.pcuk-hdr-landing .pcuk-hdrburger{
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: #f3eee6;
	border-color: #e4d7c3;
	box-shadow: none;
}

.pcuk-hdr-landing .pcuk-hdrmain{
	
}

.pcuk-hdrmain-left{
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

.pcuk-logo{
	display: flex;
	align-items: center;
}

.pcuk-logo a{
	display: inline-flex;
	align-items: center;
}

.pcuk-logo img{
	display: block;
	width: auto;
	max-width: 165px;
	height: 42px;
	object-fit: contain;
}

.pcuk-hdrmain-center{
	display: none;
}

.pcuk-nav{
	width: 100%;
}

.pcuk-navlist{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.pcuk-navitem a{
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	color: #132238;
	transition: 0.3s ease;
}

.pcuk-navitem a:hover{
	color: #f47c20;
}

.pcuk-hdrmain-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
}

.pcuk-hdricons{
	display: flex;
	align-items: center;
	gap: 8px;
}

.pcuk-hdricon,
.pcuk-hdrburger,
.pcuk-mobpanel-close{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #e5dccd;
	border-radius: 14px;
	background: #fffaf2;
	color: #132238;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s ease;
}

.pcuk-hdricon:hover,
.pcuk-hdrburger:hover,
.pcuk-mobpanel-close:hover{
	background: #f47c20;
	border-color: #f47c20;
	color: #ffffff;
}

.pcuk-hdrburger{
	appearance: none;
	-webkit-appearance: none;
}

.pcuk-mobpanel{
	position: fixed;
	inset: 0;
	z-index: 1200;
	pointer-events: none;
	visibility: hidden;
}

.pcuk-mobpanel.is-active{
	pointer-events: auto;
	visibility: visible;
}

.pcuk-mobpanel-overlay{
	position: absolute;
	inset: 0;
	background: rgba(8, 18, 30, 0.55);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pcuk-mobpanel.is-active .pcuk-mobpanel-overlay{
	opacity: 1;
}

.pcuk-mobpanel-inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 88%;
	max-width: 380px;
	height: 100%;
	padding: 18px 18px 24px;
	background: #f7f0e4;
	box-shadow: -10px 0 30px rgba(0,0,0,0.18);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
}

.pcuk-mobpanel.is-active .pcuk-mobpanel-inner{
	transform: translateX(0);
}

.pcuk-mobpanel-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ddd1be;
}

.pcuk-mobpanel-logo img{
	display: block;
	width: auto;
	max-width: 150px;
	height: 38px;
	object-fit: contain;
}

.pcuk-mobpanel-body{
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.pcuk-mobpanel-group{
	padding-bottom: 18px;
	border-bottom: 1px solid #e3d8c8;
}

.pcuk-mobpanel-group:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.pcuk-mobpanel-title{
	margin-bottom: 12px;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #132238;
}

.pcuk-mobpanel-list{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pcuk-mobpanel-list li a{
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #132238;
	padding: 4px 0;
	transition: 0.3s ease;
}

.pcuk-mobpanel-list li a:hover{
	color: #f47c20;
}

.pcuk-mobpanel-cta{
	padding-top: 4px;
}

.pcuk-mobpanel-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	background: #f47c20;
	border: 1px solid #f47c20;
	border-radius: 14px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	transition: 0.3s ease;
}

.pcuk-mobpanel-btn:hover{
	background: #132238;
	border-color: #132238;
	color: #ffffff;
}


/*=====================================
	=             Footer               =
	=====================================*/

.pcuk-ftr{
	padding: 18px 0 28px;
}

.pcuk-ftr1{
	background: transparent;
}

.pcuk-ftrmain{
	padding: 24px 0 18px;
	border-top: 1px solid #ddd1be;
}

.pcuk-ftrgrid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.pcuk-ftrcol h3,
.pcuk-ftrcol h4{
	margin-bottom: 10px;
	font-family: "Oswald", Arial, sans-serif;
	line-height: 1.2;
	color: #132238;
}

.pcuk-ftrcol h3{
	font-size: 24px;
	font-weight: 600;
}

.pcuk-ftrcol h4{
	font-size: 20px;
	font-weight: 500;
}

.pcuk-ftrcol p{
	font-size: 14px;
	line-height: 1.6;
	color: #5f646b;
}

.pcuk-ftrcol ul{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pcuk-ftrcol ul li a{
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	color: #132238;
	transition: 0.3s ease;
}

.pcuk-ftrcol ul li a:hover{
	color: #f47c20;
}

.pcuk-ftrmeta{
	padding: 10px 0 8px;
	text-align: center;
}

.pcuk-ftrmeta p{
	font-size: 11px;
	line-height: 1.5;
	font-weight: 400;
	color: #b1b1b1;
}

.pcuk-ftrmeta p span{
	color: #f47c20;
	font-weight: 500;
}

.pcuk-ftrlegal{
	padding-top: 8px;
}

.pcuk-ftrlegal-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 16px;
}

.pcuk-ftrlegal-list li a{
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	color: #7a7a7a;
	transition: 0.3s ease;
}

.pcuk-ftrlegal-list li a:hover{
	color: #f47c20;
}

.pcuk-ftrbottom{
	padding-top: 18px;
	text-align: center;
}

.pcuk-ftrbottom p{
	font-size: 12px;
	line-height: 1.6;
	color: #8a8a8a;
}

/* minimal footer */
.pcuk-ftr-minimal{
	padding-top: 0px;
	padding-bottom: 65px;
}

.pcuk-ftr-minimal .pcuk-ftrlegal{
	padding-top: 6px;
}

.pcuk-ftr-minimal .pcuk-ftrlegal-list{
	gap: 8px 14px;
}

/*=====================================
	=         Landing Page           =
	=====================================*/

.pcuk-visually-hidden{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.pcuk-lndv1-body{
	background: #fffbf7;
	color: #132238;
}

.pcuk-lndv1-main{
	position: relative;
	padding: 0 0 18px;
}

.pcuk-lndv1-screen{
	position: relative;
	min-height: 100dvh;
	padding: 0 0 15px;
}

.pcuk-lndv1-card{
	position: relative;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.pcuk-lndv1-hero{
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #173556 0%, #102845 100%);
}

.pcuk-lndv1-road.hero-bg{
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
/*
.pcuk-lndv1-road.hero-bg::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;

	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.45) 0%,
		rgba(0, 0, 0, 0.35) 40%,
		rgba(0, 0, 0, 0.25) 100%
	);
}*/


.pcuk-lndv1-road.hero-bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pcuk-lndv1-hero .pcuk-responsive-wrapper{
	position: relative;
	z-index: 2;
}

.pcuk-lndv1-hero1{
	position: relative;
    width: 100%;
	min-height: 400px;
    z-index: 3;
    padding: 50px 0px 0px;
}

.pcuk-lndv1-hero-left{
	position: relative;
	z-index: 4;
}

.pcuk-lndv1-amount{
	font-family: "Oswald", Arial, sans-serif;
	font-size: 72px;
	line-height: 0.95;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -1px;
	margin-bottom: 14px;
}

.pcuk-lndv1-amount span{
	color: #f47c20;
}

.pcuk-lndv1-hero-copy{
	max-width: 310px;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 14px;
}

.pcuk-lndv1-hero-strong{
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	color: #ffffff;
}

.pcuk-lndv1-hero-right{
	position: absolute;
    right: -24px;
    bottom: -7px;
    min-height: 120px;
    z-index: 2;
}

.pcuk-lndv1-road{
	position: absolute;
	left: -8px;
	right: -8px;
	bottom: -6px;
	z-index: 1;
}

.pcuk-lndv1-road img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.pcuk-lndv1-mascot{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	min-height: 210px;
}

.pcuk-lndv1-mascot img{
	display: block;
	width: auto;
	max-width: 210px;
	height: auto;
}
.pcuk-lndv1-content-main{
	position: relative;
    width: 100%;
	padding-bottom: 10px;
}
.pcuk-lndv1-content{
	padding: 22px 0px 0px;
}

.pcuk-lndv1-copybox{
	margin-bottom: 20px;
	padding: 0 8px;
}

.pcuk-lndv1-copybox h2{
	margin-bottom: 10px;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	color: #132238;
	letter-spacing: -0.3px;
}

.pcuk-lndv1-copybox p{
	font-size: 17px;
	line-height: 1.55;
	font-weight: 400;
	color: #23384f;
}

.pcuk-lndv1-copybox p strong{
	font-weight: 700;
	color: #132238;
}

.pcuk-lndv1-formwrap{
	padding: 0 8px;
}

.pcuk-lndv1-form{
	display: block;
}

.pcuk-lndv1-formrow{
	margin-bottom: 12px;
}

.pcuk-lndv1-input{
	display: block;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	background: #ffffff;
	border: 1px solid #d7c8b3;
	border-radius: 4px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #132238;
	box-shadow: 0 8px 18px rgba(19, 34, 56, 0.06);
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pcuk-lndv1-input::placeholder{
	color: #8c8e93;
}

.pcuk-lndv1-input:focus{
	border-color: #f47c20;
	box-shadow: 0 0 0 3px rgba(244, 124, 32, 0.14);
}

.pcuk-lndv1-checkrow{
	margin-bottom: 12px;
}

.pcuk-lndv1-checklabel{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 400;
	color: #4e5967;
	cursor: pointer;
}

.pcuk-lndv1-checkbox{
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	accent-color: #f47c20;
	cursor: pointer;
}

.pcuk-lndv1-checklabel a{
	color: #132238;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pcuk-lndv1-error{
	margin-bottom: 12px;
	padding: 6px 12px;
	background: #fff1f1;
	border: 1px solid #e7b3b3;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	color: #b42318;
}

.pcuk-lndv1-btnrow{
	margin-bottom: 12px;
}

.pcuk-lndv1-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
    padding: 8px 16px;
	background: #f47c20;
	border: 1px solid #f47c20;
	border-radius: 4px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.pcuk-lndv1-btn:hover{
	background: #132238;
	border-color: #132238;
}

.pcuk-lndv1-btn:active{
	transform: translateY(1px);
}

.pcuk-lndv1-trust{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 16px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	color: #5a6471;
}

.pcuk-lndv1-trust span{
	position: relative;
	padding-left: 12px;
}

.pcuk-lndv1-trust span:before{
	content: "";
	position: absolute;
	top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #0eb313;
	border-radius: 50%;
}
.pcuk-lndv1-card2{
	display: block;
    position: relative;
    width: 100%;
    background: #fff;
}
.pcuk-lndv1-stats-main{
	display: block;
    position: relative;
    width: 100%;
    background: #fff;
}

.pcuk-lndv1-stats{
	padding: 25px 0px 25px;
	padding: 40px 0px;
}

.pcuk-lndv1-stats h3{
	margin-bottom: 14px;
	padding: 0 8px;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	color: #132238;
	letter-spacing: -0.2px;
}

.pcuk-lndv1-chips{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 8px;
}

.pcuk-lndv1-chip{
    min-width: 145px;
    padding: 8px 25px;
    background: #fbd79c;
    border: 1px solid #ddd1be;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(19, 34, 56, 0.04);
}

.pcuk-lndv1-chip strong{
	display: block;
    margin-bottom: 4px;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #db7415;
}

.pcuk-lndv1-chip span{
	display: block;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: #535557;
}
/*
.pcuk-lndv1-proofbar-main{
	
}

.pcuk-lndv1-proofbar{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 950;
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}

.pcuk-lndv1-proofbar1{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 14px 16px;
	background: #b8d7bd;
	border: 1px solid #8fbe98;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 -8px 22px rgba(10, 22, 36, 0.12);
	text-align: center;
}

.pcuk-lndv1-proofbar1 strong{
	font-family: "Oswald", Arial, sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	color: #132238;
	letter-spacing: -0.4px;
}

.pcuk-lndv1-proofbar1 span{
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	color: #1f4131;
}*/

.pcuk-lndv1-proofbar-main{
	padding: 12px 8px 18px;
}

.pcuk-lndv1-proofbar{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 98%;
    margin: 0 auto;
    min-height: 60px;
	padding: 12px 16px;

	background: #dfe9e3;
	border-radius: 3px;
	
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 950;
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}

.pcuk-lndv1-proofbar strong{
	display: block;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #2f9e44; /* green number */
	margin-bottom: 2px;
}

.pcuk-lndv1-proofbar span{
	display: block;
	font-size: 11px;
	line-height: 1.3;
	color: #6b7b72;
}

/*=====================================
	=           Breakpoints            =
	=====================================*/

@media screen and (min-width:480px){
	.pcuk-logo img{
		max-width: 185px;
		height: 46px;
	}

	.pcuk-hdricon,
	.pcuk-hdrburger,
	.pcuk-mobpanel-close{
		width: 44px;
		height: 44px;
	}
/*=====================================
	=         Landing Page           =
	=====================================*/
	.pcuk-lndv1-screen{
		padding-bottom: 92px;
	}

	.pcuk-lndv1-hero1{
		padding: 50px 22px 20px;
	}

	.pcuk-lndv1-amount{
		font-size: 86px;
	}

	.pcuk-lndv1-hero-copy{
		max-width: 500px;
        margin-top: 31px;
	}

	.pcuk-lndv1-mascot img{
		max-width: 240px;
	}

	.pcuk-lndv1-proofbar1 strong{
		font-size: 34px;
	}
}

@media screen and (min-width:641px){
	.pcuk-hdrmain{
		padding: 16px 0;
	}

	.pcuk-hdrmain1{
		padding: 16px 20px;
		border-radius: 22px;
	}

	.pcuk-mobpanel-inner{
		width: 420px;
		max-width: 420px;
		padding: 22px 22px 28px;
	}
	
/*=====================================
	=        Footer        =
	=====================================*/

	.pcuk-ftr{
		padding-bottom: 70px;
	}

	.pcuk-ftrgrid{
		grid-template-columns: repeat(2, 1fr);
		gap: 26px 30px;
	}
	
/*=====================================
	=         Landing Page           =
	=====================================*/	
	
	.pcuk-lndv1-main{
		padding-bottom: 24px;
	}

	.pcuk-lndv1-screen{
		padding-bottom: 0;
	}

	.pcuk-lndv1-hero1{
		padding: 60px 28px 24px;
	}
	.pcuk-lndv1-content-main {
		padding: 60px 0px 35px;
	}

	.pcuk-lndv1-content,
	.pcuk-lndv1-stats{
		padding-left: 14px;
		padding-right: 14px;
	}

	.pcuk-lndv1-copybox h2{
		font-size: 38px;
		padding-bottom: 25px;
	}
	.pcuk-lndv1-copybox p {
		line-height: 1.85;
	}
	.pcuk-lndv1-chips{
		gap: 14px;
	}

	.pcuk-lndv1-chip{
		flex: 1 1 calc(33.333% - 10px);
	}

	.pcuk-lndv1-proofbar{
		
		padding: 25px 0px 25px;
	}

	.pcuk-lndv1-proofbar1{
		border-radius: 18px;
		box-shadow: 0 10px 22px rgba(10, 22, 36, 0.08);
	}
}

@media screen and (min-width:767px){
	
	.pcuk-hdr-landing {
		max-width: 860px;
		margin: 0 auto;
	}
	
	
	.pcuk-hdrtop{
		display: block;
	}

	.pcuk-hdrtop-right{
		display: block;
	}

	.pcuk-hdrmain1{
		padding: 18px 22px;
	}

	.pcuk-logo img{
		max-width: 210px;
		height: 50px;
	}

	/* landing header */
	.pcuk-hdr-landing .pcuk-hdrmain{
		padding: 0;
		border-bottom: 1px solid rgba(19,34,56,0.15);
	}

	.pcuk-hdr-landing .pcuk-hdrmain1{
		min-height: 94px;
		padding: 18px 40px;
		background: #f5efe6;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.pcuk-hdr-landing .pcuk-logo img{
		max-width: 320px;
		height: 56px;
	}

	.pcuk-hdr-landing .pcuk-hdrmain-right{
		display: none;
	}
	
	
/*=====================================
	=        Footer        =
	=====================================*/

/*=====================================
	=         Landing Page           =
	=====================================*/
	.pcuk-lndv1-hero1{
		/*display: flex;
		align-items: flex-end;*/
		justify-content: space-between;
		gap: 20px;
		min-height: 450px;
		padding: 34px 34px 28px;
	}

	.pcuk-lndv1-hero-left{
		flex: 0 1 46%;
		padding-top: 50px;
	}

	.pcuk-lndv1-hero-right{
		flex: 0 1 54%;
		min-height: 310px;
		margin-top: 0;
	}

	.pcuk-lndv1-road{
		left: 0;
		right: -10px;
		bottom: -8px;
	}

	.pcuk-lndv1-mascot{
		min-height: 310px;
		justify-content: center;
	}

	.pcuk-lndv1-mascot img{
		max-width: 290px;
	}

	.pcuk-lndv1-content{
		padding-top: 28px;
	}

	.pcuk-lndv1-copybox{
		max-width: 760px;
		margin-bottom: 22px;
	}

	.pcuk-lndv1-form{
		max-width: 620px;
	}

	.pcuk-lndv1-trust{
		gap: 10px 20px;
	}
	.pcuk-lndv1-chip {
        flex: 1;
    }

}

@media screen and (min-width:992px){
	.pcuk-hdrmain1{
		gap: 24px;
	}
	.pcuk-hdr-landing {
        max-width: 920px;
	}

	.pcuk-hdrmain-left{
		flex: 0 0 auto;
	}

	.pcuk-hdrmain-center{
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1 1 auto;
	}

	.pcuk-hdrburger{
		display: none;
	}

	.pcuk-mobpanel{
		display: none;
	}

	.pcuk-hdr-platform .pcuk-navlist{
		gap: 20px;
	}

	.pcuk-hdr-landing .pcuk-hdrmain-center{
		display: none;
	}
	
/*=====================================
	=        Footer        =
	=====================================*/

	.pcuk-ftrmain{
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.pcuk-ftrgrid{
		grid-template-columns: 1.2fr 1fr 1fr 1fr;
		gap: 30px;
	}

	.pcuk-ftrcol h3{
		font-size: 26px;
	}

	.pcuk-ftrcol h4{
		font-size: 21px;
	}
/*=====================================
	=         Landing Page           =
	=====================================*/
	
	.pcuk-lndv1-card{
		max-width: 920px;
	}

	.pcuk-lndv1-hero{
		
	}
	.pcuk-lndv1-content{
		padding: 40px 0px 30px 0px;
	}

	.pcuk-lndv1-hero1{
		min-height: 420px;
		padding: 40px 40px 32px;
	}

	.pcuk-lndv1-amount{
		font-size: 116px;
	}
	.pcuk-ftrmeta p {
		font-size: 14px;
	}

	.pcuk-lndv1-hero-copy{
		max-width: 400px;
		font-size: 18px;
	}

	.pcuk-lndv1-hero-strong{
		font-size: 25px;
	}

	.pcuk-lndv1-hero-right{
		min-height: 340px;
	}

	.pcuk-lndv1-mascot{
		min-height: 340px;
		justify-content: flex-end;
	}

	.pcuk-lndv1-mascot img{
		max-width: 330px;
	}

	.pcuk-lndv1-content{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 28px;
		padding-top: 30px;
	}

	.pcuk-lndv1-copybox{
		flex: 0 1 48%;
		margin-bottom: 0;
	}

	.pcuk-lndv1-formwrap{
		flex: 0 1 48%;
	}

	.pcuk-lndv1-copybox h2{
		font-size: 44px;
	}

	.pcuk-lndv1-copybox p{
		font-size: 18px;
	}

	.pcuk-lndv1-stats{
		padding-top: 30px;
	}

	.pcuk-lndv1-stats h3{
		font-size: 32px;
	}

	.pcuk-lndv1-chips{
		flex-wrap: nowrap;
	}

	.pcuk-lndv1-chip{
		flex: 1 1 20%;
		min-width: 0;
	}
	.pcuk-lndv1-proofbar strong {
		font-size: 28px;
		margin-bottom: 7px;
	}
	.pcuk-lndv1-proofbar span {
		font-size: 14px;
	}
	.pcuk-lndv1-proofbar {
		max-width: 920px
	}
}

@media screen and (min-width:1200px){
	.pcuk-hdrmain{
		padding: 18px 0;
	}
	.pcuk-hdr-landing {
        max-width: 960px;
    }
	.pcuk-hdrmain1{
		padding: 18px 26px;
		border-radius: 24px;
	}

	.pcuk-hdr-platform .pcuk-navlist{
		gap: 28px;
	}

	.pcuk-navitem a{
		font-size: 16px;
	}

	.pcuk-hdricons{
		gap: 10px;
	}
	/* landing header */
	.pcuk-hdr-landing .pcuk-hdrmain1{
		padding-left: 42px;
		padding-right: 42px;
	}

	.pcuk-hdr-landing .pcuk-logo img{
		max-width: 340px;
		height: 60px;
	}
	
/*=====================================
	=        Footer        =
	=====================================*/	

	.pcuk-ftrlegal-list{
		gap: 12px 20px;
	}
	.pcuk-ftr {
        padding-bottom: 15px;
    }
	
	
/*=====================================
	=         Landing Page           =
	=====================================*/
	.pcuk-lndv1-card{
		max-width: 960px;
	}
	
	.pcuk-lndv1-hero1{
		padding-left: 44px;
		padding-right: 44px;
		min-height: 500px;
	}

	.pcuk-lndv1-content,
	.pcuk-lndv1-stats{
		
	}

	.pcuk-lndv1-proofbar{
		max-width: 960px;
        position: relative;
	}
	.pcuk-lndv1-hero-copy {
        max-width: 458px;
        font-size: 20px;
		line-height: 1.85;
    }
	.pcuk-lndv1-hero-strong {
        font-size: 36px;
    }
}

@media screen and (min-width:1400px){
	.pcuk-hdrmain1{
		padding-left: 30px;
		padding-right: 30px;
	}
}